Evan Hunt
06ee49b9db
[v9_9] fix incorrect bug ID
2015-08-27 10:23:05 -07:00
Evan Hunt
b12d98ac3a
[v9_9] fix tag
2015-08-27 10:20:40 -07:00
Tinderbox User
fc6d414147
update copyright notice / whitespace
2015-08-26 23:46:10 +00:00
Tinderbox User
83e5fd71b7
newcopyrights
2015-08-26 23:30:12 +00:00
Curtis Blackburn
e87080cac3
removing .gitattributes file, to resolve issues with permanantly modified .vcxproj.in files in git 2.4 and up
2015-08-26 11:55:24 -07:00
Mark Andrews
b7a02c9e9b
eol -> crlf
2015-08-26 12:42:08 +10:00
Tinderbox User
5ad0557d5b
update copyright notice / whitespace
2015-08-25 23:46:19 +00:00
Tinderbox User
e0530006ee
newcopyrights
2015-08-25 23:30:20 +00:00
Tinderbox User
73a3d1f8cf
regenerate
v9.9.8rc1
2015-08-25 21:42:10 +00:00
Tinderbox User
015ce0e4ef
regen v9_9
2015-08-25 20:52:17 +00:00
Evan Hunt
84b7eda6f1
[v9_9] relnotes
2015-08-25 13:36:37 -07:00
Evan Hunt
fa43390ed9
[v9_9] prep 9.9.8rc1
2015-08-25 11:22:50 -07:00
Mark Andrews
6c09fd0e6b
4193. [bug] Handle broken servers that return BADVERS incorrectly.
...
[RT #40427 ]
2015-08-25 16:55:19 +10:00
Mark Andrews
7d0a5cd8c9
4192. [bug] The default rrset-order of random was not always being
...
applied. [RT #40456 ]
(cherry picked from commit 9b956d342e )
2015-08-25 14:53:04 +10:00
Mark Andrews
79f23b271e
4191. [protocol] Accept DNS-SD non LDH PTR records in reverse zones
...
as per RFC 6763. [RT #37889 ]
(cherry picked from commit 5855fd79e3 )
2015-08-25 14:46:41 +10:00
Mark Andrews
f921bb1806
check isc_buffer_allocate result
2015-08-23 19:43:25 +10:00
Tinderbox User
13d451f810
update copyright notice / whitespace
2015-08-22 23:46:11 +00:00
Tinderbox User
6958353346
newcopyrights
2015-08-22 23:30:16 +00:00
Mark Andrews
fea8a9d56b
4190. [protocol] Accept Active Diretory gc._msdcs.<forest> name as
...
valid with check-names. <forest> still needs to be
LDH. [RT #40399 ]
(cherry picked from commit dc3912f3ca )
2015-08-22 15:28:16 +10:00
Mark Andrews
d7ef667588
4189. [cleanup] Don't exit on overly long tokens in named.conf.
...
[RT #40418 ]
(cherry picked from commit 7d0dfa63cf )
2015-08-22 15:08:56 +10:00
Tinderbox User
a9d52ddcf5
newcopyrights
2015-08-20 23:30:09 +00:00
Mark Andrews
79529b636b
ignore *-symtbl.c
...
(cherry picked from commit 2c210d117e )
2015-08-20 14:06:27 +10:00
Mark Andrews
0986b57c10
ignore xmlstats
2015-08-20 14:01:18 +10:00
Mark Andrews
66882699d9
4188. [bug] Support HTTP/1.0 client properly on the statistics
...
channel. [RT #40261 ]
(cherry picked from commit 18ba804f3a )
2015-08-20 09:56:10 +10:00
Tinderbox User
d901205191
update copyright notice / whitespace
2015-08-18 23:46:14 +00:00
Tinderbox User
afdb3e3e43
newcopyrights
2015-08-18 23:30:35 +00:00
Mark Andrews
2726af6715
#include <isc/safe.h>
2015-08-19 05:35:09 +10:00
Mukund Sivaraman
e37f7fb8ce
Use unknown format when totext() is not implemented for any RDATA ( #40317 )
...
(cherry picked from commit ec3dbae9eb )
(cherry picked from commit ff82214714 )
Conflicts:
CHANGES
2015-08-18 20:17:44 +05:30
Mark Andrews
0698d8b473
check for libxml2
2015-08-18 22:05:15 +10:00
Mark Andrews
88045c98ea
Revert "#include <isc/safe.h>"
...
This reverts commit e901c42e9f .
2015-08-18 21:23:22 +10:00
Mark Andrews
e901c42e9f
#include <isc/safe.h>
2015-08-18 19:43:19 +10:00
Mark Andrews
d610c75100
9.9 doesn't have isc_buffer_reserve
2015-08-18 19:41:35 +10:00
Evan Hunt
7517938e97
[v9_9] credit loganaden
2015-08-17 22:59:25 -07:00
Evan Hunt
ab4fc879d4
[v9_9] improve wire_test.c for large messages
2015-08-17 22:45:15 -07:00
Mark Andrews
06642559b7
add isc_safe_memequal and isc_safe_memcompare; remove isc_safe_memcmp
...
(cherry picked from commit 47d459ef43 )
2015-08-18 12:25:43 +10:00
Evan Hunt
05d0d33cb8
[v9_9] timing safe memory comparisons
...
4183. [cleanup] Use timing-safe memory comparisons in cryptographic
code. Also, the timing-safe comparison functions have
been renamed to avoid possible confusion with
memcmp(). [RT #40148 ]
(cherry picked from commit 420a43c8d8 )
2015-08-17 18:31:11 -07:00
Mark Andrews
d4f07f0f01
use grep/awk rather than xmllint
2015-08-18 10:22:50 +10:00
Tinderbox User
c4e27dcf82
update copyright notice / whitespace
2015-08-17 23:46:29 +00:00
Tinderbox User
30b8cc6fd1
newcopyrights
2015-08-17 23:30:18 +00:00
Evan Hunt
b479d0f857
[v9_9] win32: vs2015 compliance
2015-08-17 11:37:00 -07:00
Mukund Sivaraman
09796fdd84
Use mnemonics for RR class and type comparisons ( #40297 )
...
(cherry picked from commit b0ba1a6059 )
(cherry picked from commit 25747be3cb )
2015-08-17 12:29:02 +05:30
Mark Andrews
5c0836a295
4181. [bug] Queued notify messages could be dequeued from the
...
wrong rate limiter queue. [RT #40350 ]
(cherry picked from commit 70862302f8 )
2015-08-17 10:38:40 +10:00
Tinderbox User
f37017d0f4
update copyright notice / whitespace
2015-08-16 23:46:35 +00:00
Tinderbox User
1e4a4ba727
newcopyrights
2015-08-16 23:30:18 +00:00
Mark Andrews
a8ac264163
address use after free error
...
(cherry picked from commit 6458ad3ab2 )
2015-08-16 20:30:10 +10:00
Tinderbox User
e01f04d64f
regen v9_9
2015-08-16 01:13:36 +00:00
Tinderbox User
ec356e8f98
newcopyrights
2015-08-15 23:30:18 +00:00
Evan Hunt
593fe634ce
[v9_9] fix the o umlaut for HTML and TXT too
2015-08-14 19:58:21 -07:00
Tinderbox User
c8b1b9141e
update copyright notice / whitespace
2015-08-14 23:46:19 +00:00
Tinderbox User
42562d7d50
newcopyrights
2015-08-14 23:30:28 +00:00