]> git.ipfire.org Git - thirdparty/bind9.git/commit
521. [bug] Detect master files which contain $INCLUDE and always
authorMark Andrews <marka@isc.org>
Tue, 17 Oct 2000 07:22:39 +0000 (07:22 +0000)
committerMark Andrews <marka@isc.org>
Tue, 17 Oct 2000 07:22:39 +0000 (07:22 +0000)
commitb20ee662a7c847c9ef7b96ab9e5e34543efe5c0d
treecd16bc95c3a07ba1e683189f7e25905e198b9d42
parent0491a315688c96f2939e4e5b76194d2a45fff35b
 521.   [bug]           Detect master files which contain $INCLUDE and always
                        reload. [RT #196]

new result code DNS_R_SEENINCLUDE
dns_master_load* can now return DNS_R_SEENINCLUDE
17 files changed:
CHANGES
bin/dnssec/dnssec-signkey.c
bin/dnssec/dnssec-signzone.c
bin/named/server.c
bin/named/zoneconf.c
bin/tests/db_test.c
bin/tests/master/dns_master_load_8_data
bin/tests/nxtify.c
lib/dns/db.c
lib/dns/include/dns/master.h
lib/dns/include/dns/result.h
lib/dns/master.c
lib/dns/result.c
lib/dns/rootns.c
lib/dns/zone.c
lib/dns/zoneconf.c
lib/tests/t_api.c