bind9/bin
Evan Hunt 81f58e2ea2 enable modules to store data in qctx
- added a 'hookdata' array to qctx to store pointers to up to
  16 blobs of data which are allocated by modules as needed.
  each module is assigned an ID number as it's loaded, and this
  is the index into the hook data array. this is to be used for
  holding persistent state between calls to a hook module for a
  specific query.
- instead of using qctx->filter_aaaa, we now use qctx->hookdata.
  (this was the last piece of filter-aaaa specific code outside the
  module.)
- added hook points for qctx initialization and destruction. we get
  a filter-aaaa data pointer from the mempool when initializing and
  store it in the qctx->hookdata table; return to to the mempool
  when destroying the qctx.
- link the view to the qctx so that detaching the client doesn't cause
  hooks to fail
- added a qctx_destroy() function which must be called after qctx_init;
  this calls the QCTX_DESTROY hook and detaches the view
- general cleanup and comments
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 enable modules to store data in qctx 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