summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/test-exec.sh
AgeCommit message (Expand)Author
2007-12-21basic (crypto, kex and transfer) interop regression tests against puttyDamien Miller
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
2005-05-20force addressfamily=inet for tests, unbreaking dynamic-forward regress forDamien Miller
2005-02-27Add optional capability to log output from regress commands; ok markus@Darren Tucker
2005-01-14pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@David Krause
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-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
2004-06-13remove duplicate setting of $SCP; spotted by markus@Damien Miller
2004-06-13regress test for client multiplexing; ok markus@Damien Miller
2004-06-13Add scp regression test; with & ok markus@Darren Tucker
2004-04-27regress test for environment passing, SendEnv & AcceptEnv options; ok markus@Damien Miller
2004-02-24allow arguments in ${TEST_SSH_XXX}Markus Friedl
2002-04-15typoMarkus Friedl
2002-03-26test interop w/ ssh.com 2.x/3.xMarkus Friedl
2002-03-23some tests for stderr handlingMarkus Friedl
2002-03-21basic sftp put/get testMarkus Friedl
2002-03-15allow specification of binary-under-test withMarkus Friedl
2002-02-18call fatal on ^C, print ok on successMarkus Friedl
2002-02-18no printf+\r, just use echoMarkus Friedl
2002-02-18don't mark tests as slow, have some slow tests print out information by defaultMarkus Friedl
2002-02-18relax restrictions for 'proxy-mode' tests (StrictModes=no), becauseMarkus Friedl
2002-02-16$OpenBSD$, public domainMarkus Friedl
2002-02-16add some (disabled) tests for interop with ssh.com serves.Markus Friedl
2002-02-15we don't need a listening sshd for most of our tests, justMarkus Friedl
2002-02-15chmod 644 authorized_keysMarkus Friedl
2002-02-14serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agentMarkus Friedl