Searched refs:anchor (Results 1 - 14 of 14) sorted by relevance

/bind-9.11.3/bin/tests/system/dnssec/ns1/
H A Dnamed.conf25 /* test that we can turn off trust-anchor-telemetry */
26 trust-anchor-telemetry no;
/bind-9.11.3/contrib/scripts/
H A Dcheck5011.pl65 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 Dgood-dlv-dlv.example.com.conf10 dnssec-lookaside . trust-anchor dlv.example.com;
H A Dwarn-dlv-dlv.isc.org.conf10 dnssec-lookaside . trust-anchor dlv.isc.org;
H A Dgood.conf113 dnssec-lookaside "." trust-anchor "example.org.";
/bind-9.11.3/bin/tests/system/wildcard/ns5/
H A Dnamed.conf23 dnssec-lookaside . trust-anchor dlv;
/bind-9.11.3/bin/tests/system/dnssec/ns6/
H A Dnamed.conf29 dnssec-lookaside . trust-anchor dlv;
/bind-9.11.3/bin/tests/system/mkeys/ns3/
H A Dnamed.conf26 trust-anchor-telemetry no;
/bind-9.11.3/lib/dns/include/dns/
H A Dnta.h118 * 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 Dview.h1116 * 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 Dview.c1902 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 Dnta.c429 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 Dcheck.c1162 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 Didnconf.tcl984 -anchor w -justify left

Completed in 41 milliseconds