aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-07update copyright informationAris Adamantiadis20-26/+26
2014-01-07pki: fix gcrypt signature processAris Adamantiadis1-1/+1
2014-01-05session: Fix a possible memory leak.Andreas Schneider1-0/+1
2014-01-05poll: fix poll_handles ownershipsAris Adamantiadis1-5/+27
2014-01-05socket: don't attempt reading a non-connected socketAris Adamantiadis1-1/+1
2013-12-22poll: Correctly free ssh_event_fd_wrapper.Andreas Schneider1-3/+9
2013-12-21config: Support expansion in the Host variable too.Andreas Schneider1-9/+18
2013-12-11channel: fix setting of channel->flagsJon Simons1-3/+3
2013-12-11client: use ssh_channel_do_free in ssh_disconnectJon Simons1-1/+1
2013-12-09bind: Correctly free all memory in ssh_bind_free().Andreas Schneider1-3/+7
2013-12-07session: Add ssh_get_clientbanner().Jon Simons1-0/+15
2013-12-04channels: Add a ssh_channel_read_timeout function.Andreas Schneider1-3/+43
2013-11-28pki: Fix a memory leak.Andreas Schneider1-0/+1
2013-11-27pki: Add ssh_pki_import_privkey_file().Andreas Schneider1-0/+58
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 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-2/+2
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-15gssapi: Fix support of delegated credentialsSimo Sorce1-23/+37
2013-11-15gssapi: Add support for GSSAPIDelegateCredentials config option.Simo Sorce2-1/+12
2013-11-15options: 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-09poll: Fix realloc in ssh_poll_ctx_resize().Andreas Schneider1-2/+6
2013-11-09dh: Avoid possible memory leaks with realloc.Andreas Schneider1-4/+13
2013-11-09packet: Refactor ssh_packet_socket_callback().Andreas Schneider1-156/+201
2013-11-09server: 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