aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-12agent: Fix some memory leaks in error paths.Andreas Schneider1-0/+4
2012-10-12options: Check return code of ssh_iterator_value.Andreas Schneider1-1/+5
2012-10-12kex: Don't compare an array to null.Andreas Schneider1-4/+4
2012-10-12string: Don't compare an array to null.Andreas Schneider1-4/+10
2012-10-12message: Set correct request type.Andreas Schneider1-1/+1
2012-10-12sftpserver: Add missing break statement.Andreas Schneider1-0/+1
2012-10-12server: Fix for loop to free server methods.Andreas Schneider1-1/+1
2012-10-09client: If session is NULL we can't set an error.Andreas Schneider1-1/+0
2012-10-09match: Don't dereference 's' directly.Andreas Schneider1-2/+6
2012-10-09auth: Make error handling code reachable again.Andreas Schneider1-5/+5
2012-10-09pki: Make error handling code reachable again.Andreas Schneider1-1/+1
2012-10-09socket: Check return value of buffer function.Andreas Schneider1-1/+4
2012-10-09channels: Check return values of buffer functions.Andreas Schneider1-2/+9
2012-10-09scp: Check return value of ssh_channel_poll.Andreas Schneider1-1/+5
2012-10-09packet: Check return values of buffer functions.Andreas Schneider1-2/+8
2012-10-09client: Check return value of ssh_handle_packets_termination.Andreas Schneider1-6/+9
2012-10-09pcap: Check return codes of buffer_add_* functions.Andreas Schneider1-38/+155
2012-10-07pki: Don't leak memory in pubkey to blob.Andreas Schneider1-3/+4
2012-10-07pki: Make sure we don't double free pointers.Andreas Schneider1-0/+6
2012-10-07pki: Check for no memory available calling ssh_key_new().Andreas Schneider1-0/+4
2012-10-07sftp: Fix a possible null pointer dereference in sftp_async_read.Andreas Schneider1-1/+6
2012-10-07channels1: Fix severa possible null pointer dereferences.Andreas Schneider1-6/+60
2012-10-07pki: Handle error of pki_import_pubkey_buffer() correctly.Andreas Schneider1-1/+3
2012-10-07server: Removed unused variable keytype in the ecdsa case.Andreas Schneider1-2/+0
2012-10-07misc: Use size_t for len.Andreas Schneider1-2/+2
2012-10-07kex: Fix supported methods index.Andreas Schneider1-5/+4
2012-10-07session: Make sure we don't segfault on freeing id.Andreas Schneider1-1/+1
2012-10-05gcrypt: Fix simple DES support.Dmitriy Kuznetsov1-12/+21
2012-10-05channel: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-10-05channels: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-10-05getpass: Fix a memory leak in ssh_gets() on error.Andreas Schneider1-0/+1
2012-10-05sftp: Harden sftp_extension_supported() against null pointers.Andreas Schneider1-2/+10
2012-10-05sftp: Fix a memory on error in sftp_opendir().Andreas Schneider1-0/+1
2012-10-05messages: Fix error path of ssh_packet_userauth_info_response.Andreas Schneider1-16/+12
2012-10-05messages: Fix a possible null pointer dereference.Andreas Schneider1-0/+3
2012-10-05misc: Don't leak memory on ssh_path_expand_escape() on error.Andreas Schneider1-0/+4
2012-10-05packet: Fix a possible segfault.Andreas Schneider1-3/+7
2012-10-05session: Fix a memory leak in ssh_new() on error.Andreas Schneider1-0/+1
2012-10-05channels: Fix a memory leak in ssh_channel_select().Andreas Schneider1-3/+7
2012-10-05options: Fix a memory in ssh_options_copy() on error.Andreas Schneider1-0/+1
2012-10-05options: Fix a memory leak if we can't add an idenity.Andreas Schneider1-0/+1
2012-09-25kex: Fix simpledes with gcrypt.Andreas Schneider1-21/+21
2012-09-25dh: Fix dh_generate_e() with gcrypt.Andreas Schneider1-1/+1
2012-09-24messages: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-09-21MSVC Windows and winsock2.hChristophe Baribaud1-0/+1
2012-09-07channels: Fix channel_request_pty_size1 always returning an error.Dmitriy Kuznetsov1-1/+6
2012-09-07channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider1-1/+1
2012-09-07kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov6-10/+88
2012-09-04dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov6-22/+90
2012-09-04pki: Open privkey file in binary mode.Andreas Schneider1-1/+1