aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-04tests: Try to fix torture_forward.Andreas Schneider1-4/+4
2013-12-04tests: Fix memory leaks.Andreas Schneider1-0/+9
2013-11-28pki: Fix a memory leak.Andreas Schneider1-0/+1
2013-11-27tests: Add torture_pki_write_privkey_ecdsa test.Andreas Schneider1-0/+44
2013-11-27tests: Add torture_pki_write_privkey_dsa test.Andreas Schneider1-0/+40
2013-11-27tests: Add torture_pki_write_privkey_rsa test.Andreas Schneider1-0/+40
2013-11-27pki: Add ssh_pki_import_privkey_file().Andreas Schneider2-0/+63
2013-11-27pki_crypto: Add pki_private_key_to_pem().Andreas Schneider1-0/+118
2013-11-27pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider2-0/+18
2013-11-27curve25519: Fix memory leaks in ssh_server_curve25519_init().Andreas Schneider1-20/+23
2013-11-27curve25519: Do not leak q_s_string.Andreas Schneider1-0/+1
2013-11-27curve25519: Fix a memory leak.Andreas Schneider1-1/+1
2013-11-27examples: Fix else branch.Andreas Schneider1-1/+2
2013-11-27packet: Remove logically dead code.Andreas Schneider1-3/+1
2013-11-27tests: Try to fix valgrind warnings.Andreas Schneider2-4/+4
2013-11-27tests: Fix a valgrind warning.Andreas Schneider1-0/+1
2013-11-27ecdh: Check if we have ECC support.Andreas Schneider2-2/+7
2013-11-27ecdh: Use bignum_bin2bn.Andreas Schneider2-4/+19
2013-11-24server: Add a ssh_send_keepalive() function.Nicolas Viennot2-0/+43
2013-11-22channel: fix infinite loop in channel_write_commonJon Simons1-1/+3
2013-11-19Update ChangeLog.Andreas Schneider1-0/+7
2013-11-18flush channel after EOF and CLOSERod Vagg1-0/+8
2013-11-18logging: fix server-side loggingAris Adamantiadis1-2/+3
2013-11-18gssapi: fix loggingAris Adamantiadis1-14/+14
2013-11-18sockets: null pointer checkAris Adamantiadis1-5/+7
2013-11-17gssapi: Fix support of delegated credentialsSimo Sorce1-23/+37
2013-11-17gssapi: Add support for GSSAPIDelegateCredentials config option.Simo Sorce2-1/+12
2013-11-17options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce3-1/+18
2013-11-15gssapi: Add error checks and cleanup the code in ssh_gssapi_auth_mic().Andreas Schneider1-2/+13
2013-11-15gssapi: Use GSSAPIClientIdentity to acquire credsSimo Sorce1-3/+23
2013-11-15gssapi: Add support for GSSAPIClientIdentity config option.Andreas Schneider1-1/+9
2013-11-15options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider4-1/+22
2013-11-15gssapi: Add support for GSSAPIServerIdentity config option.Andreas Schneider1-1/+9
2013-11-15gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider5-2/+28
2013-11-15Fix gssapi credential handling.Simo Sorce1-105/+65
2013-11-15socket: Fix connect if we pass in a fd.Andreas Schneider1-9/+13
2013-11-14packet: Remove dead code.Andreas Schneider1-6/+0
2013-11-14packet: Set the packet to the processed data position.Andreas Schneider1-1/+1
2013-11-14dh: Fix wrong assignment.Andreas Schneider1-1/+1
2013-11-13poll: Fix realloc in ssh_poll_ctx_resize().Andreas Schneider1-2/+6
2013-11-13dh: Avoid possible memory leaks with realloc.Andreas Schneider1-4/+13
2013-11-13packet: Refactor ssh_packet_socket_callback().Andreas Schneider1-156/+201
2013-11-13server: Fix malloc call.Andreas Schneider1-1/+1
2013-11-09session: Always request POLLINColin Walters1-3/+1
2013-11-09Add ssh_get_poll_flags()Colin Walters4-0/+32
2013-11-09client: If we have a pre-connected FD, set state to SOCKET_CONNECTEDColin Walters1-0/+1
2013-11-06example: Use ssh_get_publickey_hash().Andreas Schneider1-4/+16
2013-11-06dh: Move ssh_get_hexa() and ssh_print_hexa() down.Andreas Schneider1-57/+57
2013-11-06dh: Add new ssh_get_publickey_hash() function.Andreas Schneider2-20/+115
2013-11-04doc: Fix doxygen warnings.Andreas Schneider2-6/+7