Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | session: Fix a possible memory leak. | Andreas Schneider | 2014-01-06 | 1 | -0/+1 | |
| | ||||||
* | poll: fix poll_handles ownerships | Aris Adamantiadis | 2014-01-06 | 1 | -5/+27 | |
| | ||||||
* | socket: don't attempt reading a non-connected socket | Aris Adamantiadis | 2014-01-06 | 1 | -1/+1 | |
| | ||||||
* | tests: use LC_LIBSSH instead of LANG for env tests. | Aris Adamantiadis | 2014-01-06 | 1 | -2/+2 | |
| | | | | | LANG is stripped and replaced on many distros and LC_* is accepted by default on debian | |||||
* | examples: Fix building samplesshd-tty on FreeBSD. | Andreas Schneider | 2013-12-26 | 1 | -2/+2 | |
| | ||||||
* | poll: Correctly free ssh_event_fd_wrapper. | Andreas Schneider | 2013-12-22 | 1 | -3/+9 | |
| | | | | This is allocated by ssh_event_add_fd. | |||||
* | config: Support expansion in the Host variable too. | Andreas Schneider | 2013-12-21 | 1 | -9/+18 | |
| | | | | BUG: https://red.libssh.org/issues/127 | |||||
* | tests: Fix non-blocking auth tests. | Andreas Schneider | 2013-12-15 | 1 | -6/+15 | |
| | | | | | | The ssh_userauth_none() call should already be non-blocking. However this this function is broken in non-blocking mode. It should reveal the existing bug. | |||||
* | tests: Use new auth API in the torture_session test. | Andreas Schneider | 2013-12-15 | 1 | -2/+3 | |
| | ||||||
* | tests: Use new auth API in the torture_auth test. | Andreas Schneider | 2013-12-15 | 1 | -10/+19 | |
| | ||||||
* | tests: Fix pki test with gcrypt. | Andreas Schneider | 2013-12-11 | 1 | -0/+4 | |
| | ||||||
* | channel: fix setting of channel->flags | Jon Simons | 2013-12-11 | 1 | -3/+3 | |
| | | | | | | | | Fix the setting of 'channel->flags' to use '|='. Before this change, one bug symptom can be that channels are never fully free'd via ssh_channel_free, resulting in memory leaks. Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | client: use ssh_channel_do_free in ssh_disconnect | Jon Simons | 2013-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | Ensure to use 'ssh_channel_do_free' in 'ssh_disconnect', when removing and free'ing up a session's channels. This matches the behavior in 'ssh_free', and is necessary to fully free any channel which may not have been closed completely (see usage of flags SSH_CHANNEL_FLAG_CLOSED_REMOTE, SSH_CHANNEL_FLAG_FREED_LOCAL). Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | bind: Correctly free all memory in ssh_bind_free(). | Andreas Schneider | 2013-12-09 | 1 | -3/+7 | |
| | | | | Thanks to Jacob Baines. | |||||
* | session: Add ssh_get_clientbanner(). | Jon Simons | 2013-12-07 | 2 | -0/+16 | |
| | ||||||
* | channels: Add a ssh_channel_read_timeout function. | Andreas Schneider | 2013-12-04 | 2 | -3/+44 | |
| | ||||||
* | tests: Try to fix torture_forward. | Andreas Schneider | 2013-12-04 | 1 | -4/+4 | |
| | ||||||
* | tests: Fix memory leaks. | Andreas Schneider | 2013-12-04 | 1 | -0/+9 | |
| | ||||||
* | pki: Fix a memory leak. | Andreas Schneider | 2013-11-28 | 1 | -0/+1 | |
| | | | | CID #1132819 | |||||
* | tests: Add torture_pki_write_privkey_ecdsa test. | Andreas Schneider | 2013-11-27 | 1 | -0/+44 | |
| | ||||||
* | tests: Add torture_pki_write_privkey_dsa test. | Andreas Schneider | 2013-11-27 | 1 | -0/+40 | |
| | ||||||
* | tests: Add torture_pki_write_privkey_rsa test. | Andreas Schneider | 2013-11-27 | 1 | -0/+40 | |
| | ||||||
* | pki: Add ssh_pki_import_privkey_file(). | Andreas Schneider | 2013-11-27 | 2 | -0/+63 | |
| | ||||||
* | pki_crypto: Add pki_private_key_to_pem(). | Andreas Schneider | 2013-11-27 | 1 | -0/+118 | |
| | ||||||
* | pki_gcrypt: Add pki_private_key_to_pem() stub. | Andreas Schneider | 2013-11-27 | 2 | -0/+18 | |
| | ||||||
* | curve25519: Fix memory leaks in ssh_server_curve25519_init(). | Andreas Schneider | 2013-11-27 | 1 | -20/+23 | |
| | | | | CID #1125255 | |||||
* | curve25519: Do not leak q_s_string. | Andreas Schneider | 2013-11-27 | 1 | -0/+1 | |
| | | | | CID #1125256 | |||||
* | curve25519: Fix a memory leak. | Andreas Schneider | 2013-11-27 | 1 | -1/+1 | |
| | | | | CID #1125257 | |||||
* | examples: Fix else branch. | Andreas Schneider | 2013-11-27 | 1 | -1/+2 | |
| | | | | CID #1127816 | |||||
* | packet: Remove logically dead code. | Andreas Schneider | 2013-11-27 | 1 | -3/+1 | |
| | | | | CID #1128796 | |||||
* | tests: Try to fix valgrind warnings. | Andreas Schneider | 2013-11-27 | 2 | -4/+4 | |
| | ||||||
* | tests: Fix a valgrind warning. | Andreas Schneider | 2013-11-27 | 1 | -0/+1 | |
| | ||||||
* | ecdh: Check if we have ECC support. | Andreas Schneider | 2013-11-27 | 2 | -2/+7 | |
| | ||||||
* | ecdh: Use bignum_bin2bn. | Andreas Schneider | 2013-11-27 | 2 | -4/+19 | |
| | ||||||
* | server: Add a ssh_send_keepalive() function. | Nicolas Viennot | 2013-11-24 | 2 | -0/+43 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | channel: fix infinite loop in channel_write_common | Jon Simons | 2013-11-22 | 1 | -1/+3 | |
| | | | | | | BUG: https://red.libssh.org/issues/130 Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | Update ChangeLog. | Andreas Schneider | 2013-11-19 | 1 | -0/+7 | |
| | ||||||
* | flush channel after EOF and CLOSE | Rod Vagg | 2013-11-18 | 1 | -0/+8 | |
| | ||||||
* | logging: fix server-side logging | Aris Adamantiadis | 2013-11-18 | 1 | -2/+3 | |
| | ||||||
* | gssapi: fix logging | Aris Adamantiadis | 2013-11-18 | 1 | -14/+14 | |
| | ||||||
* | sockets: null pointer check | Aris Adamantiadis | 2013-11-18 | 1 | -5/+7 | |
| | ||||||
* | gssapi: Fix support of delegated credentials | Simo Sorce | 2013-11-17 | 1 | -23/+37 | |
| | | | | | | | | | | | | In a previous refactoring patch, the code underpinning the ssh_gssapi_set_creds() API was inadvertently removed. This patch fixes the problem. Also clarify what variable holds which credentials and insure that credentials created within the library are propelry freed. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | gssapi: Add support for GSSAPIDelegateCredentials config option. | Simo Sorce | 2013-11-17 | 2 | -1/+12 | |
| | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option. | Simo Sorce | 2013-11-17 | 3 | -1/+18 | |
| | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | gssapi: Add error checks and cleanup the code in ssh_gssapi_auth_mic(). | Andreas Schneider | 2013-11-15 | 1 | -2/+13 | |
| | ||||||
* | gssapi: Use GSSAPIClientIdentity to acquire creds | Simo Sorce | 2013-11-15 | 1 | -3/+23 | |
| | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | gssapi: Add support for GSSAPIClientIdentity config option. | Andreas Schneider | 2013-11-15 | 1 | -1/+9 | |
| | ||||||
* | options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option. | Andreas Schneider | 2013-11-15 | 4 | -1/+22 | |
| | ||||||
* | gssapi: Add support for GSSAPIServerIdentity config option. | Andreas Schneider | 2013-11-15 | 1 | -1/+9 | |
| | ||||||
* | gssapi: Add suppport to set GSSAPI server identity. | Andreas Schneider | 2013-11-15 | 5 | -2/+28 | |
| |