OpenDNSSEC-enforcer  2.0.3
Macros | Functions
ods-enforcerd.c File Reference
#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[])
 

Macro Definition Documentation

◆ AUTHOR_NAME

#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.

◆ COPYRIGHT_STR

#define COPYRIGHT_STR   "Copyright (C) 2010-2011 NLnet Labs OpenDNSSEC"

Definition at line 43 of file ods-enforcerd.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Main. start engine and run it.

Definition at line 120 of file ods-enforcerd.c.