aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2010-09-29misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider1-1/+1
2010-09-29misc: Move ssh_analyze_banner to a common location.Andreas Schneider1-0/+1
Don't duplicate functions!
2010-09-28pki: Added GPL to header file.Andreas Schneider1-0/+21
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider1-1/+1
Looks like people are confused by the name and think this is normal host key checking.
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-2/+2
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
pthread example doesn't compile du to the lack of libssh_threads_native.so library
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
Fixes bug #108
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
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-13server: Fix missing socket close notification.milo1-0/+2
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo1-1/+10
Signed-off-by: Andreas Schneider <asn@cynapses.org>
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
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09session: Fixed the type of the session dh_handshake_state.milo1-2/+2
Signed-off-by: Andreas Schneider <asn@cynapses.org>
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
WSAPoll uses different constanst values as the POSIX implementation, what else ...
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider2-2/+3
Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
2010-07-07Removed dead code in socket.cAris Adamantiadis1-3/+2
2010-06-25Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis1-6/+20
(first commit with eclipse helios, crossing fingers ...)
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