Symbol: hdb_db_dir
crypto/heimdal/kadmin/kadmin.c
172
asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
crypto/heimdal/kadmin/kadmind.c
126
asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
crypto/heimdal/kadmin/stash.c
61
asprintf(&opt->key_file_string, "%s/m-key", hdb_db_dir(context));
crypto/heimdal/kdc/config.c
175
asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
crypto/heimdal/kdc/kstash.c
88
asprintf(&keyfile, "%s/m-key", hdb_db_dir(context));
crypto/heimdal/kdc/log.c
54
if (asprintf(&ss, "0-1/FILE:%s/%s", hdb_db_dir(context),
crypto/heimdal/kdc/pkinit.c
2045
asprintf(&fn, "%s/pki-mapping", hdb_db_dir(context));
crypto/heimdal/kpasswd/kpasswdd.c
806
asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
crypto/heimdal/lib/hdb/hdb-protos.h
57
hdb_db_dir (krb5_context /*context*/);
crypto/heimdal/lib/kadm5/context_s.c
124
asprintf(&ctx->config.acl_file, "%s/kadmind.acl", hdb_db_dir(context));
crypto/heimdal/lib/kadm5/context_s.c
126
asprintf(&ctx->config.stash_file, "%s/m-key", hdb_db_dir(context));
crypto/heimdal/lib/kadm5/context_s.c
128
asprintf(&ctx->log_context.log_file, "%s/log", hdb_db_dir(context));
crypto/heimdal/lib/kadm5/iprop-log.c
53
asprintf(&file, "%s/kdc.conf", hdb_db_dir(context));
crypto/heimdal/lib/kadm5/ipropd_master.c
193
if (asprintf(&slavefile, "%s/slaves", hdb_db_dir(context)) == -1
crypto/heimdal/lib/kadm5/ipropd_master.c
673
asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context));
crypto/heimdal/lib/kadm5/ipropd_master.c
838
asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
crypto/heimdal/lib/kadm5/ipropd_slave.c
532
if (asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)) == -1
crypto/heimdal/lib/kadm5/log.c
996
asprintf(&default_signal, "%s/signal", hdb_db_dir(context));