summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in pre-connected socket setting.Werner Koch2012-09-211-0/+1
* session: Cleanup timeout functions and fix packets termination.rofl0r2012-01-021-0/+1
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-09-173-13/+19
* build: Increase version number.libssh-0.5.2Andreas Schneider2011-09-161-1/+1
* SSH1: handle exit-status message (channels would not close)Aris Adamantiadis2011-09-151-0/+1
* SSH1: fix buildAris Adamantiadis2011-09-021-1/+1
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-023-3/+2
* build: Set libssh version to 0.5.1.libssh-0.5.1Andreas Schneider2011-08-091-1/+1
* Introduced ssh_timeout_elapsed functionsAris Adamantiadis2011-05-251-0/+9
* [channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo2011-05-021-0/+1
* Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis2011-03-231-1/+1
* Implement ssh_blocking_flush()Aris Adamantiadis2011-03-232-0/+2
* doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider2011-03-091-0/+20
* doc: Improved documentation for server options.Andreas Schneider2011-03-091-4/+57
* legacy: Added missing channel_write_stderr.Andreas Schneider2011-02-231-0/+2
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-2/+0
* misc: Added ssh_is_ipaddr() function.Andreas Schneider2011-02-121-0/+2
* session: Added ssh_is_connected().Andreas Schneider2011-02-061-0/+1
* libsshpp: Removed unused variable.Andreas Schneider2011-01-241-1/+0
* misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider2011-01-241-0/+3
* ssh_auth_password made nonblockingAris Adamantiadis2011-01-161-1/+2
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-162-1/+3
* Fix double-connect testcaseAris Adamantiadis2011-01-151-0/+1
* Use termination functions for event pollingAris Adamantiadis2011-01-121-1/+8
* Non-blocking mode for ssh_connectAris Adamantiadis2011-01-101-0/+5
* Change blocking parameter to a flagAris Adamantiadis2011-01-102-2/+7
* Fix the missing returns in C++ wrapperAris Adamantiadis2011-01-051-1/+20
* cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider2011-01-021-6/+0
* libssh: Don't use the visibility flag on OS/2.Andreas Schneider2010-12-311-1/+1
* socket: Fixed ssh_socket_fd_set prototype.Andreas Schneider2010-12-301-1/+1
* 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