Searched refs:SERVFAIL (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_query.c | 182 case SERVFAIL: in res_nquery() 255 if (hp->rcode == SERVFAIL) in res_nsearch() 337 if (hp->rcode == SERVFAIL) { in res_nsearch() 360 if (hp->rcode == SERVFAIL) in res_nsearch()
|
H A D | res_send.c | 1062 if (anhp->rcode == SERVFAIL || in send_dg()
|
/freebsd/contrib/tcpdump/ |
H A D | nameser.h | 114 #define SERVFAIL 2 /* server failure */ macro
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 127 #define SERVFAIL ns_r_servfail macro
|
/freebsd/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 32 --fail, don't query the next nameserver on SERVFAIL
|
/freebsd/contrib/unbound/contrib/ |
H A D | redirect-bogus.patch | 40 +Instead of responding to A queries with SERVFAIL, respond 46 +Instead of responding to AAAA queries with SERVFAIL, respond
|
H A D | README | 37 instead of SERVFAIL. Contributed by SIDN.
|
H A D | fastrpz.patch | 1360 + /* Send SERVFAIL */ 1770 +static bool /* false=SERVFAIL */ 1805 +static bool /* false=SERVFAIL */ 2443 +bool /* false=SERVFAIL */ 2601 + case st_servfail: /* Send SERVFAIL */ 2781 + * @return false=send SERVFAIL 2795 + rpz_iter_resp_fail, /* Send SERVFAIL. */ 2811 + rpz_cname_fail, /* send SERVFAIL */ 2914 + /* send SERVFAIL */
|
H A D | aaaa-filter-iterator.patch | 135 + * a SERVFAIL response because the query has hit a dead end.
|
/freebsd/contrib/unbound/doc/ |
H A D | TODO | 73 [2] more logging about stuff like SERVFAIL and REFUSED responses
|
H A D | requirements.txt | 131 validator failure (SERVFAIL again), when the query is validated later on.
|
H A D | example.conf.in | 486 # print log lines that say why queries return SERVFAIL to clients. 717 # instead of SERVFAIL. It still performs the security checks, which 1092 # When enabled Unbound will reply with SERVFAIL if the return value of
|
H A D | Changelog | 349 - Fix to enable that SERVFAIL is cached, for a short period, for more 1546 - Fix #670: SERVFAIL problems with unbound 1.15.0 running on 1690 - Test for NSID in SERVFAIL response due to DNSSEC bogus. 3998 not overwrite valid cache entry with SERVFAIL. 3999 - auth-zone give SERVFAIL when expired, fallback activates when 4001 - stat count SERVFAIL downstream auth-zone queries for expired zones. 4010 entry with SERVFAIL. 4049 - Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query. 4106 - Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes 4228 returning SERVFAIL to clients. [all …]
|
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 2803 case SERVFAIL: in res_queryN() 2874 if (hp->rcode == SERVFAIL) in res_searchN() 2937 if (hp->rcode == SERVFAIL) { in res_searchN() 2960 if (hp->rcode == SERVFAIL) in res_searchN()
|
/freebsd/contrib/sendmail/src/ |
H A D | README | 720 return SERVFAIL (a temporary failure) on T_AAAA (IPv6) lookups. If you
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 616 dealing with broken nameservers by ignoring SERVFAIL 2857 Continue dealing with broken nameservers by ignoring SERVFAIL 3206 will return SERVFAIL (a temporary failure) on T_AAAA (IPv6)
|