summaryrefslogtreecommitdiff
path: root/regress/reconfigure.sh
AgeCommit message (Collapse)Author
2017-05-01upstream commitdjm@openbsd.org
eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
2015-03-05upstream commitmarkus@openbsd.org
make it possible to run tests w/o ssh1 support; ok djm@
2015-02-26valgrind supportDamien Miller
2015-01-15upstream commitmarkus@openbsd.org
re-add comment about full path
2015-01-15upstream commitmarkus@openbsd.org
don't reset to the installed sshd; connect before reconfigure, too
2010-08-12 - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.shTim Rice
regress/test-exec.sh] Under certain conditions when testing with sudo tests would fail because the pidfile could not be read by a regular user. "cat: cannot open ...../regress/pidfile: Permission denied (error 13)" Make sure cat is run by $SUDO. no objection from me. djm@
2005-11-12 - (dtucker) [regress/reconfigure.sh] Fix potential race in the reconfigureDarren Tucker
test: if sshd takes too long to reconfigure the subsequent connection will fail. Zap pidfile before HUPing sshd which will rewrite it when it's ready.
2003-09-04 - [regress/reconfigure/sh] Make path to sshd fully qualified if required.Darren Tucker
2003-06-22 - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker
- markus@cvs.openbsd.org 2003/06/21 09:14:05 [reconfigure.sh] missing $SUDO; from dtucker@zip.com.au - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
2003-06-18 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]Darren Tucker
Import new regression tests from OpenBSD