bind9/bin/named
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
..
include Define a default master server list for the root zone 2018-10-24 20:32:55 +02:00
unix - Make isc_mutex_destroy return void 2018-11-22 11:52:08 +00:00
win32 - Make isc_mutex_destroy return void 2018-11-22 11:52:08 +00:00
.gitignore [master] add libns and remove liblwres 2017-09-08 13:47:34 -07:00
bind9.xsl Display a per-view list of zones in the web interface 2018-10-25 10:03:03 +02:00
bind9.xsl.h Display a per-view list of zones in the web interface 2018-10-25 10:03:03 +02:00
builtin.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
config.c add a parser to filter-aaaa.so and pass in the parameters 2018-12-06 10:29:11 -08:00
control.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
controlconf.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
convertxsl.pl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
fuzz.c oss-fuzz: Improve interaction with fuzzing tools and add new tests in fuzz/ directory 2018-08-23 10:07:28 +02:00
geoip.c Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
log.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
logconf.c Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00
main.c Create named_g_cpus network threads 2018-11-15 08:21:40 +00:00
Makefile.in Revert "Merge branch 'modified-manual-install-oot' into 'master'" 2018-08-02 10:23:30 -04:00
named.8 prep 9.13.3 2018-09-04 06:11:38 +00:00
named.conf.5 prep 9.13.4 2018-11-22 00:20:22 +00:00
named.conf.docbook Add documentation for min-{ncache,cache}-ttl 2018-11-14 18:24:53 +01:00
named.conf.html prep 9.13.4 2018-11-22 00:20:22 +00:00
named.docbook Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
named.html regenerate doc 2018-05-21 19:59:45 +00:00
server.c enable modules to store data in qctx 2018-12-06 10:29:11 -08:00
statschannel.c - Make isc_mutex_destroy return void 2018-11-22 11:52:08 +00:00
tkeyconf.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
tsigconf.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
zoneconf.c Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00