OpenDNSSEC-signer
2.0.2
|
#include <zone.h>
Data Fields | |
ldns_rdf * | apex |
ldns_rr_class | klass |
uint32_t | default_ttl |
char * | notify_command |
const char * | notify_ns |
char ** | notify_args |
const char * | name |
const char * | policy_name |
const char * | signconf_filename |
zone_zl_status | zl_status |
adapter_type * | adinbound |
adapter_type * | adoutbound |
signconf_type * | signconf |
namedb_type * | db |
ixfr_type * | ixfr |
xfrd_type * | xfrd |
notify_type * | notify |
task_type * | task |
stats_type * | stats |
lock_basic_type | zone_lock |
lock_basic_type | xfr_lock |
collection_class | rrstore |
adapter_type* zone_struct::adinbound |
Definition at line 72 of file zone.h.
Referenced by adapter_read(), addns_read(), adfile_read(), tools_input(), and zone_cleanup().
adapter_type* zone_struct::adoutbound |
Definition at line 73 of file zone.h.
Referenced by adapter_write(), addns_write(), adfile_write(), notify_enable(), tools_output(), and zone_cleanup().
ldns_rdf* zone_struct::apex |
Definition at line 59 of file zone.h.
Referenced by adapi_get_origin(), task_compare(), zone_cleanup(), zone_del_nsec3params(), zone_rollback_dnskeys(), zone_rollback_nsec3param(), and zone_update_serial().
namedb_type* zone_struct::db |
Definition at line 77 of file zone.h.
Referenced by adapi_get_serial(), adapi_printaxfr(), adapi_printixfr(), adapi_printzone(), adapi_set_serial(), adapi_trans_diff(), adapi_trans_full(), adapter_write(), addns_read(), addns_write(), ixfr_add_rr(), ixfr_del_rr(), tools_output(), tools_signconf(), zone_add_rr(), zone_backup2(), zone_cleanup(), zone_del_nsec3params(), zone_del_rr(), zone_lookup_rrset(), zone_prepare_keys(), zone_publish_dnskeys(), zone_publish_nsec3param(), zone_recover2(), and zone_update_serial().
uint32_t zone_struct::default_ttl |
Definition at line 61 of file zone.h.
Referenced by adapi_get_ttl(), and denial_nsecify().
ixfr_type* zone_struct::ixfr |
Definition at line 78 of file zone.h.
Referenced by adapi_printixfr(), addns_write(), namedb_wipe_denial(), rrset_diff(), rrset_drop_rrsigs(), and zone_cleanup().
ldns_rr_class zone_struct::klass |
Definition at line 60 of file zone.h.
Referenced by zone_backup2().
const char* zone_struct::name |
Definition at line 67 of file zone.h.
Referenced by addns_read(), addns_write(), axfr(), ixfr(), ixfr_create(), namedb_create(), namedb_wipe_denial(), notify_enable(), notify_send(), soa_request(), task_who2str(), tools_input(), tools_output(), tools_signconf(), zone_add_rr(), zone_backup2(), zone_cleanup(), zone_create(), zone_del_nsec3params(), zone_del_rr(), zone_load_signconf(), zone_prepare_keys(), zone_publish_dnskeys(), zone_publish_nsec3param(), zone_recover2(), zone_reschedule_task(), and zone_update_serial().
notify_type* zone_struct::notify |
Definition at line 81 of file zone.h.
Referenced by zone_cleanup().
char** zone_struct::notify_args |
Definition at line 65 of file zone.h.
Referenced by zone_cleanup().
char* zone_struct::notify_command |
Definition at line 63 of file zone.h.
Referenced by zone_cleanup().
const char* zone_struct::policy_name |
Definition at line 68 of file zone.h.
Referenced by zone_cleanup(), and zone_merge().
collection_class zone_struct::rrstore |
Definition at line 89 of file zone.h.
Referenced by zone_cleanup().
signconf_type* zone_struct::signconf |
Definition at line 75 of file zone.h.
Referenced by denial_add_rr(), denial_nsecify(), rrset_sign(), tools_input(), tools_output(), tools_signconf(), zone_add_rr(), zone_backup2(), zone_cleanup(), zone_del_rr(), zone_load_signconf(), zone_prepare_keys(), zone_publish_dnskeys(), zone_publish_nsec3param(), zone_recover2(), zone_rollback_dnskeys(), zone_rollback_nsec3param(), and zone_update_serial().
const char* zone_struct::signconf_filename |
Definition at line 69 of file zone.h.
Referenced by zone_cleanup(), and zone_load_signconf().
stats_type* zone_struct::stats |
Definition at line 85 of file zone.h.
Referenced by adapi_trans_diff(), adapi_trans_full(), tools_output(), and zone_cleanup().
task_type* zone_struct::task |
Definition at line 83 of file zone.h.
Referenced by zone_backup2(), and zone_reschedule_task().
lock_basic_type zone_struct::xfr_lock |
Definition at line 87 of file zone.h.
Referenced by zone_cleanup(), and zone_create().
xfrd_type* zone_struct::xfrd |
Definition at line 80 of file zone.h.
Referenced by addns_read(), axfr(), ixfr(), soa_request(), and zone_cleanup().
zone_zl_status zone_struct::zl_status |
lock_basic_type zone_struct::zone_lock |
Definition at line 86 of file zone.h.
Referenced by zone_cleanup(), and zone_create().