aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-13GSSAPI: added stubAris Adamantiadis2-0/+26
2013-07-13Added server example with callbacks implAris Adamantiadis2-0/+294
2013-07-13Make examples more BSD friendlyAris Adamantiadis1-11/+15
2013-07-13Try to find ARGP on solaris, BSDAris Adamantiadis1-0/+4
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 Adamantiadis3-6/+17
2013-07-13server: added channel callbacksAris Adamantiadis3-14/+64
2013-07-13Defined SSH server callbacks interfaceAris Adamantiadis3-1/+124
2013-07-13tests: Use fstat() after the open().Andreas Schneider1-8/+8
2013-07-13cmake: Pass _FORTIFY_SOURCE directly to the preprocessor.Andreas Schneider1-2/+2
2013-07-11BUG 103: Disable proxy command if set to 'none'.Andreas Schneider2-4/+26
2013-06-19examples: Check return value of fileno().Andreas Schneider1-1/+5
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-19examples: Fix a possible memory leak.Andreas Schneider1-0/+3
2013-06-19examples: Fix a possible memory leak.Andreas Schneider1-1/+9
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-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