aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-01-14tests: Turn on PAM support in sshd with pam_wrapperAndreas Schneider4-1/+17
2016-01-14torture: Improve process termination functionAndreas Schneider1-5/+16
2016-01-14tests: Support other openssh versions ...Andreas Schneider3-8/+27
2016-01-14tests: Rename torture_sftp_static to torture_sftp_extAndreas Schneider2-4/+1
2016-01-14tests: Migrate torture_sftp_read to a cwrap testAndreas Schneider2-29/+44
2016-01-14tests: Migrate torture_sftp_dir to cwrap testAndreas Schneider2-29/+52
2016-01-14torture: Add sftp session pointer to torture_stateAndreas Schneider1-0/+1
2016-01-14tests: Migrate torture_request_env to cwrap testAndreas Schneider2-29/+40
2016-01-14tests: Migrate torture_session to cwrap testAndreas Schneider2-42/+53
2016-01-14torture: Start sshd as rootAndreas Schneider1-0/+4
2016-01-14tests: Migrate torture_proxycommand to new cwrap testAndreas Schneider2-23/+56
2016-01-14tests: Migrate torture_knownhosts to new cwrap testAndreas Schneider2-96/+181
2016-01-14torture: Enable old host key algos for testingAndreas Schneider1-0/+1
2016-01-14tests: Migrate torture_forward to a cwrap testAndreas Schneider2-34/+34
2016-01-14torture: Fix torture_ssh_session() for cwrap testingAndreas Schneider1-8/+3
2016-01-14tests: Migrate torture_algorithms to a cwrap testAndreas Schneider2-106/+221
2016-01-14torture: Enable old cipher and kex algos in sshdAndreas Schneider1-0/+3
2016-01-14tests: Migrate torture_auth as a cwrap testAndreas Schneider3-205/+258
2016-01-14tests: Add public keys for bobAndreas Schneider3-0/+35
2016-01-14torture: Create a torture_terminate_process() functionAndreas Schneider2-34/+47
2016-01-14tests: Convert torture_connect to a cwrap testAndreas Schneider3-26/+79
2016-01-14torture: Add torture_teardown_sshd_server().Andreas Schneider2-0/+45
2016-01-14torture: Restrict files to we write to our user.Andreas Schneider1-1/+1
2016-01-14torture: Add function to setup sshd serverAndreas Schneider2-9/+118
2016-01-14torture: Add torture_teardown_socket_dir().Andreas Schneider2-0/+26
2016-01-14torture: Add torture_setup_socket_dir().Andreas Schneider2-0/+54
2016-01-14torture: Add server to get address and port.Andreas Schneider2-0/+51
2016-01-14tests: Add ssh host keys for test environment.Andreas Schneider8-0/+48
2016-01-14cmake: Configure nss_wrapper and uid_wrapperAndreas Schneider5-0/+34
2016-01-14cmake: Search for cwrap and sshd.Andreas Schneider1-0/+12
2015-12-17Fix a bunch of -Wmaybe-uninitializedFabiano FidĂȘncio1-3/+3
2015-09-23tests: add test for cipher.(de|en)cryptAris Adamantiadis2-0/+108
2015-09-09tests: Fix return code of torture_initAndreas Schneider1-1/+1
2015-09-07tests: Add tests for the new ssh_pki cert functionsAxel Eppe2-0/+169
2015-09-07tests: Migrate pkd_hello to new cmocka APIAndreas Schneider1-19/+33
2015-09-07pki: Use the standard logging functionAndreas Schneider1-10/+0
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider26-275/+395
2015-09-07cmake: Handle libssh threas library correctlyAndreas Schneider2-7/+9
2015-08-10tests: Add checks for ssh_key_is_private()Andreas Schneider1-0/+30
2015-07-08fix permissionsAris Adamantiadis1-0/+0
2015-07-03cmake: Fix zlib include directoryAndreas Schneider2-6/+6
2015-06-24cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot1-1/+1
2015-05-06valgrind: Add suppression for openssl FIPS dlopen leakAndreas Schneider1-0/+12
2015-05-06valgrind: Ignore valgrind free bug on exitAndreas Schneider1-0/+12
2015-05-06tests: Migrate torture_keyfiles to testkey functionsAndreas Schneider1-16/+31
2015-05-06torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider2-2/+2
2015-05-06tests: Fix memory leak in torture_server_x11 testAndreas Schneider1-0/+2
2015-05-05tests: Only link against threading library if availableAndreas Schneider1-10/+14
2015-05-05cmake: Add missing OpenSSL include directoryAndreas Schneider1-0/+2
2015-05-05tests: Apply umask before calling mkstemp()Andreas Schneider2-1/+8