diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | regress/README.regress | 5 |
2 files changed, 6 insertions, 2 deletions
@@ -30,6 +30,7 @@ | |||
30 | - dtucker@cvs.openbsd.org 2004/03/08 10:18:57 | 30 | - dtucker@cvs.openbsd.org 2004/03/08 10:18:57 |
31 | [sshd_config.5] | 31 | [sshd_config.5] |
32 | Document KerberosGetAFSToken; ok markus@ | 32 | Document KerberosGetAFSToken; ok markus@ |
33 | - (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal | ||
33 | 34 | ||
34 | 20040307 | 35 | 20040307 |
35 | - (tim) [regress/login-timeout.sh] fix building outside of source tree. | 36 | - (tim) [regress/login-timeout.sh] fix building outside of source tree. |
@@ -890,4 +891,4 @@ | |||
890 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 891 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
891 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 892 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
892 | 893 | ||
893 | $Id: ChangeLog,v 1.3285 2004/03/08 12:13:15 djm Exp $ | 894 | $Id: ChangeLog,v 1.3286 2004/03/08 20:12:18 tim Exp $ |
diff --git a/regress/README.regress b/regress/README.regress index b479c6c07..6ff032b68 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -90,5 +90,8 @@ Known Issues. | |||
90 | fail (because it's not a tcp socket) and will be identified as | 90 | fail (because it's not a tcp socket) and will be identified as |
91 | "unknown", which is then checked against tcpwrappers. | 91 | "unknown", which is then checked against tcpwrappers. |
92 | 92 | ||
93 | - If your build requires ssh-rand-helper regress tests will fail | ||
94 | unless ssh-rand-helper is in pre-installed (the path to | ||
95 | ssh-rand-helper is hard coded). | ||
93 | 96 | ||
94 | $Id: README.regress,v 1.3 2004/01/28 01:26:14 dtucker Exp $ | 97 | $Id: README.regress,v 1.4 2004/03/08 20:12:18 tim Exp $ |