[krbdev.mit.edu #7552] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Jan 23 14:46:23 EST 2013


Remove ulog_check(); the ulog is not a DB journal

The db2 DB is not power-fail safe.  There's no point trying to
replay an incompletely committed entry from the ulog at kadmind
startup time.  For that matter, even if the db2 DB was power-fail
safe there'd be no point replaying an uncommitted entry from the
ulog as the libkadm5srv app (nor any client of it, as in the case of
kadmind) will not have received any notice of success -- it'd be
wrong to complete that operation later when the user thought it'd
failed.

[ghudson at mit.edu: merge with master, adjust comment]

https://github.com/krb5/krb5/commit/ceac9a66ce2ae844b16ec318934004439f5b3ae5
Author: Nicolas Williams <nico at cryptonector.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: ceac9a66ce2ae844b16ec318934004439f5b3ae5
Branch: master
 src/lib/kdb/kdb_log.c |  120 +++----------------------------------------------
 1 files changed, 6 insertions(+), 114 deletions(-)



More information about the krb5-bugs mailing list