Module Name: krb5 Committed By: raeburn Date: Mon Jun 28 19:02:51 UTC 2004 Modified Files: krb5/src/lib/krb5/ccache/ChangeLog Added Files: Removed Files: Log Message Missed some log data with last checkin: * 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. To generate a diff of this commit: cvs diff -r5.124 -r5.125 krb5/src/lib/krb5/ccache/ChangeLog