*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8011 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-03-04 14:10:23 +00:00
parent 31433b7364
commit a4ffb65207
3 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,21 @@
2000-03-04 Assar Westerlund <assar@sics.se>
* kdc/string2key.8: add man-page for string2key
2000-03-03 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se>
* lib/krb5/context.c (init_context_from_config_file): change

2
NEWS
View File

@@ -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

View File

@@ -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.