aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2010-08-27Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis2-0/+43
2010-08-10example: Fixed build of samplesshd.Andreas Schneider1-2/+2
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo1-0/+4
2010-08-09Removed unnecessary headers in samplesshdAris Adamantiadis1-6/+1
2010-08-09server: Merge ssh_bind_accept.Andreas Schneider1-4/+0
2010-08-09server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider1-2/+2
2010-08-09example: Fixed the sample ssh server implementation.milo1-7/+45
2010-07-16New example for port forwardingAris Adamantiadis2-0/+250
2010-05-17New sample that writes a lot of data on channelAris Adamantiadis3-4/+61
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis3-57/+57
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