Home
last modified time | relevance | path

Searched refs:hdb_db_dir (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dcontext_s.c203 hdb_db_dir(context)); in find_db_spec()
209 hdb_db_dir(context)); in find_db_spec()
215 hdb_db_dir(context)); in find_db_spec()
H A Dipropd_master.c187 if (asprintf(&slavefile, "%s/slaves", hdb_db_dir(context)) == -1 in check_acl()
679 ret = asprintf(&dfn, "%s/ipropd.dumpfile", hdb_db_dir(context)); in send_complete()
1418 else if (asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context)) != -1 in open_stats()
1598 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
H A Dipropd_slave.c745 if (asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)) == -1 in main()
768 …if (asprintf(&status_file, "%s/ipropd-slave-status", hdb_db_dir(context)) < 0 || status_file == N… in main()
H A Diprop-log.c56 aret = asprintf(&file, "%s/kdc.conf", hdb_db_dir(context)); in get_kadmin_context()
H A Dlog.c2628 ret = asprintf(&default_signal, "%s/signal", hdb_db_dir(context)); in kadm5_log_signal_socket()
H A DChangeLog18 * use hdb_db_dir() and hdb_default_db()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dlog.c56 if (asprintf(&ss, "0-1/FILE:%s/%s", hdb_db_dir(context), in kdc_openlog()
H A Dkstash.c91 aret = asprintf(&keyfile, "%s/m-key", hdb_db_dir(context)); in main()
H A Dconfig.c201 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in configure()
H A Dpkinit.c2022 aret = asprintf(&fn, "%s/pki-mapping", hdb_db_dir(context)); in krb5_kdc_pk_initialize()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dlibhdb-exports.def10 hdb_db_dir
H A Dversion-script.map13 hdb_db_dir;
H A Ddbinfo.c254 hdb_db_dir(krb5_context context) in hdb_db_dir() function
H A Dhdb-protos.h123 hdb_db_dir (krb5_context /*context*/);
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dstash.c64 aret = asprintf(&opt->key_file_string, "%s/m-key", hdb_db_dir(context)); in stash()
H A Dkadmind.c144 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
H A Dkadmin.c187 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
H A DChangeLog7 * kadmin.c: Use hdb_db_dir().
9 * kadmind.c: Use hdb_db_dir().
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Dhdb-protos.h121 hdb_db_dir (krb5_context /*context*/);
/netbsd-src/crypto/external/bsd/heimdal/dist/kpasswd/
H A Dkpasswdd.c896 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()