Evan Hunt
f6e2e95a7d
[v9_9] reference leak with AAAA glue but not A
...
4004. [bug] When delegations had AAAA glue but not A, a
reference could be leaked causing an assertion
failure on shutdown. [RT #37796 ]
(cherry picked from commit c4abb19716 )
(cherry picked from commit 96b6923a25 )
2014-11-14 09:04:52 -08:00
Tinderbox User
0bc7a16fe3
regen v9_9
2014-09-13 01:13:48 +00:00
Mark Andrews
c0416dd92b
update named-checkzone manpage for SPF changes
2014-09-13 07:56:19 +10:00
Tinderbox User
d575f45931
regen v9_9
2014-09-05 01:14:12 +00:00
Mark Andrews
42b68f99bc
update-copyrights
2014-08-29 10:18:38 +10:00
Evan Hunt
d5669ee77c
[v9_9] fixes to checkconf test, HIP casecompare
...
3933. [bug] Corrected the implementation of dns_rdata_casecompare()
for the HIP rdata type. [RT #36911 ]
3932. [test] Improved named-checkconf tests. [RT #36911 ]
(cherry picked from commit 0c2313eb36 )
2014-08-27 21:37:40 -07:00
Evan Hunt
6cad9ab49c
[v9_9] allow null "file" for alternate db zones
...
3803. [bug] "named-checkconf -z" incorrectly rejected zones
using alternate data sources for not having a "file"
option. [RT #35685 ]
(cherry picked from commit baad8d9fd8 )
2014-04-07 13:44:40 -07:00
Mukund Sivaraman
8da4c8daec
3795. [bug] Make named-checkconf detect raw masterfiles for
...
hint zones and reject them. [RT #35268 ]
Squashed commit of the following:
commit 5b0254711d6b77940d6217b9131b9d401df8a866
Author: Mukund Sivaraman <muks@isc.org >
Date: Fri Mar 28 02:09:01 2014 +0530
Remove redundant helper function
commit a4341c1a2ba830c8cee1def57a533f987f67c3dc
Author: Mark Andrews <marka@isc.org >
Date: Thu Jan 30 10:08:17 2014 +1100
error out if masterfile-format raw is specified for a hint zone.
(cherry picked from commit ef9334d745 )
2014-03-31 04:59:47 +05:30
Tinderbox User
caff862183
regen v9_9
2014-02-28 01:16:27 +00:00
Tinderbox User
a01848c1cf
update copyright notice
2014-02-27 23:45:39 +00:00
Evan Hunt
18482891e3
[v9_9] correct dates in man pages
2014-02-27 11:45:43 -08:00
Tinderbox User
07179f23e1
regen v9_9
2014-01-11 01:14:39 +00:00
Mark Andrews
14d98f724e
update copyrights
2014-01-11 07:10:14 +11:00
Tinderbox User
fd5af24ba1
regen v9_9
2014-01-10 17:09:42 +00:00
Mark Andrews
81a8977eeb
3701. [func] named-checkconf can now suppress the printing of
...
shared secrets by specifying '-x'. [RT #34465 ]
(cherry picked from commit ff6de396a9 )
2014-01-10 17:39:39 +11:00
Mark Andrews
3b38a23089
3681. [port] Update the Windows build system to support feature
...
selection and WIN64 builds. This is a work in
progress. [RT #34160 ]
(cherry picked from commit c3c8823fed )
Conflicts:
CHANGES
bin/check/win32/checktool.dsp.in
bin/dnssec/win32/dnssectool.dsp.in
bin/dnssec/win32/importkey.dsp.in
bin/dnssec/win32/importkey.mak.in
bin/named/geoip.c
bin/named/include/named/geoip.h
bin/tools/win32/rrchecker.dsp.in
bin/tools/win32/rrchecker.mak.in
config.h.win32
lib/dns/geoip.c
lib/dns/master.c
lib/dns/win32/libdns.dsp.in
lib/dns/win32/libdns.mak.in
lib/isc/mem.c
lib/isc/stats.c
lib/isc/win32/file.c
lib/isc/win32/libisc.def.in
lib/isc/win32/libisc.mak.in
lib/isc/win32/stdio.c
lib/isccc/cc.c
win32utils/BuildAll.bat
win32utils/BuildSetup.bat
win32utils/legacy/BINDBuild.dsw.in
win32utils/makeversion.pl
win32utils/setpk11provider.pl
win32utils/updatelibxml2.pl
win32utils/win32-build.txt
2013-12-04 13:48:45 +11:00
Evan Hunt
2254826e4c
[v9_9] check hint files in named-checkconf -z
...
3676. [bug] "named-checkconf -z" now checks zones of type
hint and redirect as well as master. [RT #35046 ]
(cherry picked from commit d999ca28d4 )
2013-11-25 12:30:59 -08:00
Tinderbox User
e1a1824557
regen v9_9
2013-05-02 01:14:34 +00:00
Tinderbox User
7541c0dce6
update copyright notice
2013-04-30 04:51:25 +00:00
Tinderbox User
b2e53d9654
regen v9_9
2013-04-30 04:32:48 +00:00
Mark Andrews
7366376f57
3559. [func] Check that both forms of Sender Policy Framework
...
records exist or do not exist. [RT #33355 ]
(cherry picked from commit 26bb3b7a67 )
2013-04-30 13:53:43 +10:00
Mark Andrews
037445e774
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
...
buffers with constant data. [RT #32064 ]
Squashed commit of the following:
commit 3433b96bf11f8c90ccbe412f01d02a6d8bbc2d33
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:41:16 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit c22dbcc1122a0a44f7b46068e0ccbc25353a57d5
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:38:39 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit 900820416c45c1887d0d22d7a010df60a903bd56
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:24:19 2012 +1100
remove isc_buffer_reconstinit
commit f815711c17b05f9961786a90b9bae902d3c01494
Author: Mark Andrews <marka@isc.org >
Date: Wed Dec 5 15:42:57 2012 +1100
add isc_buffer_constinit
2012-12-08 12:51:42 +11:00
Tinderbox User
c78ae4c91b
update copyright notice
2012-10-24 23:46:36 +00:00
Evan Hunt
2589af5868
[v9_9] silence coverity warnings
...
3401. [bug] Addressed Coverity warnings. [RT #31484 ]
(cherry picked from commit 47c5b8af92 )
2012-10-23 22:12:15 -07:00
Evan Hunt
8c18302d8b
fix coverity issues
...
3388. [bug] Fixed several Coverity warnings. [RT #30996 ]
2012-10-02 23:46:15 -07:00
Tinderbox User
54385ec02f
update copyright notice
2012-09-12 23:46:00 +00:00
Mark Andrews
196c7eae15
turn binary mode on for raw/fast
2012-09-12 15:28:04 +10:00
Tinderbox User
03565e899d
update copyright notice
2012-06-29 23:45:45 +00:00
Mark Andrews
cb421b69c3
reverse bad copyright update
2012-06-29 11:41:43 +10:00
Tinderbox User
cd24b114bf
update copyright notice
2012-06-29 01:22:07 +00:00
Tinderbox User
c201888c2a
regen v9_9
2012-03-07 01:59:30 +00:00
Evan Hunt
8047e7c06f
re-remove cvsignore files
2012-03-05 08:29:31 -08:00
Evan Hunt
f94af76649
Revert "added gitignore, removed cvsignore"
...
This reverts commit e8ae173655 .
2012-03-05 08:24:17 -08:00
Evan Hunt
6aa2d721fc
created
2012-03-03 23:25:21 -08:00
Evan Hunt
e8ae173655
added gitignore, removed cvsignore
2012-03-03 23:24:11 -08:00
Automatic Updater
97e74139b1
regen HEAD
2011-12-22 18:10:11 +00:00
Evan Hunt
15218d6ed0
3259. [bug] named-compilezone: Suppress "dump zone to <file>"
...
message when writing to stdout. [RT #27109 ]
2011-12-22 17:29:22 +00:00
Evan Hunt
f30785f506
3252. [bug] When master zones using inline-signing were
...
updated while the server was offline, the source
zone could fall out of sync with the signed
copy. They can now resynchronize. [RT #26676 ]
2011-12-22 07:32:41 +00:00
Automatic Updater
72938578c9
regen HEAD
2011-12-10 01:14:53 +00:00
Automatic Updater
339d2a4d4b
update copyright notice
2011-12-09 23:47:05 +00:00
Mark Andrews
25e771f87e
fix typo
2011-12-09 01:52:14 +00:00
Evan Hunt
b4d8192d21
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 ]
2011-12-08 16:07:22 +00:00
Automatic Updater
c1aef54e14
update copyright notice
2011-03-12 04:59:49 +00:00
Mark Andrews
0874abad14
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:11:27 +00:00
Automatic Updater
7306e8e4ee
update copyright notice
2010-09-07 23:46:59 +00:00
Mark Andrews
1b42401954
2952. [port] win32: named-checkzone and named-checkconf failed
...
to initialise winsock. [RT #21932 ]
2010-09-07 01:49:08 +00:00
Automatic Updater
3767befe3a
update copyright notice
2010-03-09 23:51:06 +00:00
Mark Andrews
c5259c013b
2861. [doc] dnssec-settime man pages didn't correctly document the
...
inactivation time. [RT #21039 ]
2860. [bug] named-checkconf's usage was out of date. [RT #21039 ]
2010-03-09 03:38:18 +00:00
Automatic Updater
4dea9e5971
regen
2010-01-17 01:14:02 +00:00
Automatic Updater
20f2d1d74b
update copyright notice
2010-01-16 23:48:15 +00:00