*** 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> 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 * lib/krb5/keytab_file.c (fkt_add_entry): store timestamp
(fkt_next_entry_int): return timestamp (fkt_next_entry_int): return timestamp
* lib/krb5/krb5.h (krb5_keytab_entry): add timestamp * lib/krb5/krb5.h (krb5_keytab_entry): add timestamp
1999-12-30 Assar Westerlund <assar@sics.se> 1999-12-30 Assar Westerlund <assar@sics.se>

View File

@@ -1,3 +1,11 @@
2000-01-01 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se> 1999-12-21 Assar Westerlund <assar@sics.se>
* krb-ipv6.m4: try linking, not only compiling * krb-ipv6.m4: try linking, not only compiling