summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-05-11 15:30:04 -0700
committerTim Rice <tim@multitalents.net>2002-05-11 15:30:04 -0700
commit802b9568686032c81e4a998dc282df6ed63d4090 (patch)
tree2ebf89f297c3aa4fb414b9b390ee85e8f3cabdad /ChangeLog
parentaef7371fe45f8df19c166daa0e72a81d121a9c2f (diff)
fix for systems that have both HAVE_ACCRIGHTS_IN_MSGHDR and
HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h has #define msg_accrights msg_control
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8dbc70c5..b617a79ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
620020510 920020510
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 $