From b5a21440a88fb8366d5032e8ce895cf7a52cb1ea Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 21 Jul 2004 20:44:05 +1000 Subject: - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now that sshd is fixed to behave better; suggested by tim --- ChangeLog | 6 ++++-- regress/README.regress | 10 +--------- 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 $ -- cgit v1.2.3