aboutsummaryrefslogtreecommitdiff
path: root/examples/samplesshd.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-07example: Fix a build warning.Andreas Schneider1-1/+4
2012-02-19examples: Fix sparse warnings in sshd examples.Andreas Schneider1-7/+5
2012-01-30examples: Fix PTY allocation error.Anthony VEREZ1-1/+6
2011-03-10example: Use const in auth_password from samplesshd.Andreas Schneider1-1/+1
2011-01-24examples: Remove unused header file.Andreas Schneider1-1/+1
2011-01-13Fixed compilation without argp.h availableAris Adamantiadis1-0/+3
2010-08-10example: Fixed build of samplesshd.Andreas Schneider1-2/+2
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo1-0/+4
2010-08-09Removed unnecessary headers in samplesshdAris Adamantiadis1-6/+1
2010-08-09server: Merge ssh_bind_accept.Andreas Schneider1-4/+0
2010-08-09server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider1-2/+2
2010-08-09example: Fixed the sample ssh server implementation.milo1-7/+45
2010-03-29Fixed build warning in the sshd example.Andreas Schneider1-1/+4
2009-11-05Fixed compilation of samplesshd.Andreas Schneider1-0/+2
2009-11-03Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis1-2/+7
2009-10-15Added option parsing using GNU argp.Andreas Schneider1-3/+12
2009-10-15Added an option to set the port as string.Andreas Schneider1-2/+102
2009-10-09samplessh uses ssh_options_getopt()Aris Adamantiadis1-0/+1
2009-10-09Moved samples into examples directoryAris Adamantiadis1-0/+152