From 33036528e4eb96ddd76689499332f9bde14df9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 Jan 2007 15:42:40 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19636 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ tests/ChangeLog | 2 ++ 2 files changed, 46 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3d9536dad..65337fd42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,48 @@ +2007-01-03 Love Hörnquist Åstrand + + * kdc/headers.h: Include . + + * kdc/Makefile.am: Include windc.c and use windc_plugin.h + + * kdc/krb5tgs.c: Call callbacks for emulating a Windows Domain + Controller. + + * kdc/kerberos5.c: Call callbacks for emulating a Windows Domain + Controller. Move the some of the log related stuff to its own + function. + + * kdc/config.c: Init callbacks for emulating a Windows Domain + Controller. + + * kdc/windc.c: Rename the init function to windc instead of pac. + + * kdc/windc.c: Callbacks specific to emulating a Windows Domain + Controller. + + * kdc/windc_plugin.h: Callbacks specific to emulating a Windows + Domain Controller. + + * lib/krb5/Makefile.am: add krb5_HEADERS to build_HEADERZ + + * lib/krb5/pac.c: Support all keyed checksum types. + 2007-01-02 Love Hörnquist Åstrand + + * lib/krb5/pac.c (krb5_pac_get_types): Return list of types. + + * lib/krb5/test_pac.c: test krb5_pac_get_types + + * lib/krb5/krbhst.c: Add KRB5_KRBHST_KCA. + + * lib/krb5/krbhst.c: Add KRB5_KRBHST_KCA. + + * lib/krb5/krb5.h: Add KRB5_KRBHST_KCA. + + * lib/krb5/test_pac.c: test Add/remove pac buffer functions. + + * lib/krb5/pac.c: Add/remove pac buffer functions. + + * lib/krb5/pac.c: sprinkle const * lib/krb5/pac.c: rename DCHECK to CHECK diff --git a/tests/ChangeLog b/tests/ChangeLog index f6ecb2d15..e24ea36fb 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2007-01-03 Love Hörnquist Åstrand + * plugin: test WinDC PAC functionallity + * Makefile.am: Include plugin in tests 2006-12-28 Love Hörnquist Åstrand