Age | Commit message (Collapse) | Author |
|
[login-timeout.sh]
remove any existing LoginGraceTime from sshd_config before adding
a specific one for the test back in
|
|
[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)
|
|
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@
|
|
[login-timeout.sh]
avoid nameservice lookups in regress test; ok dtucker@
|
|
[regress/login-timeout.sh]
Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
|
|
[regress/login-timeout.sh]
Use sudo when restarting daemon during test. ok markus@
|
|
|
|
[regress/Makefile regress/login-timeout.sh]
Add regression test for LoginGraceTime; ok markus@
|