diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 1f99ef544..60f0f5833 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,14 @@ -2006-10-18 Love Hörnquist Åstrand +2006-10-19 Love Hörnquist Åstrand + * test_context.c: Allow specifing mech. + + * krb5/external.c: add GSS_SASL_DIGEST_MD5_MECHANISM (for now) + + * gssapi/gssapi.h: Rename GSS_DIGEST_MECHANISM to + GSS_SASL_DIGEST_MD5_MECHANISM + +2006-10-18 Love Hörnquist Åstrand + * mech/gssapi.asn1: Make it into a heim_any_set, its doesn't except a tag. diff --git a/tests/ChangeLog b/tests/ChangeLog index 30f6a446d..d00cb978e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,22 @@ 2006-10-19 Love Hörnquist Åstrand + * gss/check-gssmask.in: If there is no useful db support compile + in, disable test + + * gss/check-context.in: Add commeted out digest check. + + * kdc/check-digest.in: If there is no useful db support compile + in, disable test + + * kdc/check-kdc.in: If there is no useful db support compile in, + disable test + + * db/loaddump-db.in: If there is no useful db support compile in, + disable test + + * db/have-db.in: Check if the kdc have any useful builtin + database. + * kdc/check-kdc.in: Fix awk statement, put RE on the right side. 2006-10-17 Love Hörnquist Åstrand