aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-13GSSAPI: added stubAris Adamantiadis2-0/+26
2013-07-13Implement callbacks for servers in the message queueAris Adamantiadis1-7/+115
2013-07-13bind: ssh_pki functions also return SSH_EOF error codeAris Adamantiadis1-3/+3
2013-07-13session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis2-6/+12
2013-07-13server: added channel callbacksAris Adamantiadis1-14/+27
2013-07-13Defined SSH server callbacks interfaceAris Adamantiadis1-0/+16
2013-07-11BUG 103: Disable proxy command if set to 'none'.Andreas Schneider1-4/+8
2013-06-19messages: Fix a possible memory leak.Andreas Schneider1-0/+1
2013-06-19agent: Fix a possible memory leak.Andreas Schneider1-5/+16
2013-06-19agent: Fix possible memory leak.Andreas Schneider1-2/+7
2013-06-19kex1: Fix a possible null pointer dereference.Andreas Schneider1-0/+3
2013-06-19ecdh: Add missing return in ssh_client_ecdh_init().Andreas Schneider1-0/+1
2013-06-19ecdh: Avoid memory leaks in ssh_server_ecdh_init().Andreas Schneider1-36/+69
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-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-17kex1: Fix null check of hostkey.Andreas Schneider1-1/+1
2013-06-17socket: Check if socket (non)blocking is working.Andreas Schneider2-12/+34
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-17packet1: Don't free an invalid address.Andreas Schneider1-1/+0
2013-06-17pki: Limit privkey to 4M for now.Andreas Schneider1-0/+6
2013-06-17pki: Fix a resource leak on error.Andreas Schneider1-0/+3
2013-06-13pki: Fix resource leak on error.Andreas Schneider1-0/+1
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-13kex: Fix a double free.Andreas Schneider1-0/+1
2013-06-13server: Fix a double free.Andreas Schneider1-4/+1
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-02-26poll: return error on poll() when pollset is emptyAris Adamantiadis1-1/+1
2013-01-29socket: Call data handler as long as handler takes data.Johannes Krude1-4/+6
2013-01-23include: Fix the LGPL header.Andreas Schneider1-13/+12
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 Adamantiadis1-3/+18
2012-12-23Fix channel_write to wait during key reexchangesAris Adamantiadis1-1/+20
2012-12-23Implement key re-exchangeAris Adamantiadis6-14/+44
2012-12-19Fix an invalid strlen comparison in ssh_message_auth_reply_defaultAndrew Collins1-1/+1