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

12

/freebsd-10.2-release/contrib/unbound/validator/
H A Dvalidator.c102 verbose(VERB_ALGO, "validator nsec3cfg keysz %d mxiter %d",
205 verbose(VERB_ALGO, "constructing reply for validation");
296 verbose(VERB_ALGO, "not validating response due to CD bit");
301 verbose(VERB_ALGO, "not validating response, is valrec"
311 if(verbosity >= VERB_ALGO) {
315 verbose(VERB_ALGO, "cannot validate non-answer, rcode %s", rc);
324 verbose(VERB_ALGO, "cannot validate RRSIG, no sigs on sigs.");
341 verbose(VERB_ALGO, "response has already been validated: %s",
372 log_query_info(VERB_ALGO, "generate request", &ask);
573 verbose(VERB_ALGO, "truncatin
[all...]
H A Dval_nsec3.c489 verbose(VERB_ALGO, "nsec3: keysize %d bits, max iterations %d",
1002 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could "
1006 log_nametypeclass(VERB_ALGO, "ce candidate", ce->ce, 0, 0);
1010 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
1025 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: "
1029 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
1034 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest "
1043 verbose(VERB_ALGO, "nsec3: Could not find proof that the "
1088 verbose(VERB_ALGO, "nsec3 nameerror proof: failed "
1090 else verbose(VERB_ALGO, "nsec
[all...]
H A Dautotrust.c1003 verbose(VERB_ALGO, "reading autotrust anchor file %s", nm);
1184 verbose(VERB_ALGO, "autotrust: write to disk: %s", tempf);
1205 verbose(VERB_ALGO, "autotrust: replaced %s", fname);
1235 verbose(VERB_ALGO, "autotrust: validate DNSKEY with anchor: %s",
1273 verbose(VERB_ALGO, "seen REVOKE flag, check self-signed, rr %d",
1467 verbose(VERB_ALGO, "orig_ttl is %d", (int)origttl);
1468 verbose(VERB_ALGO, "rrsig_exp_interval is %d",
1470 verbose(VERB_ALGO, "query_interval: %d, retry_time: %d",
1524 verbose_key(ta, VERB_ALGO, "is self-signed revoked");
1557 verbose(VERB_ALGO, "D
[all...]
H A Dval_utils.c319 log_nametypeclass(VERB_ALGO, "verify rrset cached",
327 log_nametypeclass(VERB_ALGO, "verify rrset from cache",
332 log_nametypeclass(VERB_ALGO, "verify rrset", rrset->rk.dname,
335 verbose(VERB_ALGO, "verify result: %s", sec_status_to_string(sec));
402 verbose(VERB_ALGO, "attempt DS match algo %d keytag %d",
410 verbose(VERB_ALGO, "DS match attempt failed");
414 verbose(VERB_ALGO, "DS match digest ok, trying signature");
496 verbose(VERB_ALGO, "DS matched DNSKEY.");
509 verbose(VERB_ALGO, "No usable DS records were found -- "
606 verbose(VERB_ALGO, "D
[all...]
H A Dval_nsec.c217 verbose(VERB_ALGO, "NSEC RRset for the "
246 verbose(VERB_ALGO, "NSEC for empty non-terminal "
251 verbose(VERB_ALGO, "NSEC for empty non-terminal "
591 log_nametypeclass(VERB_ALGO, "topdomain on",
H A Dval_neg.c761 log_nametypeclass(VERB_ALGO, "negcache rr",
854 log_nametypeclass(VERB_ALGO, "negcache insert for zone",
935 log_nametypeclass(VERB_ALGO, "negcache dlvlookup", qname,
947 log_nametypeclass(VERB_ALGO, "negcache zone", zone->name, 0,
964 log_nametypeclass(VERB_ALGO, "negcache rr", data->name,
993 verbose(VERB_ALGO, "negcache got secure rrset");
1006 verbose(VERB_ALGO, "negcache not proven");
1018 verbose(VERB_ALGO, "negcache DLV denial proven");
1067 log_nametypeclass(VERB_ALGO, "negcache insert referral ",
H A Dval_sigcrypt.c523 verbose(VERB_ALGO, "rrset failed to verify: "
528 verbose(VERB_ALGO, "rrset failed to verify: "
579 verbose(VERB_ALGO, "rrset failed to verify: all signatures are bogus");
597 verbose(VERB_ALGO, "verify sig %d %d", (int)tag, algo);
1216 verbose(VERB_ALGO, "date override: ignore date");
1220 verbose(VERB_ALGO, "date override option %d", (int)now);
1296 verbose(VERB_ALGO, "rrset TTL larger than sig expiration ttl,"
/freebsd-10.2-release/contrib/unbound/iterator/
H A Diterator.c198 verbose(VERB_ALGO, "subq error, but not interested");
199 log_query_info(VERB_ALGO, "superq", &super->qinfo);
201 delegpt_log(VERB_ALGO, super_iq->dp);
258 verbose(VERB_ALGO, "error response for prefetch in cache");
273 verbose(VERB_ALGO, "store error response in message cache");
310 verbose(VERB_ALGO, "prepending %d rrsets", (int)num_an + (int)num_ns);
588 verbose(VERB_ALGO, "Cannot prime due to lack of hints");
596 verbose(VERB_ALGO, "could not prime root");
681 verbose(VERB_ALGO, "could not prime stub");
755 log_nametypeclass(VERB_ALGO, "schedul
[all...]
H A Diter_utils.c189 log_addr(VERB_ALGO, "skip addr on the donotquery list",
203 log_addr(VERB_ALGO, "servselect", &a->addr, a->addrlen);
204 verbose(VERB_ALGO, " rtt=%d%s%s%s%s", rtt,
282 verbose(VERB_ALGO, "Bad choices, trying to get more choice");
335 verbose(VERB_ALGO, "selrtt %d", selrtt);
338 verbose(VERB_ALGO, "chase to "
343 verbose(VERB_ALGO, "chase to "
349 verbose(VERB_ALGO, "chase to recursion lame server");
353 verbose(VERB_ALGO, "chase to dnssec lame server");
357 verbose(VERB_ALGO, "chas
[all...]
H A Diter_donotq.c97 verbose(VERB_ALGO, "donotq: %s", str);
H A Diter_scrub.c192 verbose(VERB_ALGO, "Found CNAME rrset with "
359 verbose(VERB_ALGO, "Found DNAME rrset with "
366 verbose(VERB_ALGO, "synthesized CNAME "
724 log_nametypeclass(VERB_ALGO, "scrub for", zonename, LDNS_RR_TYPE_NS,
H A Diter_hints.c435 verbose(VERB_ALGO, "no config, using builtin root hints.");
/freebsd-10.2-release/contrib/unbound/util/
H A Dtube.c507 verbose(VERB_ALGO, "tube created");
521 verbose(VERB_ALGO, "tube deleted");
527 verbose(VERB_ALGO, "tube close_read");
532 verbose(VERB_ALGO, "tube close_write");
541 verbose(VERB_ALGO, "tube remove_bg_listen");
547 verbose(VERB_ALGO, "tube remove_bg_write");
565 verbose(VERB_ALGO, "tube write_msg len %d", (int)len);
579 verbose(VERB_ALGO, "tube read_msg %s", nonblock?"nonblock":"blocking");
582 verbose(VERB_ALGO, "tube read_msg nodata");
596 verbose(VERB_ALGO, "tub
[all...]
H A Dwinsock_event.c342 verbose(VERB_ALGO, "FD_READ_BIT error: %s",
348 verbose(VERB_ALGO, "FD_WRITE_BIT error: %s",
354 verbose(VERB_ALGO, "FD_CONNECT_BIT error: %s",
361 verbose(VERB_ALGO, "FD_ACCEPT_BIT error: %s",
367 verbose(VERB_ALGO, "FD_CLOSE_BIT error: %s",
373 verbose(VERB_ALGO, "winsock %d pass sticky %s%s",
385 verbose(VERB_ALGO, "winsock %d store sticky %s%s",
391 verbose(VERB_ALGO, "winsock event callback %p fd=%d "
412 verbose(VERB_ALGO, "winsock %d got sticky %s%s",
495 verbose(VERB_ALGO, "event_ad
[all...]
H A Dlog.h59 VERB_ALGO, enumerator in enum:verbosity_value
H A Dnetevent.c220 verbose(VERB_ALGO,
351 if(verbosity < VERB_ALGO)
517 verbose(VERB_ALGO, "no IP_PKTINFO or IP_SENDSRCADDR");
538 if(verbosity >= VERB_ALGO)
639 if(verbosity >= VERB_ALGO)
729 verbose(VERB_ALGO, "wait is over, slow accept disabled");
764 verbose(VERB_ALGO, "out of file descriptors: "
811 verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
996 log_addr(VERB_ALGO, "SSL DNS connection", &c->repinfo.addr,
1061 verbose(VERB_ALGO, "Readin
[all...]
/freebsd-10.2-release/contrib/unbound/dns64/
H A Ddns64.c298 verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix);
387 verbose(VERB_ALGO, "dns64: rewrite PTR record");
445 verbose(VERB_ALGO, "dns64: query A record");
456 verbose(VERB_ALGO, "dns64: sub-query creation failed");
501 verbose(VERB_ALGO, "dns64: pass to next module");
673 verbose(VERB_ALGO, "converting A answers to AAAA answers");
757 verbose(VERB_ALGO, "adjusting PTR reply");
790 log_query_info(VERB_ALGO, "dns64: inform_super, sub is",
792 log_query_info(VERB_ALGO, "super is", &super->qinfo);
/freebsd-10.2-release/contrib/unbound/services/
H A Doutside_network.c195 log_addr(VERB_ALGO, "tcp bound to src", &pi->addr, pi->addrlen);
326 verbose(VERB_ALGO, "outnettcp cb");
356 verbose(VERB_ALGO, "close of port %d", pc->number);
405 verbose(VERB_ALGO, "answer cb");
421 verbose(VERB_ALGO, "Incoming reply id = %4.4x", key.id);
422 log_addr(VERB_ALGO, "Incoming reply addr =",
426 verbose(VERB_ALGO, "lookup size is %d entries", (int)outnet->pending->count);
430 log_buf(VERB_ALGO, "dropped message", c->buffer);
446 verbose(VERB_ALGO, "received udp reply.");
447 log_buf(VERB_ALGO, "ud
[all...]
H A Dmesh.c256 log_nametypeclass(VERB_ALGO, "query jostled out to "
264 verbose(VERB_ALGO, "notify supers of failure");
292 verbose(VERB_ALGO, "Too many queries. dropping "
303 verbose(VERB_ALGO, "Too many requests queued. "
447 verbose(VERB_ALGO, "Too many queries. dropped prefetch.");
692 verbose(VERB_ALGO, "attach failed, cycle detected");
899 verbose(VERB_ALGO, "query took " ARG_LL "d.%6.6d sec",
1076 verbose(VERB_ALGO, "mesh_run: start");
1088 verbose(VERB_ALGO, "mesh_run: %s module exit state is %s",
1102 if(verbosity >= VERB_ALGO) {
[all...]
H A Dlisten_dnsport.c73 if(verbosity >= VERB_ALGO) {
86 verbose(VERB_ALGO, "creating %s%s socket %s %d",
603 verbose(VERB_ALGO, "creating unix socket %s", path);
894 verbose(VERB_ALGO, "setup TCP for SSL service");
/freebsd-10.2-release/contrib/unbound/daemon/
H A Dworker.c157 if(verbosity < VERB_ALGO)
270 verbose(VERB_ALGO, "worker svcd callback for qstate %p", e->qstate);
283 verbose(VERB_ALGO, "worker: bad reply handled as timeout");
368 verbose(VERB_ALGO, "got control cmd quit");
372 verbose(VERB_ALGO, "got control cmd stats");
376 verbose(VERB_ALGO, "got control cmd stats_noreset");
380 verbose(VERB_ALGO, "got control cmd remote");
551 verbose(VERB_ALGO, "Cache reply: cname chain broken");
577 verbose(VERB_ALGO, "Cache reply: unchecked entry needs "
585 verbose(VERB_ALGO, "Cach
[all...]
H A Ddaemon.c399 verbose(VERB_ALGO, "total of %d outgoing ports available", numport);
488 verbose(VERB_ALGO, "start threads");
509 verbose(VERB_ALGO, "stop threads");
518 verbose(VERB_ALGO, "join %d", i);
520 verbose(VERB_ALGO, "join success %d", i);
H A Dstats.c193 verbose(VERB_ALGO, "write stats cmd");
197 verbose(VERB_ALGO, "wait for stats reply");
211 verbose(VERB_ALGO, "write stats replymsg");
H A Dunbound.c290 verbose(VERB_ALGO, "increased limit(open files) from %u to %u",
674 verbose(VERB_ALGO, "cleanup.");
678 verbose(VERB_ALGO, "Exit cleanup.");
/freebsd-10.2-release/contrib/unbound/services/cache/
H A Ddns.c129 verbose(VERB_ALGO, "TTL 0: dropped msg from cache");
279 log_nametypeclass(VERB_ALGO, "found in cache",
299 log_nametypeclass(VERB_ALGO, "found in cache",

Completed in 265 milliseconds

12