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