Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [pki] Added privatekey_from_base64() function... | milo | 2011-04-14 | 2 | -0/+6 |
| | | | | and wrapped it with privatekey_from_file() | ||||
* | [pki] Make ssh_key_new and ssh_key_free public | milo | 2011-04-14 | 2 | -2/+2 |
| | |||||
* | Fix the ssh_message_retrieve problem by anihilation | Aris Adamantiadis | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | Implement ssh_blocking_flush() | Aris Adamantiadis | 2011-03-22 | 2 | -0/+2 |
| | | | | Based on code from Jan Willamowius | ||||
* | messages: Make returned strings const. | Andreas Schneider | 2011-03-09 | 1 | -11/+11 |
| | |||||
* | doc: More doc for messaging functions. | Andreas Schneider | 2011-03-09 | 1 | -1/+37 |
| | |||||
* | doc: Improve the doc of ssh_bind_set_callbacks. | Andreas Schneider | 2011-03-09 | 1 | -0/+20 |
| | |||||
* | doc: Improved documentation for server options. | Andreas Schneider | 2011-03-06 | 1 | -4/+57 |
| | |||||
* | legacy: Added missing channel_write_stderr. | Andreas Schneider | 2011-02-23 | 1 | -0/+2 |
| | |||||
* | poll: Added a function to poll the events. | milo | 2011-02-20 | 1 | -0/+1 |
| | |||||
* | poll: Added function to remove fd from the event context. | milo | 2011-02-20 | 1 | -0/+1 |
| | |||||
* | poll: Added function to add an fd to the events. | milo | 2011-02-20 | 1 | -0/+5 |
| | |||||
* | poll: Added function to remove session from event loop. | milo | 2011-02-20 | 1 | -0/+1 |
| | |||||
* | poll: Added function to add session to an event. | milo | 2011-02-20 | 1 | -0/+1 |
| | |||||
* | poll: Added a function to free an event. | milo | 2011-02-20 | 1 | -0/+1 |
| | |||||
* | poll: Started to add a poll based event loop. | milo | 2011-02-20 | 1 | -0/+3 |
| | |||||
* | Added ssh_userauth_[offer_]pubkey nonblocking iface | Aris Adamantiadis | 2011-02-12 | 1 | -1/+3 |
| | |||||
* | connect: Use ssh_is_ipaddr instead of regex. | Andreas Schneider | 2011-02-12 | 1 | -2/+0 |
| | |||||
* | 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 |
| |