summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-04-19 22:04:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-04-19 22:04:21 +1000
commit0a74ae7c1447a86a56d75b2093b322ed1fb4d552 (patch)
tree88943af00527a5be7d819176ce473322a61199d2
parent9929d1f6666f49ed3ea60769913e40b2bb6e3f1a (diff)
- dtucker@cvs.openbsd.org 2004/03/08 10:17:12
[regress/login-timeout.sh] Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
-rw-r--r--ChangeLog5
-rw-r--r--regress/login-timeout.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d830ea30b..6e50e072c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - dtucker@cvs.openbsd.org 2004/02/29 22:04:45 3 - dtucker@cvs.openbsd.org 2004/02/29 22:04:45
4 [regress/login-timeout.sh] 4 [regress/login-timeout.sh]
5 Use sudo when restarting daemon during test. ok markus@ 5 Use sudo when restarting daemon during test. ok markus@
6 - dtucker@cvs.openbsd.org 2004/03/08 10:17:12
7 [regress/login-timeout.sh]
8 Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
6 9
720040418 1020040418
8 - (dtucker) [auth-pam.c] Log username and source host for failed PAM 11 - (dtucker) [auth-pam.c] Log username and source host for failed PAM
@@ -988,4 +991,4 @@
988 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 991 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
989 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 992 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
990 993
991$Id: ChangeLog,v 1.3317 2004/04/19 12:01:37 dtucker Exp $ 994$Id: ChangeLog,v 1.3318 2004/04/19 12:04:21 dtucker Exp $
diff --git a/regress/login-timeout.sh b/regress/login-timeout.sh
index 43cce7efe..ce6edade5 100644
--- a/regress/login-timeout.sh
+++ b/regress/login-timeout.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: login-timeout.sh,v 1.2 2004/02/29 22:04:45 dtucker Exp $ 1# $OpenBSD: login-timeout.sh,v 1.3 2004/03/08 10:17:12 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="connect after login grace timeout" 4tid="connect after login grace timeout"