]> git.ipfire.org Git - thirdparty/bind9.git/commit
2206. [security] "allow-query-cache" and "allow-recursion" now
authorMark Andrews <marka@isc.org>
Mon, 9 Jul 2007 02:18:49 +0000 (02:18 +0000)
committerMark Andrews <marka@isc.org>
Mon, 9 Jul 2007 02:18:49 +0000 (02:18 +0000)
commite5503666121553cbbdf49d7cd0f7bcad2cbd884c
tree35818955733d0b0311ac14b4526dec9ce514a8cc
parentefc95087e6f0fdffae455fc2b28955c17dca8245
2206.   [security]      "allow-query-cache" and "allow-recursion" now
                        cross inherit from each other.

                        If allow-query-cache is not set in named.conf then
                        allow-recursion is used if set, otherwise allow-query
                        is used if set, otherwise the default (localnets;
                        localhost;) is used.

                        If allow-recursion is not set in named.conf then
                        allow-query-cache is used if set, otherwise allow-query
                        is used if set, otherwise the default (localnets;
                        localhost;) is used.

                        [RT #16987]
CHANGES
bin/named/server.c
doc/arm/Bv9ARM-book.xml