summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Make sure the array is null terminated.Andreas Schneider2012-10-071-2/+2
* torture: Use new userauth functions.Andreas Schneider2012-10-071-3/+10
* pki: Don't leak memory in pubkey to blob.Andreas Schneider2012-10-071-3/+4
* pki: Make sure we don't double free pointers.Andreas Schneider2012-10-071-0/+6
* tests: Don't leak memory in options test.Andreas Schneider2012-10-071-0/+4
* pki: Check for no memory available calling ssh_key_new().Andreas Schneider2012-10-071-0/+4
* sftp: Fix a possible null pointer dereference in sftp_async_read.Andreas Schneider2012-10-071-1/+6
* channels1: Fix severa possible null pointer dereferences.Andreas Schneider2012-10-071-6/+60
* pki: Handle error of pki_import_pubkey_buffer() correctly.Andreas Schneider2012-10-071-1/+3
* example: Clear the password.Andreas Schneider2012-10-071-1/+4
* server: Removed unused variable keytype in the ecdsa case.Andreas Schneider2012-10-071-2/+0
* misc: Use size_t for len.Andreas Schneider2012-10-071-2/+2
* tests: Don't run ecdh tests if not supported by crypto lib.Andreas Schneider2012-10-071-2/+2
* kex: Fix supported methods index.Andreas Schneider2012-10-071-5/+4
* test: Use cmocka instead of cmockery.Andreas Schneider2012-10-078-87/+74
* example: Fix a build warning.Andreas Schneider2012-10-071-1/+4
* session: Make sure we don't segfault on freeing id.Andreas Schneider2012-10-071-1/+1
* gcrypt: Fix simple DES support.Dmitriy Kuznetsov2012-10-051-12/+21
* channel: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-1/+3
* channels: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-1/+3
* getpass: Fix a memory leak in ssh_gets() on error.Andreas Schneider2012-10-051-0/+1
* sftp: Harden sftp_extension_supported() against null pointers.Andreas Schneider2012-10-051-2/+10
* sftp: Fix a memory on error in sftp_opendir().Andreas Schneider2012-10-051-0/+1
* messages: Fix error path of ssh_packet_userauth_info_response.Andreas Schneider2012-10-051-16/+12
* messages: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-0/+3
* misc: Don't leak memory on ssh_path_expand_escape() on error.Andreas Schneider2012-10-051-0/+4
* packet: Fix a possible segfault.Andreas Schneider2012-10-051-3/+7
* session: Fix a memory leak in ssh_new() on error.Andreas Schneider2012-10-051-0/+1
* channels: Fix a memory leak in ssh_channel_select().Andreas Schneider2012-10-051-3/+7
* options: Fix a memory in ssh_options_copy() on error.Andreas Schneider2012-10-051-0/+1
* options: Fix a memory leak if we can't add an idenity.Andreas Schneider2012-10-051-0/+1
* kex: Fix simpledes with gcrypt.Andreas Schneider2012-09-251-21/+21
* dh: Fix dh_generate_e() with gcrypt.Andreas Schneider2012-09-251-1/+1
* messages: Fix a possible null pointer dereference.Andreas Schneider2012-09-241-1/+3
* MSVC Windows and winsock2.hChristophe Baribaud2012-09-212-2/+3
* Finds zlib in a debug only build (windows)Christophe Baribaud2012-09-211-0/+1
* channels: Fix channel_request_pty_size1 always returning an error.Dmitriy Kuznetsov2012-09-071-1/+6
* channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider2012-09-071-1/+1
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-077-11/+94
* changelog: Update features.Andreas Schneider2012-09-051-0/+8
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-047-22/+92
* pki: Open privkey file in binary mode.Andreas Schneider2012-09-041-1/+1
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-1713-0/+13
* sftp: Fix bug in sftp_mkdir not returning on error.Andreas Schneider2012-07-171-0/+1
* socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider2012-07-173-3/+12
* auth: Improve ssh_userauth_kbdint_setanswer() documentation.Andreas Schneider2012-07-171-1/+5
* auth: Fix ssh_userauth_kbdint*() documentation.Andreas Schneider2012-07-171-8/+12
* auth: Fix ssh_userauth_password() documentation.Andreas Schneider2012-07-171-5/+7
* connect: Fix a build warning.Andreas Schneider2012-07-171-1/+1
* options: Add option to specify host keys string.Oliver Gasser2012-07-062-1/+17