summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--regress/README.regress10
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 50acfb04e..4d54861c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120040128
2 - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
3
120040127 420040127
2 - (djm) OpenBSD CVS Sync 5 - (djm) OpenBSD CVS Sync
3 - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03 6 - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
@@ -1762,4 +1765,4 @@
1762 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1765 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1763 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1766 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1764 1767
1765$Id: ChangeLog,v 1.3197 2004/01/27 10:22:00 djm Exp $ 1768$Id: ChangeLog,v 1.3198 2004/01/28 01:26:14 dtucker Exp $
diff --git a/regress/README.regress b/regress/README.regress
index 48048ab12..b479c6c07 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -82,5 +82,13 @@ Failed tests can be difficult to diagnose. Suggestions:
82 82
83Known Issues. 83Known Issues.
84 84
85- If you build with tcpwrappers and try to run the regression tests,
86 your hosts.allow must permit connections from localhost and from
87 "unknown". This is because some tests are performed via the loopback
88 interface, while others are done with "sshd -i" as a ProxyCommand. In
89 the latter case, when sshd calls getpeername() on the socket it will
90 fail (because it's not a tcp socket) and will be identified as
91 "unknown", which is then checked against tcpwrappers.
85 92
86$Id: README.regress,v 1.2 2004/01/26 17:37:09 tim Exp $ 93
94$Id: README.regress,v 1.3 2004/01/28 01:26:14 dtucker Exp $