summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-07-21 20:44:05 +1000
committerDamien Miller <djm@mindrot.org>2004-07-21 20:44:05 +1000
commitb5a21440a88fb8366d5032e8ce895cf7a52cb1ea (patch)
treef16184e9b2ca7193672b503bc4e7d413fb87816f
parent8fe0105be4b748fc7e93c1b0f781cbcc3795ca6b (diff)
- (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
that sshd is fixed to behave better; suggested by tim
-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 @@
120040719 120040720
2 - (djm) [log.c] bz #111: Escape more control characters when sending data 2 - (djm) [log.c] bz #111: Escape more control characters when sending data
3 to syslog; from peak AT argo.troja.mff.cuni.cz 3 to syslog; from peak AT argo.troja.mff.cuni.cz
4 - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from 4 - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from
5 peak AT argo.troja.mff.cuni.cz 5 peak AT argo.troja.mff.cuni.cz
6 - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
7 that sshd is fixed to behave better; suggested by tim
6 8
720040719 920040719
8 - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD 10 - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD
@@ -1541,4 +1543,4 @@
1541 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1543 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1542 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1544 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1543 1545
1544$Id: ChangeLog,v 1.3482 2004/07/21 01:01:41 djm Exp $ 1546$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:
93 93
94Known Issues. 94Known Issues.
95 95
96- If you build with tcpwrappers and try to run the regression tests,
97 your hosts.allow must permit connections from localhost and from
98 "unknown". This is because some tests are performed via the loopback
99 interface, while others are done with "sshd -i" as a ProxyCommand. In
100 the latter case, when sshd calls getpeername() on the socket it will
101 fail (because it's not a tcp socket) and will be identified as
102 "unknown", which is then checked against tcpwrappers.
103
104- If your build requires ssh-rand-helper regress tests will fail 96- If your build requires ssh-rand-helper regress tests will fail
105 unless ssh-rand-helper is in pre-installed (the path to 97 unless ssh-rand-helper is in pre-installed (the path to
106 ssh-rand-helper is hard coded). 98 ssh-rand-helper is hard coded).
107 99
108$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $ 100$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $