diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 20:41:07 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 20:41:07 +1000 |
commit | 05b5e518c9969d63471f2ccfd85b1de6e724d30b (patch) | |
tree | 9796bfd7c1c347dfe68f611bf6dc6102fa51b9b4 | |
parent | dd669173f93ea8c8397e0af758eaf13ab4f1c591 (diff) |
- dtucker@cvs.openbsd.org 2013/05/17 10:23:52
[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)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | regress/login-timeout.sh | 2 | ||||
-rw-r--r-- | regress/reexec.sh | 2 | ||||
-rw-r--r-- | regress/test-exec.sh | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -72,6 +72,11 @@ | |||
72 | [regress/try-ciphers.sh] | 72 | [regress/try-ciphers.sh] |
73 | use expr for math to keep diffs vs portable down | 73 | use expr for math to keep diffs vs portable down |
74 | (id sync only) | 74 | (id sync only) |
75 | - dtucker@cvs.openbsd.org 2013/05/17 10:23:52 | ||
76 | [regress/login-timeout.sh regress/reexec.sh regress/test-exec.sh] | ||
77 | Use SUDO when cat'ing pid files and running the sshd log wrapper so that | ||
78 | it works with a restrictive umask and the pid files are not world readable. | ||
79 | Changes from -portable. (id sync only) | ||
75 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it | 80 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it |
76 | in portable and it's long gone in openbsd. | 81 | in portable and it's long gone in openbsd. |
77 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange | 82 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange |
diff --git a/regress/login-timeout.sh b/regress/login-timeout.sh index 55fbb324d..d73923b9c 100644 --- a/regress/login-timeout.sh +++ b/regress/login-timeout.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: login-timeout.sh,v 1.4 2005/02/27 23:13:36 djm Exp $ | 1 | # $OpenBSD: login-timeout.sh,v 1.5 2013/05/17 10:23:52 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="connect after login grace timeout" | 4 | tid="connect after login grace timeout" |
diff --git a/regress/reexec.sh b/regress/reexec.sh index 5fff62a66..433573f06 100644 --- a/regress/reexec.sh +++ b/regress/reexec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: reexec.sh,v 1.6 2013/05/17 04:29:14 dtucker Exp $ | 1 | # $OpenBSD: reexec.sh,v 1.7 2013/05/17 10:23:52 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="reexec tests" | 4 | tid="reexec tests" |
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index d336e6193..c9a9b64ee 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: test-exec.sh,v 1.42 2013/05/17 04:29:14 dtucker Exp $ | 1 | # $OpenBSD: test-exec.sh,v 1.43 2013/05/17 10:23:52 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | #SUDO=sudo | 4 | #SUDO=sudo |