summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Collapse)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
Silva for Google Summer of Code
2009-08-13date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7Damien Miller
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
2009-08-13regression test for port number parsing. written as part of the a2portDamien Miller
change that went into 5.2 but I forgot to commit it at the time...
2009-05-05Always specify ssh_config for multiplex tests: prevents breakage causedDarren Tucker
by options in ~/.ssh/config. From Dan Peterson.
2008-12-07match string "passwordauthentication" only at start of line, not anywhereDamien Miller
in sshd -T output
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
double-quote string with backslash escaped /
2008-06-28very basic regress test against Twisted Conch in "make interop"Damien Miller
target (conch is available in ports/devel/py-twisted/conch); ok markus@
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
by dkrause@
2007-12-21basic (crypto, kex and transfer) interop regression tests against puttyDamien Miller
To run these, install the net/putty port and run "make interop" - the tests aren't run by default yet.
2007-12-12unbreak lls command and add a regress test that would have caught theDamien Miller
breakage; spotted by mouring@
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
pfctl changes: ok henning ssh changes: ok deraadt
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
cases where we strictly require echo not to reprocess escape characters.
2007-10-24comprehensive tests for sftp escaping its interaction with globbing;Damien Miller
ok dtucker@
2007-06-07test umac-64@openssh.comPeter Valchev
ok djm@
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
thus, we need the SUDO variable to be set. if not set, the test would also pass ok, but only because exit status 2 and 127 looked the same to the test. ok markus@
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
ok markus@
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
recently committed nc SOCKS5 changes
2005-04-25Don't call cleanup in multiplex as test-exec will cleanup anywayDarren Tucker
found by tim@, ok djm@
2005-03-10Regress test for ClearAllForwardings (bz #994); ok markus@Darren Tucker