From 7e54a35bc8db08e07c3df6d675df7d6c1baec2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Oct 2006 07:17:58 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18588 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 11 ++++++++++- tests/ChangeLog | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) 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