summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Check return value of stat.Andreas Schneider2013-06-181-1/+3
* tests: Check return values of buffer functions.Andreas Schneider2013-06-181-3/+7
* connect: Use the correct close function.Andreas Schneider2013-06-181-1/+1
* connect: Correctly fail in ssh_connect_host_nonblocking().Andreas Schneider2013-06-181-0/+2
* ecdh: Make sure we don't leak memory in ssh_client_ecdh_init().Andreas Schneider2013-06-181-12/+27
* auth: Cleanup the agent return code.Andreas Schneider2013-06-181-4/+2
* auth: If the agent fails, fall back to regular pathNicolas Viennot2013-06-181-1/+1
* sample: Fix a possible buffer overrun.Andreas Schneider2013-06-171-2/+5
* kex1: Fix null check of hostkey.Andreas Schneider2013-06-171-1/+1
* socket: Check if socket (non)blocking is working.Andreas Schneider2013-06-173-14/+36
* socket: Check return value of getsockopt().Andreas Schneider2013-06-171-1/+4
* packet: Fix a possible segfault.Andreas Schneider2013-06-171-7/+6
* messages: Fix a possible segfault.Andreas Schneider2013-06-171-1/+3
* ecdh: Check return values of buffer_add_* functions.Andreas Schneider2013-06-171-4/+23
* dh: Check return value of buffer_add_ssh_string().Andreas Schneider2013-06-171-2/+8
* connect: Check return value of getsockopt().Andreas Schneider2013-06-171-3/+4
* channels1: Check return value of buffer_add_u8().Andreas Schneider2013-06-171-1/+6
* examples: Check return value of ssh_channel_read.Andreas Schneider2013-06-171-2/+12
* packet1: Don't free an invalid address.Andreas Schneider2013-06-171-1/+0
* pki: Limit privkey to 4M for now.Andreas Schneider2013-06-172-0/+7
* pki: Fix a resource leak on error.Andreas Schneider2013-06-171-0/+3
* tests: Use memory assert functions.Andreas Schneider2013-06-171-7/+10
* pki: Fix resource leak on error.Andreas Schneider2013-06-131-0/+1
* torture: Fix a resource leak on error.Andreas Schneider2013-06-131-0/+1
* tests: Don't leak memory.Andreas Schneider2013-06-131-1/+2
* client: Fix possible NULL pointer dereference.Andreas Schneider2013-06-131-2/+2
* known_hosts: Fix readablity.Andreas Schneider2013-06-131-1/+1
* pki: Use fstat() after opening the file.Andreas Schneider2013-06-131-16/+16
* examples: Fix a use after free in scp example.Andreas Schneider2013-06-131-1/+1
* kex: Fix a double free.Andreas Schneider2013-06-131-0/+1
* server: Fix a double free.Andreas Schneider2013-06-131-4/+1
* tests: Check the return value of write.Andreas Schneider2013-06-111-1/+2
* BUG 103: Fix ProxyCommand parsing.Andreas Schneider2013-06-021-2/+21
* config: Rename ssh_config_get_str().Andreas Schneider2013-06-021-11/+11
* opts: Fix segfault in option parser.Andreas Schneider2013-06-021-3/+11
* getpass: Don't fail if stdin is not a tty.Andreas Schneider2013-04-051-23/+27
* cmake: Fix installation path for some strange platforms.Andreas Schneider2013-03-201-13/+13
* priv: Make really sure memset doesn't get optimzed out.Andreas Schneider2013-03-131-2/+2
* poll: return error on poll() when pollset is emptyAris Adamantiadis2013-02-261-1/+1
* cmake: Fix config include dir variable name.Andreas Schneider2013-02-132-2/+2
* cmake: Add cmake config files for new find_package() mode.Andreas Schneider2013-02-125-0/+44
* cmake: Fix setting -D_FORTIFY_SOURCE=2.Andreas Schneider2013-02-071-6/+8
* socket: Call data handler as long as handler takes data.Johannes Krude2013-01-291-4/+6
* include: Fix the LGPL header.Andreas Schneider2013-01-2335-402/+409
* BUG 99: Fix string function if no build type is set.Andreas Schneider2013-01-221-1/+1
* options: Fix a free crash bug if we parse unknown options.Andreas Schneider2013-01-221-6/+8
* Report according status when errors are detectedAris Adamantiadis2012-12-272-3/+19
* Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis2012-12-271-0/+108
* cmake: Only set -D_FORTIFY_SOURCE=2 if we have optimizations.Andreas Schneider2012-12-251-4/+7
* Benchmarks: parse config filesAris Adamantiadis2012-12-231-0/+1