Evan Hunt
6c004123f9
[v9_10] complete change #3925
...
- don't use fwdname in dns_view_findzonecut()
(cherry picked from commit 27d6642e8b )
2014-08-22 14:58:17 -07:00
Mark Andrews
fb5ab2d4ae
3925. [bug] DS lookup of RFC 1918 empty zones failed. [RT #36917
...
(cherry picked from commit 840d6a4614 )
2014-08-22 16:33:06 +10:00
Mark Andrews
a8f79ce26b
remove redundant isc_sockaddr_format call
2014-08-08 21:28:18 +10:00
Evan Hunt
a766d4c1d2
[v9_10] [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 )
2014-08-06 17:41:16 -07:00
Mark Andrews
23cd746fc2
3913. [bug] Address race issue in dispatch. [RT #36731 ]
...
(cherry picked from commit 493f3eb297 )
2014-08-06 18:50:45 +10:00
Evan Hunt
649dca47a8
[v9_10] prep 9.10.1b2
2014-08-05 21:54:13 -07:00
Mark Andrews
0b9336e775
3912. [bug] Address some unrecoverable lookup failures. [RT #36330 ]
...
(cherry picked from commit c5734964e6 )
2014-08-06 14:18:47 +10:00
Mukund Sivaraman
78ece3dad5
[36720] Free event early (fixes race to free)
...
Patch contributed by yhu2 <yadi.hu@windriver.com >.
(cherry picked from commit a338c2d947 )
2014-08-05 17:09:12 +05:30
Mark Andrews
1a90775452
3910. [bug] When computing the number of elements required for a
...
acl count_acl_elements could have a short count leading
to a assertion failure. Also zero out new acl elements
in dns_acl_merge. [RT #36675 ]
(cherry picked from commit 3e90f6c373 )
2014-08-03 10:05:40 +10:00
Mark Andrews
140ebff1cf
3908. [bug] rndc now differentiates between a zone in multiple
...
views and a zone that doesn't exist at all. [RT #36691 ]
(cherry picked from commit c38341ec43 )
2014-08-02 14:43:57 +10:00
Evan Hunt
ad85db4051
[v9_10] [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:35 -07:00
Mark Andrews
84891e6828
[rt36341]
...
3905. [bug] Address deadlock between view.c and adb.c. [RT #36341 ]
2014-07-31 11:38:42 +10:00
Mark Andrews
ffd72eb9a0
3904. [func] Add the RPZ SOA to the additional section. [RT36507]
...
(cherry picked from commit 3a55d43527 )
2014-07-31 10:53:20 +10:00
Tinderbox User
79ad2fed7b
update copyright notice
2014-07-29 23:45:45 +00:00
Evan Hunt
0248776225
[v9_10] use correct length
2014-07-29 15:24:15 -07:00
Evan Hunt
eb898fa698
[v9_10] add CAA rdata support
...
3056. [protocol] Added support for CAA record type (RFC 6844).
[RT #36625 ]
2014-07-29 08:40:50 -07:00
Mark Andrews
4394594398
3898. [bug] To small a buffer in tohexstr() calls in test code.
...
[RT #36598 ]
(cherry picked from commit 6a6838f973 )
2014-07-22 11:26:50 +10:00
Mark Andrews
c1f186e453
3897. [bug] RPZ summary information was not properly being updated
...
after a AXFR resulting in changes sometimes being
ignored. [RT #35885 ]
(cherry picked from commit ac5ed74860 )
2014-07-22 10:58:34 +10:00
Mark Andrews
77dbd56ad7
silence coverity, explicitly ignore dns_peer_gettransferdscp result
2014-07-18 12:55:24 +10:00
Mark Andrews
55de28a496
3893. [bug] Peer DSCP values could be returned without being set.
...
[RT #36538 ]
(cherry picked from commit a920fb9dc2 )
2014-07-15 22:41:21 +10:00
Mark Andrews
f2d672a7e0
3890. [bug] RRSIG sets that were not loaded in a single transaction
...
at start up where not being correctly added to
re-signing heaps. [RT #36302 ]
(cherry picked from commit 63e1ac1e09 )
2014-07-07 12:07:44 +10:00
Mark Andrews
a5f71c79d9
state fw_copy is never used; n only needs to be set for fw_ordinary;
...
(cherry picked from commit d956d9689c13b093fff5faf6b10f06338354dcfc)
2014-07-04 08:52:24 +10:00
Mark Andrews
6353009b28
silence coverity warnings
...
(cherry picked from commit e58154a6ec )
2014-07-02 15:28:23 +10:00
Mark Andrews
60135a133f
add init_count
2014-06-25 12:42:23 +10:00
Mark Andrews
ebe68cb7c6
move definition of FILE_VERSION to after #define of FILE_VERSION
...
(cherry picked from commit 777ea03a92 )
2014-06-25 12:29:33 +10:00
Mark Andrews
770de22d97
more statics that were optimised out
2014-06-25 11:26:09 +10:00
Mark Andrews
b12a947af4
add and deserialize are structure element names
...
(cherry picked from commit c21e9f1a92 )
2014-06-25 09:46:10 +10:00
Mark Andrews
4a9c9fff62
3887. [cleanup] Make all static symbols in rbtdb64 end in "64" so
...
they are easier to use in a debugger. [RT #36373 ]
2014-06-25 08:31:29 +10:00
Mark Andrews
3344ad0d37
silence signed vs unsigned
...
(cherry picked from commit 6343df7150 )
2014-06-25 00:19:51 +10:00
Mark Andrews
d4d3d93c7c
3886. [bug] rbtdb_write_header should use a once to initialize
...
FILE_VERSION. [RT #36374 ]
(cherry picked from commit ba5c73b383 )
2014-06-24 19:59:39 +10:00
Tinderbox User
dc4ffd8e06
update copyright notice
2014-06-19 23:45:51 +00:00
Evan Hunt
716453f37d
[v9_10] CDS/CDNSKEY rrtypes
...
3884. [protocol] Add CDS and CDNSKEY record types. [RT #36333 ]
(cherry picked from commit cac2181160 )
2014-06-19 00:35:53 -07:00
Evan Hunt
c8d92f75e1
[v9_10] prep 9.10.1b1
2014-06-18 23:49:55 -07:00
Mark Andrews
1d9fdb0dd6
silence coverity - add nul termination
...
(cherry picked from commit 8eb2d262dc )
2014-06-18 20:04:47 +10:00
Tinderbox User
c52dec5aa2
update copyright notice
2014-06-16 23:45:45 +00:00
Evan Hunt
44feb080fd
[v9_10] null terminate strings for coverity
2014-06-16 15:30:29 -07:00
Tinderbox User
f9ac1dde8f
update copyright notice
2014-06-12 23:45:45 +00:00
Evan Hunt
099e457c77
[v9_10] address rpz bugs
...
3877. [bug] Inserting and deleting parent and child nodes
in response policy zones could trigger an assertion
failure. [RT #36272 ]
(cherry picked from commit 06e0d6bb12 )
2014-06-11 20:01:21 -07:00
Mark Andrews
e3779a2642
make lhs unsigned
...
(cherry picked from commit 1208790272 )
2014-06-12 11:13:48 +10:00
Mark Andrews
615ff95bd1
add INSISTs to silence tainted data false positive in Coverity
...
(cherry picked from commit 83a5c670b8 )
2014-06-12 10:50:19 +10:00
Mark Andrews
0f09809855
add INSISTs to silence tainted data false positive in Coverity
...
(cherry picked from commit 8a2ff13c3d )
2014-06-12 10:46:24 +10:00
Mark Andrews
555137ee1f
3873. [protocol] Only warn for SPF without TXT spf record. [RT #36210 ]
...
(cherry picked from commit 634f66c659dade56502b55b1bbd514e5cfcae185)
2014-06-10 09:30:04 +10:00
Mark Andrews
9becd4c7d6
3872. [bug] Address issues found by static analysis. [RT #36209 ]
...
(cherry picked from commit b16d99bac1 )
2014-06-10 09:22:43 +10:00
Mukund Sivaraman
2a7ecad81b
[35063] Don't publish an activated key automatically before its publish time
...
(cherry picked from commit 79d27f505a )
2014-06-04 15:23:56 +05:30
Mark Andrews
29b682f68d
attempt to silence leaked lock false positive
2014-06-04 15:23:07 +10:00
Mark Andrews
d2fbb50b98
place a upper bound on rdcount
2014-06-04 13:16:42 +10:00
Mark Andrews
73086f17b0
update copyrights
2014-05-30 09:42:32 +10:00
Evan Hunt
1c961887b8
[v9_10] Add various RBT unit tests
...
3865. [test] Improved testability of the red-black tree
implementation and added unit tests. [RT #35904 ]
2014-05-29 12:30:33 -07:00
Mark Andrews
753d85520a
silence coverity warning
2014-05-28 10:44:18 +10:00
Mark Andrews
298b35a1df
3861. [security] Missing isc_buffer_availablelength check results
...
in a REQUIRE assertion when printing out a packet.
[RT #36078 ]
2014-05-25 12:39:52 +10:00