/freebsd/contrib/unbound/doc/ |
H A D | unbound-control.8 | 98 domain names below the removed name), NOERROR nodata answers are the 154 Remove all negative data from the cache. This is nxdomain answers, 155 nodata answers and servfail answers. Also removes bad key entries 512 answers waiting to be written back to the clients. 595 The number of answers to queries, from cache or from recursion, that had the 599 The number of answers to queries that had the pseudo return code nodata. 606 Number of answers that were secure. The answer validated correctly. 607 The AD bit might have been set in some of these answers, where the client 612 Number of answers that were bogus. These answers resulted in SERVFAIL 625 delayed duplicates, very late answers, or could be spoofing attempts. [all …]
|
H A D | unbound-control.8.in | 104 domain names below the removed name), NOERROR nodata answers are the 167 Remove all negative data from the cache. This is nxdomain answers, 168 nodata answers and servfail answers. Also removes bad key entries 599 answers waiting to be written back to the clients. 694 The number of answers to queries, from cache or from recursion, that had the 698 The number of answers to queries that had the pseudo return code nodata. 705 Number of answers that were secure. The answer validated correctly. 706 The AD bit might have been set in some of these answers, where the client 711 Number of answers that were bogus. These answers resulted in SERVFAIL 724 delayed duplicates, very late answers, or could be spoofing attempts. [all …]
|
H A D | requirements.txt | 22 looks up data in the DNS for clients and caches previous answers to 116 then be used to send queries to. And fake answers may be returned. 182 queries and get answers from the cache). 240 take large DNS answers. 264 o SOA records in negative cached answers for DS queries.
|
H A D | TODO | 8 o (option) private TTL feature (always report TTL x in answers). 29 o (option) to make local-data answers be secure for libunbound (default=no)
|
H A D | unbound.conf.5 | 123 for queries from clients, and answers to clients are given from it. 371 This applies to nxdomain and nodata answers. 954 because they keep sending different answers, like some load balancers. 975 and other denials, using information from previous NXDOMAINs answers. 983 from DNS answers. Additionally, the DNSSEC validator may mark the 984 answers bogus. This protects against so\-called DNS Rebinding, where 1192 return bogus answers to them. Thus, the CD (Checking Disabled) flag 1318 local\-data: to enter data into the local zone. Answers for local zones 1319 are authoritative DNS answers. By default the zones are class IN. 1357 This answers queries for the zone, and all subdomains of the zone [all …]
|
H A D | unbound.conf.5.in | 131 for queries from clients, and answers to clients are given from it. 419 This applies to nxdomain and nodata answers. 428 This applies to nxdomain and nodata answers. 751 answers, or refused, with other actions possible. The IP address range 1131 because they keep sending different answers, like some load balancers. 1152 and other denials, using information from previous NXDOMAINs answers. 1160 from DNS answers. Additionally, the DNSSEC validator may mark the 1161 answers bogus. This protects against so\-called DNS Rebinding, where 1371 return bogus answers to them. Thus, the CD (Checking Disabled) flag 1511 are listed. Use local\-data: to enter data into the local zone. Answers for [all …]
|
/freebsd/libexec/talkd/ |
H A D | print.c | 46 static const char *answers[] = variable 49 #define NANSWERS (sizeof (answers) / sizeof (answers[0])) 81 ap = answers[rp->answer]; in print_response()
|
/freebsd/contrib/unbound/contrib/ |
HD | unbound_cacti.tar.gz |
|
H A D | unbound_munin_ | 43 # unbound_munin_by_rcode - answers by rcode, validation status 84 unbound_munin_by_rcode - answers by rcode, validation status 330 echo "graph_title Unbound DNS answers by return code" 342 …echo "graph_info answers sorted by return value. rrsets bogus is the number of rrsets marked bogus…
|
/freebsd/contrib/ldns/drill/ |
H A D | chasetrace.c | 158 ldns_rr_list *answers = NULL; in do_trace() local 258 answers = ldns_pkt_rr_list_by_type(p, t, LDNS_SECTION_ANSWER); in do_trace() 259 if (answers && ldns_rr_list_rr_count(answers) > 0) { in do_trace() 260 ldns_rr_list_free(answers); in do_trace() 261 answers = NULL; in do_trace() 264 ldns_rr_list_free(answers); in do_trace() 265 answers = NULL; in do_trace()
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | ntp-groper | 13 # dumbo.hp.com answers NTP version 2, stratum: 3, ref: telford.nsa.hp.com 14 # dumbo.hp.com answers NTP version 3, stratum: 3, ref: telford.nsa.hp.com 80 echo "$host answers NTP version $version, stratum: $stratum, ref: $synchost"
|
/freebsd/usr.bin/talk/ |
H A D | invite.c | 129 static const char *answers[] = { variable 140 #define NANSWERS (sizeof (answers) / sizeof (answers[0])) 155 message(answers[response.answer]); in announce_invite()
|
/freebsd/contrib/ntp/scripts/ntpsweep/ |
H A D | ntpsweep.in | 115 # got answers ? If so, go on. 139 # got answers ? If so, go on. 196 else { # We did not get answers from this host
|
/freebsd/contrib/ldns/ldns/ |
H A D | tsig.h | 76 …s added to the digest if not NULL (so NULL is for signing queries, not NULL is for signing answers) 89 …s added to the digest if not NULL (so NULL is for signing queries, not NULL is for signing answers)
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getrrsetbyname-ldns.c | 147 debug2("ldns: got %u answers from DNS", rrset->rri_nrdatas); in getrrsetbyname() 176 /* allocate memory for answers */ in getrrsetbyname() 196 /* copy answers & signatures */ in getrrsetbyname()
|
/freebsd/contrib/unbound/services/ |
H A D | outside_network.h | 2 * services/outside_network.h - listen to answers from the network 71 * Send queries to outside servers and wait for answers from servers. 109 /** if udp is delay-closed (delayed answers do not meet closed port)*/ 134 /** pending udp answers. sorted by id, addr */ 294 * answers to the structure for callback. And also to see if ID 563 * @return: the new structure (with no pending answers) or NULL on error. 813 /** callback for incoming udp answers from the network */ 833 /** callback for serviced query UDP answers */
|
/freebsd/contrib/unbound/libunbound/ |
H A D | unbound.h | 40 * validate the answers. Synchronously and asynchronously. 507 * answers are returned from the asynchronous validating resolver. 767 /** answers with pseudo rcode 'nodata' */ 769 /** answers that were secure (AD) */ 771 /** answers that were bogus (withheld as SERVFAIL) */ 783 /** expired answers served from cache */ 823 /** number of queries for unbound's auth_zones, downstream answers */
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | no-response.yml | 12 to take action. Please reach out if you have or find the answers we need so
|
/freebsd/contrib/googletest/docs/ |
H A D | index.md | 21 * [Mocking FAQ](gmock_faq.md) - Contains answers to some mocking-specific
|
/freebsd/sys/dev/hptmv/ |
H A D | readme.txt | 209 check the user's guide or readme file first, and you will find answers to 214 answers to common questions, and other topics. The Web Site is
|
/freebsd/sys/dev/hpt27xx/ |
H A D | README | 205 check the user's guide or readme file first, and you will find answers to 210 answers to common questions, and other topics. The Web Site is
|
/freebsd/sys/dev/hptnr/ |
H A D | README | 208 check the user's guide or readme file first, and you will find answers to 213 answers to common questions, and other topics. The Web Site is
|
/freebsd/contrib/ntp/html/ |
H A D | hints.html | 11 <p>Mother in law has all the answers.</p>
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.8 | 69 and so answers completely.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetTransformInfo.h | 11 // provide more precise answers to certain TTI queries, while letting the
|