aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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 warning in the sshd example.Andreas Schneider1-1/+4
2010-03-29Fixed build warnings of the scp example.Andreas Schneider1-1/+4
2010-03-29Fixed build warnings of the ssh client example.Andreas Schneider2-5/+19
2010-03-29Fixed build warnings in the knownhosts example.Andreas Schneider1-2/+6
2010-03-29Fixed build warnings in the exec example.Andreas Schneider1-1/+3
2010-02-24Added printout of owner and group in the sftp example.Andreas Schneider1-1/+3
2010-02-12More C++ workAris Adamantiadis1-1/+2
2010-02-11More C++ wrapper work.Aris Adamantiadis1-3/+24
2010-01-21stub of C++ wrapper for libsshAris Adamantiadis2-1/+13
2010-01-03Fix infinite loop in exec exampleAris Adamantiadis1-1/+1
2009-12-24Simplification of the "exec" sampleAris Adamantiadis1-21/+9
2009-12-22Added an example for exec.Andreas Schneider2-0/+69
2009-12-13Fix strange error message in sample authenticationAris Adamantiadis1-4/+8
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 Adamantiadis2-121/+45
2009-11-07move authentication out of sampe.cAris Adamantiadis2-77/+7
2009-11-06Moved sftp parts into a new exampleAris Adamantiadis3-209/+274
2009-11-05Fixed compilation of samplesshd.Andreas Schneider1-0/+2
2009-11-03Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis1-2/+7
2009-10-29Make libssh_scp a little more consistantAris Adamantiadis1-19/+18
2009-10-15Improve example authentication.Andreas Schneider1-37/+48
2009-10-15Added option parsing using GNU argp.Andreas Schneider1-3/+12
2009-10-15Added an option to set the port as string.Andreas Schneider1-2/+102
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-09samplessh uses ssh_options_getopt()Aris Adamantiadis1-0/+1
2009-10-09sample.c compiles nowAris Adamantiadis1-1/+1
2009-10-09Moved samples into examples directoryAris Adamantiadis3-0/+837
2009-10-02Get rid of the options structure.Andreas Schneider1-9/+9
2009-09-23Shut up warning in libssh_scpAris Adamantiadis1-0/+1
2009-09-13SCP warning requestAris Adamantiadis1-2/+3
2009-09-13scp recursive modeAris Adamantiadis1-1/+4
2009-09-13add scp_download.c exampleAris Adamantiadis2-2/+149
2009-09-13Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis1-45/+9
2009-09-13Refactored the connect_ssh example functionAris Adamantiadis3-1/+66
2009-09-13add support for local output, scp inputAris Adamantiadis1-35/+109
2009-09-13Begin of scp reading in exampleAris Adamantiadis1-0/+17
2009-08-12some tweaks of scp exampleAris Adamantiadis1-1/+1
2009-08-10Latest scp codeAris Adamantiadis1-68/+25
2009-08-09Got the scp sample to workAris Adamantiadis1-13/+39