From 50a570106e28f5b3e5d4d5224d41d34ae6e49fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 21 Apr 2007 21:47:45 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20499 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e717c4782..fb0f8a261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-04-21 Love Hörnquist Åstrand + * lib/krb5/store.c (krb5_store_creds_tag): use session.keytype to + determine if to send the session-key. + * kcm/client.c (kcm_ccache_new_client): make root be able to pass the name constraints, not the opposite. From Bryan Jacobs.