aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-18src: Add fall trough comments.Andreas Schneider3-0/+3
2013-06-18pki: Fix switch statement of pki_key_generate_ecdsa().Andreas Schneider1-0/+2
2013-06-18tests: Check return value of stat.Andreas Schneider1-1/+3
2013-06-18tests: Check return values of buffer functions.Andreas Schneider1-3/+7
2013-06-18connect: Use the correct close function.Andreas Schneider1-1/+1
2013-06-18connect: Correctly fail in ssh_connect_host_nonblocking().Andreas Schneider1-0/+2
2013-06-18ecdh: Make sure we don't leak memory in ssh_client_ecdh_init().Andreas Schneider1-12/+27
2013-06-18auth: Cleanup the agent return code.Andreas Schneider1-4/+2
2013-06-18auth: If the agent fails, fall back to regular pathNicolas Viennot1-1/+1
2013-06-17sample: Fix a possible buffer overrun.Andreas Schneider1-2/+5
2013-06-17kex1: Fix null check of hostkey.Andreas Schneider1-1/+1
2013-06-17socket: Check if socket (non)blocking is working.Andreas Schneider3-14/+36
2013-06-17socket: Check return value of getsockopt().Andreas Schneider1-1/+4
2013-06-17packet: Fix a possible segfault.Andreas Schneider1-7/+6
2013-06-17messages: Fix a possible segfault.Andreas Schneider1-1/+3
2013-06-17ecdh: Check return values of buffer_add_* functions.Andreas Schneider1-4/+23
2013-06-17dh: Check return value of buffer_add_ssh_string().Andreas Schneider1-2/+8
2013-06-17connect: Check return value of getsockopt().Andreas Schneider1-3/+4
2013-06-17channels1: Check return value of buffer_add_u8().Andreas Schneider1-1/+6
2013-06-17examples: Check return value of ssh_channel_read.Andreas Schneider1-2/+12
2013-06-17packet1: Don't free an invalid address.Andreas Schneider1-1/+0
2013-06-17pki: Limit privkey to 4M for now.Andreas Schneider2-0/+7
2013-06-17pki: Fix a resource leak on error.Andreas Schneider1-0/+3
2013-06-17tests: Use memory assert functions.Andreas Schneider1-7/+10
2013-06-13pki: Fix resource leak on error.Andreas Schneider1-0/+1
2013-06-13torture: Fix a resource leak on error.Andreas Schneider1-0/+1
2013-06-13tests: Don't leak memory.Andreas Schneider1-1/+2
2013-06-13client: Fix possible NULL pointer dereference.Andreas Schneider1-2/+2
2013-06-13known_hosts: Fix readablity.Andreas Schneider1-1/+1
2013-06-13pki: Use fstat() after opening the file.Andreas Schneider1-16/+16
2013-06-13examples: Fix a use after free in scp example.Andreas Schneider1-1/+1
2013-06-13kex: Fix a double free.Andreas Schneider1-0/+1
2013-06-13server: Fix a double free.Andreas Schneider1-4/+1
2013-06-11tests: Check the return value of write.Andreas Schneider1-1/+2
2013-06-02BUG 103: Fix ProxyCommand parsing.Andreas Schneider1-2/+21
2013-06-02config: Rename ssh_config_get_str().Andreas Schneider1-11/+11
2013-06-02opts: Fix segfault in option parser.Andreas Schneider1-3/+11
2013-04-05getpass: Don't fail if stdin is not a tty.Andreas Schneider1-23/+27
2013-03-20cmake: Fix installation path for some strange platforms.Andreas Schneider1-13/+13
2013-03-13priv: Make really sure memset doesn't get optimzed out.Andreas Schneider1-2/+2
2013-02-26poll: return error on poll() when pollset is emptyAris Adamantiadis1-1/+1
2013-02-13cmake: Fix config include dir variable name.Andreas Schneider2-2/+2
2013-02-12cmake: Add cmake config files for new find_package() mode.Andreas Schneider5-0/+44
2013-02-07cmake: Fix setting -D_FORTIFY_SOURCE=2.Andreas Schneider1-6/+8
2013-01-29socket: Call data handler as long as handler takes data.Johannes Krude1-4/+6
2013-01-23include: Fix the LGPL header.Andreas Schneider35-402/+409
2013-01-22BUG 99: Fix string function if no build type is set.Andreas Schneider1-1/+1
2013-01-22options: Fix a free crash bug if we parse unknown options.Andreas Schneider1-6/+8
2012-12-27Report according status when errors are detectedAris Adamantiadis2-3/+19
2012-12-27Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis1-0/+108