[krbdev.mit.edu #8368] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Mar 9 14:37:08 EST 2016


Remove hdb KDB module

The hdb module has bitrotted, both against our internal interfaces and
against Heimdal's database layer.  It is now possible to dump Heimdal
databases in the MIT krb5 dump format, which is a better option than
bridging between the database layers.

https://github.com/krb5/krb5/commit/4bcb67ab2546b1a48355a11f5ab6b1426866fcd6
Author: Greg Hudson <ghudson at mit.edu>
Commit: 4bcb67ab2546b1a48355a11f5ab6b1426866fcd6
Branch: master
 src/Makefile.in                    |    4 -
 src/configure.in                   |    1 -
 src/plugins/kdb/hdb/Makefile.in    |   48 --
 src/plugins/kdb/hdb/deps           |   41 --
 src/plugins/kdb/hdb/hdb.exports    |    1 -
 src/plugins/kdb/hdb/hdb.h          |  141 ----
 src/plugins/kdb/hdb/hdb_asn1.h     |  586 -----------------
 src/plugins/kdb/hdb/hdb_err.h      |   32 -
 src/plugins/kdb/hdb/kdb_hdb.c      | 1258 ------------------------------------
 src/plugins/kdb/hdb/kdb_hdb.h      |  181 ------
 src/plugins/kdb/hdb/kdb_marshal.c  |  813 -----------------------
 src/plugins/kdb/hdb/kdb_windc.c    |  623 ------------------
 src/plugins/kdb/hdb/windc_plugin.h |   81 ---
 13 files changed, 0 insertions(+), 3810 deletions(-)



More information about the krb5-bugs mailing list