Mark Andrews
a0feec3dbc
lock accesses to hash table
...
(cherry picked from commit 2483a8c76d )
2019-05-07 11:07:32 +10:00
Evan Hunt
8c1af0d3f5
associate a lock with the memory pool in the filter-aaaa plugin
...
(cherry picked from commit 4f4c18d643 )
2019-04-26 00:32:55 -07:00
Evan Hunt
cf072d659e
cleanup cfg_parse_buffer* functions
...
cfg_parse_buffer() now has the same signature as the former
cfg_parse_buffer4(). cfg_parse_buffer{2,3,4}() have been removed.
2019-01-24 12:08:54 -08:00
Mark Andrews
bd529b1f30
silence coverity issues; move isc_refcount_decrement out of INSIST
2019-01-10 14:42:28 +11:00
Tinderbox User
5bd855251c
prep 9.13.5
2018-12-07 03:41:19 +00:00
Michał Kępień
0e12988dd6
make hook actions return an enum instead of a bool
...
Use an enum instead of a bool for the return type of hook actions in
order to facilitate adding further hook processing models in the future.
2018-12-06 10:36:50 -08:00
Evan Hunt
fd20f10d52
name change from "hook modules" to "plugins"
...
- "hook" is now used only for hook points and hook actions
- the "hook" statement in named.conf is now "plugin"
- ns_module and ns_modlist are now ns_plugin and ns_plugins
- ns_module_load is renamed ns_plugin_register
- the mandatory functions in plugin modules (hook_register,
hook_check, hook_version, hook_destroy) have been renamed
2018-12-06 10:36:50 -08:00