summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2012-09-10use -Ocheck and waiting for completions by PID to make multiplexing testDarren Tucker
2012-09-10Log -O cmd output to the log file and make logging consistent with the otherDarren Tucker
2012-09-09Add test for ssh -OstopDarren Tucker
2012-09-06Restore missing space.Darren Tucker
2012-07-02remove exit from end of test since it prevents reporting failureDarren Tucker
2012-06-28Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removedDarren Tucker
2012-06-26test sandbox with every malloc optionDarren Tucker
2012-06-01don't delete .* on cleanup due to unintended env expansion; pointed out inDamien Miller
2012-06-01append to rather than truncate test log; bz#2013 from openssh ATDamien Miller
2012-05-13Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust testsDarren Tucker
2011-08-02add SHA256/SHA512 based HMAC modesDamien Miller
2011-06-30test with sandbox enabled; ok djm@Markus Friedl
2011-06-03use OBJ to find test configs, patch from Tim RiceDarren Tucker
2011-06-03Retry establishing the port forwarding after a small delay, should makeDarren Tucker
2011-05-31work around startup and teardown races; caught by deraadtDarren Tucker
2011-05-31back out revs 1.6 and 1.5 since it's not reliableDarren Tucker
2011-05-23include testing of multiple/overridden AuthorizedKeysFilesDamien Miller
2011-05-20fix dumb error in dynamic-forward testDarren Tucker
2011-05-20Prevent races in dynamic forwarding test; ok djmDarren Tucker
2011-05-20another attempt to generate a v00 ECDSA key that broke the testDamien Miller
2011-05-17fatal() if asked to generate a legacy ECDSA cert (these don't exist)Damien Miller
2011-01-06regress test for LocalCommand %n expansion from bert.wesarg ATDamien Miller
2010-12-04adjust for hard-link supportDamien Miller
2010-09-22regress test for each of the key exchange algorithms that we supportDamien Miller
2010-09-02test different key types (dsa, rsa, ecdsa) and sizes for loginMarkus Friedl
2010-08-31tests for ECDSA keysDamien Miller
2010-08-31tests for ECDSA certificatesDamien Miller
2010-06-29regress tests for key options in AuthorizedPrincipalsDamien Miller
2010-06-27fix how we run the tests so we can successfully use SUDO='sudo -E' in our envPeter Hessler
2010-05-07regress tests for AuthorizedPrincipalsFile and "principals=" key option.Damien Miller
2010-04-16regression tests for v01 certificate formatDamien Miller
2010-03-04additional regression tests for revoked keys and TrustedUserCAKeysDamien Miller
2010-03-03add an extra test to ensure that authentication with the wrongDamien Miller
2010-02-26regression tests for certified keysDamien Miller
2010-02-24wait for sshd to fully stop in cleanup() function; avoids races in testsDamien Miller
2010-02-09turn on all the malloc(3) checking options when running regressionDamien Miller
2010-02-09clean up droppingsDamien Miller
2010-02-08test for PKCS#11 support (currently disabled)Markus Friedl
2010-01-11regress test for stdio forwardingDarren Tucker
2009-11-09add regression test for ssh-keygen pubkey conversionsDarren Tucker
2009-10-08re-enable protocol v1 for the tests.Markus Friedl
2009-10-06Add OpenBSD tag to make syncs easierDarren Tucker
2009-08-20fix one sftp -D ... => sftp -P ... conversion that I missed; from CarlosDamien Miller
2009-08-13date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7Damien Miller
2009-08-13regression test for port number parsing. written as part of the a2portDamien Miller
2009-05-05Always specify ssh_config for multiplex tests: prevents breakage causedDarren Tucker
2008-12-07match string "passwordauthentication" only at start of line, not anywhereDamien Miller
2008-11-10PuTTY supports AES CTR modes, so interop test against them tooDamien Miller
2008-06-30explicitly disable conch options that could interfere with the testDamien Miller
2008-06-30remove "set -e" left over from debuggingDamien Miller