bind9/bin
Evan Hunt 055bf2665c improve hook processing macros
- use a get_hooktab() function to determine the hook table.
- PROCESS_HOOK now jumps to a cleanup tag on failure
- add PROCESS_ALL_HOOKS in query.c, to run all hook functions at
  a specified hook point without stopping. this is to be used for
  intiialization and destruction functions that must run in every
  module.
- 'result' is set in PROCESS_HOOK only when a hook function
  interrupts processing.
- revised terminology: a "callback" is now a "hook action"
- remove unused NS_PROCESS_HOOK and NS_PROCESS_HOOK_VOID macros.
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 improve hook processing macros 2018-12-06 10:29:11 -08:00
named enable modules to store data in qctx 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 a parser to filter-aaaa.so and pass in the parameters 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