Searched refs:VERB_ALGO (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-13-stable/contrib/unbound/cachedb/
H A Dredis.c97 verbose(VERB_ALGO, "redis_init");
157 verbose(VERB_ALGO, "redis_deinit");
241 verbose(VERB_ALGO, "redis_lookup of %s", key);
254 verbose(VERB_ALGO, "redis_lookup: no data cached");
257 verbose(VERB_ALGO, "redis_lookup found %d bytes",
295 verbose(VERB_ALGO, "redis_store %s (%d bytes)", key, (int)data_len);
301 verbose(VERB_ALGO, "redis_store %s (%d bytes) with ttl %u",
316 verbose(VERB_ALGO, "redis_store set completed");
H A Dcachedb.c106 verbose(VERB_ALGO, "testframe_init");
125 verbose(VERB_ALGO, "testframe_deinit");
141 verbose(VERB_ALGO, "testframe_lookup of %s", key);
148 verbose(VERB_ALGO, "testframe_lookup found %d bytes",
169 verbose(VERB_ALGO, "testframe_store %s (%d bytes)", key, (int)data_len);
400 if(verbosity >= VERB_ALGO)
537 verbose(VERB_ALGO, "cachedb msg adjust by zero");
542 verbose(VERB_ALGO, "cachedb msg expired");
550 verbose(VERB_ALGO, "cachedb msg adjusted down by %d", (int)adjust);
692 if(verbosity >= VERB_ALGO) {
[all...]
/freebsd-13-stable/contrib/unbound/validator/
H A Dvalidator.c105 verbose(VERB_ALGO, "validator nsec3cfg keysz %d mxiter %d",
218 verbose(VERB_ALGO, "constructing reply for validation");
311 verbose(VERB_ALGO, "not validating response due to CD bit");
316 verbose(VERB_ALGO, "not validating response, is valrec"
326 if(verbosity >= VERB_ALGO) {
330 verbose(VERB_ALGO, "cannot validate non-answer, rcode %s", rc);
339 verbose(VERB_ALGO, "cannot validate RRSIG, no sigs on sigs.");
356 verbose(VERB_ALGO, "response has already been validated: %s",
391 log_query_info(VERB_ALGO, "generate request", &ask);
399 verbose(VERB_ALGO, "Coul
[all...]
H A Dval_nsec3.c483 verbose(VERB_ALGO, "nsec3: keysize %d bits, max iterations %d",
952 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
956 log_nametypeclass(VERB_ALGO, "ce candidate", ce->ce, 0, 0);
960 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
975 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
979 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
984 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
993 verbose(VERB_ALGO, "nsec3: Could not find proof that the "
1038 verbose(VERB_ALGO, "nsec3 nameerror proof: failed "
1040 else verbose(VERB_ALGO, "nsec
[all...]
H A Dval_utils.c346 log_nametypeclass(VERB_ALGO, "verify rrset cached",
354 log_nametypeclass(VERB_ALGO, "verify rrset from cache",
359 log_nametypeclass(VERB_ALGO, "verify rrset", rrset->rk.dname,
363 verbose(VERB_ALGO, "verify result: %s", sec_status_to_string(sec));
432 verbose(VERB_ALGO, "attempt DS match algo %d keytag %d",
440 verbose(VERB_ALGO, "DS match attempt failed");
444 verbose(VERB_ALGO, "DS match digest ok, trying signature");
532 verbose(VERB_ALGO, "DS matched DNSKEY.");
545 verbose(VERB_ALGO, "No usable DS records were found -- "
644 verbose(VERB_ALGO, "D
[all...]
H A Dautotrust.c1005 verbose(VERB_ALGO, "reading autotrust anchor file %s", nm);
1203 verbose(VERB_ALGO, "autotrust: write to disk: %s", tempf);
1232 verbose(VERB_ALGO, "autotrust: replaced %s", fname);
1265 verbose(VERB_ALGO, "autotrust: validate DNSKEY with anchor: %s",
1304 verbose(VERB_ALGO, "seen REVOKE flag, check self-signed, rr %d",
1502 verbose(VERB_ALGO, "orig_ttl is %d", (int)origttl);
1503 verbose(VERB_ALGO, "rrsig_exp_interval is %d",
1505 verbose(VERB_ALGO, "query_interval: %d, retry_time: %d",
1559 verbose_key(ta, VERB_ALGO, "is self-signed revoked");
1592 verbose(VERB_ALGO, "D
[all...]
H A Dval_nsec.c219 verbose(VERB_ALGO, "NSEC RRset for the "
249 verbose(VERB_ALGO, "NSEC for empty non-terminal "
254 verbose(VERB_ALGO, "NSEC for empty non-terminal "
/freebsd-13-stable/contrib/unbound/iterator/
H A Diterator.c244 verbose(VERB_ALGO, "subq error, but not interested");
245 log_query_info(VERB_ALGO, "superq", &super->qinfo);
304 verbose(VERB_ALGO, "error response for prefetch in cache");
371 verbose(VERB_ALGO, "store error response in message cache");
409 verbose(VERB_ALGO, "prepending %d rrsets", (int)num_an + (int)num_ns);
787 verbose(VERB_ALGO, "Cannot prime due to lack of hints");
795 verbose(VERB_ALGO, "could not prime root");
886 verbose(VERB_ALGO, "could not prime stub");
951 if(verbosity>=VERB_ALGO) {
954 verbose(VERB_ALGO, "auth_zon
[all...]
H A Diter_utils.c234 log_addr(VERB_ALGO, "skip addr on the donotquery list",
248 log_addr(VERB_ALGO, "servselect", &a->addr, a->addrlen);
249 verbose(VERB_ALGO, " rtt=%d%s%s%s%s", rtt,
378 verbose(VERB_ALGO, "Bad choices, trying to get more choice");
563 verbose(VERB_ALGO, "selrtt %d", selrtt);
566 verbose(VERB_ALGO, "chase to "
571 verbose(VERB_ALGO, "chase to "
577 verbose(VERB_ALGO, "chase to recursion lame server");
581 verbose(VERB_ALGO, "chase to dnssec lame server");
585 verbose(VERB_ALGO, "chas
[all...]
H A Diter_donotq.c97 verbose(VERB_ALGO, "donotq: %s", str);
/freebsd-13-stable/contrib/unbound/util/
H A Dtube.c511 verbose(VERB_ALGO, "tube created");
525 verbose(VERB_ALGO, "tube deleted");
531 verbose(VERB_ALGO, "tube close_read");
536 verbose(VERB_ALGO, "tube close_write");
545 verbose(VERB_ALGO, "tube remove_bg_listen");
551 verbose(VERB_ALGO, "tube remove_bg_write");
569 verbose(VERB_ALGO, "tube write_msg len %d", (int)len);
583 verbose(VERB_ALGO, "tube read_msg %s", nonblock?"nonblock":"blocking");
586 verbose(VERB_ALGO, "tube read_msg nodata");
600 verbose(VERB_ALGO, "tub
[all...]
H A Dwinsock_event.c343 verbose(VERB_ALGO, "FD_READ_BIT error: %s",
349 verbose(VERB_ALGO, "FD_WRITE_BIT error: %s",
355 verbose(VERB_ALGO, "FD_CONNECT_BIT error: %s",
362 verbose(VERB_ALGO, "FD_ACCEPT_BIT error: %s",
368 verbose(VERB_ALGO, "FD_CLOSE_BIT error: %s",
374 verbose(VERB_ALGO, "winsock %d pass sticky %s%s",
386 verbose(VERB_ALGO, "winsock %d store sticky %s%s",
392 verbose(VERB_ALGO, "winsock event callback %p fd=%d "
413 verbose(VERB_ALGO, "winsock %d got sticky %s%s",
493 verbose(VERB_ALGO, "event_ad
[all...]
H A Dlog.h59 VERB_ALGO, enumerator in enum:verbosity_value
H A Dnetevent.c181 verbose(VERB_ALGO, "%s %s uses %s method.", evnm, evsys, evmethod);
292 if(verbosity < VERB_ALGO)
511 verbose(VERB_ALGO, "no IP_PKTINFO or IP_SENDSRCADDR");
536 if(verbosity >= VERB_ALGO)
618 if(verbosity >= VERB_ALGO)
705 if(verbosity >= VERB_ALGO)
834 verbose(VERB_ALGO, "wait is over, slow accept disabled");
874 verbose(VERB_ALGO, "out of file descriptors: "
934 verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
1262 log_addr(VERB_ALGO, "SS
[all...]
/freebsd-13-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.c153 log_query_info(VERB_ALGO, "ipsecmod: generate request", &ask);
359 verbose(VERB_ALGO, "ipsecmod: shell command: '%s'", str);
394 verbose(VERB_ALGO, "ipsecmod: query for %s; engaging",
482 verbose(VERB_ALGO, "ipsecmod: response for %s; generating IPSECKEY "
533 verbose(VERB_ALGO, "got called with event error, giving up");
553 log_query_info(VERB_ALGO, "ipsecmod: inform_super, sub is",
555 log_query_info(VERB_ALGO, "super is", &super->qinfo);
558 verbose(VERB_ALGO, "super has no ipsecmod state");
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.c1509 verbose(VERB_ALGO, "opening $INCLUDE %s",
1531 verbose(VERB_ALGO, "done with $INCLUDE %s",
1575 if(verbosity >= VERB_ALGO) {
1578 verbose(VERB_ALGO, "read zonefile %s for %s", zfilename, nm);
1585 verbose(VERB_ALGO, "no zonefile %s for %s",
1691 verbose(VERB_ALGO, "failed to rr2str rr %d", (int)i);
3209 if(verbosity >= VERB_ALGO) {
4128 verbose(VERB_ALGO, "http chunkline, "
4246 verbose(VERB_ALGO, "http chunkline: "
4534 verbose(VERB_ALGO, "
[all...]
H A Doutside_network.c242 log_addr(VERB_ALGO, "tcp bound to src", &pi->addr, pi->addrlen);
277 verbose(VERB_ALGO, "outgoing tcp:"
284 verbose(VERB_ALGO, "outgoing tcp:"
292 verbose(VERB_ALGO, "outgoing tcp:"
296 verbose(VERB_ALGO, "outgoing tcp:"
641 verbose(VERB_ALGO, "the query is using TLS encryption, for %s",
1005 verbose(VERB_ALGO, "outnettcp cb");
1023 verbose(VERB_ALGO, "outnet tcp pkt was written event");
1034 verbose(VERB_ALGO, "outnet tcp setup next pkt");
1045 verbose(VERB_ALGO, "outne
[all...]
H A Drpz.c482 verbose(VERB_ALGO, "RPZ: skipping unsupported action: %s",
501 verbose(VERB_ALGO, "RPZ: skipping duplicate record: '%s'",
555 verbose(VERB_ALGO, "RPZ: skipping unsupported action: %s",
632 verbose(VERB_ALGO, "RPZ: skipping invalid trigger");
648 verbose(VERB_ALGO, "RPZ: skipping unsupported trigger: %s",
842 verbose(VERB_ALGO, "RPZ: cannot remove RR from IXFR, "
878 verbose(VERB_ALGO, "RPZ: cannot remove RR from IXFR, "
H A Dmesh.c337 log_nametypeclass(VERB_ALGO, "query jostled out to "
345 verbose(VERB_ALGO, "notify supers of failure");
395 verbose(VERB_ALGO, "Serve expired: bogus answer found in cache");
398 verbose(VERB_ALGO, "Serve expired: unchecked entry needs "
403 verbose(VERB_ALGO, "Serve expired: secure entry"
473 verbose(VERB_ALGO, "Too many queries. dropping "
484 verbose(VERB_ALGO, "Too many requests queued. "
701 verbose(VERB_ALGO, "Too many queries. dropped prefetch.");
1013 verbose(VERB_ALGO, "attach failed, cycle detected");
1307 verbose(VERB_ALGO, "quer
[all...]
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddtstream.c557 verbose(VERB_ALGO, "dnstap io: reconnect timer");
588 verbose(VERB_ALGO, "dnstap io: set reconnect attempt after %d msec",
1151 verbose(VERB_ALGO, "dnstap: invalid control type received, "
1185 verbose(VERB_ALGO, "dnstap: ACCEPT frame "
1322 verbose(VERB_ALGO, "dnstap io, %s, SSL "
1327 log_cert(VERB_ALGO, "dnstap io, peer certificate",
1331 verbose(VERB_ALGO, "dnstap io, %s, SSL "
1337 verbose(VERB_ALGO, "dnstap io, %s, SSL "
1347 log_cert(VERB_ALGO, "dnstap io, peer "
1351 verbose(VERB_ALGO, "dnsta
[all...]
/freebsd-13-stable/contrib/unbound/dns64/
H A Ddns64.c369 verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix);
483 verbose(VERB_ALGO, "dns64: rewrite PTR record");
517 verbose(VERB_ALGO, "dns64: query A record");
528 verbose(VERB_ALGO, "dns64: sub-query creation failed");
592 verbose(VERB_ALGO, "dns64: ignore-aaaa and synthesize anyway");
601 verbose(VERB_ALGO, "dns64: pass to next module");
647 verbose(VERB_ALGO, "dns64: ignore-aaaa and synthesize anyway");
816 verbose(VERB_ALGO, "converting A answers to AAAA answers");
909 verbose(VERB_ALGO, "adjusting PTR reply");
944 log_query_info(VERB_ALGO, "dns6
[all...]
/freebsd-13-stable/contrib/unbound/daemon/
H A Dworker.c127 if(verbosity < VERB_ALGO)
278 verbose(VERB_ALGO, "worker svcd callback for qstate %p", e->qstate);
291 verbose(VERB_ALGO, "worker: bad reply handled as timeout");
399 verbose(VERB_ALGO, "got control cmd quit");
403 verbose(VERB_ALGO, "got control cmd stats");
407 verbose(VERB_ALGO, "got control cmd stats_noreset");
411 verbose(VERB_ALGO, "got control cmd remote");
677 verbose(VERB_ALGO, "Cache reply: cname chain broken");
703 verbose(VERB_ALGO, "Cache reply: unchecked entry needs "
711 verbose(VERB_ALGO, "Cach
[all...]
H A Ddaemon.c401 log_edns_known_options(VERB_ALGO, daemon->env);
458 verbose(VERB_ALGO, "total of %d outgoing ports available", numport);
553 verbose(VERB_ALGO, "start threads");
574 verbose(VERB_ALGO, "stop threads");
583 verbose(VERB_ALGO, "join %d", i);
585 verbose(VERB_ALGO, "join success %d", i);
/freebsd-13-stable/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.c104 verbose(VERB_ALGO, "send-client-subnet: %s", str);
/freebsd-13-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c97 verbose(VERB_ALGO, "dynlibmod[%d]: Trying to load library %s", dynlib_mod_idx, de->fname);
204 verbose(VERB_ALGO, "dynlibmod: get_mem, id: %d, de:%p", id, de);

Completed in 306 milliseconds

12