summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* example: Fixed gcc warning.Andreas Schneider2010-12-181-1/+1
|
* Fix senddata.c for 32bits machinesAris Adamantiadis2010-10-271-3/+3
|
* Completed senddata example to exit somedayAris Adamantiadis2010-09-261-1/+11
|
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-1/+1
|
* Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis2010-08-272-0/+43
|
* example: Fixed build of samplesshd.Andreas Schneider2010-08-101-2/+2
|
* server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo2010-08-101-0/+4
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* Removed unnecessary headers in samplesshdAris Adamantiadis2010-08-091-6/+1
|
* server: Merge ssh_bind_accept.Andreas Schneider2010-08-091-4/+0
|
* server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider2010-08-091-2/+2
|
* example: Fixed the sample ssh server implementation.milo2010-08-091-7/+45
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* New example for port forwardingAris Adamantiadis2010-07-162-0/+250
| | | | | | Conflicts: examples/CMakeLists.txt
* New sample that writes a lot of data on channelAris Adamantiadis2010-05-173-4/+61
|
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-143-57/+57
|
* 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 warning in the sshd example.Andreas Schneider2010-03-291-1/+4
|
* Fixed build warnings of the scp example.Andreas Schneider2010-03-291-1/+4
|
* Fixed build warnings of the ssh client example.Andreas Schneider2010-03-292-5/+19
|
* Fixed build warnings in the knownhosts example.Andreas Schneider2010-03-291-2/+6
|
* Fixed build warnings in the exec example.Andreas Schneider2010-03-291-1/+3
|
* Added printout of owner and group in the sftp example.Andreas Schneider2010-02-241-1/+3
|
* More C++ workAris Adamantiadis2010-02-121-1/+2
|
* More C++ wrapper work.Aris Adamantiadis2010-02-111-3/+24
| | | | | | Wrote stubs of functions needed in the wrapper Created an Exception class which greatly simplifies the use of libssh in C++
* stub of C++ wrapper for libsshAris Adamantiadis2010-01-212-1/+13
|
* Fix infinite loop in exec exampleAris Adamantiadis2010-01-031-1/+1
|
* Simplification of the "exec" sampleAris Adamantiadis2009-12-241-21/+9
|
* Added an example for exec.Andreas Schneider2009-12-222-0/+69
|
* Fix strange error message in sample authenticationAris Adamantiadis2009-12-131-4/+8
|
* 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-072-121/+45
|
* move authentication out of sampe.cAris Adamantiadis2009-11-072-77/+7
|
* Moved sftp parts into a new exampleAris Adamantiadis2009-11-063-209/+274
|
* Fixed compilation of samplesshd.Andreas Schneider2009-11-051-0/+2
|
* Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis2009-11-031-2/+7
|
* Make libssh_scp a little more consistantAris Adamantiadis2009-10-291-19/+18
|
* Improve example authentication.Andreas Schneider2009-10-151-37/+48
|
* Added option parsing using GNU argp.Andreas Schneider2009-10-151-3/+12
|
* Added an option to set the port as string.Andreas Schneider2009-10-151-2/+102
|
* 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
|
* samplessh uses ssh_options_getopt()Aris Adamantiadis2009-10-091-0/+1
|