OpenDNSSEC-signer  1.4.5
Functions
signconfparser.c File Reference
#include "parser/confparser.h"
#include "parser/signconfparser.h"
#include "shared/duration.h"
#include "shared/log.h"
#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <libxml/xmlreader.h>
#include <stdlib.h>
Include dependency graph for signconfparser.c:

Go to the source code of this file.

Functions

keylist_typeparse_sc_keys (void *sc, const char *cfgfile)
duration_typeparse_sc_sig_resign_interval (const char *cfgfile)
duration_typeparse_sc_sig_refresh_interval (const char *cfgfile)
duration_typeparse_sc_sig_validity_default (const char *cfgfile)
duration_typeparse_sc_sig_validity_denial (const char *cfgfile)
duration_typeparse_sc_sig_jitter (const char *cfgfile)
duration_typeparse_sc_sig_inception_offset (const char *cfgfile)
duration_typeparse_sc_dnskey_ttl (const char *cfgfile)
duration_typeparse_sc_nsec3param_ttl (const char *cfgfile)
duration_typeparse_sc_soa_ttl (const char *cfgfile)
duration_typeparse_sc_soa_min (const char *cfgfile)
ldns_rr_type parse_sc_nsec_type (const char *cfgfile)
uint32_t parse_sc_nsec3_algorithm (const char *cfgfile)
uint32_t parse_sc_nsec3_iterations (const char *cfgfile)
int parse_sc_nsec3_optout (const char *cfgfile)
const char * parse_sc_soa_serial (allocator_type *allocator, const char *cfgfile)
const char * parse_sc_nsec3_salt (allocator_type *allocator, const char *cfgfile)

Function Documentation

duration_type* parse_sc_dnskey_ttl ( const char *  cfgfile)

Definition at line 259 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

keylist_type* parse_sc_keys ( void *  sc,
const char *  cfgfile 
)
uint32_t parse_sc_nsec3_algorithm ( const char *  cfgfile)

Parse elements from the configuration file.

Definition at line 352 of file signconfparser.c.

References parse_conf_string().

uint32_t parse_sc_nsec3_iterations ( const char *  cfgfile)

Definition at line 369 of file signconfparser.c.

References parse_conf_string().

int parse_sc_nsec3_optout ( const char *  cfgfile)

Parse elements from the configuration file.

Parameters
[in]cfgfilethe configuration file name.
Returns
int integer

Definition at line 386 of file signconfparser.c.

References parse_conf_string().

const char* parse_sc_nsec3_salt ( allocator_type allocator,
const char *  cfgfile 
)

Definition at line 422 of file signconfparser.c.

References allocator_strdup(), and parse_conf_string().

duration_type* parse_sc_nsec3param_ttl ( const char *  cfgfile)

Definition at line 275 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

ldns_rr_type parse_sc_nsec_type ( const char *  cfgfile)

Parse elements from the configuration file.

Definition at line 327 of file signconfparser.c.

References parse_conf_string().

duration_type* parse_sc_sig_inception_offset ( const char *  cfgfile)

Definition at line 243 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

duration_type* parse_sc_sig_jitter ( const char *  cfgfile)

Definition at line 227 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

duration_type* parse_sc_sig_refresh_interval ( const char *  cfgfile)

Definition at line 179 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

duration_type* parse_sc_sig_resign_interval ( const char *  cfgfile)

Parse elements from the configuration file.

Definition at line 163 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

duration_type* parse_sc_sig_validity_default ( const char *  cfgfile)

Definition at line 195 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

duration_type* parse_sc_sig_validity_denial ( const char *  cfgfile)

Definition at line 211 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

duration_type* parse_sc_soa_min ( const char *  cfgfile)

Definition at line 307 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().

const char* parse_sc_soa_serial ( allocator_type allocator,
const char *  cfgfile 
)

Parse elements from the configuration file.

Definition at line 405 of file signconfparser.c.

References allocator_strdup(), and parse_conf_string().

duration_type* parse_sc_soa_ttl ( const char *  cfgfile)

Definition at line 291 of file signconfparser.c.

References duration_create_from_string(), and parse_conf_string().