aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2011-03-10example: Use const in auth_password from samplesshd.Andreas Schneider3-3/+3
2011-02-20examples: Added a event context based sshd example.milo2-0/+459
2011-02-10New example server for kbdint authentication.milo2-0/+416
2011-02-08examples: Fixed build warning.Andreas Schneider1-2/+2
2011-02-08examples: The exec example should be like tutorial one.Andreas Schneider1-40/+44
2011-02-05examples: Check return values of write.Andreas Schneider1-3/+14
2011-01-24examples: Fixed compilation on Windows.Andreas Schneider1-0/+1
2011-01-24examples: Fixed knownhosts on Windows.Andreas Schneider1-0/+4
2011-01-24examples: enable exec and senddata on all plattforms.Andreas Schneider1-6/+6
2011-01-24examples: Remove unused header file.Andreas Schneider3-3/+1
2011-01-24examples: Use ssh_getpass().Andreas Schneider2-5/+15
2011-01-23examples: Start to build examples on more plattforms.Andreas Schneider1-29/+29
2011-01-13Fixed compilation without argp.h availableAris Adamantiadis1-0/+3
2011-01-08examples: Improve the authenticate_kbdint function.Andreas Schneider2-37/+64
The function excepts a predefined password now. It will try to use it if the prompt is a Password prompt. This works in 80% of the cases.
2011-01-06examples: Use the src mode in scp do_copy function.Andreas Schneider1-2/+2
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2010-12-18example: Fixed gcc warning.Andreas Schneider1-1/+1
2010-10-27Fix senddata.c for 32bits machinesAris Adamantiadis1-3/+3
2010-09-26Completed senddata example to exit somedayAris Adamantiadis1-1/+11
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-1/+1
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
Signed-off-by: Andreas Schneider <asn@cynapses.org>
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
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-07-16New example for port forwardingAris Adamantiadis2-0/+250
Conflicts: examples/CMakeLists.txt
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
Conflicts: examples/sample.c
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
Thanks to Xi Wang for the patches
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
Wrote stubs of functions needed in the wrapper Created an Exception class which greatly simplifies the use of libssh in C++
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