aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24libsshpp: Pass username and submethods to ssh_userauth_kbdint()Andreas Schneider1-1/+1
2018-10-24include: Fix HAVE_<FEATURE> checks in pki.hAndreas Schneider1-11/+11
2018-10-24cmake: Fix -Wattributes check in ConfigureChecks.cmakeAndreas Schneider1-5/+5
2018-10-24gitlab-ci: Fix -DWITH_PCAP=ONAndreas Schneider1-15/+15
2018-10-19tests: Verify we can authenticate using ed25519 keyJakub Jelen4-5/+110
2018-10-19tests: Global known_hosts are used for host key verificationJakub Jelen1-0/+64
2018-10-19knownhosts: Consult also the global known hosts fileJakub Jelen2-16/+110
2018-10-19options: Set the global known_hosts fileJakub Jelen1-0/+11
2018-10-19tests: Verify the hostkey ordering for negotiation is correctJakub Jelen3-1/+32
2018-10-19tests: Generate valid known_hosts file, fixing the current testJakub Jelen1-15/+28
2018-10-19tests: Verify the ecdsa key types are handled correctlyJakub Jelen1-1/+12
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-19tests: Do not trace sshdJakub Jelen1-1/+1
2018-10-19libsshpp: Use ssh_session_update_known_hosts()Andreas Schneider1-1/+1
2018-10-19tests: Add option tests for global and user specific known_hostsAndreas Schneider1-0/+74
2018-10-19options: Add support for getting the known_hosts locationsAndreas Schneider1-0/+14
2018-10-19examples: Explicitly track auth state in samplesshd-kbdintAndreas Schneider1-4/+16
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-17priv: Add ssize_t if not available with MSVCAndreas Schneider2-3/+16
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 Schneider3-2/+417
2018-10-16CVE-2018-10933: Add tests for packet filteringAnderson Toshiyuki Sasaki2-0/+503
2018-10-16CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki2-2/+813
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 Sasaki2-1/+5
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki2-1/+5
2018-10-16CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki2-17/+31
2018-10-16examples: Use ssh_session_update_known_hosts() for updating known_hostsAndreas Schneider1-1/+2
2018-10-16cmake: Disable deprecation warnings for old known_hosts APIAndreas Schneider3-0/+17
2018-10-16cmake: Only check for -Wno-gnu-zero-variadic-macro-arguments with clangAndreas Schneider1-1/+4