[krbdev.mit.edu #8786] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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(-)