diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index e3768ed0d..5dd8d953e 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,13 @@ +2005-04-10 Love Hörnquist Åstrand + + * accept_sec_context.c: break out the processing of the delegated + credential to a separate function to make error handling easier, + move the credential handling to after other setup is done + + * test_sequence.c: make less verbose in case of success + + * Makefile.am: add test_sequence to TESTS + 2005-04-01 Love Hörnquist Åstrand * 8003.c (gssapi_krb5_verify_8003_checksum): check that cksum diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index e3768ed0d..5dd8d953e 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,13 @@ +2005-04-10 Love Hörnquist Åstrand + + * accept_sec_context.c: break out the processing of the delegated + credential to a separate function to make error handling easier, + move the credential handling to after other setup is done + + * test_sequence.c: make less verbose in case of success + + * Makefile.am: add test_sequence to TESTS + 2005-04-01 Love Hörnquist Åstrand * 8003.c (gssapi_krb5_verify_8003_checksum): check that cksum