aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2013-07-13Make examples more BSD friendlyAris Adamantiadis1-11/+15
2013-07-13Try to find ARGP on solaris, BSDAris Adamantiadis1-0/+4
2013-06-19examples: Check return value of fileno().Andreas Schneider1-1/+5
2013-06-19examples: Fix a possible memory leak.Andreas Schneider1-0/+3
2013-06-19examples: Fix a possible memory leak.Andreas Schneider1-1/+9
2013-06-17sample: Fix a possible buffer overrun.Andreas Schneider1-2/+5
2013-06-17examples: Check return value of ssh_channel_read.Andreas Schneider1-2/+12
2013-06-13examples: Fix a use after free in scp example.Andreas Schneider1-1/+1
2012-10-09example: Simplify auth_callback of the client.Andreas Schneider1-24/+3
2012-10-07example: Clear the password.Andreas Schneider1-1/+4
2012-10-07example: Fix a build warning.Andreas Schneider1-1/+4
2012-02-19examples: Fix sparse warnings in sshd examples.Andreas Schneider2-14/+12
2012-02-19examples: Make variabes static in client sample.Andreas Schneider1-6/+7
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-2/+3
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-4/+4
2012-01-30examples: Fix PTY allocation error.Anthony VEREZ1-1/+6
2011-09-02sample: fix ssh_channel_readAris Adamantiadis1-4/+5
2011-08-25auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider2-2/+2
2011-08-03examples: Fix permissions of the file we copy.Andreas Schneider1-1/+1
2011-05-17examples: Use the right cleanup functions.Oliver Stöneberg2-6/+9
2011-05-01examples: Removed unnecessary \n from ssh_log() calls in samplessh.Oliver Stöneberg1-10/+10
2011-05-01examples: Fixed memory leak in samplessh when using commands.Oliver Stöneberg1-1/+4
2011-04-15examples: Fix some memory leaks.Andreas Schneider3-2/+16
2011-04-14examples: Call correct functions on exit.Andreas Schneider2-1/+9
2011-03-10example: Use const in auth_password from samplesshd.Andreas Schneider3-3/+3
2011-02-20examples: Added a event context based sshd example.milo2-0/+459
2011-02-10New example server for kbdint authentication.milo2-0/+416
2011-02-08examples: Fixed build warning.Andreas Schneider1-2/+2
2011-02-08examples: The exec example should be like tutorial one.Andreas Schneider1-40/+44
2011-02-05examples: Check return values of write.Andreas Schneider1-3/+14
2011-01-24examples: Fixed compilation on Windows.Andreas Schneider1-0/+1
2011-01-24examples: Fixed knownhosts on Windows.Andreas Schneider1-0/+4
2011-01-24examples: enable exec and senddata on all plattforms.Andreas Schneider1-6/+6
2011-01-24examples: Remove unused header file.Andreas Schneider3-3/+1
2011-01-24examples: Use ssh_getpass().Andreas Schneider2-5/+15
2011-01-23examples: Start to build examples on more plattforms.Andreas Schneider1-29/+29
2011-01-13Fixed compilation without argp.h availableAris Adamantiadis1-0/+3
2011-01-08examples: Improve the authenticate_kbdint function.Andreas Schneider2-37/+64
2011-01-06examples: Use the src mode in scp do_copy function.Andreas Schneider1-2/+2
2010-12-18example: Fixed gcc warning.Andreas Schneider1-1/+1
2010-10-27Fix senddata.c for 32bits machinesAris Adamantiadis1-3/+3
2010-09-26Completed senddata example to exit somedayAris Adamantiadis1-1/+11
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-1/+1
2010-08-27Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis2-0/+43
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