From 218ec85ea0c68ca70f4941975339ba0730f7e4cc Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 29 Oct 1997 01:34:41 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3704 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 14 ++++++++++++++ appl/popper/ChangeLog | 6 ++++++ lib/roken/ChangeLog | 5 +++++ 3 files changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 34ba49d53..dbb2032ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Wed Oct 29 02:06:10 1997 Assar Westerlund + + * lib/krb5/context.c (krb5_init_context): support `KRB5_CONFIG' + environment variable + + * *: use the roken_get*-macros from roken.h for the benefit of + Crays. + + * configure.in: add --{enable,disable}-otp. check for compatible + prototypes for gethostbyname, gethostbyaddr, getservbyname, and + openlog (they have strange prototypes on Crays) + + * acinclude.m4: new macro `AC_PROTO_COMPAT' + Tue Oct 28 00:11:22 1997 Johan Danielsson * kdc/connect.c: Log bad requests. diff --git a/appl/popper/ChangeLog b/appl/popper/ChangeLog index e69de29bb..3badf9219 100644 --- a/appl/popper/ChangeLog +++ b/appl/popper/ChangeLog @@ -0,0 +1,6 @@ +Wed Oct 29 02:09:24 1997 Assar Westerlund + + * pop_pass.c: conditionalize OTP-support + + * pop_init.c: conditionalize OTP-support + diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index e69de29bb..dc193edf6 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -0,0 +1,5 @@ +Wed Oct 29 02:21:38 1997 Assar Westerlund + + * roken.h: Add ugly macros for openlog, gethostbyname, + gethostbyaddr, and getservbyname for the benefit of Crays. Add + default definition of MAXPATHLEN