bind9/lib
JINMEI Tatuya 9c8dae041d ns_query refactoring for hook-based recursion
several small changes to query processing to make it easier to
use hook-based recursion (and other asynchronous functionlity)
later.

- recursion quota check is now a separate function,
  check_recursionquota(), which is called by ns_query_recurse().
- pass isc_result to query_nxdomain() instead of bool.
  the value of 'empty_wild' will be determined in the function
  based on the passed result.  this is similar to query_nodata(),
  and makes the signatures of the two functions more consistent.
- pass the current 'result' value into plugin hooks.
2020-11-24 15:11:39 -08:00
..
bind9 Warn if 'stale-refresh-time' < 30 (default) 2020-11-11 12:53:23 -03:00
dns add dns_dns64_findprefix 2020-11-25 08:25:29 +11:00
irs Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
isc add dns_dns64_findprefix 2020-11-25 08:25:29 +11:00
isccc Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
isccfg Add stale-refresh-time option 2020-11-11 12:53:23 -03:00
ns ns_query refactoring for hook-based recursion 2020-11-24 15:11:39 -08:00
samples Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07: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