HomeSort by: relevance | last modified time | path
    Searched refs:hdb_db_dir (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kdc/
log.c 56 if (asprintf(&ss, "0-1/FILE:%s/%s", hdb_db_dir(context),
kstash.c 91 aret = asprintf(&keyfile, "%s/m-key", hdb_db_dir(context));
config.c 201 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
pkinit.c 2022 aret = asprintf(&fn, "%s/pki-mapping", hdb_db_dir(context));
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
context_s.c 203 hdb_db_dir(context));
209 hdb_db_dir(context));
215 hdb_db_dir(context));
ipropd_master.c 187 if (asprintf(&slavefile, "%s/slaves", hdb_db_dir(context)) == -1
679 ret = asprintf(&dfn, "%s/ipropd.dumpfile", hdb_db_dir(context));
1418 else if (asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context)) != -1
1598 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
ipropd_slave.c 745 if (asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)) == -1
768 if (asprintf(&status_file, "%s/ipropd-slave-status", hdb_db_dir(context)) < 0 || status_file == NULL)
iprop-log.c 56 aret = asprintf(&file, "%s/kdc.conf", hdb_db_dir(context));
log.c 2628 ret = asprintf(&default_signal, "%s/signal", hdb_db_dir(context));
  /src/crypto/external/bsd/heimdal/dist/kadmin/
stash.c 64 aret = asprintf(&opt->key_file_string, "%s/m-key", hdb_db_dir(context));
kadmind.c 144 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
kadmin.c 187 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
dbinfo.c 98 const char *default_mkey = HDB_DB_DIR "/m-key";
99 const char *default_acl = HDB_DB_DIR "/kadmind.acl";
254 hdb_db_dir(krb5_context context) function
262 return HDB_DB_DIR;
hdb-protos.h 123 hdb_db_dir (krb5_context /*context*/);
  /src/crypto/external/bsd/heimdal/include/
hdb-protos.h 121 hdb_db_dir (krb5_context /*context*/);
  /src/crypto/external/bsd/heimdal/dist/kpasswd/
kpasswdd.c 896 aret = asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));

Completed in 34 milliseconds