From f56f84cc41f934b6817bccc66083a3bed6fa15d9 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 27 Aug 2002 12:07:06 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11238 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 3 +++ cf/ChangeLog | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 65f71f50b..7c56ad331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,9 @@ 2002-08-22 Johan Danielsson + * lib/krb5/krb5.h: we seem to call KRB5KDC_ERR_KEY_EXP + KRB5KDC_ERR_KEY_EXPIRED, so define the former to the latter + * kdc/kdc.8: add blurb about adding and removing addresses; update kdc.conf section to match reality diff --git a/cf/ChangeLog b/cf/ChangeLog index 15be0bbef..a6c5e4ca5 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -3,6 +3,16 @@ * roken-frag.m4: test for the vis, strvis functions requiring prototypes +2002-08-23 Johan Danielsson + + * need-proto.m4: missing comma + +2002-08-22 Johan Danielsson + + * roken-frag.m4: some rototilling + + * need-proto.m4: use AS_TR_CPP + 2002-08-20 Johan Danielsson * roken-frag.m4: HAVE_TYPE instead of CHECK_TYPE ssize_t