|
OpenDNSSEC-enforcer
2.1.3
|
#include <getopt.h>#include "config.h"#include "cmdhandler.h"#include "daemon/enforcercommands.h"#include "daemon/engine.h"#include "file.h"#include "duration.h"#include "log.h"#include "str.h"#include "clientpipe.h"#include "db/key_state.h"#include "db/hsm_key.h"#include "db/zone_db.h"#include "keystate/keystate_list_cmd.h"Go to the source code of this file.
Macros | |
| #define | HID KEY_STATE_STATE_HIDDEN |
| #define | RUM KEY_STATE_STATE_RUMOURED |
| #define | OMN KEY_STATE_STATE_OMNIPRESENT |
| #define | UNR KEY_STATE_STATE_UNRETENTIVE |
| #define | NAV KEY_STATE_STATE_NA |
| #define | NARGV 12 |
Enumerations | |
| enum | { KS_GEN = 0, KS_PUB, KS_RDY, KS_ACT, KS_RET, KS_UNK, KS_MIX } |
Functions | |
| const char * | map_keystate (key_data_t *key) |
Variables | |
| const char * | statenames [] |
| struct cmd_func_block | key_list_funcblock |
| #define HID KEY_STATE_STATE_HIDDEN |
Definition at line 51 of file keystate_list_cmd.c.
| #define NARGV 12 |
| #define NAV KEY_STATE_STATE_NA |
Definition at line 55 of file keystate_list_cmd.c.
| #define OMN KEY_STATE_STATE_OMNIPRESENT |
Definition at line 53 of file keystate_list_cmd.c.
| #define RUM KEY_STATE_STATE_RUMOURED |
Definition at line 52 of file keystate_list_cmd.c.
| #define UNR KEY_STATE_STATE_UNRETENTIVE |
Definition at line 54 of file keystate_list_cmd.c.
| anonymous enum |
| Enumerator | |
|---|---|
| KS_GEN | |
| KS_PUB | |
| KS_RDY | |
| KS_ACT | |
| KS_RET | |
| KS_UNK | |
| KS_MIX | |
Definition at line 57 of file keystate_list_cmd.c.
| const char* map_keystate | ( | key_data_t * | key | ) |
Human readable keystate in 1.x speak
| key | key to evaluate |
Definition at line 113 of file keystate_list_cmd.c.
References KEY_DATA_ROLE_KSK, and statenames.
| struct cmd_func_block key_list_funcblock |
Definition at line 434 of file keystate_list_cmd.c.
| const char* statenames[] |
Definition at line 58 of file keystate_list_cmd.c.
Referenced by map_keystate().
1.8.13