aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/ChangeLog')
-rw-r--r--src/lib/krb5/ccache/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog
index 1f129ea..38dcf2c 100644
--- a/src/lib/krb5/ccache/ChangeLog
+++ b/src/lib/krb5/ccache/ChangeLog
@@ -1,3 +1,14 @@
+2004-06-18 Jeffrey Altman <jaltman@mit.edu>
+
+ * cc_mslsa.c: Enforce acceptable enctypes by checking against
+ the default_tgs_enctypes list instead of the permitted_enctypes
+ list; only enforce the desired enctype when retrieving tickets
+ to deliver to an application. do not enforce when attempting
+ to determine the current principal name. this is important
+ because specifying an enctype results in a TGS_REQ being sent
+ to the KDC; close memory leak of krb5_cred objects in
+ krb5_lcc_retrieve().
+
2004-05-25 Jeffrey Altman <jaltman@mit.edu>
* cc_mslsa.c: GetMSTGT(). Initialize pTicketRequest to NULL