OpenDNSSEC-signer  2.1.5
Functions | Variables
signercommands.c File Reference
#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_typegetglobalcontext (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 timeleapCmdDef = { "time leap", NULL, NULL, NULL, &cmdhandler_handle_cmd_timeleap }
 
struct cmd_func_block * signcommands []
 
struct cmd_func_block ** signercommands = signcommands
 

Function Documentation

◆ getglobalcontext()

engine_type* getglobalcontext ( cmdhandler_ctx_type *  context)

Definition at line 707 of file signercommands.c.

Variable Documentation

◆ clearCmdDef

struct cmd_func_block clearCmdDef = { "clear", NULL, NULL, NULL, &cmdhandler_handle_cmd_clear }

Definition at line 675 of file signercommands.c.

◆ flushCmdDef

struct cmd_func_block flushCmdDef = { "flush", NULL, NULL, NULL, &cmdhandler_handle_cmd_flush }

Definition at line 677 of file signercommands.c.

◆ helpCmdDef

struct cmd_func_block helpCmdDef = { "help", NULL, NULL, NULL, &cmdhandler_handle_cmd_help }

Definition at line 672 of file signercommands.c.

◆ queueCmdDef

struct cmd_func_block queueCmdDef = { "queue", NULL, NULL, NULL, &cmdhandler_handle_cmd_queue }

Definition at line 676 of file signercommands.c.

◆ reloadCmdDef

struct cmd_func_block reloadCmdDef = { "reload", NULL, NULL, NULL, &cmdhandler_handle_cmd_reload }

Definition at line 681 of file signercommands.c.

◆ retransferCmdDef

struct cmd_func_block retransferCmdDef = { "retransfer", NULL, NULL, NULL, &cmdhandler_handle_cmd_retransfer }

Definition at line 682 of file signercommands.c.

◆ runningCmdDef

struct cmd_func_block runningCmdDef = { "running", NULL, NULL, NULL, &cmdhandler_handle_cmd_running }

Definition at line 683 of file signercommands.c.

◆ signCmdDef

struct cmd_func_block signCmdDef = { "sign", NULL, NULL, NULL, &cmdhandler_handle_cmd_sign }

Definition at line 674 of file signercommands.c.

◆ signcommands

struct cmd_func_block* signcommands[]

◆ signercommands

struct cmd_func_block** signercommands = signcommands

Definition at line 704 of file signercommands.c.

◆ startCmdDef

struct cmd_func_block startCmdDef = { "start", NULL, NULL, NULL, &cmdhandler_handle_cmd_start }

Definition at line 680 of file signercommands.c.

◆ stopCmdDef

struct cmd_func_block stopCmdDef = { "stop", NULL, NULL, NULL, &cmdhandler_handle_cmd_stop }

Definition at line 679 of file signercommands.c.

◆ timeleapCmdDef

struct cmd_func_block timeleapCmdDef = { "time leap", NULL, NULL, NULL, &cmdhandler_handle_cmd_timeleap }

Definition at line 685 of file signercommands.c.

◆ updateCmdDef

struct cmd_func_block updateCmdDef = { "update", NULL, NULL, NULL, &cmdhandler_handle_cmd_update }

Definition at line 678 of file signercommands.c.

◆ verbosityCmdDef

struct cmd_func_block verbosityCmdDef = { "verbosity", NULL, NULL, NULL, &cmdhandler_handle_cmd_verbosity }

Definition at line 684 of file signercommands.c.

◆ zonesCmdDef

struct cmd_func_block zonesCmdDef = { "zones", NULL, NULL, NULL, &cmdhandler_handle_cmd_zones }

Definition at line 673 of file signercommands.c.

startCmdDef
struct cmd_func_block startCmdDef
Definition: signercommands.c:680
reloadCmdDef
struct cmd_func_block reloadCmdDef
Definition: signercommands.c:681
verbosityCmdDef
struct cmd_func_block verbosityCmdDef
Definition: signercommands.c:684
helpCmdDef
struct cmd_func_block helpCmdDef
Definition: signercommands.c:672
queueCmdDef
struct cmd_func_block queueCmdDef
Definition: signercommands.c:676
stopCmdDef
struct cmd_func_block stopCmdDef
Definition: signercommands.c:679
signCmdDef
struct cmd_func_block signCmdDef
Definition: signercommands.c:674
zonesCmdDef
struct cmd_func_block zonesCmdDef
Definition: signercommands.c:673
flushCmdDef
struct cmd_func_block flushCmdDef
Definition: signercommands.c:677
updateCmdDef
struct cmd_func_block updateCmdDef
Definition: signercommands.c:678
timeleapCmdDef
struct cmd_func_block timeleapCmdDef
Definition: signercommands.c:685
retransferCmdDef
struct cmd_func_block retransferCmdDef
Definition: signercommands.c:682
runningCmdDef
struct cmd_func_block runningCmdDef
Definition: signercommands.c:683
clearCmdDef
struct cmd_func_block clearCmdDef
Definition: signercommands.c:675