summaryrefslogtreecommitdiff
path: root/regress/reconfigure.sh
AgeCommit message (Collapse)Author
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