]> git.ipfire.org Git - thirdparty/bind9.git/commit
name change from "hook modules" to "plugins"
authorEvan Hunt <each@isc.org>
Fri, 30 Nov 2018 23:32:03 +0000 (15:32 -0800)
committerEvan Hunt <each@isc.org>
Thu, 6 Dec 2018 18:36:50 +0000 (10:36 -0800)
commitfd20f10d52913e2e39cbbc9f2f5f75cc6498147b
treea404dc6bf075ca053121d636136161b740782019
parent8da0c0e7d553011b7f5870e98e811389440fa8a1
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
42 files changed:
bin/Makefile.in
bin/check/named-checkconf.c
bin/check/named-checkconf.docbook
bin/named/server.c
bin/plugins/Makefile.in [moved from bin/hooks/Makefile.in with 100% similarity]
bin/plugins/filter-aaaa.8 [moved from bin/hooks/filter-aaaa.8 with 100% similarity]
bin/plugins/filter-aaaa.c [moved from bin/hooks/filter-aaaa.c with 96% similarity]
bin/plugins/filter-aaaa.docbook [moved from bin/hooks/filter-aaaa.docbook with 96% similarity]
bin/plugins/filter-aaaa.html [moved from bin/hooks/filter-aaaa.html with 100% similarity]
bin/tests/system/filter-aaaa/conf/bad1.conf
bin/tests/system/filter-aaaa/conf/bad2.conf
bin/tests/system/filter-aaaa/conf/bad3.conf
bin/tests/system/filter-aaaa/conf/bad4.conf
bin/tests/system/filter-aaaa/conf/good1.conf
bin/tests/system/filter-aaaa/conf/good2.conf
bin/tests/system/filter-aaaa/conf/good3.conf
bin/tests/system/filter-aaaa/conf/good4.conf
bin/tests/system/filter-aaaa/conf/good5.conf
bin/tests/system/filter-aaaa/ns1/named1.conf.in
bin/tests/system/filter-aaaa/ns1/named2.conf.in
bin/tests/system/filter-aaaa/ns2/named1.conf.in
bin/tests/system/filter-aaaa/ns2/named2.conf.in
bin/tests/system/filter-aaaa/ns3/named1.conf.in
bin/tests/system/filter-aaaa/ns3/named2.conf.in
bin/tests/system/filter-aaaa/ns4/named1.conf.in
bin/tests/system/filter-aaaa/ns4/named2.conf.in
bin/tests/system/filter-aaaa/ns5/named.conf.in
configure
configure.ac
doc/arm/Bv9ARM-book.xml
lib/bind9/check.c
lib/bind9/include/bind9/check.h
lib/dns/include/dns/view.h
lib/dns/view.c
lib/isccfg/namedconf.c
lib/ns/hooks.c
lib/ns/include/ns/client.h
lib/ns/include/ns/hooks.h
lib/ns/include/ns/types.h
lib/ns/query.c
lib/ns/win32/libns.def
util/copyrights