OpenDNSSEC-enforcer
2.0.3
|
#include "config.h"
#include <getopt.h>
#include <libxml/parser.h>
#include "daemon/engine.h"
#include "log.h"
#include "duration.h"
#include "enforcer/autostart_cmd.h"
Go to the source code of this file.
Macros | |
#define | AUTHOR_NAME "Matthijs Mekking, Yuri Schaeffer, René Post" |
#define | COPYRIGHT_STR "Copyright (C) 2010-2011 NLnet Labs OpenDNSSEC" |
Functions | |
int | main (int argc, char *argv[]) |
#define AUTHOR_NAME "Matthijs Mekking, Yuri Schaeffer, René Post" |
OpenDNSSEC key and signing policy enforcer daemon.
Definition at line 42 of file ods-enforcerd.c.
#define COPYRIGHT_STR "Copyright (C) 2010-2011 NLnet Labs OpenDNSSEC" |
Definition at line 43 of file ods-enforcerd.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main. start engine and run it.
Definition at line 120 of file ods-enforcerd.c.