| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Set next version. | Andreas Schneider | 2011-05-30 | 1 | -1/+1 |
| | | |||||
| * | [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) | ||||
| * | scp: Support huge files by changing size to 64-bit type. | Mark Riordan | 2011-04-15 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | Implemented X11 server side | milo | 2011-04-14 | 1 | -1/+2 |
| | | |||||
| * | [pki] Added ssh_userauth_pki_pubkey() function | milo | 2011-04-14 | 1 | -0/+2 |
| | | |||||
| * | [pki] Added ssh_pki_import_privkey_base64() | milo | 2011-04-14 | 1 | -0/+2 |
| | | |||||
| * | [pki] Added privatekey_from_base64() function... | milo | 2011-04-14 | 1 | -0/+3 |
| | | | | | and wrapped it with privatekey_from_file() | ||||
| * | [pki] Make ssh_key_new and ssh_key_free public | milo | 2011-04-14 | 1 | -0/+2 |
| | | |||||
| * | Implement ssh_blocking_flush() | Aris Adamantiadis | 2011-03-22 | 1 | -0/+1 |
| | | | | | Based on code from Jan Willamowius | ||||
| * | 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 the keyboard-interactive authentication method | milo | 2011-02-10 | 1 | -0/+2 |
| | | |||||
| * | session: Added ssh_is_connected(). | Andreas Schneider | 2011-02-06 | 1 | -0/+1 |
| | | |||||
| * | misc: Added multiplatform ssh_getpass() fuction. | Andreas Schneider | 2011-01-24 | 1 | -0/+3 |
| | | |||||
| * | Made ssh_userauth_none nonblocking | Aris Adamantiadis | 2011-01-16 | 1 | -0/+1 |
| | | |||||
| * | Change blocking parameter to a flag | Aris Adamantiadis | 2011-01-10 | 1 | -0/+1 |
| | | |||||
| * | libssh: Don't use the visibility flag on OS/2. | Andreas Schneider | 2010-12-31 | 1 | -1/+1 |
| | | |||||
| * | Added compression options and allow "yes/no" setting | Aris Adamantiadis | 2010-12-27 | 1 | -1/+3 |
| | | | | | 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. | ||||
| * | include: Only require LIBSSH_STATIC on Windows. | Andreas Schneider | 2010-12-10 | 1 | -9/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | Handle global requests and reverse forwarding | milo | 2010-10-02 | 1 | -0/+6 |
| | | |||||
| * | 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. | ||||
| * | ssh_channel_forward_* -> ssh_forward_* | Aris Adamantiadis | 2010-08-28 | 1 | -3/+3 |
| | | | | | Fixes bug #108 | ||||
| * | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
| | | |||||
| * | options: Added option to bind a client to an ip address. | Andreas Schneider | 2010-07-07 | 1 | -1/+2 |
| | | | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>. | ||||
| * | socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET. | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | | |||||
| * | socket: Fixed checks for max fd. | Andreas Schneider | 2010-06-17 | 1 | -0/+2 |
| | | |||||
| * | poll: Fixed a malfunction with wrong max fd value check. | Andreas Schneider | 2010-06-17 | 1 | -2/+6 |
| | | |||||
| * | string: Added a function to delete a char basesd stirng object. | Andreas Schneider | 2010-06-11 | 1 | -0/+1 |
| | | |||||
| * | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -59/+45 |
| | | |||||
| * | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 1 | -1/+2 |
| | | |||||
| * | Added pki.[ch] files as a new standard API for PKs | Aris Adamantiadis | 2010-05-01 | 1 | -1/+2 |
| | | | | | | | Right now it's just a wrapper to the existing calls but soon it's gona be the effective implementation and other calls will be wrappers. | ||||
| * | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 1 | -0/+8 |
| | | | | | Also made this enum public | ||||
| * | Added ssh_privatekey_type public function | Aris Adamantiadis | 2010-04-28 | 1 | -0/+3 |
| | | |||||
| * | Added support for StrictHostKeyChecking and UserKnownHostsFile parameters. | Ruben Garcia Azuara | 2010-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Added OpenSSH parameters to libssh: - StrictHostKeyChecking - UserKnownHostsFile This parameters are useful to avoid checking the fingerprint. Eg: ~/.ssh/config: Host 192.10.20.30 StrictHostKeyChecking no UserKnownHostsFile /dev/null Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
| * | Fixed solaris compilation warning and ignore case at host parameter. | Ruben Garcia Azuara | 2010-04-07 | 1 | -3/+3 |
| | | | | | | | | | | - Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
| * | Fixed the documentation of log.c | Andreas Schneider | 2010-04-04 | 1 | -5/+7 |
| | | |||||
| * | Fixed spelling. | Andreas Schneider | 2010-03-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -0/+5 |
| | | |||||
| * | Increase version number. | Andreas Schneider | 2010-02-05 | 1 | -1/+1 |
| | | |||||
| * | Merged the channel_request hdlrs and clean hdlrs | Aris Adamantiadis | 2010-01-08 | 1 | -1/+0 |
| | | |||||
| * | Add new API function ssh_userauth_privatekey_file(). | Vic Lee | 2009-12-30 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
| * | Add key validation in server side authentication | Aris Adamantiadis | 2009-12-20 | 1 | -0/+7 |
| | | |||||
| * | Remove socklen_t definition. | Andreas Schneider | 2009-12-09 | 1 | -3/+0 |
| | | | | | | | Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a define, so depending on the order of includes you can get errors in ws2tcpip.h with msvc. | ||||
