From a2380d5c14c42114c0357779fdd7077ba1be3053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 25 Apr 2006 16:20:55 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17244 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ tests/ChangeLog | 2 ++ 2 files changed, 40 insertions(+) diff --git a/ChangeLog b/ChangeLog index 30e5b3812..4def4dcf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2006-04-25 Love Hörnquist Åstrand + + * configure.in: make tests/kdc/Makefile + + * kdc/kerberos5.c: Catch the case where the client sends no + encryption types or no pa-types. + + * lib/hdb/ext.c (hdb_replace_extension): set error message on + failure, not success. + + * lib/hdb/keys.c (parse_key_set): handle error case better + (hdb_generate_key_set): return better error + +2006-04-24 Love Hörnquist Åstrand + + * lib/hdb/hdb.c (hdb_create): print out what we don't support + + * lib/krb5/principal.c: Remove a double free introduced in 1.93 + + * lib/krb5/log.c (log_file): reset pointer to freed memory + + * lib/krb5/keytab_keyfile.c (get_cell_and_realm): reset d->cell to + make sure its not refereced + + * tools/krb5-config.in: libhcrypto might depend on libasn1, switch + order + + * lib/krb5/recvauth.c: indent + + * doc/heimdal.texi: Add Setting up PK-INIT to Detailed Node + Listing. + + * lib/krb5/pkinit.c: Pass down realm to pk_verify_host so the + function can verify the certificate is from the right realm. + + * lib/krb5/init_creds_pw.c: Pass down realm to + _krb5_pk_rd_pa_reply + 2006-04-23 Love Hörnquist Åstrand * lib/krb5/pkinit.c (pk_verify_host): Add begining of finding diff --git a/tests/ChangeLog b/tests/ChangeLog index 007c9e910..289f2b020 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2006-04-25 Love Hörnquist Åstrand + * {,kdc/,db/}.cvsignore: ignore Makefile.in + * kdc/check-kdc.in: Try to detect another KDC running. * kdc/check-kdc.in: more tests regarding doing AS-REQ and TGS-REQ