Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | misc: Added ssh_is_ipaddr() function. | Andreas Schneider | 2011-02-12 | 1 | -0/+2 | |
| | ||||||
* | Added the keyboard-interactive authentication method | milo | 2011-02-10 | 5 | -1/+29 | |
| | ||||||
* | session: Added ssh_is_connected(). | Andreas Schneider | 2011-02-06 | 1 | -0/+1 | |
| | ||||||
* | libsshpp: Removed unused variable. | Andreas Schneider | 2011-01-24 | 1 | -1/+0 | |
| | ||||||
* | misc: Added multiplatform ssh_getpass() fuction. | Andreas Schneider | 2011-01-24 | 1 | -0/+3 | |
| | ||||||
* | ssh_auth_password made nonblocking | Aris Adamantiadis | 2011-01-16 | 1 | -1/+2 | |
| | ||||||
* | Made ssh_userauth_none nonblocking | Aris Adamantiadis | 2011-01-16 | 2 | -1/+3 | |
| | ||||||
* | Fix double-connect testcase | Aris Adamantiadis | 2011-01-15 | 1 | -0/+1 | |
| | ||||||
* | Use termination functions for event polling | Aris Adamantiadis | 2011-01-12 | 1 | -1/+8 | |
| | ||||||
* | Non-blocking mode for ssh_connect | Aris Adamantiadis | 2011-01-10 | 1 | -0/+5 | |
| | | | | This looks ugly. I'll see if we need to revert or change that patch later. | |||||
* | Change blocking parameter to a flag | Aris Adamantiadis | 2011-01-10 | 2 | -2/+7 | |
| | ||||||
* | Fix the missing returns in C++ wrapper | Aris Adamantiadis | 2011-01-05 | 1 | -1/+20 | |
| | ||||||
* | cmake: Fixed msvc posix warnings and unsecure functions. | Andreas Schneider | 2011-01-02 | 1 | -6/+0 | |
| | ||||||
* | libssh: Don't use the visibility flag on OS/2. | Andreas Schneider | 2010-12-31 | 1 | -1/+1 | |
| | ||||||
* | socket: Fixed ssh_socket_fd_set prototype. | Andreas Schneider | 2010-12-30 | 1 | -1/+1 | |
| | ||||||
* | Added compression options and allow "yes/no" setting | Aris Adamantiadis | 2010-12-27 | 2 | -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 Schneider | 2010-12-23 | 1 | -1/+4 | |
| | ||||||
* | include: Only require LIBSSH_STATIC on Windows. | Andreas Schneider | 2010-12-10 | 1 | -9/+9 | |
| | ||||||
* | server: Remove channel_write_stderr. | Andreas Schneider | 2010-12-08 | 2 | -3/+1 | |
| | ||||||
* | doc: Some small fixes in server.h. | Andreas Schneider | 2010-12-07 | 1 | -11/+6 | |
| | ||||||
* | doc: Define a doc group for the callbacks. | Andreas Schneider | 2010-12-07 | 1 | -0/+11 | |
| | ||||||
* | Moved declarations from auth.h to various headers | Aris Adamantiadis | 2010-10-30 | 3 | -22/+25 | |
| | ||||||
* | Moved includes from priv.h to bind.h | Aris Adamantiadis | 2010-10-27 | 2 | -25/+55 | |
| | ||||||
* | start of work to have callbackbased ssh_bind | Aris Adamantiadis | 2010-10-19 | 2 | -1/+36 | |
| | ||||||
* | Oops, libssh.h did not compile anymore | Aris Adamantiadis | 2010-10-15 | 1 | -2/+2 | |
| | ||||||
* | Fix OPTIONS_BINDADDR, PROXYCOMMAND constant change | Aris Adamantiadis | 2010-10-14 | 1 | -1/+1 | |
| | ||||||
* | Removed the global poll ctx in fav. of /session ctx | Aris Adamantiadis | 2010-10-12 | 2 | -4/+3 | |
| | ||||||
* | Fix prepend bug | Aris Adamantiadis | 2010-10-03 | 1 | -1/+7 | |
| | ||||||
* | Fix warnings on testcases | Aris Adamantiadis | 2010-10-02 | 1 | -1/+1 | |
| | ||||||
* | Added ssh_channel_write_stderr() for the server | milo | 2010-10-02 | 1 | -0/+3 | |
| | ||||||
* | Added channel features on the server | milo | 2010-10-02 | 1 | -0/+8 | |
| | | | | | | | - ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side | |||||
* | Handle global requests and reverse forwarding | milo | 2010-10-02 | 3 | -0/+24 | |
| | ||||||
* | Add new callbacks in session and channels | milo | 2010-10-02 | 2 | -3/+153 | |
| | ||||||
* | Changed the threads cbks from struct to publ func | Aris Adamantiadis | 2010-09-30 | 1 | -2/+15 | |
| | ||||||
* | misc: Differentiate between client and server in ssh_analyze_banner. | Andreas Schneider | 2010-09-29 | 1 | -1/+1 | |
| | ||||||
* | misc: Move ssh_analyze_banner to a common location. | Andreas Schneider | 2010-09-29 | 1 | -0/+1 | |
| | | | | Don't duplicate functions! | |||||
* | pki: Added GPL to header file. | Andreas Schneider | 2010-09-28 | 1 | -0/+21 | |
| | ||||||
* | options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK. | Andreas Schneider | 2010-09-28 | 1 | -1/+1 | |
| | | | | | Looks like people are confused by the name and think this is normal host key checking. | |||||
* | Fixed outgoing flow control + writes behaviours | Aris Adamantiadis | 2010-09-26 | 1 | -2/+2 | |
| | ||||||
* | ssh_threads_init is private | Aris Adamantiadis | 2010-09-12 | 1 | -1/+1 | |
| | ||||||
* | Added initialisation logs for threading | Aris Adamantiadis | 2010-09-12 | 1 | -1/+2 | |
| | ||||||
* | Changed callbacks type | Aris Adamantiadis | 2010-09-12 | 1 | -19/+1 | |
| | ||||||
* | Implemented the noop and native pointers | Aris Adamantiadis | 2010-09-06 | 1 | -1/+22 | |
| | ||||||
* | threads: Build a libssh threading library. | Andreas Schneider | 2010-09-06 | 1 | -3/+3 | |
| | ||||||
* | Moved pthread specific code in src/threads/pthread.c | Aris Adamantiadis | 2010-09-06 | 1 | -53/+1 | |
| | | | | | pthread example doesn't compile du to the lack of libssh_threads_native.so library | |||||
* | server: Fixed a shadowed variable. | Andreas Schneider | 2010-09-05 | 1 | -1/+1 | |
| | ||||||
* | Made pthread threading a user macro | Aris Adamantiadis | 2010-09-03 | 1 | -1/+70 | |
| | ||||||
* | Openssl implementation of threading + default imp | Aris Adamantiadis | 2010-09-01 | 2 | -10/+18 | |
| | ||||||
* | Begin of a solution for threading | Aris Adamantiadis | 2010-08-30 | 1 | -0/+38 | |
| | ||||||
* | ssh_channel_forward_* -> ssh_forward_* | Aris Adamantiadis | 2010-08-28 | 2 | -6/+6 | |
| | | | | Fixes bug #108 |