]> git.ipfire.org Git - thirdparty/bind9.git/commit
3241. [func] Extended the header of raw-format master files to
authorEvan Hunt <each@isc.org>
Thu, 8 Dec 2011 16:07:22 +0000 (16:07 +0000)
committerEvan Hunt <each@isc.org>
Thu, 8 Dec 2011 16:07:22 +0000 (16:07 +0000)
commitb4d8192d210290112e07b0e22b491c45c50ba696
treecddb7d2a212fe40ab2318d7e85a355f7c989ddff
parent00a4d6a58e3a6bb6baf72f93056babd6530d2492
3241. [func] Extended the header of raw-format master files to
include the serial number of the zone from which
they were generated, if different (as in the case
of inline-signing zones).  This is to be used in
inline-signing zones, to track changes between the
unsigned and signed versions of the zone, which may
have different serial numbers.

(Note: raw zonefiles generated by this version of
BIND are no longer compatble with prior versions.
To generate a backward-compatible raw zonefile
using dnssec-signzone or named-compilezone, specify
output format "raw=0" instead of simply "raw".)
[RT #26587]
30 files changed:
CHANGES
bin/check/check-tool.c
bin/check/check-tool.h
bin/check/named-checkzone.c
bin/check/named-checkzone.docbook
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-signzone.docbook
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/tests.sh
bin/tests/system/masterformat/clean.sh
bin/tests/system/masterformat/ns1/compile.sh
bin/tests/system/masterformat/ns1/named.conf
bin/tests/system/masterformat/setup.sh
bin/tests/system/masterformat/tests.sh
lib/dns/callbacks.c
lib/dns/include/dns/callbacks.h
lib/dns/include/dns/master.h
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/types.h
lib/dns/include/dns/zone.h
lib/dns/master.c
lib/dns/masterdump.c
lib/dns/tests/Makefile.in
lib/dns/tests/master_test.c
lib/dns/tests/mkraw.pl [new file with mode: 0644]
lib/dns/tests/testdata/master/master1.data
lib/dns/tests/testdata/master/master12.data.in [new file with mode: 0644]
lib/dns/tests/testdata/master/master13.data.in [new file with mode: 0644]
lib/dns/tests/testdata/master/master14.data.in [new file with mode: 0644]
lib/dns/zone.c