summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: Fix permissions of the file we copy.Andreas Schneider2011-08-031-1/+1
| | | | | Thanks to Baptiste Marchand. (cherry picked from commit 15ebbad146d980a33cd14e9fe4d99b4a7f69a46b)
* examples: Use the right cleanup functions.Oliver Stöneberg2011-05-172-6/+9
| | | | (cherry picked from commit 525324b2f9ee2bd9a39ba88267e76c88e7f58bd1)
* examples: Removed unnecessary \n from ssh_log() calls in samplessh.Oliver Stöneberg2011-05-011-10/+10
| | | | (cherry picked from commit a73459171bb79cc402ff60621c06c75e9a7fb4d4)
* examples: Fixed memory leak in samplessh when using commands.Oliver Stöneberg2011-05-011-1/+4
| | | | (cherry picked from commit c3849a3cfd4bb298c255c41bf2cbc5592e893d17)
* examples: Fix some memory leaks.Andreas Schneider2011-04-153-2/+16
| | | | (cherry picked from commit 644145a88caf0ff9cbfa16902c775b922578357b)
* examples: Call correct functions on exit.Andreas Schneider2011-04-142-1/+9
| | | | (cherry picked from commit 3e7d4534cec141141e2b2cc5beedcc171cd99360)
* examples: Fixed build warning.Andreas Schneider2011-02-081-2/+2
|
* examples: The exec example should be like tutorial one.Andreas Schneider2011-02-081-40/+44
|
* examples: Check return values of write.Andreas Schneider2011-02-051-3/+14
|
* examples: Fixed compilation on Windows.Andreas Schneider2011-01-241-0/+1
|
* examples: Fixed knownhosts on Windows.Andreas Schneider2011-01-241-0/+4
|
* examples: enable exec and senddata on all plattforms.Andreas Schneider2011-01-241-6/+6
|
* examples: Remove unused header file.Andreas Schneider2011-01-243-3/+1
|
* examples: Use ssh_getpass().Andreas Schneider2011-01-242-5/+15
|
* examples: Start to build examples on more plattforms.Andreas Schneider2011-01-231-29/+29
|
* Fixed compilation without argp.h availableAris Adamantiadis2011-01-131-0/+3
|
* examples: Improve the authenticate_kbdint function.Andreas Schneider2011-01-082-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.
* examples: Use the src mode in scp do_copy function.Andreas Schneider2011-01-061-2/+2
| | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/
* 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
|