summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/test-exec.sh
AgeCommit message (Expand)Author
2019-11-01skip security-key key types for tests until we have a dummyDamien Miller
2019-07-05Adapt the PuTTY/Conch tests to new key names.Darren Tucker
2019-01-27Generate all key supported key types and enable for keyscan test.Darren Tucker
2018-08-10The script that cooks up PuTTY format host keys does not understandDarren Tucker
2018-05-22Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantlyDamien Miller
2018-03-16Tell puttygen to use /dev/urandom instead of /dev/random. On OpenBSD theyDarren Tucker
2017-07-28Don't call fatal from stop_sshd since it calls cleanup which calls stop_sshdDarren Tucker
2017-04-30eliminate explicit specification of protocol in tests and loops overDamien Miller
2017-02-07Remove deprecated SSH1 options RSAAuthentication andDarren Tucker
2016-12-16Move the "stop sshd" code into its own helper function. Patch fromDarren Tucker
2016-11-25Allow PuTTY interop tests to run unattended. bz#2639, patch fromDarren Tucker
2016-11-25Reverse args to sshd-log-wrapper. Matches change in portable, where itDarren Tucker
2016-11-25Fix typo in trace message; from portable.Darren Tucker
2016-08-23remove Protocol directive from client/server configs that causesDamien Miller
2016-04-15missing bit of Include regressDamien Miller
2016-04-14add test knob and warning for StrictModesDamien Miller
2015-03-03make it possible to run tests w/o ssh1 support; ok djm@Markus Friedl
2015-01-18didn't mean to commit these changesDamien Miller
2015-01-17unit test for hostkeys in ssh-agentDamien Miller
2014-07-06add a hook to the cleanup() function to kill $SSH_PID if it is setDamien Miller
2013-11-09Use smaller test data files to speed up tests. Grow test datafilesDarren Tucker
2013-06-21unbreak sftp-cmds for renamed test data (s/ls/data/)Damien Miller
2013-05-30use ssh and sshd as testdata since it needs to be >256k for the rekey testDarren Tucker
2013-05-17wait a bit longer for startup and use case for absolute path. from portableDarren Tucker
2013-05-17Use SUDO when cat'ing pid files and running the sshd log wrapper so thatDarren Tucker
2013-05-17Move the setting of DATA and COPY into test-exec.shDarren Tucker
2013-05-17replace 'echo -n' with 'printf' since it's more portableDarren Tucker
2013-04-07use -E option for ssh and sshd to write debuging logs to ssh{,d}.log andDarren Tucker
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugDarren Tucker
2013-03-23Only regenerate host keys if they don't exist or if ssh-keygen has changedDarren Tucker
2010-02-24wait for sshd to fully stop in cleanup() function; avoids races in testsDamien Miller
2009-10-08re-enable protocol v1 for the tests.Markus Friedl
2008-06-28very basic regress test against Twisted Conch in "make interop"Damien Miller
2008-06-10Add quotesDarren Tucker
2008-06-10Use a more portable construct for checking if we're running a putty testDarren Tucker
2008-06-09Don't generate putty keys if we're not going to use them. ok djmDarren Tucker
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