]> git.ipfire.org Git - thirdparty/bind9.git/commit
initial implementation of filter-aaaa.so as a shared object
authorEvan Hunt <each@isc.org>
Sat, 11 Aug 2018 02:32:12 +0000 (19:32 -0700)
committerEvan Hunt <each@isc.org>
Thu, 6 Dec 2018 18:29:10 +0000 (10:29 -0800)
commitd3f0f71b6b6fbe60753a67e245cfa9238a265859
tree9b5bb4c48e34eaa20c9623fd4fcf4a272604004f
parente4f0a98b4d58884971567da426d5f5064a8a0ef7
initial implementation of filter-aaaa.so as a shared object

- temporary kluge! in this version, for testing purposes,
  named always searches for a filter-aaaa module at /tmp/filter-aaaa.so.
  this enables the filter-aaaa system test to run even though the
  code to configure hooks in named.conf hasn't been written yet.
- filter-aaaa-on-v4, filter-aaaa-on-v6 and the filter-aaaa ACL are
  still configured in the view as they were before, not in the hook.
bin/named/server.c
configure
configure.ac
lib/ns/Makefile.in
lib/ns/filter-aaaa.c [new file with mode: 0644]
lib/ns/hooks.c
lib/ns/include/ns/hooks.h
lib/ns/include/ns/query.h
lib/ns/query.c
lib/ns/server.c
lib/ns/win32/libns.def