|
OpenDNSSEC-enforcer
2.0.4
|
#include "config.h"#include "log.h"#include "clientpipe.h"#include "db/zone.h"#include "db/key_data.h"#include "db/key_state.h"#include "utils/kc_helper.h"#include "hsmkey/hsm_key_factory.h"#include "keystate/zonelist_import.h"#include <string.h>#include <libxml/parser.h>#include <libxml/tree.h>Go to the source code of this file.
Data Structures | |
| struct | __zonelist_import_zone |
Functions | |
| int | zonelist_import (int sockfd, engine_type *engine, db_connection_t *dbconn, int do_delete, const char *zonelist_path) |
| int zonelist_import | ( | int | sockfd, |
| engine_type * | engine, | ||
| db_connection_t * | dbconn, | ||
| int | do_delete, | ||
| const char * | zonelist_path | ||
| ) |
Definition at line 54 of file zonelist_import.c.
References check_zonelist(), engine_struct::config, __zonelist_import_zone::name, __zonelist_import_zone::next, ods_log_warning(), zone_create(), zone_create_from_xml(), zone_free(), zone_get_by_name(), zone_input_adapter_type(), zone_input_adapter_uri(), zone_list_free(), zone_list_new_get(), zone_list_next(), zone_name(), zone_new(), engineconfig_struct::zonelist_filename, ZONELIST_IMPORT_ERR_ARGS, ZONELIST_IMPORT_ERR_DATABASE, ZONELIST_IMPORT_ERR_MEMORY, and ZONELIST_IMPORT_ERR_XML.
1.8.13