Searched refs:hdb_store (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | chpass_s.c | 107 ret = context->db->hdb_store(context->context, context->db, in change() 188 ret = context->db->hdb_store(context->context, context->db, in kadm5_s_chpass_principal_with_key()
|
H A D | create_s.c | 134 ret = context->db->hdb_store(context->context, context->db, 0, &ent); in kadm5_s_create_principal_with_key() 187 ret = context->db->hdb_store(context->context, context->db, 0, &ent); in kadm5_s_create_principal()
|
H A D | modify_s.c | 71 ret = context->db->hdb_store(context->context, context->db, in modify_principal()
|
H A D | randkey_s.c | 81 ret = context->db->hdb_store(context->context, context->db, in kadm5_s_randkey_principal()
|
H A D | rename_s.c | 100 ret = context->db->hdb_store(context->context, context->db, 0, &ent); in kadm5_s_rename_principal()
|
H A D | log.c | 305 ret = context->db->hdb_store(context->context, context->db, 0, &ent); in kadm5_log_replay_create() 489 ret = context->db->hdb_store (context->context, context->db, in kadm5_log_replay_rename() 742 ret = context->db->hdb_store(context->context, context->db, in kadm5_log_replay_modify()
|
H A D | ipropd_slave.c | 402 ret = mydb->hdb_store(server_context->context, in receive_everything()
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/ |
H A D | manpages | 23 hdb/man/man3/hdb_store.3
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.h | 146 krb5_error_code (*hdb_store)(krb5_context, struct HDB*, member
|
H A D | hdb-keytab.c | 218 (*db)->hdb_store = hkt_store; in hdb_keytab_create()
|
H A D | db.c | 322 (*db)->hdb_store = _hdb_store; in hdb_db_create()
|
H A D | ndbm.c | 374 (*db)->hdb_store = _hdb_store; in hdb_ndbm_create()
|
H A D | db3.c | 352 (*db)->hdb_store = _hdb_store; in hdb_db_create()
|
H A D | hdb-sqlite.c | 870 (*db)->hdb_store = hdb_sqlite_store; in hdb_sqlite_create()
|
H A D | hdb-mitdb.c | 803 (*db)->hdb_store = mdb_store; in hdb_mdb_create()
|
H A D | hdb-ldap.c | 1885 (*db)->hdb_store = LDAP_store; in hdb_ldap_common()
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 34 HDB.3 hdb_store.3 \
|
/freebsd/crypto/heimdal/kdc/ |
H A D | hpropd.c | 262 ret = db->hdb_store(context, db, 0, &entry); in main()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | load.c | 531 ret = db->hdb_store(context, db, HDB_F_REPLACE, &ent); in doit()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2910 OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
|