Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/4c0838bb4c232866b95c9f2f72a55bf77cfc1308
Author: Greg Hudson <ghudson@mit.edu>
Commit: 4c0838bb4c232866b95c9f2f72a55bf77cfc1308
Branch: master
src/lib/krb5/ccache/cc_file.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)