Tinderbox User
eb2c19a22e
update copyright notice / whitespace
2015-03-27 23:46:09 +00:00
Mukund Sivaraman
c04823752a
Fix a crash while parsing malformed CAA RRs in presentation format ( #39003 )
...
(cherry picked from commit f9f81abff0 )
(cherry picked from commit ffc5d17ea8 )
2015-03-27 10:34:50 +05:30
Tinderbox User
16fdaa39cc
update copyright notice / whitespace
2015-03-01 23:46:02 +00:00
Mark Andrews
fc07bc787f
4074. [cleanup] Cleaned up more warnings from gcc -Wshadow. [RT #38708 ]
...
(cherry picked from commit af669cb4fd )
Conflicts:
bin/named/client.c
lib/dns/request.c
lib/dns/view.c
(cherry picked from commit 374fce8495 )
Conflicts:
bin/named/statschannel.c
lib/dns/rbtdb.c
lib/dns/request.c
lib/dns/resolver.c
lib/isc/unix/file.c
2015-02-27 11:05:33 +11:00
Mark Andrews
0878951d71
used unsigned zero
...
(cherry picked from commit 072ce62d23 )
2015-02-19 15:42:50 +11:00
Tinderbox User
ae051b2f18
update copyright notice / whitespace
2015-02-10 23:46:11 +00:00
Evan Hunt
efe260cc94
[v9_9] 5011 fixes
...
4056. [bug] Fixed several small bugs in automatic trust anchor
management, including a memory leak and a possible
loss of key state information. [RT #38458 ]
2015-02-10 13:12:55 -08:00
Tinderbox User
b9f235969d
update copyright notice / whitespace
2015-01-30 23:46:04 +00:00
Mark Andrews
89c24debae
4049. [bug] CDS and CDNSKEY had the wrong attributes. [RT #38491 ]
...
(cherry picked from commit e77ef50a57 )
2015-01-30 21:49:34 +11:00
Tinderbox User
9cbd625449
update copyright notice / whitespace
2015-01-20 23:47:26 +00:00
Evan Hunt
57f015bd2a
[v9_9] clean up gcc -Wshadow warnings
...
4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381 ]
2015-01-20 14:55:41 -08:00
Tinderbox User
b644f1cdb8
update copyright notice / whitespace
2014-12-19 23:46:10 +00:00
Mark Andrews
2bd43c15df
4024. [bug] dns_rdata_opt_first, dns_rdata_opt_next,
...
dns_rdata_opt_current, dns_rdata_txt_first,
dns_rdata_txt_next and dns_rdata_txt_current were
documented but not implemented. These have now been
implemented.
dns_rdata_spf_first, dns_rdata_spf_next and
dns_rdata_spf_current were document but not
implemented. The prototypes for these
functions have been removed. [RT #38068 ]
4023. [bug] win32: socket handling with explict ports and
invoking named with -4 was broken for some
configurations. [RT #38068 ]
(cherry picked from commit 1e0ed0c6f5 )
(cherry picked from commit 14c7ef12e0 )
2014-12-19 11:43:40 +11:00
Tinderbox User
ea276ca5fa
update copyright notice
2014-11-04 23:46:04 +00:00
Mark Andrews
7e43c092d4
add missing opening bracket
...
(cherry picked from commit a31d0513c3 )
2014-11-04 17:14:08 +11:00
Mark Andrews
c75e6e9756
DNS_STYLEFLAG_NOCRYPTO not supported in 9.9.x
2014-11-04 14:02:42 +11:00
Mark Andrews
bb4ef32432
3997. [protocol] Add OPENGPGKEY record. [RT# 37671]
2014-11-04 12:25:38 +11: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
09c788d707
[v9_9] [36737] allow zero-length URI and CAA fields
...
3914. [bug] Allow the URI target and CAA value fields to
be zero length. [RT #36737 ]
(cherry picked from commit cfe32752a6 )
(cherry picked from commit a766d4c1d2 )
2014-08-06 17:41:33 -07:00
Evan Hunt
f1b4e7c31a
[v9_9] [rt36642] fix URI RR format
...
3906. [protocol] Update URI record format to comply with
draft-faltstrom-uri-08. [RT #36642 ]
(cherry picked from commit 7712d1660a )
2014-07-30 20:43:46 -07:00
Tinderbox User
ea2a029ec8
update copyright notice
2014-07-29 23:46:00 +00:00
Evan Hunt
eed75b89a1
[v9_9] use correct length
2014-07-29 15:24:20 -07:00
Evan Hunt
001e08f10d
[v9_9] add CAA rdata support
...
3056. [protocol] Added support for CAA record type (RFC 6844).
[RT #36625 ]
(cherry picked from commit eb898fa698 )
2014-07-29 08:41:23 -07:00
Tinderbox User
7f3f763739
update copyright notice
2014-06-19 23:46:13 +00:00
Evan Hunt
6151486775
[v9_9] CDS/CDNSKEY rrtypes
...
3884. [protocol] Add CDS and CDNSKEY record types. [RT #36333 ]
(cherry picked from commit cac2181160 )
(cherry picked from commit 716453f37d )
2014-06-19 00:57:40 -07:00
Tinderbox User
b819c00ca5
update copyright notice
2014-06-12 23:46:01 +00:00
Mark Andrews
032ddd08f1
make lhs unsigned
...
(cherry picked from commit 1208790272 )
2014-06-12 11:13:54 +10:00
Mark Andrews
0a3910db59
add INSISTs to silence tainted data false positive in Coverity
...
(cherry picked from commit 83a5c670b8 )
2014-06-12 10:50:14 +10:00
Mark Andrews
edc1ac4e76
add INSISTs to silence tainted data false positive in Coverity
...
(cherry picked from commit 8a2ff13c3d )
2014-06-12 10:46:32 +10:00
Mark Andrews
168ec78c63
3843. [protocol] Check EDNS EXPIRE option in dns_rdata_fromwire.
...
[RT #35969 ]
(cherry picked from commit ae5335dcd9d750312a4fa455495080fcb314b9d8)
2014-05-13 12:48:14 +10:00
Tinderbox User
1f841fabd2
update copyright notice
2014-04-24 23:46:02 +00:00
Mark Andrews
c10c7ddb6e
3819. [bug] NSEC3 hashes need to be able to be entered and
...
displayed without padding. This is not a issue for
currently defined algorithms but may be for future
hash algorithms. [RT #27925 ]
(cherry picked from commit 36e5ac0033 )
2014-04-24 19:12:08 +10:00
Tinderbox User
2ef658bd75
update copyright notice
2014-02-14 23:45:48 +00:00
Evan Hunt
547fe6d764
[v9_9] updated published drafts
2014-02-14 08:54:25 -08:00
Tinderbox User
b94f70ab8d
update copyright notice
2014-01-15 23:45:46 +00:00
Mark Andrews
741592b07e
silence compiler warning
...
(cherry picked from commit d8b83f0e2b )
2014-01-15 12:40:36 +11:00
Tinderbox User
e5ac85796f
update copyright notice
2014-01-14 23:45:43 +00:00
Mark Andrews
b9c050cb9c
3704. [protocol] Accept integer timestamps in RRSIG records. [RT #35185 ]
2014-01-14 16:06:45 +11:00
Tinderbox User
864ca7ce33
update copyright notice
2014-01-09 23:45:53 +00:00
Evan Hunt
8c7ce6d3e6
[v9_9] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
2014-01-08 16:38:56 -08:00
Mark Andrews
a0095a7c1a
update copyrights
2013-12-05 15:13:01 +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
Tinderbox User
449370f4ee
update copyright notice
2013-10-25 23:45:51 +00:00
Mark Andrews
84ccbc2b48
address memory leak in change #3662 , force format matching, attempt to address coverity false positives
...
(cherry picked from commit 938aea1dc4 )
2013-10-26 10:04:52 +11:00
Mark Andrews
604d483f63
3663. [bug] Address bugs in dns_rdata_fromstruct and
...
dns_rdata_tostruct for WKS and ISDN types. [RT #34910 ]
2013-10-25 13:06:28 +11:00
Tinderbox User
c55db6da4c
update copyright notice
2013-09-18 23:45:47 +00:00
Mark Andrews
6aef504a6a
3644. [protocol] Check that EDNS subnet client options are well formed.
...
[RT #34718 ]
(cherry picked from commit 3ad8f24ddd )
2013-09-18 11:03:59 +10:00
Mark Andrews
65d3b9a231
3639. [bug] Treat type 65533 (KEYDATA) as opaque except when used
...
in a key zone. [RT #34238 ]
(cherry picked from commit d6f99498d6 )
2013-09-17 10:37:56 +10:00
Evan Hunt
3c292bb534
[v9_9] change 3630 incomplete--needed to check fromtext too
...
(cherry picked from commit 5f630b9417 )
2013-08-14 17:24:34 -07:00
Tinderbox User
0920c92d0d
update copyright notice
2013-08-13 23:45:42 +00:00