Symbol: VERB_OPS
sbin/unwind/libunbound/services/authzone.c
4880
verbose(VERB_OPS, "IXFR has no second SOA record");
sbin/unwind/libunbound/services/authzone.c
4886
verbose(VERB_OPS, "IXFR cannot parse second SOA record");
sbin/unwind/libunbound/services/authzone.c
4891
verbose(VERB_OPS, "IXFR second record is not type SOA");
sbin/unwind/libunbound/services/authzone.c
4895
verbose(VERB_OPS, "IXFR, second SOA has short rdlength");
sbin/unwind/libunbound/services/authzone.c
4901
verbose(VERB_OPS, "IXFR second serial same as first");
sbin/unwind/libunbound/services/authzone.c
4907
verbose(VERB_OPS, "IXFR is from serial %u to %u but %u "
sbin/unwind/libunbound/services/authzone.c
5762
if(verbosity >= VERB_OPS) {
sbin/unwind/libunbound/services/authzone.c
5765
verbose(VERB_OPS, "auth zone %s: primary %s address lookup is DNSSEC bogus: %s",
sbin/unwind/libunbound/services/authzone.c
6855
if(verbosity >= VERB_OPS) {
sbin/unwind/libunbound/services/authzone.c
6858
verbose(VERB_OPS, "auth zone %s: primary %s address probe lookup is DNSSEC bogus: %s",
sbin/unwind/libunbound/services/cache/infra.c
1133
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s from %s", buf, lim, qnm, cs, ts, ip);
sbin/unwind/libunbound/services/cache/infra.c
1135
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s", buf, lim, qnm, cs, ts);
sbin/unwind/libunbound/services/cache/infra.c
1228
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s %s",
sbin/unwind/libunbound/services/cache/infra.c
1232
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s (no query name)",
sbin/unwind/libunbound/services/modstack.c
249
verbose(VERB_OPS, "startup module %d: %s",
sbin/unwind/libunbound/services/modstack.c
292
verbose(VERB_OPS, "init module %d: %s",
sbin/unwind/libunbound/services/outside_network.c
240
log_addr(VERB_OPS, "for addr", &w->addr, w->addrlen);
sbin/unwind/libunbound/util/log.c
397
if(level == VERB_OPS)
sbin/unwind/libunbound/util/net_help.c
1857
verbose(VERB_OPS, "read tls-session-ticket-key: %s", fstr);
sbin/unwind/libunbound/util/netevent.c
1402
if(verbosity >= VERB_OPS) {
sbin/unwind/libunbound/util/netevent.c
1406
verbose(VERB_OPS, "doq sendmsg to %s %s "
sbin/unwind/libunbound/util/netevent.c
1410
verbose(VERB_OPS, "doq sendmsg failed: %s",
sbin/unwind/libunbound/util/netevent.c
3009
verbose(VERB_OPS, "accept failed, "
sbin/unwind/libunbound/util/netevent.c
3488
log_addr(VERB_OPS, "ssl handshake failed",
sbin/unwind/libunbound/util/netevent.c
476
verbose(VERB_OPS, "send udp blocked "
sbin/unwind/libunbound/util/netevent.c
556
verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
sbin/unwind/libunbound/util/netevent.c
558
verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
sbin/unwind/libunbound/util/netevent.c
561
log_addr(VERB_OPS, "remote address is",
sbin/unwind/libunbound/util/netevent.c
791
verbose(VERB_OPS, "send udp blocked "
sbin/unwind/libunbound/util/netevent.c
863
verbose(VERB_OPS, "sendmsg failed: %s", strerror(errno));
sbin/unwind/libunbound/util/netevent.c
864
log_addr(VERB_OPS, "remote address is",
sbin/unwind/libunbound/validator/autotrust.c
2129
log_nametypeclass(VERB_OPS, "trust point was revoked",
sbin/unwind/libunbound/validator/autotrust.c
215
verbose_key(ta, VERB_OPS, "has undefined "
sbin/unwind/libunbound/validator/validator.c
2874
log_nametypeclass(VERB_OPS, "failed to prime trust anchor -- "
sbin/unwind/libunbound/validator/validator.c
2914
log_nametypeclass(VERB_OPS, "failed to prime trust anchor -- "
sbin/unwind/libunbound/validator/validator.c
578
log_nametypeclass(VERB_OPS, "generate keytag query", keytagdname,
usr.sbin/unbound/cachedb/redis.c
213
if(verbosity >= VERB_OPS) {
usr.sbin/unbound/cachedb/redis.c
217
verbose(VERB_OPS, "Connection to Redis %sestablished (%s%s)",
usr.sbin/unbound/cachedb/redis.c
263
verbose(VERB_OPS, "Redis initialization");
usr.sbin/unbound/cachedb/redis.c
415
verbose(VERB_OPS, "Redis deinitialization");
usr.sbin/unbound/daemon/remote.c
4299
log_addr(VERB_OPS, "failed connection from",
usr.sbin/unbound/daemon/stats.c
401
if(verbosity >= VERB_OPS)
usr.sbin/unbound/daemon/stats.c
405
verbose(VERB_OPS, "no response from thread %d"
usr.sbin/unbound/daemon/unbound.c
692
verbose(VERB_OPS, "Restart of %s.", PACKAGE_STRING);
usr.sbin/unbound/daemon/unbound.c
693
else verbose(VERB_OPS, "Start of %s.", PACKAGE_STRING);
usr.sbin/unbound/daemon/worker.c
2495
if(worker->env.mesh && verbosity >= VERB_OPS) {
usr.sbin/unbound/dnscrypt/dnscrypt.c
1034
verbose(VERB_OPS, "DNSCrypt: Freeing environment.");
usr.sbin/unbound/dnscrypt/dnscrypt.c
620
verbose(VERB_OPS, "Cert %s is rotated and will not be distributed via DNS", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
624
verbose(VERB_OPS, "Loaded cert %s", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
725
verbose(VERB_OPS,
usr.sbin/unbound/dnscrypt/dnscrypt.c
735
verbose(VERB_OPS, "cert #%" PRIu32 " is too long", serial);
usr.sbin/unbound/dnscrypt/dnscrypt.c
757
verbose(VERB_OPS,
usr.sbin/unbound/dnscrypt/dnscrypt.c
833
verbose(VERB_OPS, "Loaded key %s", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
839
verbose(VERB_OPS, "Crypt public key fingerprint for %s: %s", head->str, fingerprint);
usr.sbin/unbound/dnscrypt/dnscrypt.c
857
verbose(VERB_OPS, "Crypt public key fingerprint for %s: %s",
usr.sbin/unbound/dnscrypt/dnscrypt.c
859
verbose(VERB_OPS, "Using %s",
usr.sbin/unbound/dnstap/dnstap.c
166
verbose(VERB_OPS, "attempting to connect to dnstap socket %s",
usr.sbin/unbound/dnstap/dnstap.c
214
verbose(VERB_OPS, "dnstap identity field set to \"%s\"",
usr.sbin/unbound/dnstap/dnstap.c
234
verbose(VERB_OPS, "dnstap version field set to \"%s\"",
usr.sbin/unbound/dnstap/dnstap.c
244
verbose(VERB_OPS, "dnstap Message/RESOLVER_QUERY enabled");
usr.sbin/unbound/dnstap/dnstap.c
249
verbose(VERB_OPS, "dnstap Message/RESOLVER_RESPONSE enabled");
usr.sbin/unbound/dnstap/dnstap.c
254
verbose(VERB_OPS, "dnstap Message/CLIENT_QUERY enabled");
usr.sbin/unbound/dnstap/dnstap.c
259
verbose(VERB_OPS, "dnstap Message/CLIENT_RESPONSE enabled");
usr.sbin/unbound/dnstap/dnstap.c
264
verbose(VERB_OPS, "dnstap Message/FORWARDER_QUERY enabled");
usr.sbin/unbound/dnstap/dnstap.c
269
verbose(VERB_OPS, "dnstap Message/FORWARDER_RESPONSE enabled");
usr.sbin/unbound/dnstap/dnstap.c
274
verbose(VERB_OPS, "dnstap SAMPLE_RATE enabled and set to \"%d\"", (int)env->sample_rate);
usr.sbin/unbound/dnstap/dtstream.c
1117
verbose(VERB_OPS, "dnstap: received frame exceeds max "
usr.sbin/unbound/dnstap/dtstream.c
1160
verbose(VERB_OPS, "dnstap: invalid data received");
usr.sbin/unbound/dnstap/dtstream.c
1189
verbose(VERB_OPS, "dnstap io: out of "
usr.sbin/unbound/dnstap/dtstream.c
1460
verbose(VERB_OPS, "dnstap io, ssl handshake failed "
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1028
verbose(VERB_OPS, "ssl handshake failed "
usr.sbin/unbound/services/authzone.c
4880
verbose(VERB_OPS, "IXFR has no second SOA record");
usr.sbin/unbound/services/authzone.c
4886
verbose(VERB_OPS, "IXFR cannot parse second SOA record");
usr.sbin/unbound/services/authzone.c
4891
verbose(VERB_OPS, "IXFR second record is not type SOA");
usr.sbin/unbound/services/authzone.c
4895
verbose(VERB_OPS, "IXFR, second SOA has short rdlength");
usr.sbin/unbound/services/authzone.c
4901
verbose(VERB_OPS, "IXFR second serial same as first");
usr.sbin/unbound/services/authzone.c
4907
verbose(VERB_OPS, "IXFR is from serial %u to %u but %u "
usr.sbin/unbound/services/authzone.c
5762
if(verbosity >= VERB_OPS) {
usr.sbin/unbound/services/authzone.c
5765
verbose(VERB_OPS, "auth zone %s: primary %s address lookup is DNSSEC bogus: %s",
usr.sbin/unbound/services/authzone.c
6855
if(verbosity >= VERB_OPS) {
usr.sbin/unbound/services/authzone.c
6858
verbose(VERB_OPS, "auth zone %s: primary %s address probe lookup is DNSSEC bogus: %s",
usr.sbin/unbound/services/cache/infra.c
1133
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s from %s", buf, lim, qnm, cs, ts, ip);
usr.sbin/unbound/services/cache/infra.c
1135
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s", buf, lim, qnm, cs, ts);
usr.sbin/unbound/services/cache/infra.c
1228
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s %s",
usr.sbin/unbound/services/cache/infra.c
1232
verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s (no query name)",
usr.sbin/unbound/services/modstack.c
249
verbose(VERB_OPS, "startup module %d: %s",
usr.sbin/unbound/services/modstack.c
292
verbose(VERB_OPS, "init module %d: %s",
usr.sbin/unbound/services/outside_network.c
240
log_addr(VERB_OPS, "for addr", &w->addr, w->addrlen);
usr.sbin/unbound/testcode/fake_event.c
1286
log_nametypeclass(VERB_OPS, "pending serviced query",
usr.sbin/unbound/testcode/fake_event.c
1289
verbose(VERB_OPS, "pending serviced query zone %s flags%s%s%s%s",
usr.sbin/unbound/util/log.c
397
if(level == VERB_OPS)
usr.sbin/unbound/util/net_help.c
1857
verbose(VERB_OPS, "read tls-session-ticket-key: %s", fstr);
usr.sbin/unbound/util/netevent.c
1402
if(verbosity >= VERB_OPS) {
usr.sbin/unbound/util/netevent.c
1406
verbose(VERB_OPS, "doq sendmsg to %s %s "
usr.sbin/unbound/util/netevent.c
1410
verbose(VERB_OPS, "doq sendmsg failed: %s",
usr.sbin/unbound/util/netevent.c
3009
verbose(VERB_OPS, "accept failed, "
usr.sbin/unbound/util/netevent.c
3488
log_addr(VERB_OPS, "ssl handshake failed",
usr.sbin/unbound/util/netevent.c
476
verbose(VERB_OPS, "send udp blocked "
usr.sbin/unbound/util/netevent.c
556
verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
usr.sbin/unbound/util/netevent.c
558
verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
usr.sbin/unbound/util/netevent.c
561
log_addr(VERB_OPS, "remote address is",
usr.sbin/unbound/util/netevent.c
791
verbose(VERB_OPS, "send udp blocked "
usr.sbin/unbound/util/netevent.c
863
verbose(VERB_OPS, "sendmsg failed: %s", strerror(errno));
usr.sbin/unbound/util/netevent.c
864
log_addr(VERB_OPS, "remote address is",
usr.sbin/unbound/validator/autotrust.c
2125
log_nametypeclass(VERB_OPS, "trust point was revoked",
usr.sbin/unbound/validator/autotrust.c
215
verbose_key(ta, VERB_OPS, "has undefined "
usr.sbin/unbound/validator/validator.c
2874
log_nametypeclass(VERB_OPS, "failed to prime trust anchor -- "
usr.sbin/unbound/validator/validator.c
2914
log_nametypeclass(VERB_OPS, "failed to prime trust anchor -- "
usr.sbin/unbound/validator/validator.c
578
log_nametypeclass(VERB_OPS, "generate keytag query", keytagdname,