aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-27pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider1-0/+13
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-27packet: Remove logically dead code.Andreas Schneider1-3/+1
2013-11-27ecdh: Use bignum_bin2bn.Andreas Schneider2-4/+19
2013-11-24server: Add a ssh_send_keepalive() function.Nicolas Viennot1-0/+41
2013-11-22channel: fix infinite loop in channel_write_commonJon Simons1-1/+3
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 Sorce1-0/+15
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 Schneider2-0/+19
2013-11-15gssapi: Add support for GSSAPIServerIdentity config option.Andreas Schneider1-1/+9
2013-11-15gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider3-1/+25
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 Walters2-0/+30
2013-11-09client: If we have a pre-connected FD, set state to SOCKET_CONNECTEDColin Walters1-0/+1
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 Schneider1-19/+102
2013-11-04doc: Fix doxygen warnings.Andreas Schneider2-6/+7
2013-11-04Fix cast warnings on 64bitsAris Adamantiadis2-3/+3
2013-11-04remove warnings on OSX (workaround)Aris Adamantiadis1-2/+2
2013-11-03curve25519: include reference implementationAris Adamantiadis3-7/+283
2013-11-03socket: Fix check for pending data.Aris Adamantiadis1-3/+3
2013-11-03server: Fix ssh_execute_server_callbacks() client executionNicolas Viennot1-4/+2
2013-11-03server kex: enable delayed compressionNicolas Viennot1-4/+14
2013-11-03session: Make sure we correctly burn the buffer.Andreas Schneider1-1/+1
2013-11-03wrapper: Make sure we really burn the buffer.Andreas Schneider1-1/+1
2013-11-02server: fix pubkey reply for key probesJon Simons1-1/+9
2013-11-02ssh_options_get can now return ProxyCommandWilliam Orr1-0/+9
2013-10-31connect: fix memory leak in ssh_selectJon Simons1-2/+9
2013-10-31poll: fix leak in ssh_poll_ctx_freeJon Simons1-1/+5
2013-10-24bind: fix leak in ssh_bind_accept error pathJon Simons1-2/+1
2013-10-23auth: docs: Fix typo optoins -> optionsColin Walters1-6/+6