diff --git a/ChangeLog b/ChangeLog index 032d78539..705023172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,18 @@ 2000-01-02 Assar Westerlund + + * admin/ktutil.c (list): support --verbose (also listning time + stamps) + (kt_add, kt_get): set timestamp in newly created entries + (kt_change): add `change' command + + * admin/srvconvert.c (srvconv): set timestamp in newly created + entries + * lib/krb5/keytab_keyfile.c (akf_next_entry): set timetsamp, + always go the a predicatble position on error + * lib/krb5/keytab.c (krb5_kt_copy_entry_contents): copy timestamp * lib/krb5/keytab_file.c (fkt_add_entry): store timestamp (fkt_next_entry_int): return timestamp - * lib/krb5/krb5.h (krb5_keytab_entry): add timestamp 1999-12-30 Assar Westerlund diff --git a/cf/ChangeLog b/cf/ChangeLog index b544f0544..04a810613 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,11 @@ +2000-01-01 Assar Westerlund + + * krb-ipv6.m4: re-organize: test for type of stack first so that + we can find the libraries that we might have to link the test + program against. not linking the test program means we don't know + if the right stuff is in the libraries. also cosmetic changes to + make sure we print the checking for... nicely + 1999-12-21 Assar Westerlund * krb-ipv6.m4: try linking, not only compiling