#include "config.h"
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <getopt.h>
#include <sys/types.h>
#include <sys/time.h>
#include <stdlib.h>
#include <assert.h>
#include "file.h"
#include "log.h"
#include "str.h"
#include "clientpipe.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 enforcer engine client.
Definition at line 60 of file ods-enforcer.c.
§ COPYRIGHT_STR
#define COPYRIGHT_STR "Copyright (C) 2010-2011 NLnet Labs OpenDNSSEC" |
§ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |