Home
last modified time | relevance | path

Searched refs:NXDOMAIN (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/unbound/doc/
H A Drequirements.txt173 and to respond with a fixed rcode (NXDOMAIN) for domains (such as AS112).
250 o NXDOMAIN and SOA serial numbers.
252 as NXDOMAIN. Also it keeps the latest rrsets in the rrset cache.
254 specified for an NXDOMAIN message, but send a newer SOA record if
256 negative cached NXDOMAIN reply with a SOA RR where the serial number
257 indicates a zone version where this domain is not any longer NXDOMAIN.
260 updated more carefully. If one of the NSEC records in an NXDOMAIN is
261 updated from another query, the NXDOMAIN is dropped from the cache,
H A DChangelog1097 - Fix #870: NXDOMAIN instead of NOERROR rcode when asked for existing
1451 - From #706: Cached NXDOMAIN does not increase the target nx
1468 - Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
1741 is blocked with NXDOMAIN by unsetting RA.
1743 - Fix #596: only unset RA when NXDOMAIN is signalled.
3662 - Scrub RRs from answer section when reusing NXDOMAIN message for
4031 - Scrub NS records from NXDOMAIN responses to stop fragmentation
4049 - Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.
4348 - Fix qname minimisation NXDOMAIN validation lookup failures causing
4603 - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN
[all …]
H A Dexample.conf.in578 # Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN
1374 # actions are: NXDOMAIN, NODATA, PASSTHRU, DROP, Local Data, tcp-only
/freebsd/contrib/tcpdump/
H A Dnameser.h115 #define NXDOMAIN 3 /* nonexistent domain */ macro
/freebsd/include/arpa/
H A Dnameser_compat.h128 #define NXDOMAIN ns_r_nxdomain macro
/freebsd/lib/libc/resolv/
H A Dres_query.c179 case NXDOMAIN: in res_nquery()
H A Dres_mkupdate.c154 case NXDOMAIN: in res_nmkupdate()
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto86 NXDOMAIN = 1; // Respond with NXDOMAIN enumerator
/freebsd/contrib/ldns/ldns/
H A Dutil.h.in152 * So you can for instance lookup the RCODE 3, which is "NXDOMAIN",
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch17 Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN
H A Dfastrpz.patch435 + LIBRPZ_POLICY_NXDOMAIN =5, /* 'nxdomain': answer with NXDOMAIN */
448 + * NXDOMAIN is signaled by a CNAME with a "." target.
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2800 case NXDOMAIN: in res_queryN()