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