From c6f1d06058188766ed63390279dd5e1b1cfe3e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 28 Jul 2005 20:29:55 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15830 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 133cc50ee..2da7d3631 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,32 @@ +2005-07-28 Love Hörnquist Åstrand + + * kdc/kerberos5.c (_kdc_as_rep): log what enctypes was using in + ENC-TS preauth, both for failure and success. + + * kdc/hprop.c: Use the _krb5_krb_life_to_time function from + libkrb5 instead of including our own here too. + + * kdc/kerberos5.c: indent printf strings + +2005-07-28 Love Hörnquist Åstrand + + * lib/hdb/mkey.c (hdb_unseal_key_mkey): try to unseal key with + keyusage 0 in case the key was encrypted with MIT Kerberos (old + patch from Johan) + +2005-07-26 Love Hörnquist Åstrand + + * kdc/pkinit.c: update to pkinit-27 + +2005-07-23 Love Hörnquist Åstrand + + * lib/krb5/pkinit.c: Adapt to IMPLICIT changes in CMS module. + 2005-07-20 Love Hörnquist Åstrand + * lib/krb5/test_pkinit_dh2key.c: framework for testing + _krb5_pk_octetstring2key + * kpasswd/kpasswdd.c (doit): krb5_addr2sockaddr takes a krb5_socklen_t