Missed some log data with last checkin:
authorKen Raeburn <raeburn@mit.edu>
Mon, 28 Jun 2004 19:02:51 +0000 (19:02 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 28 Jun 2004 19:02:51 +0000 (19:02 +0000)
* cc_memory.c (struct _krb5_mcc_data): Delete 'next' pointer.  Add a mutex.
(krb5_mcc_*): Lock and unlock the mutex as appropriate.
(struct krb5_mcc_list_node): New type, separates the linked-list
container from the data for individual nodes.
(mcc_head): Now points to krb5_mcc_list_node.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16525 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ChangeLog

index 9377ba66a83d63d08d6d96cec3ab08977c3e9e32..33991224ea2aa5edf48d5db5ce5600a590a34326 100644 (file)
@@ -5,6 +5,11 @@
        (krb5_mcc_store): Rewrite.
        (NEED_WINDOWS): Don't define.
        (krb5_mcc_*): All functions now static.
+       (struct _krb5_mcc_data): Delete 'next' pointer.  Add a mutex.
+       (krb5_mcc_*): Lock and unlock the mutex as appropriate.
+       (struct krb5_mcc_list_node): New type, separates the linked-list
+       container from the data for individual nodes.
+       (mcc_head): Now points to krb5_mcc_list_node.
        * cc-int.h (krb5int_mcc_mutex): Declare.
        * ccbase.c (krb5int_cc_initialize): Initialize it.