git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10054 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-06-16 21:53:13 +00:00
parent ac8eb06905
commit 38f823d1fb

View File

@@ -1,5 +1,18 @@
2001-06-16 Johan Danielsson <joda@pdc.kth.se>
* 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 <joda@pdc.kth.se>
* configure.in: test for initstate and setstate
* lib/krb5/krbhst.c: remove rfc2052 support
2001-06-08 Johan Danielsson <joda@pdc.kth.se>