From 5504e2a00c3ea9cf6168166c3ba6617e8e5d76ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 18 Sep 2003 22:25:19 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12876 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5e24b605b..5257696e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ +2003-09-19 Love Hörnquist Åstrand + + * lib/krb5/rd_req.c (krb5_rd_req): allow caller to pass in a key + in the auth_context, they way processes that doesn't use the + keytab can still pass in the key of the service (matches behavior + of MIT Kerberos). + 2003-09-18 Love Hörnquist Åstrand + * lib/krb5/init_creds_pw.c: collect all init_creds context into a + structure so it can easier be passed around, also, while here, + change nonce for every request + * lib/krb5/get_in_tkt.c (init_as_req): don't realloc data before the loop, add_padata() will handle that itself