summaryrefslogtreecommitdiffstats
path: root/examples/sample.c
Commit message (Expand)AuthorAgeFilesLines
* cmake: Check for unistd.h.Andreas Schneider2013-07-231-3/+10
* examples: Remove ssh_log from ssh client example.Andreas Schneider2013-07-141-15/+0
* sample: Fix a possible buffer overrun.Andreas Schneider2013-06-171-2/+5
* example: Simplify auth_callback of the client.Andreas Schneider2012-10-091-24/+3
* examples: Make variabes static in client sample.Andreas Schneider2012-02-191-6/+7
* sample: fix ssh_channel_readAris Adamantiadis2011-09-021-4/+5
* 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: Use ssh_getpass().Andreas Schneider2011-01-241-1/+4
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-41/+41
* Added code to test proxycommandAris Adamantiadis2010-05-101-2/+15
* Fix warnings found with clang analyzerAris Adamantiadis2010-04-281-1/+1
* Fix select loop in sampleAris Adamantiadis2010-04-241-10/+10
* Fixes infinite loopsAris Adamantiadis2010-04-241-4/+4
* Fixed build warnings of the ssh client example.Andreas Schneider2010-03-291-4/+16
* Build the pcap code into example in all casesAris Adamantiadis2009-11-271-14/+6
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-161-4/+2
* Improved pcap dumping supportAris Adamantiadis2009-11-161-4/+50
* Add an other (simplier ?) polling method to sampleAris Adamantiadis2009-11-081-0/+103
* change buffer size in sample.cAris Adamantiadis2009-11-071-2/+2
* Refactorize sample.cAris Adamantiadis2009-11-071-106/+39
* move authentication out of sampe.cAris Adamantiadis2009-11-071-76/+6
* Moved sftp parts into a new exampleAris Adamantiadis2009-11-061-207/+7
* updated the sftp subsystem to follow the type convAris Adamantiadis2009-10-101-27/+27
* resolve callback crashAris Adamantiadis2009-10-101-9/+8
* Add ssh_free at the endAris Adamantiadis2009-10-101-0/+1
* Added auth callback function to sample to test callback stuff.Andreas Schneider2009-10-101-0/+36
* Moved samples into examples directoryAris Adamantiadis2009-10-091-0/+669