From 31d6a81494379b8b03ac7c76c1d53d2e4c37b5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 12 Dec 2005 12:40:32 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16379 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 22 ++++++++++++++++++++++ lib/kadm5/ChangeLog | 5 +++++ 2 files changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d87b47fc..06b786f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ 2005-12-12 Love Hörnquist Åstrand + * lib/hdb: Wrap hdb_entry with hdb_entry_ex, patch originally from + Andrew Bartlet + + * lib/hdb/hdb-ldap.c: Wrap hdb_entry with hdb_entry_ex, add url + support, add ldapi support. + + * kdc/kerberos5.c (tgs_make_reply): there are no such things a + keytypes any more, just use enctypes. + + * kdc/kdc_locl.h: Remove private prototypes and instead include + . + + * kdc/Makefile.am: Build kdc-private.h and depend on it. + + * kdc/config.c (configure): wrap line + + * doc/kerberos4.texi: KDC 4 support is always compiled in. + + * TODO: Remove some stuff that have been done. + + * Makefile.am: Split long line + * doc/apps.texi: Spelling, From Måns Nilsson. * doc/install.texi: spelling, From Måns Nilsson diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 762c34f2e..b0bdedacb 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,8 @@ +2005-12-12 Love Hörnquist Åstrand + + * Wrap hdb_entry with hdb_entry_ex, patch originally + from Andrew Bartlet + 2005-11-30 Love Hörnquist Åstrand * context_s.c (set_field): try another way to calculate the path