unbound 0.1
Data Fields
autr_point_data Struct Reference

Autotrust metadata for a trust point. More...

#include <autotrust.h>

Data Fields

char * file
 file to store the trust point in.
rbnode_t pnode
 rbtree node for probe sort, key is struct trust_anchor
struct autr_takeys
 the keys
time_t last_queried
 last queried DNSKEY set Not all failures are captured in this entry.
time_t last_success
 last successful DNSKEY set
time_t next_probe_time
 next probe time
uint32_t query_interval
 when to query if !failed
uint32_t retry_time
 when to retry if failed
uint8_t query_failed
 How many times did it fail.
uint8_t revoked
 true if the trust point has been revoked

Detailed Description

Autotrust metadata for a trust point.

This is part of the struct trust_anchor data.


Field Documentation

file to store the trust point in.

chrootdir already applied.

Referenced by autr_debug_print_tp(), autr_point_delete(), autr_write_file(), and load_trustanchor().

last queried DNSKEY set Not all failures are captured in this entry.

If the validator did not even start (e.g. timeout or localservfail), then the last_queried and query_failed values are not updated.

Referenced by autr_debug_print_tp(), autr_process_prime(), autr_write_file(), and parse_var_line().

How many times did it fail.

diagnostic only (has no effect). Only updated if there was a dnskey rrset that failed to verify.

Referenced by autr_debug_print_tp(), autr_process_prime(), autr_write_file(), and parse_var_line().


The documentation for this struct was generated from the following file: