diff --git a/ChangeLog b/ChangeLog index d598d846c..8df6049a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-05-16 Love Hörnquist Åstrand + * lib/krb5/heim_threads.h: add missing argument to mutex_init + * lib/krb5/crypto.c: protect the random initiator with a mutex * lib/krb5/mcache.c: protect the mcc_head with a mutex diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index d21fdda17..b5679ceef 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,7 @@ +2003-05-17 Love Hörnquist Åstrand + + * test_acquire_cred.c: test gss_add_cred more then once + 2003-05-06 Love Hörnquist Åstrand * gssapi.h: if __cplusplus, wrap the extern variable (just to be diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index d21fdda17..b5679ceef 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,7 @@ +2003-05-17 Love Hörnquist Åstrand + + * test_acquire_cred.c: test gss_add_cred more then once + 2003-05-06 Love Hörnquist Åstrand * gssapi.h: if __cplusplus, wrap the extern variable (just to be