]> git.ipfire.org Git - thirdparty/bind9.git/commit
2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
authorMark Andrews <marka@isc.org>
Tue, 22 Jun 2010 04:04:22 +0000 (04:04 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jun 2010 04:04:22 +0000 (04:04 +0000)
commit13ce1be5d3bf7fe9805002f35c1621991056a8f8
treebff0d3b8039cfe68df9ad9997d35e39e08f2aab3
parentd5400f7e7d10ee1d0ba9eb9275cd71bb4d9bc1b6
2920.   [func]          Allow 'filter-aaaa-on-v4' to be applied selectively
                        to IPv4 clients.  New acl 'filter-aaaa' (default any).
52 files changed:
CHANGES
bin/named/config.c
bin/named/query.c
bin/named/server.c
bin/tests/system/Makefile.in
bin/tests/system/filter-aaaa/.cvsignore [new file with mode: 0644]
bin/tests/system/filter-aaaa/Makefile.in [new file with mode: 0644]
bin/tests/system/filter-aaaa/clean.sh [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad1.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad2.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad3.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad4.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad5.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad6.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good1.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good2.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good3.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good4.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good5.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good6.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good7.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good8.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/filter-aaaa.c [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns1/named.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns1/root.db [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns1/sign.sh [new file with mode: 0755]
bin/tests/system/filter-aaaa/ns1/signed.db.in [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns1/unsigned.db [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns2/hints [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns2/named.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns3/hints [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns3/named.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns4/named.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns4/root.db [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns4/sign.sh [new file with mode: 0755]
bin/tests/system/filter-aaaa/ns4/signed.db.in [new file with mode: 0644]
bin/tests/system/filter-aaaa/ns4/unsigned.db [new file with mode: 0644]
bin/tests/system/filter-aaaa/prereq.sh [new file with mode: 0644]
bin/tests/system/filter-aaaa/setup.sh [new file with mode: 0644]
bin/tests/system/filter-aaaa/tests.sh [new file with mode: 0644]
bin/tests/system/testsock6.pl
configure
configure.in
lib/bind9/check.c
lib/dns/include/dns/types.h
lib/dns/include/dns/view.h
lib/dns/view.c
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/namedconf.c
lib/isccfg/parser.c
util/copyrights
util/kit.sh