- (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now

that sshd is fixed to behave better; suggested by tim
This commit is contained in:
Damien Miller 2004-07-21 20:44:05 +10:00
parent 8fe0105be4
commit b5a21440a8
2 changed files with 5 additions and 11 deletions

View File

@ -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 $

View File

@ -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 $