| /src/crypto/openssl/test/ |
| H A D | property_test.c | 444 } queries[] = { in test_property() local 478 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property() 483 queries[i].nid, queries[i].prop, in test_property() 485 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property() 495 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property() 499 if (queries[i].prov == &fake_prov1) { in test_property() 501 queries[i].nid, in test_property() 502 queries[i].prop, in test_property() 505 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property() 512 queries[i].nid, in test_property() [all …]
|
| /src/contrib/unbound/doc/ |
| H A D | unbound-control.rst | 109 Reload the server, but keep downtime to a minimum, so that user queries 114 The intent is that the pause does not impact the service of user queries. 116 Also user queries worked on are kept and continue, but with the new config 161 :ref:`num-queries-per-thread<unbound.conf.num-queries-per-thread>`, 168 :ref:`max-reuse-tcp-queries<unbound.conf.max-reuse-tcp-queries>`, 262 The ``+d`` option makes the reload drop queries that the worker threads are 266 Without it the queries are kept so that users keep getting answers for 267 those queries that are currently processed. 268 The drop makes it so that queries during the life time of the 274 queries are dropped. [all …]
|
| H A D | requirements.txt | 17 structure for queries. 30 fingerprints on data sets, the Iterator that sends queries to the 32 data from previous queries. The networking and query management code 100 additional section'). And will then be used for sending queries to. It 103 cache. Since A and AAAA queries are not synthesized by the unbound cache, 116 then be used to send queries to. And fake answers may be returned. 179 o the access control denies queries before any other processing. 180 This denies queries that are not authoritative, or version.bind, or any. 182 queries and get answers from the cache). 211 If many queries are made, and they are made to names for which the [all …]
|
| H A D | example.conf.in | 49 # specify the interfaces to answer queries from by ip-address. 60 # enable this feature to copy the source address of queries to reply. 68 # port to answer queries from 71 # specify the interfaces to send outgoing queries to authoritative 79 # upstream queries. Uses freebind option (Linux). 92 # num-queries-per-thread, or, use as many as the OS will allow you. 96 # making outgoing queries, using an outgoing interface. 100 # making outgoing queries, using an outgoing interface. 122 # use SO_REUSEPORT to distribute queries over threads. 165 # the number of queries that a thread gets to service. [all …]
|
| H A D | unbound.conf.rst | 94 # listen on all interfaces, answer queries from the local subnet. 214 The port number on which the server responds to queries. 221 This interface is listened to for queries from clients, and answers to 243 source interface on UDP queries and copy them to replies. 270 This interface is used to send queries to authoritative servers and receive 278 Outgoing queries are sent via a random outgoing interface to counter 282 outgoing UDP queries will use a randomised source address taken from the 292 increase the likelihood of IPv6 nameservers being selected for queries. 315 Permit Unbound to open this port or range of ports for use to send queries. 333 queries. [all …]
|
| H A D | FEATURES | 26 type ANY queries are supported, class ANY queries are supported. 63 Multiple queries can be made over a TCP stream.
|
| H A D | TODO | 50 * multiple queries per question, server exploration, server selection. 51 * support TSIG on queries, for validating resolver deployment. 67 - for fwds, send queries to N servers in fwd-list, use first reply.
|
| H A D | Changelog | 258 - Increase default to `num-queries-per-thread: 2048`, when unbound is 378 records there were only relevant for same case queries (if not 479 auth_zone up/down queries. 835 These queries have no waiting client but they need to be treated as 1355 - Fix edns subnet so that queries with a source prefix of zero cause 1445 The acl option `allow_cookie` allows queries with either a valid 1449 value determines a rate limit for queries with cookies, if desired. 1464 - Fix to use the now cached EDE, if any, for CD_bit queries. 1527 - Merge #802: add validation EDEs to queries where the CD bit is set. 1698 queries for specific zones. [all …]
|
| H A D | README.tests | 11 * dig - from the bind-tools package. Used to send DNS queries.
|
| /src/crypto/openssl/crypto/property/ |
| H A D | README.md | 22 * ... property queries are very common. These must be fast. 24 * Property queries come from a small set and are reused many times typically. 25 I.e. an application tends to use the same set of queries over and over, 26 rather than spanning a wide variety of queries. 28 * Property queries can never add new property definitions. 32 * That definition is uncommon and queries are very common, we can treat 79 against a definition and merging two queries into a single larger query.
|
| /src/contrib/unbound/libunbound/ |
| H A D | context.c | 147 while(rbtree_search(&ctx->queries, &ctx->next_querynum)) { in find_id() 192 (void)rbtree_insert(&ctx->queries, &q->node); in context_new() 291 (void)rbtree_insert(&ctx->queries, &q->node); in context_deserialize_new_query() 305 q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum); in context_lookup_new_query() 360 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id); in context_deserialize_answer() 414 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id); in context_deserialize_cancel()
|
| H A D | libunbound.c | 177 rbtree_init(&ctx->queries, &context_query_cmp); in ub_ctx_create_nopipe() 399 traverse_postorder(&ctx->queries, delq, NULL); in ub_ctx_delete() 639 (void)rbtree_delete(&ctx->queries, q->node.key); in process_answer_detail() 773 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_resolve() 785 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_resolve() 875 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_resolve_async() 903 q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id); in ub_cancel() 914 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_cancel()
|
| H A D | context.h | 145 rbtree_type queries; member
|
| /src/contrib/unbound/contrib/ |
| H A D | unbound_munin_ | 81 unbound_munin_by_type - incoming queries by type 82 unbound_munin_by_class - incoming queries by class 83 unbound_munin_by_opcode - incoming queries by opcode 85 unbound_munin_by_flags - incoming queries by flags 454 sed -e 's/=.*//'` total.num.queries \ 457 num.query.ipv6 unwanted.queries \
|
| H A D | drop-tld.diff | 27 /** deny queries of type ANY with an empty answer */ 29 + /** Drop TLD queries from clients **/
|
| H A D | aaaa-filter-iterator.patch | 12 +explicit AAAA queries, when no A records have been confirmed. 192 + * ASN: Do final processing on responses to A queries originated from AAAA 193 + * queries. Events reach this state after the iterative resolution algorithm 299 /** number of queries that have been ratelimited */ 305 + * This state is responsible for intercepting AAAA queries, 326 /** list of pending queries to authoritative servers. */
|
| H A D | parseunbound.pl | 84 $allstats{$inthread}->{queries} = $1;
|
| /src/contrib/libcbor/doc/source/api/ |
| H A D | item_types.rst | 15 Binary queries 32 Logical queries
|
| /src/contrib/openresolv/ |
| H A D | README.md | 52 In this instance, queries for foo.com will go to 1.2.3.4 and queries for
|
| /src/share/examples/ipfilter/rules/ |
| H A D | tcpstate | 9 # allow nameserver queries and replies to pass through, but no other UDP
|
| /src/crypto/openssl/demos/certs/ |
| H A D | README.txt | 17 The script ocspquery.sh queries the status of the certificates using the
|
| /src/crypto/openssl/doc/man7/ |
| H A D | property.pod | 73 The full syntax for property queries appears below, but the available syntactic 123 exactly equivalent to "my.property=yes" in both definitions and queries. 130 Where both the context and local queries include a clause with the same name,
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_digestsign_supports_digest.pod | 15 The EVP_PKEY_digestsign_supports_digest() function queries whether the message
|
| /src/contrib/unbound/util/ |
| H A D | configlexer.lex | 240 max-reuse-tcp-queries{COLON} { YDVAR(1, VAR_MAX_REUSE_TCP_QUERIES) } 313 num-queries-per-thread{COLON} { YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) } 319 harden-large-queries{COLON} { YDVAR(1, VAR_HARDEN_LARGE_QUERIES) } 438 log-queries{COLON} { YDVAR(1, VAR_LOG_QUERIES) } 562 pad-queries{COLON} { YDVAR(1, VAR_PAD_QUERIES) } 563 pad-queries-block-size{COLON} { YDVAR(1, VAR_PAD_QUERIES_BLOCK_SIZE) }
|
| /src/contrib/ntp/sntp/ |
| H A D | sntp-opts.def | 85 @code{ntpd}, and therefore @code{sntp} will send queries to these IPs 90 different machines, so we can send concurrent queries. 106 separate the queries we send out by the specified number of
|