]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add file2 rcache type
authorGreg Hudson <ghudson@mit.edu>
Tue, 14 May 2019 16:13:35 +0000 (12:13 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 31 May 2019 16:05:10 +0000 (12:05 -0400)
commit12117dbc61639ff3fb510f2feb2de8c41dd2bd23
treef1dac8ddad77ab89aa2ae24de9cf046668da2e59
parentf8bd89e4a87a758d74897e483cdc3049b5564240
Add file2 rcache type

Add a new replay cache type using a hash-based file format.

ticket: 8786
.gitignore
doc/basic/rcache_def.rst
doc/formats/index.rst
doc/formats/rcache_file_format.rst [new file with mode: 0644]
src/lib/krb5/rcache/Makefile.in
src/lib/krb5/rcache/rc-int.h
src/lib/krb5/rcache/rc_base.c
src/lib/krb5/rcache/rc_file2.c [new file with mode: 0644]
src/lib/krb5/rcache/t_rcfile2.c [new file with mode: 0644]