OpenDNSSEC-enforcer
2.1.5
|
#include <cfg.h>
Data Fields | |
const char * | cfg_filename |
const char * | policy_filename |
const char * | zonelist_filename |
const char * | zonefetch_filename |
const char * | log_filename |
const char * | pid_filename |
const char * | delegation_signer_submit_command |
const char * | delegation_signer_retract_command |
const char * | clisock_filename |
const char * | working_dir |
const char * | username |
const char * | group |
const char * | chroot |
const char * | datastore |
const char * | db_host |
const char * | db_username |
const char * | db_password |
int | use_syslog |
int | num_worker_threads |
int | manual_keygen |
int | verbosity |
int | db_port |
time_t | automatic_keygen_duration |
time_t | rollover_notification |
hsm_repository_t * | repositories |
engineconfig_database_type_t | db_type |
const char* engineconfig_struct::cfg_filename |
Definition at line 55 of file cfg.h.
Referenced by engine_config_cleanup().
const char* engineconfig_struct::chroot |
Definition at line 67 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::clisock_filename |
Definition at line 63 of file cfg.h.
Referenced by engine_config_cleanup().
const char* engineconfig_struct::datastore |
Definition at line 68 of file cfg.h.
Referenced by engine_config_cleanup().
const char* engineconfig_struct::db_host |
Definition at line 69 of file cfg.h.
Referenced by engine_config_cleanup().
const char* engineconfig_struct::db_password |
Definition at line 71 of file cfg.h.
Referenced by engine_config_cleanup().
engineconfig_database_type_t engineconfig_struct::db_type |
const char* engineconfig_struct::db_username |
Definition at line 70 of file cfg.h.
Referenced by engine_config_cleanup().
const char* engineconfig_struct::delegation_signer_retract_command |
Definition at line 62 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::delegation_signer_submit_command |
Definition at line 61 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::group |
Definition at line 66 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::log_filename |
Definition at line 59 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
int engineconfig_struct::manual_keygen |
Definition at line 74 of file cfg.h.
Referenced by engine_config_print().
int engineconfig_struct::num_worker_threads |
Definition at line 73 of file cfg.h.
Referenced by engine_config_print().
const char* engineconfig_struct::pid_filename |
Definition at line 60 of file cfg.h.
Referenced by engine_config_cleanup().
const char* engineconfig_struct::policy_filename |
Definition at line 56 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
hsm_repository_t* engineconfig_struct::repositories |
Definition at line 79 of file cfg.h.
Referenced by engine_config_cleanup().
int engineconfig_struct::use_syslog |
Definition at line 72 of file cfg.h.
Referenced by engine_config_print().
const char* engineconfig_struct::username |
Definition at line 65 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::working_dir |
Definition at line 64 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::zonefetch_filename |
Definition at line 58 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::zonelist_filename |
Definition at line 57 of file cfg.h.
Referenced by engine_config_cleanup(), and engine_config_print().