diff --git a/ChangeLog b/ChangeLog index 5e09bfd21..9195fb6fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2003-08-23 Love Hörnquist Åstrand + + * lib/krb5/krb5_create_checksum.3: text about when + krb5_crypto_get_checksum_type is useful + + * lib/krb5/crypto.c (krb5_crypto_get_checksum_type): fix format + string + + * lib/krb5/krb5_create_checksum.3: document + krb5_crypto_get_checksum_type + + * lib/krb5/crypto.c: add krb5_crypto_get_checksum_type From: Luke + Howard + +2003-08-21 Love Hörnquist Åstrand + + * include/make_crypto.c: include aes.h inc in the local libdes + case too + 2003-08-20 Johan Danielsson * lib/asn1/der_free.c: set free'd poiners to NULL @@ -6,6 +28,9 @@ 2003-08-20 Love Hörnquist Åstrand + * lib/krb5/heim_threads.h: XXX don't use "plain" pthread support + on netbsd + * lib/krb5/crypto.c: Do the arcfour checksum mapping for krb5_create_checksum and krb5_verify_checksum, From: Luke Howard