Searched refs:NXDOMAIN (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/unbound/doc/ |
H A D | requirements.txt | 173 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 D | Changelog | 1097 - 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 D | example.conf.in | 578 # 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 D | nameser.h | 115 #define NXDOMAIN 3 /* nonexistent domain */ macro
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 128 #define NXDOMAIN ns_r_nxdomain macro
|
/freebsd/lib/libc/resolv/ |
H A D | res_query.c | 179 case NXDOMAIN: in res_nquery()
|
H A D | res_mkupdate.c | 154 case NXDOMAIN: in res_nmkupdate()
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.proto | 86 NXDOMAIN = 1; // Respond with NXDOMAIN enumerator
|
/freebsd/contrib/ldns/ldns/ |
H A D | util.h.in | 152 * So you can for instance lookup the RCODE 3, which is "NXDOMAIN",
|
/freebsd/contrib/unbound/contrib/ |
H A D | aaaa-filter-iterator.patch | 17 Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN
|
H A D | fastrpz.patch | 435 + LIBRPZ_POLICY_NXDOMAIN =5, /* 'nxdomain': answer with NXDOMAIN */ 448 + * NXDOMAIN is signaled by a CNAME with a "." target.
|
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 2800 case NXDOMAIN: in res_queryN()
|