From 60f78cb4ad2bf1dc9e5f03bae88cb9541ce63691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 08:54:22 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18280 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 14 ++++++++++++++ lib/gssapi/ChangeLog | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9d38251f9..74fb45d0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ +2006-10-07 Love Hörnquist Åstrand + + * lib/hdb/Makefile.am: split build files into dist_ and noinst_ + SOURCES + + * lib/krb5/Makefile.am: split build files into dist_ and noinst_ + SOURCES + + * kdc/kerberos5.c: Adapt to signature change of + _krb5_principalname2krb5_principal. + 2006-10-06 Love Hörnquist Åstrand + * lib/krb5/krbhst.c (common_init): don't try DNS when there is + realm w/o a dot. + * kdc/524.c: Adapt to signature change of _krb5_principalname2krb5_principal. diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 379a58159..3d274b09d 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,7 @@ +2006-10-07 Love Hörnquist Åstrand + + * Makefile.am: split build files into dist_ and noinst_ SOURCES + 2006-10-06 Love Hörnquist Åstrand * gss.c: #if 0 out unused code.