Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | example: Fix a build warning. | Andreas Schneider | 2012-10-07 | 1 | -1/+4 |
| | |||||
* | examples: Fix sparse warnings in sshd examples. | Andreas Schneider | 2012-02-19 | 1 | -7/+5 |
| | |||||
* | examples: Fix PTY allocation error. | Anthony VEREZ | 2012-01-30 | 1 | -1/+6 |
| | |||||
* | example: Use const in auth_password from samplesshd. | Andreas Schneider | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | examples: Remove unused header file. | Andreas Schneider | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Fixed compilation without argp.h available | Aris Adamantiadis | 2011-01-13 | 1 | -0/+3 |
| | |||||
* | example: Fixed build of samplesshd. | Andreas Schneider | 2010-08-10 | 1 | -2/+2 |
| | |||||
* | server: Split ssh_bind_accept and create ssh_handle_key_exchange. | milo | 2010-08-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | Removed unnecessary headers in samplesshd | Aris Adamantiadis | 2010-08-09 | 1 | -6/+1 |
| | |||||
* | server: Merge ssh_bind_accept. | Andreas Schneider | 2010-08-09 | 1 | -4/+0 |
| | |||||
* | server: Rename ssh_accept to ssh_bind_accept. | Andreas Schneider | 2010-08-09 | 1 | -2/+2 |
| | |||||
* | example: Fixed the sample ssh server implementation. | milo | 2010-08-09 | 1 | -7/+45 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | Fixed build warning in the sshd example. | Andreas Schneider | 2010-03-29 | 1 | -1/+4 |
| | |||||
* | Fixed compilation of samplesshd. | Andreas Schneider | 2009-11-05 | 1 | -0/+2 |
| | |||||
* | Fix compilation on freebsd 6.0 which lacks argp.h | Aris Adamantiadis | 2009-11-03 | 1 | -2/+7 |
| | |||||
* | Added option parsing using GNU argp. | Andreas Schneider | 2009-10-15 | 1 | -3/+12 |
| | |||||
* | Added an option to set the port as string. | Andreas Schneider | 2009-10-15 | 1 | -2/+102 |
| | |||||
* | samplessh uses ssh_options_getopt() | Aris Adamantiadis | 2009-10-09 | 1 | -0/+1 |
| | |||||
* | Moved samples into examples directory | Aris Adamantiadis | 2009-10-09 | 1 | -0/+152 |