summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* example: Use ssh_get_publickey_hash().Andreas Schneider2013-11-061-4/+16
* examples: fix forktty() warning on OSXAris Adamantiadis2013-11-031-1/+3
* Fix examples compilation on OSX (libargp)Aris Adamantiadis2013-11-032-3/+5
* cmake: Rewrote FindGSSAPI.cmake.Andreas Schneider2013-07-241-2/+2
* example: Fix a memory leak on error in tty server.Andreas Schneider2013-07-241-0/+1
* cmake: Don't build examples on Windows but on Unix.Andreas Schneider2013-07-231-15/+14
* cmake: Check for unistd.h.Andreas Schneider2013-07-233-5/+18
* example: Fix location of port definition.Andreas Schneider2013-07-221-2/+2
* examples: Check return value of fstat().Andreas Schneider2013-07-141-1/+4
* examples: Make sure we have a valid scp pointer.Andreas Schneider2013-07-141-1/+9
* examples: Check return value of ssh_event_dopoll().Andreas Schneider2013-07-141-2/+7
* examples: Remove ssh_log from ssh client example.Andreas Schneider2013-07-142-23/+0
* examples: fix warningAris Adamantiadis2013-07-141-1/+0
* examples: fix compilation warningsAris Adamantiadis2013-07-141-2/+1
* cmake: Make GSSAPI optional.Andreas Schneider2013-07-131-4/+6
* examples: fix with new gssapi cb APIAris Adamantiadis2013-07-132-17/+15
* examples: adapt samplesshd-cb to new callbackAris Adamantiadis2013-07-131-5/+5
* examples: adapt to the new callback formatAris Adamantiadis2013-07-131-5/+6
* Examples: Exemple of an SSH proxyAris Adamantiadis2013-07-132-0/+350
* gssapi: retrieve forwarded (delegated) ticketsAris Adamantiadis2013-07-131-0/+7
* auth: implement client-side gssapiAris Adamantiadis2013-07-131-0/+9
* examples:Compile samplessh on bsd tooAris Adamantiadis2013-07-131-3/+3
* example: adapt example for gssapi callbackAris Adamantiadis2013-07-131-0/+10
* Added server example with callbacks implAris Adamantiadis2013-07-132-0/+294
* Make examples more BSD friendlyAris Adamantiadis2013-07-131-11/+15
* Try to find ARGP on solaris, BSDAris Adamantiadis2013-07-131-0/+4
* examples: Check return value of fileno().Andreas Schneider2013-06-191-1/+5
* examples: Fix a possible memory leak.Andreas Schneider2013-06-191-0/+3
* examples: Fix a possible memory leak.Andreas Schneider2013-06-191-1/+9
* sample: Fix a possible buffer overrun.Andreas Schneider2013-06-171-2/+5
* examples: Check return value of ssh_channel_read.Andreas Schneider2013-06-171-2/+12
* examples: Fix a use after free in scp example.Andreas Schneider2013-06-131-1/+1
* example: Simplify auth_callback of the client.Andreas Schneider2012-10-091-24/+3
* example: Clear the password.Andreas Schneider2012-10-071-1/+4
* example: Fix a build warning.Andreas Schneider2012-10-071-1/+4
* examples: Fix sparse warnings in sshd examples.Andreas Schneider2012-02-192-14/+12
* examples: Make variabes static in client sample.Andreas Schneider2012-02-191-6/+7
* examples: Make variables static in scp example.Andreas Schneider2012-02-191-2/+3
* examples: Make variables static in scp example.Andreas Schneider2012-02-191-4/+4
* examples: Fix PTY allocation error.Anthony VEREZ2012-01-301-1/+6
* sample: fix ssh_channel_readAris Adamantiadis2011-09-021-4/+5
* auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider2011-08-252-2/+2
* examples: Fix permissions of the file we copy.Andreas Schneider2011-08-031-1/+1
* examples: Use the right cleanup functions.Oliver Stöneberg2011-05-172-6/+9
* examples: Removed unnecessary \n from ssh_log() calls in samplessh.Oliver Stöneberg2011-05-011-10/+10
* examples: Fixed memory leak in samplessh when using commands.Oliver Stöneberg2011-05-011-1/+4
* examples: Fix some memory leaks.Andreas Schneider2011-04-153-2/+16
* examples: Call correct functions on exit.Andreas Schneider2011-04-142-1/+9
* example: Use const in auth_password from samplesshd.Andreas Schneider2011-03-103-3/+3
* examples: Added a event context based sshd example.milo2011-02-202-0/+459