[krbdev.mit.edu #8674] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Tue May 29 15:00:06 EDT 2018
Add LMDB KDB module
Add a new KDB module using LMDB. For this module, combine policy and
principal databases into one environment with two databases, but split
out principal lockout fields into a separate environment so that
nothing blocks KDC writes for more than a trivial amount of time.
https://github.com/krb5/krb5/commit/03e3115222e7f8ce61b2daec7bcbb2365f3190f9
Author: Greg Hudson <ghudson at mit.edu>
Commit: 03e3115222e7f8ce61b2daec7bcbb2365f3190f9
Branch: master
src/Makefile.in | 2 +
src/config/pre.in | 4 +
src/configure.in | 21 +
src/include/k5-int.h | 3 +
src/plugins/kdb/lmdb/Makefile.in | 27 +
src/plugins/kdb/lmdb/deps | 53 ++
src/plugins/kdb/lmdb/kdb_lmdb.c | 1143 ++++++++++++++++++++++++++++++++++++
src/plugins/kdb/lmdb/klmdb-int.h | 78 +++
src/plugins/kdb/lmdb/klmdb.exports | 1 +
src/plugins/kdb/lmdb/lockout.c | 180 ++++++
src/plugins/kdb/lmdb/marshal.c | 339 +++++++++++
11 files changed, 1851 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list