bind9/lib
Evan Hunt 249184e03e add a quick-and-dirty method of debugging a single query
when built with "configure --enable-singletrace", named will produce
detailed query logging at the highest debug level for any query with
query ID zero.

this enables monitoring of the progress of a single query by specifying
the QID using "dig +qid=0". the "client" logging category should be set
to a low severity level to suppress logging of other queries. (the
chance of another query using QID=0 at the same time is only 1 in 2^16.)

"--enable-singletrace" turns on "--enable-querytrace" as well, so if the
logging severity is not lowered, all other queries will be logged
verbosely as well. compiling with either of these options will impair
query performance; they should only be turned on when testing or
troubleshooting.
2020-05-26 00:47:18 -07:00
..
bind9 change "expr == false" to "!expr" in conditionals 2020-05-25 16:09:57 -07:00
dns change "expr == false" to "!expr" in conditionals 2020-05-25 16:09:57 -07:00
irs Provide unit test driver 2020-05-21 12:13:01 +02:00
isc add a quick-and-dirty method of debugging a single query 2020-05-26 00:47:18 -07:00
isccc Provide unit test driver 2020-05-21 12:13:01 +02:00
isccfg Provide unit test driver 2020-05-21 12:13:01 +02:00
ns add a quick-and-dirty method of debugging a single query 2020-05-26 00:47:18 -07:00
samples change "expr == false" to "!expr" in conditionals 2020-05-25 16:09:57 -07:00
win32/bindevt Disable MSB8028 warning 2020-04-15 13:37:12 +02:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00