Searched refs:hdb_db_dir (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | context_s.c | 203 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 D | ipropd_master.c | 187 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 D | ipropd_slave.c | 745 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 D | iprop-log.c | 56 aret = asprintf(&file, "%s/kdc.conf", hdb_db_dir(context)); in get_kadmin_context()
|
H A D | log.c | 2628 ret = asprintf(&default_signal, "%s/signal", hdb_db_dir(context)); in kadm5_log_signal_socket()
|
H A D | ChangeLog | 18 * use hdb_db_dir() and hdb_default_db()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | log.c | 56 if (asprintf(&ss, "0-1/FILE:%s/%s", hdb_db_dir(context), in kdc_openlog()
|
H A D | kstash.c | 91 aret = asprintf(&keyfile, "%s/m-key", hdb_db_dir(context)); in main()
|
H A D | config.c | 201 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in configure()
|
H A D | pkinit.c | 2022 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 D | libhdb-exports.def | 10 hdb_db_dir
|
H A D | version-script.map | 13 hdb_db_dir;
|
H A D | dbinfo.c | 254 hdb_db_dir(krb5_context context) in hdb_db_dir() function
|
H A D | hdb-protos.h | 123 hdb_db_dir (krb5_context /*context*/);
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | stash.c | 64 aret = asprintf(&opt->key_file_string, "%s/m-key", hdb_db_dir(context)); in stash()
|
H A D | kadmind.c | 144 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
|
H A D | kadmin.c | 187 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
|
H A D | ChangeLog | 7 * kadmin.c: Use hdb_db_dir(). 9 * kadmind.c: Use hdb_db_dir().
|
/netbsd-src/crypto/external/bsd/heimdal/include/ |
H A D | hdb-protos.h | 121 hdb_db_dir (krb5_context /*context*/);
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kpasswd/ |
H A D | kpasswdd.c | 896 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)); in main()
|