From b8d41a9e6a3ee4dfbaf83435044ecdfccab8574c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 6 May 2006 06:46:43 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17467 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 23 +++++++++++++++++++++++ cf/ChangeLog | 5 +++++ 2 files changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index acd0e8cf8..2c4e7f48a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,28 @@ +2006-05-06 Love Hörnquist Åstrand + + * include/make_crypto.c: Move up evp.h to please OpenSSL, from + Douglas E. Engert. + + * kcm/acl.c: Multicache kcm interation isn't done yet, let wait + with this enum. + 2006-05-05 Love Hörnquist Åstrand + * lib/krb5/krb5_set_default_realm.3: Spelling/mdoc from Björn + Sandell + + * lib/krb5/krb5_rcache.3: Spelling/mdoc from Björn Sandell + + * lib/krb5/krb5_keytab.3: Spelling/mdoc from Björn Sandell + + * lib/krb5/krb5_get_in_cred.3: Spelling/mdoc from Björn Sandell + + * lib/krb5/krb5_expand_hostname.3: Spelling/mdoc from Björn + Sandell + + * lib/krb5/krb5_c_make_checksum.3: Spelling/mdoc from Björn + Sandell + * lib/krb5/keytab_file.c (fkt_next_entry_int): read the 32 bit kvno if the reset of the data is longer then 4 bytes in hope to be forward compatible. Pointed out by Michael B Allen. diff --git a/cf/ChangeLog b/cf/ChangeLog index 5acb43170..75c18dfda 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,8 @@ +2006-05-06 Love Hörnquist Åstrand + + * crypto.m4: Move up evp.h to please OpenSSL, from Douglas + E. Engert. + 2006-04-22 Love Hörnquist Åstrand * roken-frag.m4: Add check for fnmatch.h, its needed to be done