*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7710 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-01-02 04:01:34 +00:00
parent de504c0786
commit ea3c57494a
2 changed files with 19 additions and 1 deletions

View File

@@ -1,8 +1,18 @@
2000-01-02 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se>