bind9/bin
Evan Hunt d2f4644388 add hook statement to configuration parser
- allow multiple "hook" statements at global or view level
- add "optional bracketed text" type for optional parameter list
- load hook module from specified path rather than hardcoded path
- add a hooktable pointer (and a callback for freeing it) to the
  view structure
- change the hooktable functions so they no longer update ns__hook_table
  by default, and modify PROCESS_HOOK so it uses the view hooktable, if
  set, rather than ns__hook_table. (ns__hook_table is retained for
  use by unit tests.)
- update the filter-aaaa system test to load filter-aaaa.so
- add a prereq script to check for dlopen support before running
  the filter-aaaa system test

not yet done:
- configuration parameters are not being passed to the filter-aaaa
  module; the filter-aaaa ACL and filter-aaaa-on-{v4,v6} settings are
  still stored in dns_view
2018-12-06 10:29:11 -08:00
..
check Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00
confgen Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00
delv Fix a small memleak in delv 2018-11-19 13:31:36 +00:00
dig - Make isc_mutex_destroy return void 2018-11-22 11:52:08 +00:00
dnssec Replace some more DSA examples with ECDSAP256SHA256 2018-12-06 14:47:05 +01:00
hooks add hook statement to configuration parser 2018-12-06 10:29:11 -08:00
named add hook statement to configuration parser 2018-12-06 10:29:11 -08:00
nsupdate free tmpzonename and restart_master 2018-11-14 11:23:21 -08:00
pkcs11 Remove last traces of DSA and NSEC3DSA algorithm, but restore the algnumber -> name mapping 2018-10-26 11:50:11 +02:00
python use documented default key ttl 2018-11-29 07:50:02 +11:00
rndc prep 9.13.4 2018-11-22 00:20:22 +00:00
tests add hook statement to configuration parser 2018-12-06 10:29:11 -08:00
tools prep 9.13.4 2018-11-22 00:20:22 +00:00
win32/BINDInstall Bump the minimum required Windows version to Windows Vista and Windows Server 2008 2018-08-29 22:03:09 +02:00
Makefile.in move filter-aaaa.so build from lib/ns to bin/hooks 2018-12-06 10:29:11 -08:00