Lines Matching refs:hdb
7 * lib/hdb/print.c (event2string): handle events without principal.
16 * lib/hdb/Makefile.am (asn1_files): add $(EXEEXT) for cygwin and
267 * lib/hdb/Makefile.am: bump version to 4:0:1
516 (main): get rid of bogus opening of hdb database when propagating
579 * lib/hdb/Makefile.am (libhdb_la_SOURCES): add keytab.c. From
621 * lib/hdb/keytab.c: HDB keytab backend
799 * lib/hdb/Makefile.am: bump version number (changes to some
806 * lib/hdb/Makefile.am: bump version to 2:1:0
989 * lib/hdb/hdb.c (hdb_process_master_key): simplify by using
992 * lib/hdb/hdb.c (hdb_process_master_key): check return value from
1177 * lib/hdb/convert_db.c (main): handle the case of no master key
1205 * lib/hdb/hdb.c (hdb_set_master_key): initialise master key
1208 * lib/hdb/convert_db.c: add support for upgrading database
1219 * lib/hdb/convert_db.c: add some flags
1221 * lib/hdb/Makefile.am: remove extra LDFLAGS, update version to 2;
1224 * lib/hdb/hdb_locl.h: update prototypes
1226 * lib/hdb/print.c: move printable version of entry from kadmin
1228 * lib/hdb/hdb.c: change hdb_{seal,unseal}_* to check if the key is
1231 * lib/hdb/ndbm.c: add flags to NDBM_seq, NDBM_firstkey, and
1234 * lib/hdb/db.c: add flags to DB_seq, DB_firstkey, and DB_nextkey
1236 * lib/hdb/common.c: add flags to _hdb_{fetch,store}
1238 * lib/hdb/hdb.h: add master_key_version to struct hdb, update
1241 * lib/hdb/hdb.asn1: make mkvno optional, update version to 2
1707 * lib/hdb/ndbm.c (NDBM_destroy): clear master key
1709 * lib/hdb/db.c (DB_destroy): clear master key
1731 * lib/hdb/hdb_locl.h: try db_185.h first in case db.h is a DB 2.0
1771 * lib/hdb/Makefile.am: kludge to help solaris make
1798 * lib/hdb/Makefile.am: add version-info
1822 * lib/hdb/Makefile.am: remove include_dir hack
1860 * lib/hdb/Makefile.am: include Makefile.am.common
1986 * lib/hdb/convert_db.c: more typos
2021 * lib/hdb/convert_db.c: convert DES3 keys to des3-cbc-sha1, and
2027 * lib/hdb/convert_db.c: little program for database conversion
2029 * lib/hdb/db.c (DB_open): try to open database w/o .db extension
2031 * lib/hdb/ndbm.c (NDBM_open): add test for database format
2033 * lib/hdb/db.c (DB_open): add test for database format
2038 * lib/hdb/hdb.c: change `hdb_set_master_key' to take an
2072 * lib/hdb/hdb.h: update prototypes
2155 * lib/hdb/ndbm.c (NDBM_seq): unseal key
2157 * lib/hdb/db.c (DB_seq): unseal key