- (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
This commit is contained in:
parent
ec69203e45
commit
4f9f6794c5
|
@ -1,3 +1,6 @@
|
||||||
|
20040128
|
||||||
|
- (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
|
||||||
|
|
||||||
20040127
|
20040127
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
|
- hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
|
||||||
|
@ -1762,4 +1765,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3197 2004/01/27 10:22:00 djm Exp $
|
$Id: ChangeLog,v 1.3198 2004/01/28 01:26:14 dtucker Exp $
|
||||||
|
|
|
@ -82,5 +82,13 @@ Failed tests can be difficult to diagnose. Suggestions:
|
||||||
|
|
||||||
Known Issues.
|
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.
|
||||||
|
|
||||||
$Id: README.regress,v 1.2 2004/01/26 17:37:09 tim Exp $
|
|
||||||
|
$Id: README.regress,v 1.3 2004/01/28 01:26:14 dtucker Exp $
|
||||||
|
|
Loading…
Reference in New Issue