diff options
Diffstat (limited to 'src/lib/krb5/ccache/ChangeLog')
-rw-r--r-- | src/lib/krb5/ccache/ChangeLog | 8 |
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: |