Lines Matching refs:hdb
32 * lib/hdb/ndbm.c: memset hdb_entry_ex before use
34 * lib/hdb/db3.c: memset hdb_entry_ex before use
36 * lib/hdb/db.c: memset hdb_entry_ex before use
47 * lib/hdb, kdc, kadmin/load.c: Wrap hdb_entry with hdb_entry_ex, patch
50 * lib/hdb/hdb-ldap.c: Wrap hdb_entry with hdb_entry_ex, add url
83 * lib/hdb: drop convert_db, 0.0 to 0.1 transition was a long long
125 * lib/hdb/hdb.c (find_method): accept relative paths as old db
139 * lib/hdb/hdb.c: Only match db databases on filename starting with
159 * lib/hdb/db3.c (hdb_db_create): use calloc to callocate memory
161 * lib/hdb/ndbm.c (hdb_ndbm_create): use calloc to allocate memory
163 * lib/hdb/db.c (hdb_db_create): use calloc to allocate memory
504 * lib/hdb/dbinfo.c: provide interface to find databases
506 * lib/hdb/mkey.c: hdb_seal_key_mkey): dont double encrypt keys
553 * lib/hdb/ext.c: HDB extensions access glue.
562 * lib/hdb/Makefile.am: Build extensions.
564 * lib/hdb/print.c: Print extensions.
566 * lib/hdb/hdb_err.et: Add error "Entry contains unknown mandatory
569 * lib/hdb/hdb.h: Update interface version (and indent).
571 * lib/hdb/hdb.asn1: Add support for HDB-extension.
578 * lib/hdb/mkey.c: Expose the crypto operations on the master key.
602 * lib/hdb/db3.c (DB_open): catch errors from the d->open calls
620 * lib/hdb/mkey.c (hdb_unseal_key_mkey): try to unseal key with
648 * lib/hdb/common.c: Check encoder lengths from ASN1_MALLOC_ENCODE.
659 * lib/hdb/Makefile.am: the new asn.1 compiler includes the modules
818 * lib/hdb/db3.c (DB_open): in case of error, close database
820 * lib/hdb/ndbm.c (NDBM_open): in case of error, close database
822 * lib/hdb/db.c (DB_open): in case of error, close database
838 * lib/hdb/convert_db.c: rename optind to optidx
840 * lib/hdb/keytab.c: const poison, add a unconst where needed
1069 * lib/hdb/hdb.c: provde RTLD_NOW and RTLD_GLOBAL if they don't
1445 * lib/hdb/hdb.schema: add EQUALITY rule for krb5ValidStart,
1538 * lib/hdb/Makefile.am: this lib include com_err, add -com_err to
1577 * lib/hdb/hdb-ldap.c: drop <ctype.h>, no longer use any of the is*
1636 * lib/hdb/Makefile.am: CHECK_SYMBOLS += HDBFlags2int
1713 * lib/hdb/keys.c: AES is enabled by default, remove ifdefs
1767 * lib/hdb/hdb-ldap.c: use the newly written hex function from
1778 * lib/hdb/Makefile.am: bump version to 8:0:1
1795 * lib/hdb/db3.c (DB_open): correct the check for O_RDONLY