OpenDNSSEC-enforcer
2.0.2
|
#include "config.h"
#include "daemon/cfg.h"
#include "parser/confparser.h"
#include "file.h"
#include "log.h"
#include "status.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
engineconfig_type * | engine_config (const char *cfgfile, int cmdline_verbosity, engineconfig_type *oldcfg) |
ods_status | engine_config_check (engineconfig_type *config) |
void | engine_config_print (FILE *out, engineconfig_type *config) |
void | engine_config_cleanup (engineconfig_type *config) |
engineconfig_type* engine_config | ( | const char * | cfgfile, |
int | cmdline_verbosity, | ||
engineconfig_type * | oldcfg | ||
) |
ods_status engine_config_check | ( | engineconfig_type * | config | ) |
void engine_config_cleanup | ( | engineconfig_type * | config | ) |
Clean up config.
Definition at line 276 of file cfg.c.
References engineconfig_struct::cfg_filename, engineconfig_struct::chroot, engineconfig_struct::clisock_filename, engineconfig_struct::datastore, engineconfig_struct::db_host, engineconfig_struct::db_password, engineconfig_struct::db_username, engineconfig_struct::delegation_signer_retract_command, engineconfig_struct::delegation_signer_submit_command, engineconfig_struct::group, engineconfig_struct::log_filename, engineconfig_struct::pid_filename, engineconfig_struct::policy_filename, engineconfig_struct::repositories, engineconfig_struct::username, engineconfig_struct::working_dir, engineconfig_struct::zonefetch_filename, and engineconfig_struct::zonelist_filename.
void engine_config_print | ( | FILE * | out, |
engineconfig_type * | config | ||
) |
Print configuration.
Definition at line 187 of file cfg.c.
References engineconfig_struct::chroot, engineconfig_struct::delegation_signer_retract_command, engineconfig_struct::delegation_signer_submit_command, engineconfig_struct::group, engineconfig_struct::log_filename, engineconfig_struct::manual_keygen, engineconfig_struct::num_worker_threads, engineconfig_struct::policy_filename, engineconfig_struct::use_syslog, engineconfig_struct::username, engineconfig_struct::working_dir, engineconfig_struct::zonefetch_filename, and engineconfig_struct::zonelist_filename.