Mukund Sivaraman
70c9b88f1a
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 )
Conflicts:
lib/bind9/check.c
2014-03-31 05:00:30 +05:30
Evan Hunt
211798d939
[v9_8] check allow-update in view/options
...
3787. [bug] The code that checks whether "auto-dnssec" is
allowed was ignoring "allow-update" ACLs set at
the options or view level. [RT #29536 ]
(cherry picked from commit 22e29471c7 )
(cherry picked from commit 860eadb994 )
2014-03-12 21:43:57 -07:00
Mark Andrews
9a0e7b4b53
3743. [bug] delegation-only flag wasn't working in forward zone
...
declarations despite being documented. This is
needed to support turning off forwarding and turning
on delegation only at the same name. [RT #35392 ]
(cherry picked from commit 38eabfcee7 )
2014-02-18 10:17:34 +11:00
Tinderbox User
a44fb034e0
update copyright notice
2014-02-12 23:45:31 +00:00
Evan Hunt
3581743f86
[v9_8] try multiple addresses per server name in nsupdate
...
3736. [bug] nsupdate: When specifying a server by name,
fall back to alternate addresses if the first
address for that name is not reachable. [RT #25784 ]
(cherry picked from commit 842a3e6d0e )
(cherry picked from commit 1a58baf293 )
2014-02-11 21:30:24 -08:00
Evan Hunt
4785004e3e
[v9_8] prep 9.8.7rc1
2014-01-10 09:20:06 -08:00
Tinderbox User
4bd05ab557
update copyright notice
2014-01-09 23:45:31 +00:00
Evan Hunt
d19bf3def7
[v9_8] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
(cherry picked from commit 9b950c70f1a6406c0f3dff604822329d06fc4837)
2014-01-08 16:40:19 -08:00
Tinderbox User
332a5b36ec
update copyright notice
2013-12-21 23:45:25 +00:00
Evan Hunt
2e2ec6d974
[v9_8] warn if key-directory doesn't exist
...
3694. [bug] Warn when a key-directory is configured for a zone,
but does not exist or is not a directory. [RT #35109 ]
(cherry picked from commit c14ba71070 )
(cherry picked from commit 2354181226 )
2013-12-20 14:58:31 -08:00
Mark Andrews
7c0b7f6847
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
Conflicts:
bin/dnssec/win32/verify.dsp.in
bin/dnssec/win32/verify.mak.in
bin/named/server.c
bin/python/dnssec-checkds.py.in
bin/python/dnssec-coverage.py.in
lib/dns/nsec.c
lib/dns/nsec3.c
lib/dns/win32/libdns.mak.in
lib/dns/zone.c
lib/isc/win32/libisc.mak.in
win32utils/BuildAll.bat
win32utils/BuildSetup.bat
win32utils/legacy/BINDBuild.dsw.in
win32utils/updatelibxml2.pl
win32utils/win32-build.txt
2013-12-04 14:08:17 +11:00
Evan Hunt
212930f58f
[v9_8] prepare 9.8.5rc1
2013-03-26 19:05:30 -07:00
Mark Andrews
881e8054cc
9.8.5b1
2013-01-11 11:53:57 +11:00
Mark Andrews
f749dec99d
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:53:31 +11:00
Mark Andrews
5eb05c48c4
link against @DNS_CRYPTO_LIBS@
2012-11-29 07:27:30 +11:00
Mark Andrews
7b8900fbad
9.8.4b1
2012-08-23 17:18:43 +10:00
Mark Andrews
13a90e9f23
we didn't catch a zero option at the global level when views are active
2012-08-17 13:41:15 +10:00
Evan Hunt
3a6af6ab9b
allow "forward" and "forwarders" in static-stub
...
3363. [bug] Need to allow "forward" and "fowarders" options
in static-stub zones; this had been overlooked.
[RT #30482 ]
2012-08-15 13:12:21 -07:00
Evan Hunt
475b563876
properly range-check fields that do not allow 0
...
3362. [bug] Setting some option values to 0 in named.conf
could trigger an assertion failure on startup.
[RT #27730 ]
2012-08-13 22:41:33 -07:00
Evan Hunt
5c13c20390
address memory leak with bad tsig secret
...
3359. [bug] An improperly-formed TSIG secret could cause a
memory leak. [RT #30607 ]
2012-08-10 20:17:22 -07:00
Evan Hunt
0bae1e2746
update api
2012-07-23 23:39:23 -07:00
Tinderbox User
599cf7175e
update copyright notice
2012-06-29 23:45:32 +00:00
Mark Andrews
c0b8f1a675
reverse bad copyright update
2012-06-29 11:43:12 +10:00
Tinderbox User
4106b0caeb
update copyright notice
2012-06-29 01:21:53 +00:00
Mark Andrews
faea8a525d
remove rundundent call 'result = isc_parse_uint8(&ui, r.base, 10);'
2012-06-21 14:30:06 +10:00
Mark Andrews
1960a145eb
9.8.3
2012-04-27 16:44:00 +10:00
Mark Andrews
db829f3834
3312. [bug] named-checkconf didn't detect a bad dns64 clients acl.
...
[RT #27631 ]
2012-04-26 11:46:04 +10:00
Tinderbox User
1ceec0a211
update copyright notice
2012-03-10 23:45:31 +00:00
Tinderbox User
91f0609aae
regen v9_8
2012-03-07 01:54:34 +00:00
Evan Hunt
3997b6bcbf
add gitignore, remove cvsignore
2012-03-03 23:33:18 -08:00
Mark Andrews
e4facd74b6
Add comment describing LIBINTERFACE values per branch
2012-01-30 00:23:54 +00:00
Evan Hunt
9f96d80a8d
3228. [tuning] Dynamically grow symbol table to improve zone
...
loading performance. [RT #26523 ]
2011-11-30 04:26:48 +00:00
Evan Hunt
a584852ed1
update api for 9.8.2b1
2011-11-10 02:19:24 +00:00
Mark Andrews
65f3e99e21
3209. [func] Add "dnssec-lookaside 'no'". [RT #24858 ]
2011-11-07 00:31:48 +00:00
Scott Mann
ed1518e8c5
up various values in api files based on changes
2011-07-09 15:01:40 +00:00
Evan Hunt
8c22e52db1
3129. [bug] Named could crash on 'rndc reconfig' when
...
allow-new-zones was set to yes and named ACLs
were used, [RT #22739 ]
2011-06-17 07:04:32 +00:00
Evan Hunt
13ab5f75cb
3111. [bug] Improved consistency checks for dnssec-enable and
...
dnssec-validation, added test cases to the
checkconf system test. [RT #24398 ]
2011-05-07 05:53:24 +00:00
Evan Hunt
4c08095355
fixed an error in prior commit
2011-05-05 18:02:09 +00:00
Evan Hunt
f4b07b09d0
3103. [bug] Configuring 'dnssec-validation auto' in a view
...
instead of in the options statement could trigger
an assertion failure in named-checkconf. [RT #24382 ]
2011-05-05 16:11:43 +00:00
Mark Andrews
db01c31d2c
9.8.1b1
2011-04-08 02:43:47 +00:00
Evan Hunt
af93cf1390
Forgot to initialize a fixedname
2011-03-11 17:20:39 +00:00
Mark Andrews
ac6edf67d5
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:47:09 +00:00
Mark Andrews
17acd2a230
remove -I "../..../lib/dns/sec/openssl/include"
2011-01-13 08:56:45 +00:00
Mark Andrews
e02c1d738b
9.8.0b1
2011-01-13 04:45:17 +00:00
Automatic Updater
93235c1cba
update copyright notice
2011-01-07 23:47:07 +00:00
Mark Andrews
dc4fa197dd
3004. [func] DNS64 reverse support. [RT #22769 ]
2011-01-07 04:31:39 +00:00
Tatuya JINMEI 神明達哉
743bbdc18f
2947. [func] Add new zone type "static-stub". It's like a stub
...
zone, but the nameserver names and/or their IP
addresses are statically configured. [RT #21474 ]
(for 9.8.0)
2010-12-16 09:51:30 +00:00
Mark Andrews
a16d8521e4
re-base the api version for 9.8
2010-12-10 01:13:02 +00:00
Mark Andrews
73dbd4e933
9.8.0a1
2010-12-09 04:39:10 +00:00
Automatic Updater
b8a9a7bef2
update copyright notice
2010-12-08 23:51:56 +00:00