From cb66375606559f556c349860ee5ceb5cb6b154f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 20 Jul 2005 07:39:27 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15682 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index de1985c28..307a30d50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,27 @@ +2005-07-20 Love Hörnquist Åstrand + + * lib/krb5/crypto.c (_krb5_pk_octetstring2key): make sha1 output + unsigned char to match openssl + +2005-07-14 Love Hörnquist Åstrand + + * lib/hdb/common.c: Check encoder lengths from ASN1_MALLOC_ENCODE. + 2005-07-13 Love Hörnquist Åstrand + * lib/krb5/rd_cred.c (krb5_rd_cred): don't leak memory + + * lib/krb5/get_cred.c (krb5_get_credentials_with_flags): only call + krb5_cc_retrieve_cred once, and plug memory leak. + +2005-07-13 Love Hörnquist Åstrand + + * lib/hdb/Makefile.am: the new asn.1 compiler includes the modules + name in the depend file + * lib/krb5/keytab_file.c (fkt_start_seq_get_int): check return value from krb5_storage_from_fd -2005-07-13 Love Hörnquist Åstrand - * lib/krb5/pkinit.c (pk_rd_pa_reply_dh): client do not contribute to the DH when the server doesn't support the cached DH request.