git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18588 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-19 07:17:58 +00:00
parent 0c93c7650d
commit 7e54a35bc8
2 changed files with 27 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
2006-10-18 Love H<>rnquist <20>strand <lha@it.su.se>
2006-10-19 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* mech/gssapi.asn1: Make it into a heim_any_set, its doesn't
except a tag.

View File

@@ -1,5 +1,22 @@
2006-10-19 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>