OpenDNSSEC-signer
2.1.3
|
#include "config.h"
#include "file.h"
#include "str.h"
#include "locks.h"
#include "log.h"
#include "status.h"
#include "util.h"
#include "daemon/engine.h"
#include "cmdhandler.h"
#include "signercommands.h"
#include "clientpipe.h"
Go to the source code of this file.
Functions | |
engine_type * | getglobalcontext (cmdhandler_ctx_type *context) |
Variables | |
struct cmd_func_block | helpCmdDef = { "help", NULL, NULL, NULL, &cmdhandler_handle_cmd_help } |
struct cmd_func_block | zonesCmdDef = { "zones", NULL, NULL, NULL, &cmdhandler_handle_cmd_zones } |
struct cmd_func_block | signCmdDef = { "sign", NULL, NULL, NULL, &cmdhandler_handle_cmd_sign } |
struct cmd_func_block | clearCmdDef = { "clear", NULL, NULL, NULL, &cmdhandler_handle_cmd_clear } |
struct cmd_func_block | queueCmdDef = { "queue", NULL, NULL, NULL, &cmdhandler_handle_cmd_queue } |
struct cmd_func_block | flushCmdDef = { "flush", NULL, NULL, NULL, &cmdhandler_handle_cmd_flush } |
struct cmd_func_block | updateCmdDef = { "update", NULL, NULL, NULL, &cmdhandler_handle_cmd_update } |
struct cmd_func_block | stopCmdDef = { "stop", NULL, NULL, NULL, &cmdhandler_handle_cmd_stop } |
struct cmd_func_block | startCmdDef = { "start", NULL, NULL, NULL, &cmdhandler_handle_cmd_start } |
struct cmd_func_block | reloadCmdDef = { "reload", NULL, NULL, NULL, &cmdhandler_handle_cmd_reload } |
struct cmd_func_block | retransferCmdDef = { "retransfer", NULL, NULL, NULL, &cmdhandler_handle_cmd_retransfer } |
struct cmd_func_block | runningCmdDef = { "running", NULL, NULL, NULL, &cmdhandler_handle_cmd_running } |
struct cmd_func_block | verbosityCmdDef = { "verbosity", NULL, NULL, NULL, &cmdhandler_handle_cmd_verbosity } |
struct cmd_func_block * | signcommands [] |
struct cmd_func_block ** | signercommands = signcommands |
engine_type* getglobalcontext | ( | cmdhandler_ctx_type * | context | ) |
Definition at line 657 of file signercommands.c.
struct cmd_func_block clearCmdDef = { "clear", NULL, NULL, NULL, &cmdhandler_handle_cmd_clear } |
Definition at line 627 of file signercommands.c.
struct cmd_func_block flushCmdDef = { "flush", NULL, NULL, NULL, &cmdhandler_handle_cmd_flush } |
Definition at line 629 of file signercommands.c.
struct cmd_func_block helpCmdDef = { "help", NULL, NULL, NULL, &cmdhandler_handle_cmd_help } |
Definition at line 624 of file signercommands.c.
struct cmd_func_block queueCmdDef = { "queue", NULL, NULL, NULL, &cmdhandler_handle_cmd_queue } |
Definition at line 628 of file signercommands.c.
struct cmd_func_block reloadCmdDef = { "reload", NULL, NULL, NULL, &cmdhandler_handle_cmd_reload } |
Definition at line 633 of file signercommands.c.
struct cmd_func_block retransferCmdDef = { "retransfer", NULL, NULL, NULL, &cmdhandler_handle_cmd_retransfer } |
Definition at line 634 of file signercommands.c.
struct cmd_func_block runningCmdDef = { "running", NULL, NULL, NULL, &cmdhandler_handle_cmd_running } |
Definition at line 635 of file signercommands.c.
struct cmd_func_block signCmdDef = { "sign", NULL, NULL, NULL, &cmdhandler_handle_cmd_sign } |
Definition at line 626 of file signercommands.c.
struct cmd_func_block* signcommands[] |
Definition at line 638 of file signercommands.c.
struct cmd_func_block** signercommands = signcommands |
Definition at line 654 of file signercommands.c.
struct cmd_func_block startCmdDef = { "start", NULL, NULL, NULL, &cmdhandler_handle_cmd_start } |
Definition at line 632 of file signercommands.c.
struct cmd_func_block stopCmdDef = { "stop", NULL, NULL, NULL, &cmdhandler_handle_cmd_stop } |
Definition at line 631 of file signercommands.c.
struct cmd_func_block updateCmdDef = { "update", NULL, NULL, NULL, &cmdhandler_handle_cmd_update } |
Definition at line 630 of file signercommands.c.
struct cmd_func_block verbosityCmdDef = { "verbosity", NULL, NULL, NULL, &cmdhandler_handle_cmd_verbosity } |
Definition at line 636 of file signercommands.c.
struct cmd_func_block zonesCmdDef = { "zones", NULL, NULL, NULL, &cmdhandler_handle_cmd_zones } |
Definition at line 625 of file signercommands.c.