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