summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
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
2007-10-29Add simple regress test for LocalCommand; ok djm@Darren Tucker
2007-10-26remove "echo -E" crap that I added in last commit and use printf(1) forDamien Miller
2007-10-24comprehensive tests for sftp escaping its interaction with globbing;Damien Miller
2007-06-07test umac-64@openssh.comPeter Valchev
2006-12-13Additional test for multiple PermitOpen entries. ok djm@Darren Tucker
2006-11-06fix quoting for non-(c)sh login shells.Markus Friedl
2006-08-29clean up our messDamien Miller
2006-07-22Test that PermitOpen after a Match overrides global setting; ok djm@Darren Tucker
2006-07-19Add a couple of files missing from the cleanup listDarren Tucker
2006-07-19Add regress test for ForceCommandDarren Tucker
2006-07-17Regress test for Match + PermitOpen. ok djm@Darren Tucker
2006-07-11add test for ExitOnForwardFailure=yesMarkus Friedl
2006-07-06in this test, $SUDO is not used to gain privileges but to switch to nobody.Alexander von Gernler
2006-03-13regress test for various ssh-keygen IETF conversion line terminators; ok djm@Darren Tucker
2006-03-13back out previousDarren Tucker
2006-03-13regress test for alternate line terminations for IETF key conversion, ok djm@Darren Tucker
2006-01-31regress test for "scp a b c" where "c" is not a directoryDamien Miller
2006-01-31regression test for CVE-2006-0225 written by dtucker@Damien Miller
2006-01-27regress test for local to local scp copies; ok dtucker@Damien Miller
2005-12-14Fix assumption about how many args scp will pass; ok djm@Darren Tucker
2005-11-14all other scripts in this dir use $SUDO, not 'sudo', so pull this evenAlexander von Gernler
2005-06-30allow SUDO=sudo; from Alexander BluhmMarkus Friedl
2005-05-24oops, new arcfour modes here tooDamien Miller
2005-05-24add new arcfour modesDamien Miller
2005-05-20force addressfamily=inet for tests, unbreaking dynamic-forward regress forDamien Miller
2005-04-25Don't call cleanup in multiplex as test-exec will cleanup anywayDarren Tucker
2005-03-10Regress test for ClearAllForwardings (bz #994); ok markus@Darren Tucker