summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--regress/README.regress10
2 files changed, 5 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 53e62a02e..191ff9838 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
-20040719
+20040720
- (djm) [log.c] bz #111: Escape more control characters when sending data
to syslog; from peak AT argo.troja.mff.cuni.cz
- (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from
peak AT argo.troja.mff.cuni.cz
+ - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
+ that sshd is fixed to behave better; suggested by tim
20040719
- (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD
@@ -1541,4 +1543,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3482 2004/07/21 01:01:41 djm Exp $
+$Id: ChangeLog,v 1.3483 2004/07/21 10:44:05 djm Exp $
diff --git a/regress/README.regress b/regress/README.regress
index e3e21f703..1c30be330 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -93,16 +93,8 @@ Failed tests can be difficult to diagnose. Suggestions:
Known Issues.
-- If you build with tcpwrappers and try to run the regression tests,
- your hosts.allow must permit connections from localhost and from
- "unknown". This is because some tests are performed via the loopback
- interface, while others are done with "sshd -i" as a ProxyCommand. In
- the latter case, when sshd calls getpeername() on the socket it will
- fail (because it's not a tcp socket) and will be identified as
- "unknown", which is then checked against tcpwrappers.
-
- If your build requires ssh-rand-helper regress tests will fail
unless ssh-rand-helper is in pre-installed (the path to
ssh-rand-helper is hard coded).
-$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $
+$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $