diff --git a/ChangeLog b/ChangeLog index 36f7ebce3..2808e3d70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2005-10-19 Love Hörnquist Åstrand + * lib/krb5/test_cc.c: Test copy FILE -> FILE, and MEMORY -> MEMORY + too. + + * lib/krb5/test_cc.c: Test krb5_cc_copy_cache and + krb5_cc_cache_match. + + * lib/krb5/cache.c (krb5_cc_cache_match): add function that + iterates over all credential caches for a user and returns a + match. + * lib/krb5/krb5_ccache.3: Add krb5_cc_start_seq_get and an example.