[krbdev.mit.edu #7532] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Wed Apr 15 00:40:42 EDT 2015
Adjust keytab kvno workarounds
In krb5_ktfile_get_entry(), change the pivot and fuzzy match
workarounds for kvnos to work with the 32-bit kvno extension. For the
pivot logic, try to recognize kvno wraparound at boundary by looking
at the relative timestamps and the size of the version difference.
For the fuzzy match logic, remember the first match against the low 8
bits of the desired kvno, but keep searching for an exact match.
https://github.com/krb5/krb5/commit/73bdca02cd4c0f908affeea32a1693535955a766
Author: Greg Hudson <ghudson at mit.edu>
Commit: 73bdca02cd4c0f908affeea32a1693535955a766
Branch: master
src/lib/krb5/keytab/kt_file.c | 72 ++++++++++++++++++++++-------------------
1 files changed, 39 insertions(+), 33 deletions(-)
More information about the krb5-bugs
mailing list