From f7ca02ad7ad46c8aa37b069bd1c6b88286f23f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 8 May 2006 13:47:35 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17515 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 12 ++++++++++++ lib/kadm5/ChangeLog | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1fa2dc3f6..a854e2d12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ +2006-05-08 Love Hörnquist Åstrand + + * lib/krb5/crypto.c: Catches both keyed checkout w/o crypto + context cases and doesn't reset the string, and corrects the + grammar. + + * lib/krb5/crypto.c: Drop aes-cbc, rc2 and CMS padding support, + its all containted in libhcrypto and libhx509 now. + 2006-05-07 Love Hörnquist Åstrand + + * lib/krb5/pkinit.c (_krb5_pk_verify_sign): Use + hx509_get_one_cert. * lib/krb5/crypto.c (create_checksum): provide a error message that a key checksum needs a key. From Andew Bartlett. diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 28d19ec52..c3d5d8d4c 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,8 @@ +2006-05-08 Love Hörnquist Åstrand + + * privs_c.c (kadm5_c_get_privs): privs is a uint32_t, let copy it + that way. + 2006-05-05 Love Hörnquist Åstrand * Rename u_intXX_t to uintXX_t