summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
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
2008-06-30shell portability: use "=" instead of "==" in test(1) expressions,Damien Miller
2008-06-28very basic regress test against Twisted Conch in "make interop"Damien Miller
2008-06-11Don't run cipher-speed test by default; mistakenly enabled by meDarren Tucker
2008-06-10Add regress test for key options. ok djm@Darren Tucker
2008-06-10Add quotesDarren Tucker
2008-06-10Use a more portable construct for checking if we're running a putty testDarren Tucker
2008-06-10Regress test for Match CIDR rules. ok djm@Darren Tucker
2008-06-09Don't generate putty keys if we're not going to use them. ok djmDarren Tucker
2008-03-24disable no-replace rename test now that we prefer a POSIX rename; spottedDamien Miller
2007-12-21basic (crypto, kex and transfer) interop regression tests against puttyDamien Miller
2007-12-12unbreak lls command and add a regress test that would have caught theDamien Miller
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre