aboutsummaryrefslogtreecommitdiff
path: root/examples/sample.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-17sample: Fix a possible buffer overrun.Andreas Schneider1-2/+5
2012-10-09example: Simplify auth_callback of the client.Andreas Schneider1-24/+3
2012-02-19examples: Make variabes static in client sample.Andreas Schneider1-6/+7
2011-09-02sample: fix ssh_channel_readAris Adamantiadis1-4/+5
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-01-24examples: Use ssh_getpass().Andreas Schneider1-1/+4
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-41/+41
2010-05-10Added code to test proxycommandAris Adamantiadis1-2/+15
2010-04-28Fix warnings found with clang analyzerAris Adamantiadis1-1/+1
2010-04-24Fix select loop in sampleAris Adamantiadis1-10/+10
2010-04-24Fixes infinite loopsAris Adamantiadis1-4/+4
2010-03-29Fixed build warnings of the ssh client example.Andreas Schneider1-4/+16
2009-11-27Build the pcap code into example in all casesAris Adamantiadis1-14/+6
2009-11-16Pcap: more cleanup and minimalist APIAris Adamantiadis1-4/+2
2009-11-16Improved pcap dumping supportAris Adamantiadis1-4/+50
2009-11-08Add an other (simplier ?) polling method to sampleAris Adamantiadis1-0/+103
2009-11-07change buffer size in sample.cAris Adamantiadis1-2/+2
2009-11-07Refactorize sample.cAris Adamantiadis1-106/+39
2009-11-07move authentication out of sampe.cAris Adamantiadis1-76/+6
2009-11-06Moved sftp parts into a new exampleAris Adamantiadis1-207/+7
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis1-27/+27
2009-10-10resolve callback crashAris Adamantiadis1-9/+8
2009-10-10Add ssh_free at the endAris Adamantiadis1-0/+1
2009-10-10Added auth callback function to sample to test callback stuff.Andreas Schneider1-0/+36
2009-10-09Moved samples into examples directoryAris Adamantiadis1-0/+669