|
OpenDNSSEC-enforcer
2.0.4
|
#include "log.h"#include "str.h"#include "clientpipe.h"#include "duration.h"#include "db/key_data.h"#include "db/hsm_key.h"#include "utils/kc_helper.h"#include "signconf/signconf.h"#include <libxml/parser.h>#include <libxml/tree.h>#include <limits.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| int | signconf_export_all (int sockfd, const db_connection_t *connection, int force) |
| int signconf_export_all | ( | int | sockfd, |
| const db_connection_t * | connection, | ||
| int | force | ||
| ) |
Export the signconf XML for all zones.
| [in] | sockfd | a socket fd. |
| [in] | connection | a db_connection_t pointer. |
| [in] | force | if non-zero it will force the export for all zones even if there are no updates for the zones. |
Definition at line 56 of file signconf.c.
1.8.13