]> git.ipfire.org Git - thirdparty/krb5.git/commit
Adjust removed cred detection in FILE ccache 1352/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 24 Jun 2024 00:10:44 +0000 (20:10 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 2 Jul 2024 00:07:53 +0000 (20:07 -0400)
commit4c0838bb4c232866b95c9f2f72a55bf77cfc1308
tree83033bce67d78ffe86fce98bcf9924f5a48d836f
parentb0a2f8a5365f2eec3e27d78907de9f9d2c80505a
Adjust removed cred detection in FILE ccache

In the FILE ccache, consider a cred to be removed if it has endtime 0
and authtime non-zero, instead of specifically authtime -1.  This
change will let us filter out normal credentials deleted by Heimdal,
although not synthetic credentials such as config entries.

ticket: 9131 (new)
src/lib/krb5/ccache/cc_file.c