diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ | |||
2 | - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch. | 2 | - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch. |
3 | Now only searches system and /usr/local/ssl (OpenSSL's default install path) | 3 | Now only searches system and /usr/local/ssl (OpenSSL's default install path) |
4 | Others must use --with-ssl-dir=.... | 4 | Others must use --with-ssl-dir=.... |
5 | - (tim) [monitor_fdpass.c] fix for systems that have both | ||
6 | HAVE_ACCRIGHTS_IN_MSGHDR and HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h has | ||
7 | #define msg_accrights msg_control | ||
5 | 8 | ||
6 | 20020510 | 9 | 20020510 |
7 | - (stevesk) [auth.c] Shadow account and expiration cleanup. Now | 10 | - (stevesk) [auth.c] Shadow account and expiration cleanup. Now |
@@ -564,4 +567,4 @@ | |||
564 | - (stevesk) entropy.c: typo in debug message | 567 | - (stevesk) entropy.c: typo in debug message |
565 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 568 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
566 | 569 | ||
567 | $Id: ChangeLog,v 1.2105 2002/05/11 20:17:42 tim Exp $ | 570 | $Id: ChangeLog,v 1.2106 2002/05/11 22:30:04 tim Exp $ |