summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This looks ugly. I'll see if we need to revert or change that patch later.
* 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
| | | | SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it.
* 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
| | | | | | | - ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side
* 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
| | | | Don't duplicate functions!
* pki: Added GPL to header file.Andreas Schneider2010-09-281-0/+21
|
* options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2010-09-281-1/+1
| | | | | Looks like people are confused by the name and think this is normal host key checking.
* 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
| | | | | pthread example doesn't compile du to the lack of libssh_threads_native.so library
* 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
|