Evan Hunt
ff3307bc04
[v9_8] warn when wrong address family used in listen-on/-v6
...
3778. [bug] Log a warning when the wrong address family is
used in "listen-on" or "listen-on-v6". [RT #17848 ]
(cherry picked from commit 78f79084fc )
(cherry picked from commit 2b4781835c )
2014-03-07 11:36:46 -08:00
Evan Hunt
34193398f2
[v9_8] fix misuses of isc__buffer functions, update comment
2014-03-06 17:25:52 -08:00
Tinderbox User
b689b5640e
update copyright notice
2014-03-04 23:45:12 +00:00
Evan Hunt
7f6a70a6ed
[v9_8] use ANSI prototypes, clean up some casts
...
(cherry picked from commit b454c03196 )
(cherry picked from commit 0ed727f405 )
2014-03-04 10:48:52 -08:00
Evan Hunt
853416f54a
[v9_8] fix API mismatch bug in DLZ
...
3775. [bug] dlz_dlopen driver could return the wrong error
code on API version mismatch, leading to a segfault.
[RT #35495 ]
(cherry picked from commit d51456e453 )
(cherry picked from commit 82faa427b5 )
2014-03-04 09:00:35 -08:00
Evan Hunt
351f927ddd
[v9_8] log when using rndc.key
...
3767. [func] Log explicitly when using rndc.key to configure
command channel. [RT #35316 ]
(cherry picked from commit 368aedf188 )
(cherry picked from commit bc805c7c06 )
2014-02-27 17:55:46 -08:00
Tinderbox User
de940d9b68
regen v9_8
2014-02-28 01:11:41 +00:00
Tinderbox User
07eba9108d
update copyright notice
2014-02-27 23:45:18 +00:00
Evan Hunt
75d232181b
[v9_8] correct dates in man pages
2014-02-27 11:49:20 -08:00
Tinderbox User
e84ea6f17b
update copyright notice
2014-02-17 23:45:30 +00: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
Mark Andrews
71efd2bdcc
3742. [port] linux: libcap support: curval was used before it
...
was declared. [RT #35387 ]
(cherry picked from commit 5114325978 )
2014-02-18 00:28:54 +11:00
Francis Dupont
f30ddbed55
spurious space
2014-02-16 02:13:43 +01:00
Tinderbox User
d338393795
update copyright notice
2014-02-07 23:45:34 +00:00
Mark Andrews
3c7aa3b3a8
fix typo in comment
...
(cherry picked from commit 404d7c966c )
2014-02-08 09:38:40 +11:00
Evan Hunt
31bed7e679
[v9_8] add no-case-compress
...
3731. [func] Added a "no-case-compress" ACL, which causes
named to use case-insensitive compression
(disabling change #3645 ) for specified
clients. (This is useful when dealing
with broken client implementations that
use case-sensitive name comparisons,
rejecting responses that fail to match the
capitalization of the query that was sent.)
[RT #35300 ]
(cherry picked from commit 166341d554 )
(cherry picked from commit c2d3d0eda5 )
2014-02-06 19:44:27 -08:00
Evan Hunt
ad3e926a40
[v9_8] silence coverity warnings
...
- remove dead code in server.c
(cherry picked from commit 48def18179 )
2014-01-31 09:40:31 -08:00
Tinderbox User
c5dd47d83e
update copyright notice
2014-01-22 23:45:28 +00:00
Mark Andrews
a1d70e3013
remove src files not available for 'make depend'
2014-01-22 10:49:34 +11:00
Tinderbox User
51ef6746ac
update copyright notice
2014-01-17 23:45:31 +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
Tinderbox User
4bd05ab557
update copyright notice
2014-01-09 23:45:31 +00: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
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
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
1c29e9db2c
update copyrights
2013-12-05 15:48:07 +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
Mark Andrews
6861590440
fix dereference before null check warning
...
(cherry picked from commit 9800974419 )
2013-11-14 12:33:32 +11:00
Tinderbox User
a9e832442e
update copyright notice
2013-11-12 23:45:34 +00: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
Mark Andrews
d6bb96a4ba
3658. [port] linux: Address platform specific compilation issue
...
when libcap-devel is installed. [RT #34838 ]
(cherry picked from commit 7433a204d3 )
2013-09-26 15:27:32 +10:00
Mark Andrews
b6bb4e3b4e
3656. [bug] Treat a all zero netmask as invalid when generating
...
the localnets acl. [RT #34687 ]
(cherry picked from commit c9ee72cb3a )
2013-09-26 07:41:21 +10:00
Mark Andrews
f9b270d492
3653. [func] Create delegations for all "children" of empty zones
...
except "forward first". [RT #34826 ]
(cherry picked from commit 00043fc284 )
2013-09-25 09:41:52 +10:00
Tinderbox User
8674d31987
update copyright notice
2013-09-19 23:45:30 +00:00
Evan Hunt
399394eb55
[v9_8] comment nzf files
...
3649. [cleanup] Include a comment in .nzf files, giving the name of
the associated view. [RT #34765 ]
(cherry picked from commit c7965f84c2 )
(cherry picked from commit 1e77160774 )
2013-09-19 15:43:35 -07:00
Mark Andrews
563ba0b816
3645. [protocol] Use case sensitive compression when responding to
...
queries. [RT #34737 ]
(cherry picked from commit cb69994ff8 )
2013-09-18 16:16:06 +10:00
Mark Andrews
26cd212be0
3641. [bug] Handle changes to sig-validity-interval settings
...
better. [RT #34625 ]
(cherry picked from commit b5f4cc132e )
2013-09-17 14:21:11 +10:00
Mark Andrews
0e1be72097
remove dead code
2013-08-19 12:54:08 +10:00
Mark Andrews
35185f40dc
3636. [bug] Automatic empty zones now behave better with
...
forward only "zones" beneath them. [RT #34583 ]
(cherry picked from commit 997c2c5116 )
2013-08-19 09:19:24 +10:00
Mark Andrews
2269c9c9b7
3636. [bug] Automatic empty zones now behave better with
...
forward only "zones" beneath them. [RT #34583 ]
(cherry picked from commit e548e07a9a )
2013-08-16 14:27:35 +10:00
Tinderbox User
1f246d11eb
update copyright notice
2013-08-15 23:45:27 +00:00
Mark Andrews
0865e8fa2d
3634. [func] Report build-id in rndc status. Report build-id
...
when building from a git repository. [RT #20422 ]
(cherry picked from commit 0e1dfb8ff5 )
2013-08-15 12:57:13 +10:00
Mark Andrews
e593f1a94b
3633. [cleanup] Refactor OPT processing in named to make it easier
...
to support new EDNS options. [RT #34414 ]
(cherry picked from commit 8e091f3d3e )
2013-08-15 12:08:45 +10:00