From b5c8e15bf238a6f7b82a748e8aa795636177e13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 23 Aug 2003 11:54:22 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12616 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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