summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* legacy: Added missing channel_write_stderr.Andreas Schneider2011-02-231-0/+2
* poll: Added a function to poll the events.milo2011-02-201-0/+1
* poll: Added function to remove fd from the event context.milo2011-02-201-0/+1
* poll: Added function to add an fd to the events.milo2011-02-201-0/+5
* poll: Added function to remove session from event loop.milo2011-02-201-0/+1
* poll: Added function to add session to an event.milo2011-02-201-0/+1
* poll: Added a function to free an event.milo2011-02-201-0/+1
* poll: Started to add a poll based event loop.milo2011-02-201-0/+3
* Added ssh_userauth_[offer_]pubkey nonblocking ifaceAris Adamantiadis2011-02-121-1/+3
* 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
* Added the keyboard-interactive authentication methodmilo2011-02-105-1/+29
* 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
* 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