aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05torture: Fix torture_ssh_session() for cwrap testingAndreas Schneider1-8/+3
2018-10-05tortrue: Add ed25519 hostkey to sshdAndreas Schneider1-0/+10
2018-10-05Assorted changes from master to make torture_algorithms test workingJakub Jelen1-2/+2
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: Always start tests as root so we can switch to a userAndreas Schneider1-2/+0
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 Jelen1-0/+4
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 Schneider1-0/+4
2018-10-05torture: Improve process termination functionAndreas Schneider1-5/+16
2018-10-05tests: Support other openssh versions ...Andreas Schneider1-2/+15
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 Schneider1-34/+45
2018-10-02torture: Add torture_teardown_sshd_server().Andreas Schneider1-0/+44
2018-10-02torture: Restrict files to we write to our user.Andreas Schneider1-1/+1
2018-10-02torture: Add function to setup sshd serverAndreas Schneider1-9/+116
2018-10-02torture: Add torture_teardown_socket_dir().Andreas Schneider1-0/+24
2018-10-02torture: Add torture_setup_socket_dir().Andreas Schneider1-0/+42
2015-05-06torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider1-2/+0
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-0/+39
2015-02-02tests: Add ed25519 encrypted keys importAris Adamantiadis1-1/+17
2015-02-02tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis1-0/+19
2015-01-21tests: Fix torture_server_x11().Andreas Schneider1-2/+22
2015-01-20tests: Add ssh server setup functionalityAlan Dunn1-0/+44
2015-01-20tests: Add port option to torture_ssh_sessionAlan Dunn1-0/+7
2014-12-09torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons1-0/+1
2014-08-15torture: Add public testkey passphrase function.Andreas Schneider1-0/+5
2014-08-15torture: Add public testkey functions.Andreas Schneider1-0/+213
2014-08-15tests: Make write file a public torture function.Andreas Schneider1-2/+20
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2013-07-23cmake: Check for unistd.h.Andreas Schneider1-1/+4
2013-06-13torture: Fix a resource leak on error.Andreas Schneider1-0/+1
2012-10-09torture: Fix keyboard interactive authentication.Andreas Schneider1-2/+1
2012-10-07torture: Use new userauth functions.Andreas Schneider1-3/+10
2011-09-02unittests:make sftp_dir pass on my laptopAris Adamantiadis1-0/+2
2011-05-28tests: Check error of ssh_userauth_kbdint().Andreas Schneider1-0/+3
2011-05-28tests: Remove superfluous closedir().Andreas Schneider1-1/+0
2011-05-26Fix compilation without server and sftp modesAris Adamantiadis1-1/+6