summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* connect: Don't leak the file descriptor on error.Andreas Schneider2012-10-121-0/+1
| | | | Found by Coverity.
* session: Don't leak memory in ssh_send_debug().Andreas Schneider2012-10-121-4/+4
| | | | Found by Coverity.
* channels: Don't leak memory in channel_rcv_request callback.Andreas Schneider2012-10-121-0/+1
| | | | Found by Coverity.
* auth: Don't leak memory on error in info request callback.Andreas Schneider2012-10-121-3/+5
| | | | Found by Coverity.
* dh: Don't leak 'f' on error.Andreas Schneider2012-10-121-5/+6
| | | | Found by Coverity.
* legacy: Don't leak the key struct on error.Andreas Schneider2012-10-121-0/+1
| | | | Found by Coverity.
* server: Don't leak memory on calling ssh_string_from_char().Andreas Schneider2012-10-121-8/+32
| | | | | | Also check the return values. Found by Coverity.
* pki: Don't leak the signature on error paths.Andreas Schneider2012-10-121-0/+2
| | | | Found by Coverity.
* sftp: Don't leak owner and group in sftp_parse_attr_4.Andreas Schneider2012-10-121-6/+15
|
* known_hosts: Don't leak memory in ssh_write_knownhost error paths.Andreas Schneider2012-10-121-0/+8
| | | | Found by Coverity.
* agent: Fix some memory leaks in error paths.Andreas Schneider2012-10-121-0/+4
| | | | Found by Coverity.
* include: Fix an include recursion.Andreas Schneider2012-10-121-2/+0
| | | | | | It includes itself: libssh.h -> legacy.h -> libssh.h. Found by Coverity.
* 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.
* example: Simplify auth_callback of the client.Andreas Schneider2012-10-091-24/+3
| | | | 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.
* torture: Fix keyboard interactive authentication.Andreas Schneider2012-10-091-2/+1
|
* 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
| | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
* 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
|