Evan Hunt
a814502268
[v9_8] fix config error
2014-01-16 17:11:06 -08:00
Tinderbox User
fee26b4d49
update copyright notice
2014-01-16 23:45:29 +00:00
Mark Andrews
a50e0baf52
3710. [bug] Address double dns_zone_detach when switching to
...
using automatic empty zones from regular zones.
[RT #35177 ]
(cherry picked from commit db8938c993 )
2014-01-17 10:08:09 +11:00
Evan Hunt
d6bf786940
[v9_8] skip xfer test with Net::DNS 0.73
2014-01-16 09:51:35 -08:00
Mark Andrews
2c9b416f1c
make DST_GSSAPI_INC a macro
2014-01-17 00:52:41 +11:00
Tinderbox User
7da7bfed3a
regen v9_8
2014-01-11 01:11:06 +00:00
Tinderbox User
b93c152a2f
update copyright notice
2014-01-10 20:23:52 +00:00
Tinderbox User
7530ce0549
regen v9_8
2014-01-10 17:06:13 +00:00
Mark Andrews
484af89506
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:45:38 +11:00
Tinderbox User
4bd05ab557
update copyright notice
2014-01-09 23:45:31 +00:00
Mark Andrews
6956e3abb3
stop spamming system logs
...
(cherry picked from commit d4eb30fa2d )
2014-01-09 16:24:02 +11:00
Evan Hunt
aad494b1eb
[v9_8] Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2014-01-08 18:29:04 -08:00
Tinderbox User
61d700b884
regen v9_8
2014-01-09 01:11:02 +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
8b41bbf89b
update copyright notice
2014-01-08 23:45:21 +00:00
Evan Hunt
5262f3e6ba
[v9_8] removed reference to "auto-dnssec create"
2014-01-08 11:34:43 -08:00
Francis Dupont
3656cb8a85
update OpenSSL patches (1.0.0k -> 1.0.0l, 1.0.1e -> 1.0.1f) [ #35158 ]
2014-01-07 12:20:15 +01:00
Mark Andrews
12962b4b54
3697. [bug] Handle "." as a search list element when IDN support
...
is enabled. [RT #35133 ]
(cherry picked from commit d0e3216c21 )
2014-01-06 12:35:06 +11:00
Tinderbox User
a69aab3882
update copyright notice
2014-01-05 23:45:23 +00:00
Mark Andrews
c2a9bd9932
3696. [bug] dig failed to handle AXFR style IXFR responses which
...
span multiple messages. [RT #35137 ]
(cherry picked from commit e9649ece3b )
2014-01-06 06:31:14 +11: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
16c46bb785
3693. [security] memcpy was incorrectly called with overlapping
...
ranges resulting in malformed names being generated
on some platforms. This could cause INSIST failures
when serving NSEC3 signed zones. [RT #35120 ]
(cherry picked from commit fa467e60c5 )
2013-12-20 11:00:30 +11:00
Tinderbox User
02319b388f
update copyright notice
2013-12-13 23:45:24 +00:00
Evan Hunt
087c966374
[v9_8] fix insecure delegation across static-stub zones
...
3689. [bug] Fixed a bug causing an insecure delegation from one
static-stub zone to another to fail with a broken
trust chain. [RT #35081 ]
(cherry picked from commit 9b895f30f1 )
(cherry picked from commit 0c0ce5f9a4 )
2013-12-12 22:26:18 -08:00
Tinderbox User
409eacdec0
update copyright notice
2013-12-11 23:46:36 +00:00
Evan Hunt
79bdfb73ac
typo
2013-12-11 14:00:55 -08:00
Mark Andrews
e27bc9da05
cleanup
...
(cherry picked from commit 99c3e8e09c )
2013-12-10 09:55:48 +11:00
Mark Andrews
8036d41e86
use snprintf; check the result of putstr
...
(cherry picked from commit 06a0b00bb6 )
2013-12-10 08:57:18 +11:00
Mark Andrews
ad0f8374f2
remove references to importkey
2013-12-09 14:45:32 +11:00
Mark Andrews
e1b273c598
silence compiler warnings
...
(cherry picked from commit 53f70575bd )
2013-12-06 17:39:41 +11:00
Mark Andrews
1c29e9db2c
update copyrights
2013-12-05 15:48:07 +11:00
Mark Andrews
f3605f987e
no needed
2013-12-05 14:52:44 +11:00
Tinderbox User
769eef448d
update copyright notice
2013-12-04 23:45:37 +00:00
Evan Hunt
f436de08b5
[master] clearer "not found" message for rndc commands
...
3683. [cleanup] Add a more detailed "not found" message to rndc
commands which specify a zone name. [RT #35059 ]
(cherry picked from commit bee9a28af0 )
(cherry picked from commit 98a3bd57ca )
2013-12-04 13:11:45 -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
eb15ab667b
[v9_8] dig could miss tcp connections when cleaning up
...
3679. [bug] dig could fail to clean up TCP sockets still
waiting on connect(). [RT #35074 ]
(cherry picked from commit fb507315d4 )
2013-12-02 13:38:03 -08:00
Mark Andrews
101ed52ff5
3677. [bug] 'nsupdate' leaked memory if 'realm' was used multiple
...
times. [RT #35073 ]
(cherry picked from commit 49ae04f6ee )
2013-11-28 06:46:48 +11:00
Tinderbox User
9b7bfb8331
update copyright notice
2013-11-25 23:45:31 +00:00
Evan Hunt
4ed930b4f8
[v9_8] 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 )
(cherry picked from commit 2254826e4c )
2013-11-25 13:24:16 -08:00
Evan Hunt
a03d065a3b
[v9_8] previous commit incomplete
...
(cherry picked from commit 5255b631b1 )
2013-11-18 16:00:27 -08:00
Evan Hunt
928b59115d
[v9_8] win32 portability fix
...
(cherry picked from commit 2b57986603 )
2013-11-18 15:47:43 -08:00
Mark Andrews
1c399cc74f
adjust EDNS query returned status warning message
...
(cherry picked from commit 0b565f6060 )
2013-11-14 22:52:38 +11:00
Mark Andrews
6861590440
fix dereference before null check warning
...
(cherry picked from commit 9800974419 )
2013-11-14 12:33:32 +11:00
Tinderbox User
227939ca98
update copyright notice
2013-11-13 23:45:34 +00:00
Tinderbox User
b944dc294d
regen v9_8
2013-11-13 01:10:54 +00:00
Mark Andrews
1eecc4e5c1
3667. [func] dig: add support to keep the TCP socket open between
...
successive queries (+[no]keepopen). [RT #34918 ]
(cherry picked from commit 2048955015 )
2013-11-13 11:08:05 +11:00
Tinderbox User
a9e832442e
update copyright notice
2013-11-12 23:45:34 +00:00
Jeremy C. Reed
1fcf32f2b7
Fix misspelling.
...
Spell out month date while here.
(cherry picked from commit 8012d70ea4 )
2013-11-13 09:23:37 +11:00
Mark Andrews
369ccd68ca
3670. [bug] Address read after free in server side of
...
lwres_getrrsetbyname. [RT #29075 ]
(cherry picked from commit eb5e0b8dec )
2013-11-12 15:00:32 +11:00