git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16328 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-12-01 12:41:37 +00:00
parent bc23e0056b
commit b8044b7a33

View File

@@ -1,3 +1,23 @@
2005-12-01 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5_keytab.3: Memory keytab are now named and
refcounted.
* lib/krb5/test_keytab.c: Test that memory keytab are refcounted.
* lib/krb5/keytab_memory.c: Index by name and start reference
counting on entries.
2005-11-30 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5.h (krb5_address_type): add
KRB5_ADDRESS_NETBIOS (20)
* lib/hdb/hdb.c (find_method): accept relative paths as old db
format too.
* lib/krb5/aes-test.c: Remove usage of krb5_enctype_to_keytype.
2005-11-29 Dave Love <fx@gnu.org>
* kcm/connect.c (kcm_loop): Use HAVE_DOOR_CREATE, not HAVE_DOORS.