OpenDNSSEC-signer
2.0.3
|
Go to the source code of this file.
Macros | |
#define | ADMAX 6 /* Maximum number of adapters that can be initialized */ |
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) |
hsm_repository_t * | parse_conf_repositories (const char *cfgfile) |
listener_type * | parse_conf_listener (const char *cfgfile) |
const char * | parse_conf_zonelist_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_notify_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) |
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_signer_threads (const char *cfgfile) |
#define ADMAX 6 /* Maximum number of adapters that can be initialized */ |
Parsing configuration files.
Definition at line 40 of file confparser.h.
const char* parse_conf_chroot | ( | const char * | cfgfile | ) |
Definition at line 575 of file confparser.c.
References parse_conf_string().
const char* parse_conf_clisock_filename | ( | const char * | cfgfile | ) |
Definition at line 498 of file confparser.c.
References parse_conf_string().
const char* parse_conf_group | ( | const char * | cfgfile | ) |
Definition at line 558 of file confparser.c.
References parse_conf_string().
listener_type* parse_conf_listener | ( | const char * | cfgfile | ) |
Parse the listener interfaces.
[in] | allocator | the allocator |
[in] | cfgfile | the configuration file name |
Parse the listener interfaces.
Definition at line 248 of file confparser.c.
const char* parse_conf_log_filename | ( | const char * | cfgfile | ) |
Definition at line 442 of file confparser.c.
References parse_conf_string().
const char* parse_conf_notify_command | ( | const char * | cfgfile | ) |
Definition at line 481 of file confparser.c.
References parse_conf_string().
const char* parse_conf_pid_filename | ( | const char * | cfgfile | ) |
hsm_repository_t* parse_conf_repositories | ( | const char * | cfgfile | ) |
Parse the repository list.
[in] | cfgfile | the configuration file name |
Parse the repositories.
Definition at line 143 of file confparser.c.
int parse_conf_signer_threads | ( | const char * | cfgfile | ) |
Definition at line 643 of file confparser.c.
References parse_conf_string(), and parse_conf_worker_threads().
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 340 of file confparser.c.
Referenced by parse_conf_chroot(), parse_conf_clisock_filename(), parse_conf_group(), parse_conf_log_filename(), parse_conf_notify_command(), parse_conf_pid_filename(), parse_conf_signer_threads(), parse_conf_use_syslog(), parse_conf_username(), parse_conf_verbosity(), parse_conf_worker_threads(), parse_conf_working_dir(), parse_conf_zonelist_filename(), parse_sc_dnskey_ttl(), parse_sc_max_zone_ttl(), parse_sc_nsec3_algorithm(), parse_sc_nsec3_iterations(), parse_sc_nsec3_optout(), parse_sc_nsec3_salt(), parse_sc_nsec3param_ttl(), parse_sc_nsec_type(), parse_sc_passthrough(), parse_sc_sig_inception_offset(), parse_sc_sig_jitter(), parse_sc_sig_refresh_interval(), parse_sc_sig_resign_interval(), parse_sc_sig_validity_default(), parse_sc_sig_validity_denial(), parse_sc_sig_validity_keyset(), parse_sc_soa_min(), parse_sc_soa_serial(), and parse_sc_soa_ttl().
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 596 of file confparser.c.
References parse_conf_string().
const char* parse_conf_username | ( | const char * | cfgfile | ) |
Definition at line 541 of file confparser.c.
References parse_conf_string().
int parse_conf_verbosity | ( | const char * | cfgfile | ) |
Definition at line 609 of file confparser.c.
References parse_conf_string().
int parse_conf_worker_threads | ( | const char * | cfgfile | ) |
Signer specific
Definition at line 626 of file confparser.c.
References parse_conf_string().
Referenced by parse_conf_signer_threads().
const char* parse_conf_working_dir | ( | const char * | cfgfile | ) |
Definition at line 521 of file confparser.c.
References parse_conf_string().
const char* parse_conf_zonelist_filename | ( | const char * | cfgfile | ) |
Parse elements from the configuration file.
[in] | allocator | the allocator |
[in] | cfgfile | the configuration file name |
Definition at line 403 of file confparser.c.
References parse_conf_string().
ods_status parse_file_check | ( | const char * | cfgfile, |
const char * | rngfile | ||
) |
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 55 of file confparser.c.
Referenced by engine_config().