krb5: Do not clobber keytab entry timestamps
commit323f4631a4796f7c90cb082b31ad6b7d8101244a
authorNicolas Williams <nico@twosigma.com>
Sat, 1 Oct 2022 22:49:39 +0000 (1 17:49 -0500)
committerNicolas Williams <nico@twosigma.com>
Mon, 3 Oct 2022 03:46:37 +0000 (2 22:46 -0500)
tree9ea9c86d63de45ee843408fd97ec78b7696e8646
parent1429814edaad1f5b81bca927730857ce12df40f8
krb5: Do not clobber keytab entry timestamps

We set the timestamp field of krb5_keytab_entry in every case in-tree,
so we should not clobber it in krb5_kt_add_entry().  This is very
important in the context of virtual service principals, as the timestamp
of the keys in the keytab is a clue to when they must be refetched!
lib/krb5/keytab.c