summaryrefslogtreecommitdiffstats
path: root/examples/samplesshd.c
Commit message (Collapse)AuthorAgeFilesLines
* example: Fix a build warning.Andreas Schneider2012-10-071-1/+4
|
* examples: Fix sparse warnings in sshd examples.Andreas Schneider2012-02-191-7/+5
|
* examples: Fix PTY allocation error.Anthony VEREZ2012-01-301-1/+6
|
* example: Use const in auth_password from samplesshd.Andreas Schneider2011-03-101-1/+1
|
* examples: Remove unused header file.Andreas Schneider2011-01-241-1/+1
|
* Fixed compilation without argp.h availableAris Adamantiadis2011-01-131-0/+3
|
* example: Fixed build of samplesshd.Andreas Schneider2010-08-101-2/+2
|
* server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo2010-08-101-0/+4
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* Removed unnecessary headers in samplesshdAris Adamantiadis2010-08-091-6/+1
|
* server: Merge ssh_bind_accept.Andreas Schneider2010-08-091-4/+0
|
* server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider2010-08-091-2/+2
|
* example: Fixed the sample ssh server implementation.milo2010-08-091-7/+45
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* Fixed build warning in the sshd example.Andreas Schneider2010-03-291-1/+4
|
* Fixed compilation of samplesshd.Andreas Schneider2009-11-051-0/+2
|
* Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis2009-11-031-2/+7
|
* Added option parsing using GNU argp.Andreas Schneider2009-10-151-3/+12
|
* Added an option to set the port as string.Andreas Schneider2009-10-151-2/+102
|
* samplessh uses ssh_options_getopt()Aris Adamantiadis2009-10-091-0/+1
|
* Moved samples into examples directoryAris Adamantiadis2009-10-091-0/+152