From a4ffb652075f3a13572a0e30dd2b44f7fb6ccb16 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 4 Mar 2000 14:10:23 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8011 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 18 ++++++++++++++++++ NEWS | 2 ++ lib/krb5/verify_krb5_conf.8 | 3 +++ 3 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b3d1ab2d..08a4dcbc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2000-03-04 Assar Westerlund + + * kdc/string2key.8: add man-page for string2key + +2000-03-03 Assar Westerlund + + * kdc/hpropd.c (dump_krb4): get expiration date from `valid_end' + and not `pw_end' + + * kdc/kadb.h (ka_entry): fix name pw_end -> valid_end. add some + more fields + + * kdc/hprop.c (v4_prop): set the `valid_end' from the v4 + expiration date instead of the `pw_expire' + (ka_convert): set `valid_end' from ka expiration data and `pw_expire' + from pw_change + pw_expire + (main): add a default database for ka dumping + 2000-02-28 Assar Westerlund * lib/krb5/context.c (init_context_from_config_file): change diff --git a/NEWS b/NEWS index b91c74d4c..b2a4b7608 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Changes in release 0.2r: + * new man-pages + * telnetd: do not negotiate KERBEROS5 authentication if there's no keytab. * use and set expiration and not password expiration when dumping diff --git a/lib/krb5/verify_krb5_conf.8 b/lib/krb5/verify_krb5_conf.8 index 77c2a1360..15a5eb986 100644 --- a/lib/krb5/verify_krb5_conf.8 +++ b/lib/krb5/verify_krb5_conf.8 @@ -28,3 +28,6 @@ points to the configuration file to read. .Xr krb5.conf 5 .Sh SEE ALSO .Xr krb5.conf 5 +.Sh BUGS +It should know about what variables are actually used and warn about +unknown ones.