|
OpenDNSSEC-signer 2.1.13
|
#include "config.h"#include "file.h"#include "str.h"#include "locks.h"#include "log.h"#include "status.h"#include "util.h"#include "longgetopt.h"#include "daemon/engine.h"#include "cmdhandler.h"#include "signercommands.h"#include "clientpipe.h"Go to the source code of this file.
Functions | |
| int | getlong (char *s, char **endptr, long *result) |
| engine_type * | getglobalcontext (cmdhandler_ctx_type *context) |
Variables | |
| struct cmd_func_block | helpCmdDef = { "help", NULL, NULL, NULL, &cmdhandler_handle_cmd_help, NULL } |
| struct cmd_func_block | zonesCmdDef = { "zones", NULL, NULL, NULL, &cmdhandler_handle_cmd_zones, NULL } |
| struct cmd_func_block | signCmdDef = { "sign", NULL, NULL, NULL, NULL, &cmdhandler_handle_cmd_sign } |
| struct cmd_func_block | clearCmdDef = { "clear", NULL, NULL, NULL, &cmdhandler_handle_cmd_clear, NULL } |
| struct cmd_func_block | queueCmdDef = { "queue", NULL, NULL, NULL, &cmdhandler_handle_cmd_queue, NULL } |
| struct cmd_func_block | flushCmdDef = { "flush", NULL, NULL, NULL, &cmdhandler_handle_cmd_flush, NULL } |
| struct cmd_func_block | updateCmdDef = { "update", NULL, NULL, NULL, &cmdhandler_handle_cmd_update, NULL } |
| struct cmd_func_block | stopCmdDef = { "stop", NULL, NULL, NULL, &cmdhandler_handle_cmd_stop, NULL } |
| struct cmd_func_block | startCmdDef = { "start", NULL, NULL, NULL, &cmdhandler_handle_cmd_start, NULL } |
| struct cmd_func_block | reloadCmdDef = { "reload", NULL, NULL, NULL, &cmdhandler_handle_cmd_reload, NULL } |
| struct cmd_func_block | retransferCmdDef = { "retransfer", NULL, NULL, NULL, &cmdhandler_handle_cmd_retransfer, NULL } |
| struct cmd_func_block | runningCmdDef = { "running", NULL, NULL, NULL, &cmdhandler_handle_cmd_running, NULL } |
| struct cmd_func_block | verbosityCmdDef = { "verbosity", NULL, NULL, NULL, &cmdhandler_handle_cmd_verbosity, NULL } |
| struct cmd_func_block | timeleapCmdDef = { "time leap", NULL, NULL, NULL, &cmdhandler_handle_cmd_timeleap, NULL } |
| struct cmd_func_block * | signcommands [] |
| struct cmd_func_block ** | signercommands = signcommands |
| engine_type * getglobalcontext | ( | cmdhandler_ctx_type * | context | ) |
Definition at line 747 of file signercommands.c.
| int getlong | ( | char * | s, |
| char ** | endptr, | ||
| long * | result | ||
| ) |
Definition at line 294 of file signercommands.c.
| struct cmd_func_block clearCmdDef = { "clear", NULL, NULL, NULL, &cmdhandler_handle_cmd_clear, NULL } |
Definition at line 715 of file signercommands.c.
| struct cmd_func_block flushCmdDef = { "flush", NULL, NULL, NULL, &cmdhandler_handle_cmd_flush, NULL } |
Definition at line 717 of file signercommands.c.
| struct cmd_func_block helpCmdDef = { "help", NULL, NULL, NULL, &cmdhandler_handle_cmd_help, NULL } |
Definition at line 712 of file signercommands.c.
| struct cmd_func_block queueCmdDef = { "queue", NULL, NULL, NULL, &cmdhandler_handle_cmd_queue, NULL } |
Definition at line 716 of file signercommands.c.
| struct cmd_func_block reloadCmdDef = { "reload", NULL, NULL, NULL, &cmdhandler_handle_cmd_reload, NULL } |
Definition at line 721 of file signercommands.c.
| struct cmd_func_block retransferCmdDef = { "retransfer", NULL, NULL, NULL, &cmdhandler_handle_cmd_retransfer, NULL } |
Definition at line 722 of file signercommands.c.
| struct cmd_func_block runningCmdDef = { "running", NULL, NULL, NULL, &cmdhandler_handle_cmd_running, NULL } |
Definition at line 723 of file signercommands.c.
| struct cmd_func_block signCmdDef = { "sign", NULL, NULL, NULL, NULL, &cmdhandler_handle_cmd_sign } |
Definition at line 714 of file signercommands.c.
| struct cmd_func_block* signcommands[] |
Definition at line 727 of file signercommands.c.
| struct cmd_func_block** signercommands = signcommands |
Command handler.
Definition at line 744 of file signercommands.c.
| struct cmd_func_block startCmdDef = { "start", NULL, NULL, NULL, &cmdhandler_handle_cmd_start, NULL } |
Definition at line 720 of file signercommands.c.
| struct cmd_func_block stopCmdDef = { "stop", NULL, NULL, NULL, &cmdhandler_handle_cmd_stop, NULL } |
Definition at line 719 of file signercommands.c.
| struct cmd_func_block timeleapCmdDef = { "time leap", NULL, NULL, NULL, &cmdhandler_handle_cmd_timeleap, NULL } |
Definition at line 725 of file signercommands.c.
| struct cmd_func_block updateCmdDef = { "update", NULL, NULL, NULL, &cmdhandler_handle_cmd_update, NULL } |
Definition at line 718 of file signercommands.c.
| struct cmd_func_block verbosityCmdDef = { "verbosity", NULL, NULL, NULL, &cmdhandler_handle_cmd_verbosity, NULL } |
Definition at line 724 of file signercommands.c.
| struct cmd_func_block zonesCmdDef = { "zones", NULL, NULL, NULL, &cmdhandler_handle_cmd_zones, NULL } |
Definition at line 713 of file signercommands.c.