summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
* Openssl implementation of threading + default impAris Adamantiadis2010-09-012-10/+18
* Begin of a solution for threadingAris Adamantiadis2010-08-301-0/+38
* ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2010-08-282-6/+6
* libsshpp: do not use deprecated functionsAris Adamantiadis2010-08-281-0/+3
* Fixed missing libsshpp methodsAris Adamantiadis2010-08-281-23/+60
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-282-2/+2
* Fix a few documentation issuesAris Adamantiadis2010-08-281-1/+1
* Near to end of implementation of the C++ wrapperAris Adamantiadis2010-08-281-19/+124
* Fix C++ documentation about the exceptionsAris Adamantiadis2010-08-271-0/+7
* Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis2010-08-271-9/+26
* doc: Document the server responses.Andreas Schneider2010-08-271-1/+23
* Doxygen fixesAris Adamantiadis2010-08-231-1/+4
* lot of C++ wrapper workAris Adamantiadis2010-08-231-29/+194
* server: Added an API entry for the message callback.Milo Jhoran2010-08-133-3/+5
* server: Fix missing socket close notification.milo2010-08-131-0/+2
* server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo2010-08-101-1/+10
* server: Make ssh_accept a depreacted function to not break the API.Andreas Schneider2010-08-091-0/+3
* server: Merge ssh_bind_accept.Andreas Schneider2010-08-091-11/+0
* server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider2010-08-091-2/+4
* session: Added callback for the connection per session.milo2010-08-092-1/+1
* session: Fixed the type of the session dh_handshake_state.milo2010-08-091-2/+2
* build: Fixed the Windows preprocessor macros and defines.Andreas Schneider2010-08-031-35/+61
* Begining of zlib@openssh.org implementationAris Adamantiadis2010-07-231-0/+2
* Continue removing old flushing codeAris Adamantiadis2010-07-232-6/+1
* Removed obsolete socket functionsAris Adamantiadis2010-07-231-2/+2
* Add consistency check to ssh_set_callbacksAris Adamantiadis2010-07-232-1/+3
* Receive and send SSH_MSG_UNIMPLEMENTEDAris Adamantiadis2010-07-181-0/+2
* poll: Added poll constants for Windows.Andreas Schneider2010-07-091-2/+40
* options: Added option to bind a client to an ip address.Andreas Schneider2010-07-072-2/+3
* Removed dead code in socket.cAris Adamantiadis2010-07-071-3/+2
* Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis2010-06-251-6/+20
* socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider2010-06-171-1/+1
* socket: Fixed checks for max fd.Andreas Schneider2010-06-171-0/+2
* socket: Fixed prototype of ssh_socket_pollcallback().Andreas Schneider2010-06-171-1/+1
* poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider2010-06-171-2/+6
* string: Added a function to delete a char basesd stirng object.Andreas Schneider2010-06-111-0/+1
* cpp: Fixed return value of userauthAutopubkey.Andreas Schneider2010-06-021-1/+1
* Fixed keyboard-interactive and unit testAris Adamantiadis2010-05-191-1/+4
* Install missing legacy header file.Andreas Schneider2010-05-171-0/+1
* poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-05-172-0/+2
* Separation work between openssl and libgcryptAris Adamantiadis2010-05-143-73/+136
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-145-63/+152
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-121-0/+1
* Fixed Windows build.Andreas Schneider2010-05-121-2/+3
* Use the new expand functions.Andreas Schneider2010-05-111-1/+1
* Added a function to expand an escaped string.Andreas Schneider2010-05-111-0/+1
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-111-0/+2
* Some grammarnazi things + fix int->socket_tAris Adamantiadis2010-05-101-3/+4
* Use configure checks to define vsnprintf and strncpy.Andreas Schneider2010-05-101-2/+10
* Fixed building libssh with VC9.Andreas Schneider2010-05-101-8/+17