]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement additional-from-{glue,auth} [ yes | no ] ;
authorMichael Graff <mgraff@isc.org>
Mon, 31 Jul 2000 21:07:07 +0000 (21:07 +0000)
committerMichael Graff <mgraff@isc.org>
Mon, 31 Jul 2000 21:07:07 +0000 (21:07 +0000)
commit6d3496c045bbf35514b4697ff20741975083e125
tree32d99d9481847345e3809ae2833b44b7e78bb28b
parent23b251fbf2f0104b8e76a701d2a4f8bf94dce689
Implement additional-from-{glue,auth} [ yes | no ] ;
with yes being the default.  These control searching in the cache and
other zones we are authorative for.  This is mostly for gdib, but
may be useful elsewhere.

The config changes are renaming from glue-from-* to additional-from-*,
since this also prevents DNAME, CNAME, NS, MX, etc. additional data
from being followed.
bin/named/include/named/query.h
bin/named/query.c
bin/named/server.c
lib/dns/config/confctx.c
lib/dns/config/confparser.y.dirty
lib/dns/config/confview.c
lib/dns/include/dns/confctx.h
lib/dns/include/dns/confview.h
lib/dns/include/dns/view.h
lib/dns/view.c