aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-09-12ssh_threads_init is privateAris Adamantiadis1-1/+1
2010-09-12Added initialisation logs for threadingAris Adamantiadis1-1/+2
2010-09-12Changed callbacks typeAris Adamantiadis1-19/+1
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-1/+22
2010-09-06threads: Build a libssh threading library.Andreas Schneider1-3/+3
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-53/+1
2010-09-05server: Fixed a shadowed variable.Andreas Schneider1-1/+1
2010-09-03Made pthread threading a user macroAris Adamantiadis1-1/+70
2010-09-01Openssl implementation of threading + default impAris Adamantiadis2-10/+18
2010-08-30Begin of a solution for threadingAris Adamantiadis1-0/+38
2010-08-28ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2-6/+6
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 Adamantiadis2-2/+2
2010-08-28Fix a few documentation issuesAris Adamantiadis1-1/+1
2010-08-28Near to end of implementation of the C++ wrapperAris Adamantiadis1-19/+124
2010-08-27Fix C++ documentation about the exceptionsAris Adamantiadis1-0/+7
2010-08-27Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis1-9/+26
2010-08-27doc: Document the server responses.Andreas Schneider1-1/+23
2010-08-23Doxygen fixesAris Adamantiadis1-1/+4
2010-08-23lot of C++ wrapper workAris Adamantiadis1-29/+194
2010-08-13server: Added an API entry for the message callback.Milo Jhoran3-3/+5
2010-08-13server: Fix missing socket close notification.milo1-0/+2
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo1-1/+10
2010-08-09server: Make ssh_accept a depreacted function to not break the API.Andreas Schneider1-0/+3
2010-08-09server: Merge ssh_bind_accept.Andreas Schneider1-11/+0
2010-08-09server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider1-2/+4
2010-08-09session: Added callback for the connection per session.milo2-1/+1
2010-08-09session: Fixed the type of the session dh_handshake_state.milo1-2/+2
2010-08-03build: Fixed the Windows preprocessor macros and defines.Andreas Schneider1-35/+61
2010-07-23Begining of zlib@openssh.org implementationAris Adamantiadis1-0/+2
2010-07-23Continue removing old flushing codeAris Adamantiadis2-6/+1
2010-07-23Removed obsolete socket functionsAris Adamantiadis1-2/+2
2010-07-23Add consistency check to ssh_set_callbacksAris Adamantiadis2-1/+3
2010-07-18Receive and send SSH_MSG_UNIMPLEMENTEDAris Adamantiadis1-0/+2
2010-07-09poll: Added poll constants for Windows.Andreas Schneider1-2/+40
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider2-2/+3
2010-07-07Removed dead code in socket.cAris Adamantiadis1-3/+2
2010-06-25Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis1-6/+20
2010-06-17socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider1-1/+1
2010-06-17socket: Fixed checks for max fd.Andreas Schneider1-0/+2
2010-06-17socket: Fixed prototype of ssh_socket_pollcallback().Andreas Schneider1-1/+1
2010-06-17poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider1-2/+6
2010-06-11string: Added a function to delete a char basesd stirng object.Andreas Schneider1-0/+1
2010-06-02cpp: Fixed return value of userauthAutopubkey.Andreas Schneider1-1/+1
2010-05-19Fixed keyboard-interactive and unit testAris Adamantiadis1-1/+4
2010-05-17Install missing legacy header file.Andreas Schneider1-0/+1
2010-05-17poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2-0/+2
2010-05-14Separation work between openssl and libgcryptAris Adamantiadis3-73/+136
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis5-63/+152