diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | regress/agent-ptrace.sh | 2 | ||||
-rw-r--r-- | regress/agent.sh | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -38,6 +38,11 @@ | |||
38 | [login-timeout.sh] | 38 | [login-timeout.sh] |
39 | remove any existing LoginGraceTime from sshd_config before adding | 39 | remove any existing LoginGraceTime from sshd_config before adding |
40 | a specific one for the test back in | 40 | a specific one for the test back in |
41 | - djm@cvs.openbsd.org 2014/02/27 21:21:25 | ||
42 | [agent-ptrace.sh agent.sh] | ||
43 | keep return values that are printed in error messages; | ||
44 | from portable | ||
45 | (Id sync only) | ||
41 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 46 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
42 | [contrib/suse/openssh.spec] Crank version numbers | 47 | [contrib/suse/openssh.spec] Crank version numbers |
43 | 48 | ||
diff --git a/regress/agent-ptrace.sh b/regress/agent-ptrace.sh index ae150641f..1912ca8f9 100644 --- a/regress/agent-ptrace.sh +++ b/regress/agent-ptrace.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: agent-ptrace.sh,v 1.1 2002/12/09 15:38:30 markus Exp $ | 1 | # $OpenBSD: agent-ptrace.sh,v 1.2 2014/02/27 21:21:25 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="disallow agent ptrace attach" | 4 | tid="disallow agent ptrace attach" |
diff --git a/regress/agent.sh b/regress/agent.sh index cf1a45fe0..caad3c88e 100644 --- a/regress/agent.sh +++ b/regress/agent.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: agent.sh,v 1.9 2013/12/06 13:52:46 markus Exp $ | 1 | # $OpenBSD: agent.sh,v 1.10 2014/02/27 21:21:25 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="simple agent test" | 4 | tid="simple agent test" |