diff --git a/ChangeLog b/ChangeLog index 4f6c4b8ba..e24d64263 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-07-07 Love Hörnquist Åstrand + + * kuser/klist.c (check_for_tgt): use krb5_cc_clear_mcred + + * appl/test/uu_client.c (proto): use krb5_cc_clear_mcred + + * lib/krb5/get_cred.c (init_tgs_req): in case of error, don't free + in the req_body addresses since they where pass in by caller + (find_cred): use krb5_cc_clear_mcred + + * lib/krb5/krb5_ccache.3: document krb5_cc_clear_mcred + + * lib/krb5/cache.c (krb5_cc_clear_mcred): new function, clear a + krb5_creds to use with krb5_cc_retrieve_cred + 2003-06-30 Love Hörnquist Åstrand * lib/hdb/hdb.c (find_dynamic_method): if there isn't a prefix, diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index 9fcd5d2ea..5445f695d 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,3 +1,7 @@ +2003-07-07 Love Hörnquist Åstrand + + * login.c (krb5_to4): use krb5_cc_clear_mcred + 2003-03-24 Johan Danielsson * Makefile.am: install man pages diff --git a/appl/xnlock/ChangeLog b/appl/xnlock/ChangeLog index ae30ce05a..dc7f17812 100644 --- a/appl/xnlock/ChangeLog +++ b/appl/xnlock/ChangeLog @@ -1,3 +1,7 @@ +2003-07-07 Love Hörnquist Åstrand + + * xnlock.c (verify_krb5): use krb5_cc_clear_mcred + 2003-05-06 Johan Danielsson * no checks here diff --git a/lib/auth/ChangeLog b/lib/auth/ChangeLog index dce9327ab..06f4a3552 100644 --- a/lib/auth/ChangeLog +++ b/lib/auth/ChangeLog @@ -1,4 +1,8 @@ -2003-05-08 Love Hörnquist Åstrand +2003-07-07 Love Hörnquist Åstrand + + * afskauthlib/verify.c (verify_krb5): use krb5_cc_clear_mcred + +2003-05-08 Love Hörnquist Åstrand * sia/Makefile.am: inline COMPILE since (modern) automake doesn't add it by itself for some reason