Searched refs:anchor (Results 1 - 14 of 14) sorted by relevance
/bind-9.11.3/bin/tests/system/dnssec/ns1/ |
H A D | named.conf | 25 /* test that we can turn off trust-anchor-telemetry */ 26 trust-anchor-telemetry no;
|
/bind-9.11.3/contrib/scripts/ |
H A D | check5011.pl | 65 my $anchor; 81 push @{$anchor->{$k->{name}}}, $k; 84 for my $name (keys %$anchor) { 86 my $anchors = $anchor->{$name}; 108 print " no trust anchor\n"; 126 check5011 - summarize DNSSEC trust anchor status 158 =item C<no trust anchor> 165 trust anchor status which should normally be C<untrusted...> if 170 There is no DNSKEY record for this trust anchor. This is printed 171 before the key's trust anchor statu [all...] |
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | good-dlv-dlv.example.com.conf | 10 dnssec-lookaside . trust-anchor dlv.example.com;
|
H A D | warn-dlv-dlv.isc.org.conf | 10 dnssec-lookaside . trust-anchor dlv.isc.org;
|
H A D | good.conf | 113 dnssec-lookaside "." trust-anchor "example.org.";
|
/bind-9.11.3/bin/tests/system/wildcard/ns5/ |
H A D | named.conf | 23 dnssec-lookaside . trust-anchor dlv;
|
/bind-9.11.3/bin/tests/system/dnssec/ns6/ |
H A D | named.conf | 29 dnssec-lookaside . trust-anchor dlv;
|
/bind-9.11.3/bin/tests/system/mkeys/ns3/ |
H A D | named.conf | 26 trust-anchor-telemetry no;
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | nta.h | 118 * Add a negative trust anchor to 'ntatable' for name 'name', 161 dns_name_t *name, dns_name_t *anchor); 164 * anchor which in turn is at or below 'anchor'.
|
H A D | view.h | 1116 * Initialize the negative trust anchor table for the view. 1129 * Get the negative trust anchor table for this view. Returns 1186 * negative trust anchor? Put answer in '*secure_domain'. 1201 dns_name_t *name, dns_name_t *anchor); 1203 * Is there a current negative trust anchor above 'name' and below 'anchor'? 1221 * trust anchor at 'keyname', but no keys are left after this
|
/bind-9.11.3/lib/dns/ |
H A D | view.c | 1902 dns_name_t *name, dns_name_t *anchor) 1909 return (dns_ntatable_covered(view->ntatable_priv, now, name, anchor)); 1920 dns_name_t *anchor; local 1928 anchor = dns_fixedname_name(&fn); 1931 anchor, &secure); 1936 dns_ntatable_covered(view->ntatable_priv, now, name, anchor)) 1975 * configured trust anchor, and we want to fail 1901 dns_view_ntacovers(dns_view_t *view, isc_stdtime_t now, dns_name_t *name, dns_name_t *anchor) argument
|
H A D | nta.c | 429 dns_name_t *name, dns_name_t *anchor) 455 if (dns_name_issubdomain(foundname, anchor)) 428 dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now, dns_name_t *name, dns_name_t *anchor) argument
|
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 1162 const cfg_obj_t *dlvobj, *anchor; local 1166 anchor = cfg_tuple_get(obj, "trust-anchor"); 1171 * If domain is "auto" or "no" and trust anchor 1174 if (cfg_obj_isvoid(anchor)) { 1217 if (cfg_obj_isvoid(anchor)) { 1221 "domain and trust anchor"); 1227 dlv = cfg_obj_asstring(anchor); 1230 cfg_obj_log(anchor, logctx, ISC_LOG_ERROR, 1237 cfg_obj_log(anchor, logct [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/ |
H A D | idnconf.tcl | 984 -anchor w -justify left
|
Completed in 41 milliseconds