Searched refs:hdb_fetch_kvno (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | chpass_s.c | 56 ret = context->db->hdb_fetch_kvno(context->context, context->db, princ, in change() 169 ret = context->db->hdb_fetch_kvno(context->context, context->db, princ, 0, in kadm5_s_chpass_principal_with_key()
|
H A D | delete_s.c | 51 ret = context->db->hdb_fetch_kvno(context->context, context->db, princ, in kadm5_s_delete_principal()
|
H A D | modify_s.c | 56 ret = context->db->hdb_fetch_kvno(context->context, context->db, in modify_principal()
|
H A D | randkey_s.c | 57 ret = context->db->hdb_fetch_kvno(context->context, context->db, princ, in kadm5_s_randkey_principal()
|
H A D | rename_s.c | 54 ret = context->db->hdb_fetch_kvno(context->context, context->db, in kadm5_s_rename_principal()
|
H A D | get_s.c | 81 ret = context->db->hdb_fetch_kvno(context->context, context->db, princ, in kadm5_s_get_principal()
|
H A D | log.c | 586 ret = context->db->hdb_fetch_kvno(context->context, context->db, in kadm5_log_replay_modify()
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/ |
H A D | manpages | 12 hdb/man/man3/hdb_fetch_kvno.3
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.h | 140 krb5_error_code (*hdb_fetch_kvno)(krb5_context, struct HDB*, member
|
H A D | hdb-keytab.c | 217 (*db)->hdb_fetch_kvno = hkt_fetch_kvno; in hdb_keytab_create()
|
H A D | db.c | 321 (*db)->hdb_fetch_kvno = _hdb_fetch_kvno; in hdb_db_create()
|
H A D | keytab.c | 214 ret = (*db->hdb_fetch_kvno)(context, db, principal, in hdb_get_entry()
|
H A D | ndbm.c | 373 (*db)->hdb_fetch_kvno = _hdb_fetch_kvno; in hdb_ndbm_create()
|
H A D | db3.c | 351 (*db)->hdb_fetch_kvno = _hdb_fetch_kvno; in hdb_db_create()
|
H A D | hdb-sqlite.c | 869 (*db)->hdb_fetch_kvno = hdb_sqlite_fetch_kvno; in hdb_sqlite_create()
|
H A D | hdb-mitdb.c | 802 (*db)->hdb_fetch_kvno = mdb_fetch_kvno; in hdb_mdb_create()
|
H A D | hdb-ldap.c | 1884 (*db)->hdb_fetch_kvno = LDAP_fetch_kvno; in hdb_ldap_common()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | misc.c | 94 ret = config->db[i]->hdb_fetch_kvno(context, in _kdc_db_fetch()
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 23 HDB.3 hdb_fetch_kvno.3 \
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2899 OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
|