OpenDNSSEC-enforcer
2.0.3
|
Go to the source code of this file.
Functions | |
ods_status | parse_file_check (const char *cfgfile, const char *rngfile) |
const char * | parse_conf_string (const char *cfgfile, const char *expr, int required) |
const char * | parse_conf_policy_filename (const char *cfgfile) |
const char * | parse_conf_zonelist_filename (const char *cfgfile) |
const char * | parse_conf_zonefetch_filename (const char *cfgfile) |
const char * | parse_conf_log_filename (const char *cfgfile) |
const char * | parse_conf_pid_filename (const char *cfgfile) |
const char * | parse_conf_delegation_signer_submit_command (const char *cfgfile) |
const char * | parse_conf_delegation_signer_retract_command (const char *cfgfile) |
const char * | parse_conf_clisock_filename (const char *cfgfile) |
const char * | parse_conf_working_dir (const char *cfgfile) |
const char * | parse_conf_username (const char *cfgfile) |
const char * | parse_conf_group (const char *cfgfile) |
const char * | parse_conf_chroot (const char *cfgfile) |
const char * | parse_conf_datastore (const char *cfgfile) |
const char * | parse_conf_db_host (const char *cfgfile) |
const char * | parse_conf_db_username (const char *cfgfile) |
const char * | parse_conf_db_password (const char *cfgfile) |
engineconfig_database_type_t | parse_conf_db_type (const char *cfgfile) |
int | parse_conf_use_syslog (const char *cfgfile) |
int | parse_conf_verbosity (const char *cfgfile) |
int | parse_conf_worker_threads (const char *cfgfile) |
int | parse_conf_manual_keygen (const char *cfgfile) |
int | parse_conf_db_port (const char *cfgfile) |
time_t | parse_conf_automatic_keygen_period (const char *cfgfile) |
hsm_repository_t * | parse_conf_repositories (const char *cfgfile) |
time_t parse_conf_automatic_keygen_period | ( | const char * | cfgfile | ) |
Definition at line 699 of file confparser.c.
References parse_conf_string().
const char* parse_conf_chroot | ( | const char * | cfgfile | ) |
Definition at line 507 of file confparser.c.
References parse_conf_string().
const char* parse_conf_clisock_filename | ( | const char * | cfgfile | ) |
Definition at line 431 of file confparser.c.
References ods_log_warning(), and parse_conf_string().
const char* parse_conf_datastore | ( | const char * | cfgfile | ) |
Definition at line 523 of file confparser.c.
References parse_conf_string().
const char* parse_conf_db_host | ( | const char * | cfgfile | ) |
Definition at line 548 of file confparser.c.
References parse_conf_string().
const char* parse_conf_db_password | ( | const char * | cfgfile | ) |
Definition at line 580 of file confparser.c.
References parse_conf_string().
int parse_conf_db_port | ( | const char * | cfgfile | ) |
Definition at line 659 of file confparser.c.
References parse_conf_string().
engineconfig_database_type_t parse_conf_db_type | ( | const char * | cfgfile | ) |
Definition at line 674 of file confparser.c.
References ENFORCER_DATABASE_TYPE_MYSQL, ENFORCER_DATABASE_TYPE_NONE, ENFORCER_DATABASE_TYPE_SQLITE, and parse_conf_string().
const char* parse_conf_db_username | ( | const char * | cfgfile | ) |
Definition at line 564 of file confparser.c.
References parse_conf_string().
const char* parse_conf_delegation_signer_retract_command | ( | const char * | cfgfile | ) |
Definition at line 415 of file confparser.c.
References parse_conf_string().
const char* parse_conf_delegation_signer_submit_command | ( | const char * | cfgfile | ) |
Definition at line 399 of file confparser.c.
References parse_conf_string().
const char* parse_conf_group | ( | const char * | cfgfile | ) |
Definition at line 490 of file confparser.c.
References parse_conf_string().
const char* parse_conf_log_filename | ( | const char * | cfgfile | ) |
Definition at line 360 of file confparser.c.
References parse_conf_string().
int parse_conf_manual_keygen | ( | const char * | cfgfile | ) |
Definition at line 646 of file confparser.c.
References parse_conf_string().
const char* parse_conf_pid_filename | ( | const char * | cfgfile | ) |
const char* parse_conf_policy_filename | ( | const char * | cfgfile | ) |
Parse elements from the configuration file.
[in] | allocator | the allocator |
[in] | cfgfile | the configuration file name |
Parse elements from the configuration file.
Definition at line 310 of file confparser.c.
References parse_conf_string().
hsm_repository_t* parse_conf_repositories | ( | const char * | cfgfile | ) |
const char* parse_conf_string | ( | const char * | cfgfile, |
const char * | expr, | ||
int | required | ||
) |
Parse elements from the configuration file.
[in] | cfgfile | configuration file |
[in] | expr | xml expression |
[in] | required | if the element is required |
Parse elements from the configuration file.
Definition at line 146 of file confparser.c.
References ods_log_error().
Referenced by parse_conf_automatic_keygen_period(), parse_conf_chroot(), parse_conf_clisock_filename(), parse_conf_datastore(), parse_conf_db_host(), parse_conf_db_password(), parse_conf_db_port(), parse_conf_db_type(), parse_conf_db_username(), parse_conf_delegation_signer_retract_command(), parse_conf_delegation_signer_submit_command(), parse_conf_group(), parse_conf_log_filename(), parse_conf_manual_keygen(), parse_conf_pid_filename(), parse_conf_policy_filename(), parse_conf_use_syslog(), parse_conf_username(), parse_conf_verbosity(), parse_conf_worker_threads(), parse_conf_working_dir(), parse_conf_zonefetch_filename(), and parse_conf_zonelist_filename().
int parse_conf_use_syslog | ( | const char * | cfgfile | ) |
Parse elements from the configuration file.
[in] | cfgfile | the configuration file name |
Parse elements from the configuration file.
Definition at line 600 of file confparser.c.
References parse_conf_string().
const char* parse_conf_username | ( | const char * | cfgfile | ) |
Definition at line 473 of file confparser.c.
References parse_conf_string().
int parse_conf_verbosity | ( | const char * | cfgfile | ) |
Definition at line 613 of file confparser.c.
References parse_conf_string(), and verbosity.
int parse_conf_worker_threads | ( | const char * | cfgfile | ) |
const char* parse_conf_working_dir | ( | const char * | cfgfile | ) |
Definition at line 454 of file confparser.c.
References parse_conf_string().
const char* parse_conf_zonefetch_filename | ( | const char * | cfgfile | ) |
Definition at line 343 of file confparser.c.
References parse_conf_string().
const char* parse_conf_zonelist_filename | ( | const char * | cfgfile | ) |
Definition at line 326 of file confparser.c.
References parse_conf_string().
ods_status parse_file_check | ( | const char * | cfgfile, |
const char * | rngfile | ||
) |
Parsing configuration files. Check config file with rng file.
[in] | cfgfile | the configuration file name |
[in] | rngfile | the rng file name |
Parse elements from the configuration file.
Definition at line 53 of file confparser.c.
References ods_log_error().