aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-16Bump version to 0.7.6libssh-0.7.6Andreas Schneider3-3/+10
2018-10-16cpack: Fix ignore filesAndreas Schneider1-1/+1
2018-10-09CVE-2018-10933: Add tests for packet filteringAnderson Toshiyuki Sasaki2-0/+501
2018-10-09CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki2-2/+791
2018-10-09CVE-2018-10933: Check channel state when OPEN_FAILURE arrivesAnderson Toshiyuki Sasaki1-0/+11
2018-10-09CVE-2018-10933: Check channel state when OPEN_CONFIRMATION arrivesAnderson Toshiyuki Sasaki1-0/+9
2018-10-09CVE-2018-10933: Set correct state after sending MICAnderson Toshiyuki Sasaki1-1/+1
2018-10-09CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki2-1/+5
2018-10-09CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki2-1/+5
2018-10-09CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki2-11/+25
2018-10-09dh: Use ssh_get_fingerprint_hash() in ssh_print_hash()Andreas Schneider1-23/+6
2018-10-09dh: Add ssh_get_fingerprint_hash()Andreas Schneider2-0/+76
2018-10-09dh: Add ssh_print_hash() function which can deal with sha256Jan-Niklas Burfeind2-0/+81
2018-10-09dh: Add SSH_PUBLICKEY_HASH_SHA256 to ssh_get_publickey_hash()Jan-Niklas Burfeind2-1/+25
2018-10-05Assorted changes to make the proxycommand test passJakub Jelen2-9/+37
2018-10-05Assorted changes to make the sftp_read test workingJakub Jelen2-12/+31
2018-10-05Assorted changes to make the sftp_dir test workingJakub Jelen2-12/+34
2018-10-05Assorted changes to make the torture_forward test passJakub Jelen2-19/+38
2018-10-05Assorted changes to make torture_request_env passJakub Jelen3-13/+32
2018-10-05torture: Fix torture_ssh_session() for cwrap testingAndreas Schneider1-8/+3
2018-10-05tests: Add public keys for bobAndreas Schneider3-0/+35
2018-10-05Assorted changes to make knownhosts test workJakub Jelen2-29/+38
2018-10-05tortrue: Add ed25519 hostkey to sshdAndreas Schneider1-0/+10
2018-10-05Assorted changes from master to make torture_algorithms test workingJakub Jelen4-18/+55
2018-10-05torture: Fix building on WindowsAndreas Schneider1-25/+27
2018-10-05tests: UsePrivilegeSeparation has no effect since OpenSSH 7.5Jakub Jelen1-1/+0
2018-10-05tests: Do not trace sshdJakub Jelen1-0/+1
2018-10-05tests: Temporarily build chroot_wrapperJakub Jelen2-1/+18
2018-10-05tests: Always start tests as root so we can switch to a userAndreas Schneider2-3/+1
2018-10-05tests: Do not generate pcap file by defaultJakub Jelen1-1/+4
2018-10-05tests: Give server more time to startJakub Jelen1-1/+1
2018-10-05tests: Do not test blowfish ciphers with OpenSSH 7.6 and newerJakub Jelen2-0/+8
2018-10-05torture: Add support to specify verbosity level via env variableAndreas Schneider1-1/+8
2018-10-05torture: Fix a warningAndreas Schneider1-45/+45
2018-10-05osx: fix compilationAris Adamantiadis1-2/+8
2018-10-05tests: Make test suite work out of the box on DebianJustus Winter1-9/+14
2018-10-05torture: Fix ssh version detectionAndreas Schneider1-1/+1
2018-10-05torture: Set sshd debug level to DEBUG3Andreas Schneider1-1/+1
2018-10-05torture: Also write stderr to a fileAndreas Schneider1-2/+2
2018-10-05torture: Add additional sftp-server path for BSDAndreas Schneider1-2/+6
2018-10-05tests: Wait for sshd to start before connectingAndreas Schneider1-0/+3
2018-10-05tests: Turn on PAM support in sshd with pam_wrapperAndreas Schneider4-1/+17
2018-10-05torture: Improve process termination functionAndreas Schneider1-5/+16
2018-10-05tests: Support other openssh versions ...Andreas Schneider3-3/+29
2018-10-02cmake: Configure nss_wrapper and uid_wrapperAndreas Schneider5-0/+34
2018-10-02torture: Start sshd as rootAndreas Schneider1-0/+4
2018-10-02torture: Enable old host key algos for testingAndreas Schneider1-0/+1
2018-10-02torture: Enable old cipher and kex algos in sshdAndreas Schneider1-0/+3
2018-10-02torture: Create a torture_terminate_process() functionAndreas Schneider2-34/+47
2018-10-02torture: Add torture_teardown_sshd_server().Andreas Schneider2-0/+45