summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-272-1/+4
* libsshpp: Fixed return of non-void function.Andreas Schneider2010-12-231-1/+4
* include: Only require LIBSSH_STATIC on Windows.Andreas Schneider2010-12-101-9/+9
* server: Remove channel_write_stderr.Andreas Schneider2010-12-082-3/+1
* doc: Some small fixes in server.h.Andreas Schneider2010-12-071-11/+6
* doc: Define a doc group for the callbacks.Andreas Schneider2010-12-071-0/+11
* Moved declarations from auth.h to various headersAris Adamantiadis2010-10-303-22/+25
* Moved includes from priv.h to bind.hAris Adamantiadis2010-10-272-25/+55
* start of work to have callbackbased ssh_bindAris Adamantiadis2010-10-192-1/+36
* Oops, libssh.h did not compile anymoreAris Adamantiadis2010-10-151-2/+2
* Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis2010-10-141-1/+1
* Removed the global poll ctx in fav. of /session ctxAris Adamantiadis2010-10-122-4/+3
* Fix prepend bugAris Adamantiadis2010-10-031-1/+7
* Fix warnings on testcasesAris Adamantiadis2010-10-021-1/+1
* Added ssh_channel_write_stderr() for the servermilo2010-10-021-0/+3
* Added channel features on the servermilo2010-10-021-0/+8
* Handle global requests and reverse forwardingmilo2010-10-023-0/+24
* Add new callbacks in session and channelsmilo2010-10-022-3/+153
* Changed the threads cbks from struct to publ funcAris Adamantiadis2010-09-301-2/+15
* misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider2010-09-291-1/+1
* misc: Move ssh_analyze_banner to a common location.Andreas Schneider2010-09-291-0/+1
* pki: Added GPL to header file.Andreas Schneider2010-09-281-0/+21
* options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2010-09-281-1/+1
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-2/+2
* ssh_threads_init is privateAris Adamantiadis2010-09-121-1/+1
* Added initialisation logs for threadingAris Adamantiadis2010-09-121-1/+2
* Changed callbacks typeAris Adamantiadis2010-09-121-19/+1
* Implemented the noop and native pointersAris Adamantiadis2010-09-061-1/+22
* threads: Build a libssh threading library.Andreas Schneider2010-09-061-3/+3
* Moved pthread specific code in src/threads/pthread.cAris Adamantiadis2010-09-061-53/+1
* server: Fixed a shadowed variable.Andreas Schneider2010-09-051-1/+1
* Made pthread threading a user macroAris Adamantiadis2010-09-031-1/+70
* 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