| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add session/channel byte/packet counters | Audrius Butkevicius | 2014-02-12 | 1 | -0/+11 |
| | | | | | Signed-off-by: Audrius Butkevicius <audrius.butkevicius@elastichosts.com> | ||||
| * | session: add getters for session cipher names | Jon Simons | 2014-02-06 | 1 | -0/+2 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | knownhosts: detect variations of ecdsa | Aris Adamantiadis | 2014-02-04 | 1 | -1/+0 |
| | | |||||
| * | doc: correct ssh_channel_read_timeout units | Jon Simons | 2014-02-02 | 1 | -1/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | known_hosts: add ssh_knownhosts_algorithms() | Aris Adamantiadis | 2014-02-01 | 1 | -0/+1 |
| | | | | | | Goal of that function is to test the preferred key exchange methods based on what's available in the known_hosts file | ||||
| * | channel: Fix the name scheme of the forward functions. | Andreas Schneider | 2014-01-16 | 1 | -4/+18 |
| | | |||||
| * | channel: Add ssh_channel_accept_forward(). | Oleksandr Shneyder | 2014-01-16 | 1 | -0/+1 |
| | | | | | | | | | This works same way as ssh_forward_accept() but can return a destination port of the channel (useful if SSH connection forwarding several TCP/IP ports). Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | session: Add ssh_get_clientbanner(). | Jon Simons | 2013-12-07 | 1 | -0/+1 |
| | | |||||
| * | channels: Add a ssh_channel_read_timeout function. | Andreas Schneider | 2013-12-04 | 1 | -0/+1 |
| | | |||||
| * | pki: Add ssh_pki_import_privkey_file(). | Andreas Schneider | 2013-11-27 | 1 | -0/+5 |
| | | |||||
| * | options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option. | Simo Sorce | 2013-11-15 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option. | Andreas Schneider | 2013-11-15 | 1 | -1/+2 |
| | | |||||
| * | gssapi: Add suppport to set GSSAPI server identity. | Andreas Schneider | 2013-11-15 | 1 | -1/+2 |
| | | |||||
| * | Add ssh_get_poll_flags() | Colin Walters | 2013-11-09 | 1 | -0/+1 |
| | | | | | | | | | | | For integration with an external mainloop, we need to know how to replicate libssh's internal poll() calls. We originally through ssh_get_status() was that API, but it's not really - those flags only get updated from the *result* of a poll(), where what we really need is to know how libssh would *start* a poll(). Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | dh: Add new ssh_get_publickey_hash() function. | Andreas Schneider | 2013-11-06 | 1 | -1/+13 |
| | | |||||
| * | socket: Fix check for pending data. | Aris Adamantiadis | 2013-11-03 | 1 | -1/+5 |
| | | | | | | | BUG: https://red.libssh.org/issues/119 Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | log: Make _ssh_log() public. | Andreas Schneider | 2013-07-21 | 1 | -0/+3 |
| | | |||||
| * | include: Mark ssh_log as depcrecated. | Andreas Schneider | 2013-07-14 | 1 | -3/+3 |
| | | |||||
| * | log: Implment new logging functions. | Andreas Schneider | 2013-07-14 | 1 | -0/+6 |
| | | |||||
| * | server: export ssh_channel_open_x11() | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | server: implement server-side of agent forwarding | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | ssh-agent: implement the clientside for agent forwarding auth. | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | | | | This can only be used to authenticate the client, not to allow the connected server to transfer agent requests Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | gssapi: implement ticket delegation | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | gssapi: retrieve forwarded (delegated) tickets | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | auth: implement client-side gssapi | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | auth: adapt libssh to gssapi-with-mic server | Aris Adamantiadis | 2013-07-13 | 1 | -0/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 1 | -12/+11 |
| | | | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h | ||||
| * | socket: Add a SSH_WRITE_PENDING socket status. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 |
| | | |||||
| * | options: Add option to specify host keys string. | Oliver Gasser | 2012-07-06 | 1 | -1/+2 |
| | | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | Ignore and debug messages can be sent using public API | Martin Drasar | 2012-01-05 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Martin Drasar <drasar@ics.muni.cz> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | commit a7e14524c4f7903f607cdcd02b83782e89f0a82c | rofl0r | 2012-01-02 | 1 | -0/+1 |
| | | |||||
| * | pki: Add a ssh_key_cmp() function. | Andreas Schneider | 2011-10-29 | 1 | -0/+8 |
| | | |||||
| * | dh: Add ssh_get_publickey(). | Andreas Schneider | 2011-10-29 | 1 | -1/+1 |
| | | |||||
| * | Implement ssh_options_get_port(ssh_session, unsigned int*). | Lee Hambley | 2011-10-28 | 1 | -0/+1 |
| | | |||||
| * | Implement ssh_options_get(ssh_session, enum ssh_options_e, char**). | Lee Hambley | 2011-10-28 | 1 | -0/+2 |
| | | |||||
| * | pki: ssh_pki_generate | Aris Adamantiadis | 2011-09-24 | 1 | -0/+2 |
| | | | | | for both gcrypt and openssl | ||||
| * | scp: introduce a 64bits getter to respect ABI | Aris Adamantiadis | 2011-09-18 | 1 | -1/+2 |
| | | |||||
| * | log: Improve the logging function. | Andreas Schneider | 2011-09-10 | 1 | -1/+6 |
| | | |||||
| * | log: Add new debug log levels. | Andreas Schneider | 2011-09-10 | 1 | -3/+20 |
| | | | | | These should be used in future! | ||||
| * | string: Add ssh_string_get_char(). | Andreas Schneider | 2011-09-08 | 1 | -0/+1 |
| | | |||||
| * | channels: Export ssh_channel_poll_timeout(). | Andreas Schneider | 2011-09-02 | 1 | -1/+1 |
| | | |||||
| * | channel: implement ssh_channel_poll_timeout | Aris Adamantiadis | 2011-09-02 | 1 | -0/+1 |
| | | | | | Resolves bug #57 | ||||
| * | pki: Use consistent API for ssh_pki_export_privkey_to_pubkey(). | Andreas Schneider | 2011-08-30 | 1 | -0/+3 |
| | | |||||
| * | legacy: Move ssh_private_key and ssh_public_key typedefs. | Andreas Schneider | 2011-08-28 | 1 | -4/+0 |
| | | |||||
| * | keyfiles: Make ssh_try_publickey_from_file() legacy. | Andreas Schneider | 2011-08-28 | 1 | -3/+0 |
| | | |||||
| * | legacy: Remove privatekey_from_base64(). | Andreas Schneider | 2011-08-26 | 1 | -3/+0 |
| | | | | | | This function has been introduced for libssh 0.6. So we can remove it completely. | ||||
| * | auth: Make ssh_userauth_privatekey_file() legacy. | Andreas Schneider | 2011-08-25 | 1 | -2/+0 |
| | | |||||
| * | auth: Refactor ssh_userauth_password(). | Andreas Schneider | 2011-08-25 | 1 | -3/+3 |
| | | |||||
| * | auth: Make ssh_userauth_autopubkey legacy. | Andreas Schneider | 2011-08-25 | 1 | -1/+0 |
| | | |||||
| * | auth: Add ssh_userauth_publickey_auto(). | Andreas Schneider | 2011-08-25 | 1 | -0/+3 |
| | | |||||
