summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-12 21:30:07 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-12 21:30:07 +1100
commitcb6ecdea6c56c21da4b9ba0612ce4a035ffe6417 (patch)
treefd9497c89d5e3b51030c64e3b0e059248c319775 /ChangeLog
parent5bfe1687dd85151649584aaaaf9bd85b67c9b61a (diff)
- (dtucker) [regress/reconfigure.sh] Fix potential race in the reconfigure
test: if sshd takes too long to reconfigure the subsequent connection will fail. Zap pidfile before HUPing sshd which will rewrite it when it's ready.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 102a8c0fc..b3eb526f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 - (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag. 4 - (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag.
5 - (dtucker) [configure.ac] Use "$AWK" instead of "awk" in gcc version test. 5 - (dtucker) [configure.ac] Use "$AWK" instead of "awk" in gcc version test.
6 - (dtucker) [configure.ac] Remove duplicate utimes() check. ok djm@ 6 - (dtucker) [configure.ac] Remove duplicate utimes() check. ok djm@
7 - (dtucker) [regress/reconfigure.sh] Fix potential race in the reconfigure
8 test: if sshd takes too long to reconfigure the subsequent connection will
9 fail. Zap pidfile before HUPing sshd which will rewrite it when it's ready.
7 10
820051110 1120051110
9 - (dtucker) [openbsd-compat/setenv.c] Merge changes for __findenv from 12 - (dtucker) [openbsd-compat/setenv.c] Merge changes for __findenv from
@@ -3299,4 +3302,4 @@
3299 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3302 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3300 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3303 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3301 3304
3302$Id: ChangeLog,v 1.3994 2005/11/12 07:42:36 dtucker Exp $ 3305$Id: ChangeLog,v 1.3995 2005/11/12 10:30:07 dtucker Exp $