Mark Andrews
415f8d470d
add dns_soa_buildrdata
2013-08-19 08:18:55 +00:00
Mark Andrews
746ad4cd1d
9.8.6rc2
2013-08-19 11:57:25 +10:00
Tinderbox User
1f246d11eb
update copyright notice
2013-08-15 23:45:27 +00:00
Mark Andrews
0ed6a96870
3635. [bug] Signatures were not being removed from a zone with
...
only KSK keys for a algorithm. [RT #24439 ]
(cherry picked from commit d1e22676de )
2013-08-15 15:18:03 +10:00
Mark Andrews
e0e235c5c4
3632. [bug] Signature from newly inactive keys were not being
...
removed. [RT #32178 ]
(cherry picked from commit 7ace327795 )
2013-08-15 11:45:42 +10:00
Evan Hunt
4dc3ddd0bd
[v9_8] change 3630 incomplete--needed to check fromtext too
...
(cherry picked from commit 5f630b9417 )
2013-08-14 17:24:42 -07:00
Tinderbox User
c0fac51463
update copyright notice
2013-08-13 23:45:25 +00:00
Evan Hunt
d3f1608c96
[v9_8] fix md5 key id computation
...
3630. [bug] Ensure correct ID computation for MD5 keys. [RT #33033 ]
(cherry picked from commit 5d4343a998 )
(cherry picked from commit 70858bf974 )
2013-08-13 16:04:57 -07:00
Mark Andrews
9583651d76
3627. [bug] RPZ changes were not effective on slaves. [RT #34450 ]
...
(cherry picked from commit 333f320a62d78e79fa54e7bcc389073a109618f7)
(cherry picked from commit dab73dfc86 )
2013-08-09 12:59:45 +10:00
Mark Andrews
6e69f3af23
add comment
...
(cherry picked from commit f45818b82a )
2013-07-26 10:26:13 +10:00
Tinderbox User
cb39171dd5
update copyright notice
2013-07-18 23:45:23 +00:00
Mark Andrews
c04e1ac111
3621. [security] Incorrect bounds checking on private type 'keydata'
...
can lead to a remotely triggerable REQUIRE failure
(CVE-2013-4854). [RT #34238 ]
(cherry picked from commit fdb4ae8f6c )
2013-07-19 09:30:24 +10:00
Mark Andrews
dbd2a3e401
9.8.6rc1
2013-07-15 15:57:22 +10:00
Tinderbox User
834b1741e3
update copyright notice
2013-07-09 23:45:25 +00:00
Evan Hunt
547ffae91c
[v9_8] added isc_safe_memcmp()
...
3611. [bug] Improved resistance to a theoretical authentication
attack based on differential timing. [RT #33939 ]
(cherry picked from commit 5b7abbef51 )
(cherry picked from commit a66c88dd26 )
2013-07-09 13:54:52 -07:00
Evan Hunt
faae8378fc
[v9_8] prep 9.8.6b1
2013-07-01 10:08:51 -07:00
Tinderbox User
15cb21307c
update copyright notice
2013-06-19 23:45:31 +00:00
Evan Hunt
9c971268d4
[v9_8] check for physical equivalence in names
...
3599. [tuning] Check for pointer equivalence in name comparisons.
[RT #18125 ]
(cherry picked from commit 7c2f548141 )
2013-06-18 18:15:30 -07:00
Tinderbox User
dab4c46bc3
update copyright notice
2013-06-04 23:45:28 +00:00
Evan Hunt
00c887b62f
[v9_8] assertion failure in resolver.c
...
3584. [security] Caching data from an incompletely signed zone could
trigger an assertion failure in resolver.c [RT #33690 ]
(cherry picked from commit 276457f7a3 )
2013-06-04 11:23:26 -07:00
Mark Andrews
1ff19fdd42
3583. [bug] Address memory leak in GSS-API processing [RT #33574 ]
...
(cherry picked from commit 2347c72129 )
2013-06-04 12:01:23 +10:00
Mark Andrews
fa44803060
redo: 3576. [bug] Address a shutdown race when validating. [RT #33573 ]
2013-06-04 11:25:35 +10:00
Evan Hunt
9aeecebd73
[v9_8] log forwarded updates
...
3566. [func] Log when forwarding updates to master. [RT #33240 ]
(cherry picked from commit 34f3693b93 )
(cherry picked from commit b79131b960 )
2013-06-03 10:00:14 -07:00
Evan Hunt
19aff9289e
[v9_8] possible race in acache.c
...
3580. [bug] Addressed a possible race in acache.c [RT #33602 ]
(cherry picked from commit 5183f9d9da )
2013-05-31 17:31:27 -07:00
Mark Andrews
be27213cd1
address memory in dns_view_getsecroots failure
...
(cherry picked from commit c611465739 )
2013-05-31 12:31:34 +10:00
Mark Andrews
e6f2f589cf
3577. [bug] Handle zero TTL values better. [RT #33411 ]
...
(cherry picked from commit 5f238c3c64 )
2013-05-29 18:13:40 +10:00
Mark Andrews
e928a3fd11
3576. [bug] Address a shutdown race when validating. [RT #33573 ]
...
(cherry picked from commit 2cd3c8856c )
2013-05-29 18:04:18 +10:00
Mark Andrews
ead5a924c7
3571. [bug] Address race condition in dns_client_startresolve().
...
[RT #33234 ]
2013-05-29 17:28:48 +10:00
Mark Andrews
b8d776a649
9.8.5
2013-05-17 10:33:03 +10:00
Mark Andrews
8195de058e
add gen.dSYM
2013-05-09 10:55:31 +10:00
Evan Hunt
caa3fd00ec
[v9_8] silence ccc-analyzer
...
3567. [bug] Silence clang static analyzer warnings. [RT #33365 ]
2013-05-03 14:33:27 -07:00
Mark Andrews
7bd7408fc7
add dns_message_buildopt
2013-04-30 17:45:36 +10:00
Tinderbox User
e682a40a4c
update copyright notice
2013-04-30 04:51:09 +00:00
Mark Andrews
c550216c73
9.8.5rc2
2013-04-30 14:34:23 +10:00
Mark Andrews
54e6ec8f49
3559. [func] Check that both forms of Sender Policy Framework
...
records exist or do not exist. [RT #33355 ]
(cherry picked from commit 26bb3b7a67 )
2013-04-30 13:55:38 +10:00
Tinderbox User
1fabc2b850
update copyright notice
2013-04-28 23:45:22 +00:00
Evan Hunt
e15b66552c
[v9_8] d.root-servers.net AAAA
...
3556. [maint] Added AAAA for D.ROOT-SERVERS.NET.
(cherry picked from commit 73ad83bcf0 )
2013-04-27 16:43:35 -07:00
Tinderbox User
b61feeae26
update copyright notice
2013-04-26 23:45:27 +00:00
Mark Andrews
4c1eeaba67
3056. [func] Added support for URI resource record. [RT #23386 ]
...
(cherry picked from commit 23f3993502 )
2013-04-26 14:35:30 +10:00
Evan Hunt
b2d727cce0
[v9_8] address two more possible acache asserts
...
3555. [bug] Address theoretical race conditions in acache.c
(change #3553 was incomplete). [RT #33252 ]
(cherry picked from commit ff5ac6d421 )
(cherry picked from commit 62ebf6bbef )
2013-04-25 18:03:57 -07:00
Evan Hunt
10ecd593ae
[v9_8] double free caused assertion in acache
...
3553. [bug] Address suspected double free in acache. [RT #33252 ]
(cherry picked from commit 11b04b18f8ecb7c0119a7a6b6bbf8f5bad789c9a)
(cherry picked from commit 3673e8535584457ec1a79b6a30ddf4d182b0f921)
2013-04-25 10:41:40 -07:00
Tinderbox User
17438ea1b0
update copyright notice
2013-04-11 23:45:23 +00:00
Mark Andrews
c18c186170
silence coverity warnings
...
(cherry picked from commit 45b727f651 )
(cherry picked from commit 53f675154c )
2013-04-11 17:26:29 +10:00
Tinderbox User
a5e1b39205
update copyright notice
2013-04-09 23:45:24 +00:00
Mark Andrews
214992ca21
silence signed/unsigned compare warning
2013-04-09 06:31:16 +10:00
Mark Andrews
6227ab7137
3548. [bug] The NSID request code in resolver.c was broken
...
resulting in invalid EDNS options being sent.
[RT #33153 ]
(cherry picked from commit 4adf97c32f )
Conflicts:
lib/dns/include/dns/message.h
lib/dns/message.c
2013-04-08 16:45:14 +10:00
Mark Andrews
8853870575
3547. [bug] Some malformed unknown rdata records were not properly
...
detected and rejected. [RT #33129 ]
(cherry picked from commit 1cc4695f0d )
2013-04-08 09:58:02 +10:00
Tinderbox User
dce6ba7171
update copyright notice
2013-04-04 23:45:21 +00:00
Mark Andrews
530249bc9e
3546. [func] Add EUI48 and EUI64 types. [RT #33082 ]
...
(cherry picked from commit 3a6d62c59f )
2013-04-05 09:09:04 +11:00
Tinderbox User
10b57da2e4
update copyright notice
2013-04-03 23:45:25 +00:00