summaryrefslogtreecommitdiff
path: root/regress/login-timeout.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: Remove references to privsep.dtucker@openbsd.org2021-10-011-2/+2
| | | | | | | | This removes several do..while loops but does not change the indentation of the now-shallower loops, which will be done in a separate whitespace-only commit to keep changes of style and substance separate. OpenBSD-Regress-ID: 4bed1a0249df7b4a87c965066ce689e79472a8f7
* upstream commitdtucker@openbsd.org2017-09-181-17/+3
| | | | | | | Remove non-privsep test since disabling privsep is now deprecated. Upstream-Regress-ID: 77ad3f3d8d52e87f514a80f285c6c1229b108ce8
* upstream commitdtucker@openbsd.org2016-12-161-2/+2
| | | | | | | Move the "stop sshd" code into its own helper function. Patch from Zev Weiss <zev at bewilderbeest.net>, ok djm@ Upstream-Regress-ID: a113dea77df5bd97fb4633ea31f3d72dbe356329
* - djm@cvs.openbsd.org 2014/03/13 20:44:49Damien Miller2014-05-151-1/+2
| | | | | | | [login-timeout.sh] this test is a sorry mess of race conditions; add another sleep to avoid a failure on slow machines (at least until I find a better way)
* - djm@cvs.openbsd.org 2014/02/27 20:04:16Damien Miller2014-02-281-1/+3
| | | | | | [login-timeout.sh] remove any existing LoginGraceTime from sshd_config before adding a specific one for the test back in
* - dtucker@cvs.openbsd.org 2013/05/17 10:23:52Darren Tucker2013-05-171-1/+1
| | | | | | | [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)
* - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.shTim Rice2010-08-121-1/+1
| | | | | | | 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@
* - djm@cvs.openbsd.org 2005/02/27 23:13:36Darren Tucker2005-03-071-3/+3
| | | | | [login-timeout.sh] avoid nameservice lookups in regress test; ok dtucker@
* - dtucker@cvs.openbsd.org 2004/03/08 10:17:12Darren Tucker2004-04-191-1/+1
| | | | | [regress/login-timeout.sh] Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
* - dtucker@cvs.openbsd.org 2004/02/29 22:04:45Darren Tucker2004-04-191-2/+2
| | | | | [regress/login-timeout.sh] Use sudo when restarting daemon during test. ok markus@
* - (tim) [regress/login-timeout.sh] fix building outside of source tree.Tim Rice2004-03-071-1/+1
|
* - dtucker@cvs.openbsd.org 2004/02/17 08:23:20Darren Tucker2004-02-291-0/+29
[regress/Makefile regress/login-timeout.sh] Add regression test for LoginGraceTime; ok markus@