aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Moved declarations from auth.h to various headersAris Adamantiadis3-22/+25
2010-10-27Moved includes from priv.h to bind.hAris Adamantiadis2-25/+55
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis2-1/+36
2010-10-15Oops, libssh.h did not compile anymoreAris Adamantiadis1-2/+2
2010-10-14Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis1-1/+1
2010-10-12Removed the global poll ctx in fav. of /session ctxAris Adamantiadis2-4/+3
2010-10-03Fix prepend bugAris Adamantiadis1-1/+7
2010-10-02Fix warnings on testcasesAris Adamantiadis1-1/+1
2010-10-02Added ssh_channel_write_stderr() for the servermilo1-0/+3
2010-10-02Added channel features on the servermilo1-0/+8
2010-10-02Handle global requests and reverse forwardingmilo3-0/+24
2010-10-02Add new callbacks in session and channelsmilo2-3/+153
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-2/+15
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
2010-09-28pki: Added GPL to header file.Andreas Schneider1-0/+21
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider1-1/+1
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
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