From 9a1c4e5caf5a75f46d14bb649ba633e67fa36bb3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 24 Jul 2000 04:35:56 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8807 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 7 +++++++ kadmin/ChangeLog | 5 +++++ lib/kadm5/ChangeLog | 14 ++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index 325094106..e6462e93c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2000-07-23 Assar Westerlund + * lib/krb5/init_creds_pw.c (change_password): reset forwardable + and proxiable. copy preauthentication list correctly from + supplied options + + * kdc/hpropd.c (main): check that the ticket was for `hprop/' for + paranoid reasons + * lib/krb5/sock_principal.c (krb5_sock_to_principal): look in aliases for the real name diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index c3ba8b149..d1e5fa7fc 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,8 @@ +2000-07-24 Assar Westerlund + + * load.c (doit): truncate the log since there's no way of knowing + what changes are going to be added + 2000-07-23 Assar Westerlund * util.c (str2time_t): be more careful with strptime that might diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 4f0d5d2e0..988015003 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,17 @@ +2000-07-24 Assar Westerlund + + * log.c (kadm5_log_get_version): rename kadm5_log_get_version_fd + and make a new that takes a context + (kadm5_log_nop): add logging of missing lengths + (kadm5_log_truncate): new function + + * dump_log.c (print_entry): update and correct + * randkey_s.c: call _kadm5_bump_pw_expire + * truncate_log.c: new program for truncating the log + * Makefile.am (sbin_PROGRAMS): add truncate_log + (C_SOURCES): add bump_pw_expire.c + * bump_pw_expire.c: new function for extending password expiration + 2000-07-22 Assar Westerlund * keys.c: new file with _kadm5_free_keys, _kadm5_init_keys