|
OpenDNSSEC-signer
1.4.9
|
#include "config.h"#include "daemon/cfg.h"#include "parser/confparser.h"#include "shared/allocator.h"#include "shared/file.h"#include "shared/log.h"#include "shared/status.h"#include <errno.h>#include <getopt.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 <sys/types.h>#include <sys/time.h>
Go to the source code of this file.
Macros | |
| #define | SE_CLI_CMDLEN 6 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define SE_CLI_CMDLEN 6 |
OpenDNSSEC signer engine client.
Definition at line 55 of file ods-signer.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main. start interface tool.
Definition at line 370 of file ods-signer.c.
References allocator_alloc(), allocator_cleanup(), allocator_create(), allocator_deallocate(), engine_config(), engine_config_check(), engine_config_cleanup(), ods_log_error(), ODS_STATUS_OK, and ods_strcmp().
1.8.11