summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-03-06 03:16:02 +0000
committerKen Raeburn <raeburn@mit.edu>2004-03-06 03:16:02 +0000
commitb577efbd36c4fabe18bb5281d180c2ddce28fee7 (patch)
treef17741415b15adf912ebb3799f759ec415dfee45 /src/lib/krb5/ccache/ChangeLog
parentbf465a1bc8657d3b6b1fefde16deeb1af1ed229e (diff)
For keytab, ccache, and rcache type registries, use const more, and
use a mutex to protect manipulation of the lists. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16153 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/ChangeLog')
-rw-r--r--src/lib/krb5/ccache/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog
index e0ae8919c7..c63bad19b4 100644
--- a/src/lib/krb5/ccache/ChangeLog
+++ b/src/lib/krb5/ccache/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-05 Ken Raeburn <raeburn@mit.edu>
+
+ * ccbase.c: Include k5-thread.h.
+ (struct krb5_cc_typelist): Ops pointer now points to const.
+ (cc_typelist_lock): New mutex var.
+ (krb5_cc_register, krb5_cc_resolve): Lock it while working with
+ the type list.
+
2004-02-04 Jeffrey Altman <jaltman@mit.edu>
* cc_mslsa.c: