git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15682 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-20 07:39:27 +00:00
parent a15603afa7
commit cb66375606

View File

@@ -1,10 +1,27 @@
2005-07-20 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/crypto.c (_krb5_pk_octetstring2key): make sha1 output
unsigned char to match openssl
2005-07-14 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/common.c: Check encoder lengths from ASN1_MALLOC_ENCODE.
2005-07-13 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* 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.