Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Set next version. | Andreas Schneider | 2011-05-30 | 1 | -1/+1 |
| | |||||
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-24 | 1 | -0/+9 |
| | | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard. | ||||
* | [channels] Added ssh_channel_window_size() and avoided reentrancy in ↵ | milo | 2011-05-02 | 1 | -0/+1 |
| | | | | | | channel_write_common() (cherry picked from commit 27313334578f4acb7ccf0687bba7f76b2febd569) | ||||
* | [pki] remove unused functions | milo | 2011-04-18 | 1 | -3/+0 |
| | |||||
* | scp: More correct fix for snprintf 64-bit format. | Andreas Schneider | 2011-04-15 | 1 | -0/+8 |
| | |||||
* | scp: Support huge files by changing size to 64-bit type. | Mark Riordan | 2011-04-15 | 2 | -3/+4 |
| | | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Use const for x11_auth_* strings | milo | 2011-04-14 | 1 | -2/+2 |
| | |||||
* | Implemented X11 server side | milo | 2011-04-14 | 3 | -1/+15 |
| | |||||
* | [pki] Added ssh_userauth_pki_pubkey() function | milo | 2011-04-14 | 1 | -0/+2 |
| | |||||
* | [pki] added ssh_pki_do_sign() function | milo | 2011-04-14 | 2 | -0/+6 |
| | |||||
* | [pki] Added conversion functions to migrate seemlessly to ssh_key | milo | 2011-04-14 | 1 | -0/+6 |
| | |||||
* | [pki] Added ssh_pki_publickey_from_privatekey() function | milo | 2011-04-14 | 1 | -0/+3 |
| | |||||
* | [pki] Added ssh_pki_import_privkey_base64() | milo | 2011-04-14 | 2 | -0/+5 |
| | |||||
* | [pki] remove non existing function prototype | milo | 2011-04-14 | 1 | -1/+0 |
| | |||||
* | [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 |
| |