[krbdev.mit.edu #9156] git commit

"Greg Hudson via RT" <[email protected]> Wed, 11 Dec 2024 22:05:10 -0500
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Wed Dec 11 22:05:10 2024: Request 9156 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9156 >



Allow KDB module stacking

Add an API krb5_db_load_module() to cause the KDB handle for a context
to use a specified KDB module instead of the configured one.

[[email protected]: Renamed new API; added comment; wrote commit
message.  Also contains work by Alexander Bokovoy.]

https://github.com/krb5/krb5/commit/39d859c754d42cad23753acb98ff92d956c092e4
Author: Andreas Schneider <[email protected]>
Committer: Greg Hudson <[email protected]>
Commit: 39d859c754d42cad23753acb98ff92d956c092e4
Branch: master
 src/include/kdb.h           | 12 ++++++++-
 src/lib/kdb/kdb5.c          | 65 ++++++++++++++++++++++++++-------------------
 src/lib/kdb/libkdb5.exports |  1 +
 3 files changed, 49 insertions(+), 29 deletions(-)