summaryrefslogtreecommitdiffstats
path: root/examples/sample.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Removed unnecessary \n from ssh_log() calls in samplessh.Oliver Stöneberg2011-05-011-10/+10
| | | | (cherry picked from commit a73459171bb79cc402ff60621c06c75e9a7fb4d4)
* examples: Fixed memory leak in samplessh when using commands.Oliver Stöneberg2011-05-011-1/+4
| | | | (cherry picked from commit c3849a3cfd4bb298c255c41bf2cbc5592e893d17)
* 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
| | | | | | Conflicts: examples/sample.c
* 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
| | | | Thanks to Xi Wang for the patches
* 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