aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-05-02osx: fix compilationAris Adamantiadis1-2/+8
2016-03-21tests: Make test suite work out of the box on DebianJustus Winter1-9/+14
2016-03-21torture: Fix guardJustus Winter1-1/+1
2016-03-17cmake: Fix torture buildAndreas Schneider1-1/+3
2016-03-17cmake: Try to fix FindArgp moduleAndreas Schneider1-4/+6
2016-03-15torture_auth: Add tests for client side certificate authenticationAxel Eppe7-0/+178
2016-02-08torture: Use ECDSA key for x11 testAndreas Schneider1-1/+1
2016-02-08torture: Fix ssh version detectionAndreas Schneider1-1/+1
2016-02-03tests: Fix running ssh-agentAndreas Schneider3-5/+32
2016-02-03torture: Set sshd debug level to DEBUG3Andreas Schneider1-1/+1
2016-02-03tests: Switch to user bob in setupAndreas Schneider3-0/+34
2016-02-03tests: Always start tests as root so we can switch to a userAndreas Schneider2-3/+1
2016-02-03tests: Use different uids and gids for testingAndreas Schneider2-3/+3
2016-01-21torture: Also write stderr to a fileAndreas Schneider1-2/+2
2016-01-21torture: Add additional sftp-server path for BSDAndreas Schneider1-2/+6
2016-01-21torture: Give sshd more time to startAndreas Schneider1-1/+1
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio1-11/+11
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio1-6/+6
2016-01-19tests: Fix warning about expected format for printfFabiano Fidêncio1-2/+2
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio1-35/+35
2016-01-19cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano Fidêncio1-2/+2
2016-01-19tests: Initialize output and iv in torture_cryptoAndreas Schneider1-3/+4
2016-01-19valgrind: Add suppression for glibc dlopen issueAndreas Schneider1-0/+8
2016-01-19torture: Fix a memory leakAndreas Schneider1-0/+1
2016-01-18torture: Add missing include for AF_INETAndreas Schneider1-0/+1
2016-01-18tests: Require pam_wrapper 1.0.1Andreas Schneider1-1/+1
2016-01-18tests: Wait for sshd to start before connectingAndreas Schneider1-0/+3
2016-01-14tests: Turn on kbdint tests in torture_authAndreas Schneider1-4/+0
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