From 645fc3ee2b569fe02fd8706813b6edd622af97cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 07:55:45 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14908 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07cb705de..eaaa143d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2005-04-24 Love Hörnquist Åstrand + + * lib/krb5/krb5_krbhst_init.3: spelling, from Björn Sandell + + + * lib/krb5/krb5_get_krbhst.3: spelling, from Björn Sandell + + + * lib/krb5/krb5_data.3: spelling, from Björn Sandell + + + * lib/krb5/krb5_aname_to_localname.3: spelling, from Björn Sandell + + + * lib/krb5/krb5_address.3: spelling, from Björn Sandell + + +2005-04-23 Love Hörnquist Åstrand + + * kdc/config.c: Use the new Kerberos 4 functions in libkrb5 and so + kerberos 4 is always compiled in (still default disabled) + + * kdc/kerberos4.c: Use the new Kerberos 4 functions in libkrb5 and + so kerberos 4 is always compiled in (still default disabled) + + * lib/krb5/krb5_locl.h: forward declaration of _krb5_krb_auth_data + + * lib/krb5/convert_creds.c: Move the kerberos v4 replacement + functions to v4_glue.c + + * lib/krb5/v4_glue.c: Implement enough of kerberos 4 protocol to + be a KDC, move the v4 bits over here + + * lib/krb5/krb5-v4compat.h: add more v4 defines + 2005-04-22 Love Hörnquist Åstrand * kpasswd/kpasswdd.c: Support multi-realms databases, requires