aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-12Added runtime detection of WSAPoll().Andreas Schneider1-0/+1
2010-05-12Fixed Windows build.Andreas Schneider1-2/+3
2010-05-11Use the new expand functions.Andreas Schneider1-1/+1
2010-05-11Added a function to expand an escaped string.Andreas Schneider1-0/+1
2010-05-11Added a function to expand the tilde from a path.Andreas Schneider1-0/+2
2010-05-10Some grammarnazi things + fix int->socket_tAris Adamantiadis1-3/+4
2010-05-10Use configure checks to define vsnprintf and strncpy.Andreas Schneider1-2/+10
2010-05-10Fixed building libssh with VC9.Andreas Schneider1-8/+17
2010-05-10Fixed a MSVC build error.Andreas Schneider1-0/+1
2010-05-10Added more defines to use secure VC functions.Andreas Schneider1-1/+10
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis3-4/+11
2010-05-02Forgot the pki filesAris Adamantiadis1-0/+28
2010-05-01Added pki.[ch] files as a new standard API for PKsAris Adamantiadis1-1/+2
2010-05-01First implementation of known_hosts with port readAris Adamantiadis1-0/+1
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2-6/+8
2010-04-28Added ssh_privatekey_type public functionAris Adamantiadis1-0/+3
2010-04-14Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis1-0/+5
2010-04-07First experiment at trying to make libssh c89Aris Adamantiadis1-3/+3
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2-3/+3