[krbdev.mit.edu #8786] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Fri May 31 15:45:14 EDT 2019
Use file2 replay cache by default
Remove the existing default replay cache implementation and replace it
with a wrapper around the file2 replay cache code. Change the
filename to krb5_EUID.rcache2, ignoring the residual (and therefore
the server principal name). On Windows, use the local appdata
directory if KRB5RCACHEDIR is not set in the environment.
https://github.com/krb5/krb5/commit/e8a35f6962ce2d048616fb7457bff2d90398ca48
Author: Greg Hudson <ghudson at mit.edu>
Commit: e8a35f6962ce2d048616fb7457bff2d90398ca48
Branch: master
doc/basic/rcache_def.rst | 27 +-
src/kadmin/testing/Makefile.in | 2 +-
src/lib/krb5/libkrb5.exports | 23 -
src/lib/krb5/rcache/Makefile.in | 6 -
src/lib/krb5/rcache/README | 82 ----
src/lib/krb5/rcache/deps | 40 +-
src/lib/krb5/rcache/rc_dfl.c | 927 ++++++---------------------------------
src/lib/krb5/rcache/rc_dfl.h | 48 --
src/lib/krb5/rcache/rc_io.c | 518 ----------------------
src/lib/krb5/rcache/rc_io.h | 60 ---
src/lib/krb5/rcache/rcdef.c | 45 --
11 files changed, 179 insertions(+), 1599 deletions(-)
More information about the krb5-bugs
mailing list