summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* options: Check return code of ssh_iterator_value.Andreas Schneider2012-10-121-1/+5
| | | | Found by Coverity.
* kex: Don't compare an array to null.Andreas Schneider2012-10-121-4/+4
| | | | Found by Coverity.
* string: Don't compare an array to null.Andreas Schneider2012-10-121-4/+10
| | | | Found by Coverity.
* message: Set correct request type.Andreas Schneider2012-10-121-1/+1
| | | | Found by Coverity.
* sftpserver: Add missing break statement.Andreas Schneider2012-10-121-0/+1
| | | | Found by Coverity.
* server: Fix for loop to free server methods.Andreas Schneider2012-10-121-1/+1
| | | | Found by Coverity.
* client: If session is NULL we can't set an error.Andreas Schneider2012-10-091-1/+0
| | | | Found by Coverity.
* match: Don't dereference 's' directly.Andreas Schneider2012-10-091-2/+6
| | | | Found by Coverity.
* auth: Make error handling code reachable again.Andreas Schneider2012-10-091-5/+5
| | | | Found by Coverity.
* pki: Make error handling code reachable again.Andreas Schneider2012-10-091-1/+1
| | | | Found by Coverity.
* socket: Check return value of buffer function.Andreas Schneider2012-10-091-1/+4
| | | | Found by Coverity.
* channels: Check return values of buffer functions.Andreas Schneider2012-10-091-2/+9
| | | | Found by Coverity.
* scp: Check return value of ssh_channel_poll.Andreas Schneider2012-10-091-1/+5
| | | | Found by Coverity.
* packet: Check return values of buffer functions.Andreas Schneider2012-10-091-2/+8
| | | | Found by Coverity.
* client: Check return value of ssh_handle_packets_termination.Andreas Schneider2012-10-091-6/+9
| | | | Found by Coverity.
* pcap: Check return codes of buffer_add_* functions.Andreas Schneider2012-10-091-38/+155
| | | | Found by Coverity.
* 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
|
* 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
|
* 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
|
* kex: Fix supported methods index.Andreas Schneider2012-10-071-5/+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
| | | | This fixes a memory leak on error.
* 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-211-0/+1
| | | | | | | | With Microsoft Visual Studio, winsock2.h shall be included before ws2tcpip.h Signed-off-by: Christophe Baribaud <christophe.baribaud@gmail.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* channels: Fix channel_request_pty_size1 always returning an error.Dmitriy Kuznetsov2012-09-071-1/+6
| | | | Fixes bug #88.
* channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider2012-09-071-1/+1
| | | | Thanks to Dmitriy Kuznetsov <dk@yandex.ru>.
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-076-10/+88
|
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-046-22/+90
|
* pki: Open privkey file in binary mode.Andreas Schneider2012-09-041-1/+1
| | | | This is needed to correctly detect carriage return.
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-1713-0/+13
|