aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-30misc: Properly check for errors returned from getpwuid_r()Jakub Jelen1-4/+4
2018-10-30misc: Reformat ssh_get_user_home_dir and ssh_file_readaccess_okJakub Jelen1-25/+28
2018-10-29Bump SO version to 4.7.2Andreas Schneider2-1/+416
2018-10-27libcrypto: Fix memory leak in evp_final()Andreas Schneider1-0/+1
2018-10-26gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID)Meng Tan1-0/+1
2018-10-25socket: Undouble socket fdsSanne Raymaekers6-152/+81
2018-10-24client: Send KEX as soon as banners are exchangedMeng Tan1-5/+18
2018-10-24legacy: Fix possible null pointer dereferenceAndreas Schneider1-0/+4
2018-10-24buffer: Fix size comparison with countAndreas Schneider1-3/+3
2018-10-24messages: Use SSH_MESSAGE_FREEAndreas Schneider1-12/+11
2018-10-24messages: Rework ssh_message_queue()Andreas Schneider1-30/+43
2018-10-24messages: Use calloc in ssh_message_new()Andreas Schneider1-8/+9
2018-10-24messages: Make ssh_message_queue() staticAndreas Schneider1-1/+2
2018-10-24pki: Add NULL check in ssh_pki_key_ecdsa_name()Andreas Schneider1-1/+4
2018-10-24pki_crypto: Mark iqmp as unusedAndreas Schneider1-0/+1
2018-10-24pki: Remove superfluous statementAndreas Schneider1-1/+0
2018-10-24pki: Add log message on error in ssh_pki_openssh_import()Andreas Schneider1-0/+3
2018-10-24gssapi: Check return code of gss_indicate_mechs()Andreas Schneider1-0/+9
2018-10-24gssapi: Ignore return codes of gss_release_buffer()Andreas Schneider1-2/+2
2018-10-24packet: Do not segfault if we don't have packet_second_blockAndreas Schneider1-22/+32
2018-10-24packet: Add missing null pointer check in ssh_packet_socket_callback()Andreas Schneider1-0/+3
2018-10-24wrapper: Fix size type and loops in crypt_set_algorithms_server()Andreas Schneider1-21/+17
2018-10-24wrapper: Reformat crypt_set_algorithms2()Andreas Schneider1-121/+127
2018-10-24messages: Log message if callback for window change failsAndreas Schneider1-0/+4
2018-10-24messages: Log message if sending reply failsAndreas Schneider1-0/+5
2018-10-24messages: Some cleanup for ssh_packet_service_requestAndreas Schneider1-13/+10
2018-10-24messages: Reformat ssh_packet_service_request()Andreas Schneider1-28/+35
2018-10-24connect: Zero the origfds structAndreas Schneider1-0/+1
2018-10-24client: Remove superfluous strlen()Andreas Schneider1-1/+0
2018-10-24channels: Check return code of ssh_packet_send()Andreas Schneider1-0/+3
2018-10-24channels: Reformat ssh_channel_send_eof()Andreas Schneider1-29/+30
2018-10-24channels: Check return of ssh_buffer_unpack()Andreas Schneider1-0/+4
2018-10-19knownhosts: Consult also the global known hosts fileJakub Jelen1-16/+106
2018-10-19options: Set the global known_hosts fileJakub Jelen1-0/+11
2018-10-19tests: Verify the hostkey ordering for negotiation is correctJakub Jelen1-1/+1
2018-10-19kex: Use all supported hostkey algorithms for negotiationJakub Jelen1-3/+30
2018-10-19kex: Honor more host key algorithms than the first one (ssh-ed25519)Jakub Jelen1-3/+1
2018-10-19knownhosts: Use the correct name for ECDSA keys for host key negotiationJakub Jelen1-3/+1
2018-10-19options: Add support for getting the known_hosts locationsAndreas Schneider1-0/+14
2018-10-19messages: Check that the requested service is 'ssh-connection'Andreas Schneider1-0/+8
2018-10-19server: Set correct state after sending INFO_REQUEST (Kbd Interactive)Meng Tan1-0/+1
2018-10-17packet: Add missing break in ssh_packet_incoming_filter()Andreas Schneider1-0/+1
2018-10-16src: Fix typosAndreas Schneider3-4/+4
2018-10-16Bump ABI to 4.7.1Andreas Schneider2-1/+416
2018-10-16CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki1-2/+807
2018-10-16CVE-2018-10933: Check channel state when OPEN_FAILURE arrivesAnderson Toshiyuki Sasaki1-0/+12
2018-10-16CVE-2018-10933: Check channel state when OPEN_CONFIRMATION arrivesAnderson Toshiyuki Sasaki1-0/+9
2018-10-16CVE-2018-10933: Set correct state after sending MICAnderson Toshiyuki Sasaki1-1/+1
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki1-1/+3
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki1-1/+3