OpenDNSSEC-enforcer  2.0.2
Functions
signconf.c File Reference
#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)
 

Function Documentation

§ signconf_export_all()

int signconf_export_all ( int  sockfd,
const db_connection_t connection,
int  force 
)

Export the signconf XML for all zones.

Parameters
[in]sockfda socket fd.
[in]connectiona db_connection_t pointer.
[in]forceif non-zero it will force the export for all zones even if there are no updates for the zones.
Returns
SIGNCONF_EXPORT_ERR_* on error, otherwise SIGNCONF_EXPORT_OK or SIGNCONF_EXPORT_NO_CHANGE.

Definition at line 56 of file signconf.c.