Mukund Sivaraman
fc0797977d
Fix a bug printing zone names with '/' character in XML and JSON stats ( #39873 )
...
(cherry picked from commit 08f0129732 )
Conflicts:
bin/tests/system/statistics/clean.sh
(cherry picked from commit f69f188b90 )
Conflicts:
bin/named/statschannel.c
bin/tests/system/statistics/clean.sh
bin/tests/system/statistics/ns1/named.conf
bin/tests/system/statistics/tests.sh
Conflicts:
CHANGES
2015-06-30 14:45:13 +05:30
Mark Andrews
6f02a4e2a6
4147. [bug] Filter-aaaa / filter-aaaa-on-v4 / filter-aaaa-on-v6
...
was returning referrals rather than nodata responses
when the AAAA records were filtered. [RT #39843 ]
(cherry picked from commit 4a61eae651 )
2015-06-29 15:49:19 +10:00
Mark Andrews
1ef6de05cd
4146. [bug] Address reference leak that could prevent a clean
...
shutdown. [RT #37125 ]
(cherry picked from commit adbf81335b )
2015-06-25 18:36:58 +10:00
Mark Andrews
f02f4ce874
4145. [bug] Not all unassociated adb entries where being printed.
...
[RT #37125 ]
(cherry picked from commit 2f66e2dd81 )
2015-06-25 18:28:14 +10:00
Mark Andrews
07ab217f7f
4143. [bug] serial-query-rate was not effective for notify.
...
[RT #39858 ]
(cherry picked from commit be4b9178f0 )
2015-06-24 20:55:30 +10:00
Mark Andrews
cef5a9fe72
don't use C++ keyword new; use (const char *) for output of strchr((const char *), char)
...
(cherry picked from commit d4422ec231 )
2015-06-18 11:16:20 +10:00
Mark Andrews
60c101120e
4138. [bug] A uninitialized value in validator.c could result
...
in a assertion failure. (CVE-2015-4620) [RT #39795 ]
(cherry picked from commit a85c6b35af )
(cherry picked from commit f7d53a6f3b )
2015-06-17 09:18:27 +10:00
Mark Andrews
a72248d413
silence coverity warnings
...
(cherry picked from commit e0fea0bf85 )
2015-05-30 17:45:18 +10:00
Mark Andrews
c303b3a033
add INSIST to silence coverity
...
(cherry picked from commit 03089dd420 )
2015-05-30 17:37:42 +10:00
Tinderbox User
2a71b08491
update copyright notice / whitespace
2015-05-28 23:46:13 +00:00
Mark Andrews
f86443709f
fix typo
2015-05-28 18:35:01 +10:00
Mark Andrews
03d6a43845
fix merge error
2015-05-28 16:31:35 +10:00
Mark Andrews
4adbc24505
4129. [port] Address API changes in OpenSSL 1.1.0. [RT #39532 ]
...
(cherry picked from commit 8bb630c751 )
2015-05-28 14:41:59 +10:00
Mark Andrews
8167dedf5e
Handle git commit -mifdef BIND9 case
2015-05-28 14:07:56 +10:00
Mark Andrews
64b34aee39
4128. [bug] Address issues raised by Coverity 7.6. [RT #39537 ]
...
(cherry picked from commit e53e202ef3 )
2015-05-28 13:26:19 +10:00
Tinderbox User
118ba5c7f3
update copyright notice / whitespace
2015-05-27 23:46:14 +00:00
Mark Andrews
f302a82da9
add dns_zone_cdscheck
...
(cherry picked from commit e7b7ede003 )
2015-05-27 16:18:44 +10:00
Mark Andrews
f381cb86da
4127. [protocol] CDS and CDNSKEY need to be signed by the key signing
...
key as per RFC 7344, Section 4.1. [RT #37215 ]
(cherry picked from commit 598b502695 )
2015-05-27 15:45:46 +10:00
Francis Dupont
c97747f92b
finished print.h stuff
2015-05-23 16:29:54 +02:00
Francis Dupont
5627414c1e
added print.h includes
2015-05-23 15:40:05 +02:00
Evan Hunt
c65022d938
[v9_9] add %z format options to printf
...
4123. [port] Added %z (size_t) format options to the portable
internal printf/sprintf implementation. [RT #39586 ]
(cherry picked from commit cadf8d687b )
2015-05-21 14:56:40 -07:00
Tinderbox User
8eb77bc70b
update copyright notice / whitespace
2015-05-11 23:46:10 +00:00
Mark Andrews
51a82fe30d
update variable name to better reflect reality
2015-05-11 13:41:13 +10:00
Mark Andrews
20890f61bf
use dns_opcode_t
...
(cherry picked from commit 844b568182 )
2015-05-11 12:17:50 +10:00
Tinderbox User
9bd61f393f
update copyright notice / whitespace
2015-04-28 23:46:12 +00:00
Mark Andrews
fdb83d87d6
4110. [bug] Address memory leaks / null pointer dereferences
...
on out of memory. [RT #39310 ]
(cherry picked from commit b292230ab8 )
2015-04-29 03:37:25 +10:00
Mark Andrews
a146e6c683
4107. [bug] Address potential deadlock when updating zone content.
...
[RT #39269 ]
(cherry picked from commit ef0e674456 )
2015-04-18 13:45:36 +10:00
Tinderbox User
fc78ea1f10
update copyright notice / whitespace
2015-04-17 23:46:14 +00:00
Evan Hunt
7faa1a7221
[v9_9] misc x64 VS 2015 CTP fixes [ #39308 ]
...
(cherry picked from commit ab973ec40c )
(cherry picked from commit 0fdcf394cb )
2015-04-17 15:32:41 -07:00
Mark Andrews
5abfe27109
don't set rdh_ttl in init_rdataset
...
(cherry picked from commit def6608a44 )
2015-04-17 23:50:36 +10:00
Mark Andrews
397ae92d8e
dns_updatemethod_none is not appropriate for 9.10
...
(cherry picked from commit 6a905abeff )
2015-04-17 15:46:32 +10:00
Mark Andrews
6433ff7b93
4104. [bug] Address uninitialized elements. [RT #39252 ]
...
(cherry picked from commit f1a261ba2d )
2015-04-17 14:09:00 +10:00
Evan Hunt
8d1941a8ce
[v9_9] use after free in resquery_destroy()
...
4102. [bug] Fix a use after free bug introduced in change
#4094 . [RT #39281 ]
2015-04-15 15:39:03 -07:00
Tinderbox User
645e5b2460
update copyright notice / whitespace
2015-04-14 23:46:08 +00:00
Mukund Sivaraman
182a53d7dd
Add additional logging about xfrin transfer status ( #39170 )
...
(cherry picked from commit ac31adc3b7 )
(cherry picked from commit 6065cb0858 )
2015-04-14 12:24:14 +05:30
Mukund Sivaraman
9087397f01
Don't use query->sendevent after it's been destroyed ( #39132 )
...
(cherry picked from commit 2c4d5faf7f )
(cherry picked from commit 7f2b905c81 )
Conflicts:
CHANGES
2015-04-13 15:08:40 +05:30
Evan Hunt
df3550ef06
[v9_9] hold a reference on fetch context during query
...
4094. [bug] A race during shutdown or reconfiguration could
cause an assertion in mem.c. [RT #38979 ]
(cherry picked from commit 2cfe85e6ee33ec97102b6e2e80c86f827bba8594)
(cherry picked from commit 4426003759850ebef210abd2fa339b57ddda3355)
2015-04-08 13:54:05 -07:00
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
Mukund Sivaraman
0b9f3a195d
Send notifies immediately for slave zones during startup ( #38843 )
...
(cherry picked from commit 9a7532f836 )
(cherry picked from commit 76d6b3c544 )
2015-03-25 13:03:56 +05:30
Mukund Sivaraman
972cbafea3
Fix a crash due to use-after-free ( #38495 )
...
(cherry picked from commit ebeb4b3e09 )
(cherry picked from commit ac1ccdd323 )
Conflicts:
CHANGES
2015-03-18 06:44:17 +05:30
Mukund Sivaraman
99d84ecd2a
Fix -Wshadow warnings ( #38762 )
...
These happen due to ntohs()/htons() macro expansion in glibc.
(cherry picked from commit f5a62d97e3 )
(cherry picked from commit c203b9040a )
2015-03-09 09:41:13 +05:30
Mark Andrews
983259ad48
add missing defs
2015-03-05 10:47:01 +11:00
Tinderbox User
124e64db5e
update copyright notice / whitespace
2015-03-04 23:46:08 +00:00
Mark Andrews
263413c7a7
4082. [bug] Incrementally sign large inline zone deltas.
...
[RT #37927 ]
(cherry picked from commit 1b05d22789 )
2015-03-05 10:08:11 +11:00
Tinderbox User
2477b2ba0f
update copyright notice / whitespace
2015-03-03 23:46:07 +00:00
Mark Andrews
1c33552240
4081. [cleanup] Use dns_rdatalist_init consistently. [RT #38759 ]
...
(cherry picked from commit 29d52c001f )
(cherry picked from commit a55c3151b2 )
2015-03-03 16:52:02 +11:00
Tinderbox User
16fdaa39cc
update copyright notice / whitespace
2015-03-01 23:46:02 +00:00
Mark Andrews
f16ab01da5
4076. [bug] Named could crash on shutdown with outstanding
...
reload / reconfig events. [RT #38622 ]
(cherry picked from commit bb5df338d9 )
2015-02-27 12:36:08 +11: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