aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-02guru meditationswigAndreas Schneider1-0/+4
2010-09-02example: Added a python ssh client.Andreas Schneider1-0/+98
2010-09-02binding: Added python bindings support using swig.Andreas Schneider7-0/+378
2010-09-02cpp: Implement userauthPrivatekeyFile.Andreas Schneider1-1/+6
2010-09-02thread: Fixed detection of thread libraries on Windows.Andreas Schneider2-4/+8
2010-09-02build: Fixed checking for printf function on Windows.Andreas Schneider2-11/+20
2010-09-01poll: Fixed the Windows build on Vista and newer.Andreas Schneider1-2/+2
2010-09-01Fix initialization of threadingAris Adamantiadis6-6/+21
2010-09-01build: Fixed pthread detection.Andreas Schneider2-11/+13
2010-09-01Openssl implementation of threading + default impAris Adamantiadis8-41/+135
2010-08-31some more work on threading but not complete yetAris Adamantiadis2-28/+55
2010-08-30Begin of a solution for threadingAris Adamantiadis5-9/+147
2010-08-30Added "fix" for libgcrypt threading, ...Aris Adamantiadis1-0/+7
2010-08-30Added test for the openssl threadingAris Adamantiadis2-0/+50
2010-08-29doc: Added documentation for tunnels.Éric Bischoff1-2/+160
2010-08-29Mark channel_read_buffer as deprecated in doxygenAris Adamantiadis1-4/+2
2010-08-28Limit the size of packets in ssh_channel_write*Aris Adamantiadis1-3/+6
2010-08-28Fixes bug #99Aris Adamantiadis1-1/+4
2010-08-28ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis4-15/+15
2010-08-28libsshpp: do not use deprecated functionsAris Adamantiadis1-0/+3
2010-08-28Fixed missing libsshpp methodsAris Adamantiadis1-23/+60
2010-08-28Added missing /** in doxygen @}'sAris Adamantiadis22-24/+24
2010-08-28Fix a few documentation issuesAris Adamantiadis3-13/+13
2010-08-28Near to end of implementation of the C++ wrapperAris Adamantiadis1-19/+124
2010-08-27doc: Fixed section names.Andreas Schneider1-2/+2
2010-08-27doc: More work on the tutorial.Éric Bischoff6-39/+349
2010-08-27Fix C++ documentation about the exceptionsAris Adamantiadis1-0/+7
2010-08-27Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis3-9/+69
2010-08-27doc: Add more details to the mainpage.Andreas Schneider1-7/+34
2010-08-27doc: Added a newline on the mainpage.Andreas Schneider1-0/+1
2010-08-27doc: Document the server responses.Andreas Schneider1-1/+23
2010-08-27doc: Improved the tutorial.Éric Bischoff4-7/+350
2010-08-25poll: Fixed the ssh_poll_(init/cleanup) functions.Andreas Schneider1-3/+5
2010-08-25poll: Fixed the usage of WSAPoll() on Windows.Andreas Schneider1-10/+28
2010-08-23Fix conflicts/ missing /** */ in doxygenAris Adamantiadis8-850/+14
2010-08-23New update of doxygen documentationEric Bischoff7-0/+1393
2010-08-23Doxygen fixesAris Adamantiadis2-7/+6
2010-08-23lot of C++ wrapper workAris Adamantiadis1-29/+194
2010-08-20Changed SSH_SUCCESS to SSH_OKAris Adamantiadis1-17/+17
2010-08-20Fixed "@deprecated" in doxygenAris Adamantiadis1-1/+1
2010-08-19Obsoletes ssh_auth_list, comment ssh_userauth_listAris Adamantiadis1-11/+21
2010-08-19doc: Improve the tutorial.Eric Bischoff1-256/+766
2010-08-18Change SOversion to 4.2.0 instead of 5.0.0Aris Adamantiadis1-2/+2
2010-08-13server: Added an API entry for the message callback.Milo Jhoran4-9/+12
2010-08-13server: Fix missing socket close notification.milo4-21/+20
2010-08-10Log Proxycommand command executedAris Adamantiadis1-0/+1
2010-08-10misc: Added %p for port to ssh_path_expand_escape().Andreas Schneider1-0/+8
2010-08-10Fix typos in port forwarding (server side)Milo Jhoran1-5/+5
2010-08-10example: Fixed build of samplesshd.Andreas Schneider1-2/+2
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo4-5/+23