summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Collapse)Author
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
2005-03-04regress test for SendEnv config parsing bug; ok dtucker@Damien Miller
2005-02-27avoid nameservice lookups in regress test; ok dtucker@Damien Miller
2005-02-27Don't truncate logfile here eitherDarren Tucker
2005-02-27Add optional capability to log output from regress commands; ok markus@Darren Tucker
Use with: make TEST_SSH_LOGFILE=/tmp/regress.log
2005-01-14pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@David Krause
2004-12-10some globbing regress; prompted and ok djm@Federico G. Schwindt
2004-12-06Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@Darren Tucker
2004-11-25Remove obsolete RhostsAuthentication from test config; ok markus@Darren Tucker
2004-11-07regression tests for new multiplex commandsDamien Miller
2004-10-29regression test for handling of corrupt keys in authorized_keys fileDamien Miller
2004-10-08shrink and tidy; ok dtucker@Damien Miller
2004-07-09add a missing CLEANFILES used in the re-exec testDavid Krause
2004-07-08Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@Darren Tucker
2004-06-26don't change the name of the copied sshd for the reexec fallback test, makesDamien Miller
life simpler for portable
2004-06-25simplifyDamien Miller
2004-06-25clean reexec-specific junk out of text-exec.sh and simplify; idea markus@Damien Miller
2004-06-24regress test for re-exec corner casesDamien Miller
2004-06-22Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@Darren Tucker
2004-06-22Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow addingDarren Tucker
arbitary options to sshd_config and ssh_config during tests. ok markus@
2004-06-22Add quoting for test -z; ok markus@Darren Tucker
2004-06-22more portable env passing testsMarkus Friedl
2004-06-18Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@Darren Tucker
2004-06-17shared connection env passing regress testDamien Miller
2004-06-17Add small description of failing test to failure message; ok djm@Darren Tucker
2004-06-17Use and for test data rather than hard-coded paths; ok djm@Darren Tucker
2004-06-17Remove datafile between and after tests, kill sshd rather than wait; ok djm@Darren Tucker
2004-06-16Silence multiplex sftp and scp tests. ok markus@Darren Tucker