summaryrefslogtreecommitdiff
path: root/regress/login-timeout.sh
AgeCommit message (Collapse)Author
2013-05-17 - dtucker@cvs.openbsd.org 2013/05/17 10:23:52Darren Tucker
[regress/login-timeout.sh regress/reexec.sh regress/test-exec.sh] Use SUDO when cat'ing pid files and running the sshd log wrapper so that it works with a restrictive umask and the pid files are not world readable. Changes from -portable. (id sync only)
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-03-07 - djm@cvs.openbsd.org 2005/02/27 23:13:36Darren Tucker
[login-timeout.sh] avoid nameservice lookups in regress test; ok dtucker@
2004-04-19 - dtucker@cvs.openbsd.org 2004/03/08 10:17:12Darren Tucker
[regress/login-timeout.sh] Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
2004-04-19 - dtucker@cvs.openbsd.org 2004/02/29 22:04:45Darren Tucker
[regress/login-timeout.sh] Use sudo when restarting daemon during test. ok markus@
2004-03-07 - (tim) [regress/login-timeout.sh] fix building outside of source tree.Tim Rice
2004-02-29 - dtucker@cvs.openbsd.org 2004/02/17 08:23:20Darren Tucker
[regress/Makefile regress/login-timeout.sh] Add regression test for LoginGraceTime; ok markus@