From 38f823d1fb575ab919cf12243c13c91e0ab271c4 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 16 Jun 2001 21:53:13 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10054 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index b2c158263..374d75825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ +2001-06-16 Johan Danielsson + + * lib/krb5/krb5.h: add opaque krb5_krbhst_handle type + + * lib/krb5/krbhst.c: change void* to krb5_krbhst_handle + + * lib/krb5/krb5.h: types for new krbhst api + + * lib/krb5/krbhst.c: implement a new api that looks up one host at + a time, instead of making a list of hosts + 2001-06-09 Johan Danielsson + * configure.in: test for initstate and setstate + * lib/krb5/krbhst.c: remove rfc2052 support 2001-06-08 Johan Danielsson