Evan Hunt
559226a147
[v9_10] reduce code duplication
2015-08-02 11:23:29 -07:00
Tinderbox User
61459501d6
regen v9_10
2015-08-01 01:11:08 +00:00
Tinderbox User
4144b84b21
update copyright notice / whitespace
2015-07-31 23:45:54 +00:00
Tinderbox User
34d0925a24
newcopyrights
2015-07-31 23:30:08 +00:00
Evan Hunt
349c92557c
[v9_10] use 7 character short hash for srcid
2015-07-31 14:11:00 -07:00
Evan Hunt
be4ececeb0
[v9_10] corrected relnotes -- assertion in name.c not message.c
2015-07-31 12:03:44 -07:00
Mukund Sivaraman
63dcc28d3e
Fix win32 build (UNUSED is present later)
2015-07-31 14:32:47 +05:30
Tinderbox User
1767227885
regenerate
2015-07-31 07:18:29 +00:00
Tinderbox User
5a6ce6c0a8
regen v9_10
2015-07-31 07:16:42 +00:00
Mukund Sivaraman
09b4ed3797
Bump version for 9.10.3b1
2015-07-31 12:42:03 +05:30
Mukund Sivaraman
8ddb21cd82
Bump api versions
2015-07-31 12:33:36 +05:30
Mukund Sivaraman
d637242e0c
Update CHANGES for the new release
2015-07-31 12:33:29 +05:30
Mark Andrews
38df037565
badcookie has a offical code point of 23
...
(cherry picked from commit 46e7fc51b8 )
2015-07-27 15:22:42 +10:00
Tinderbox User
01843e9a88
regen v9_10
2015-07-24 01:08:49 +00:00
Mark Andrews
fa25ae3d4d
whitespace
2015-07-23 19:52:07 +10:00
Evan Hunt
f41d4b6eeb
[v9_10] missing 'use' caused test failure
2015-07-21 13:50:23 -07:00
Evan Hunt
30ba2158e2
[v9_10] statschannel test failed when only JSON was available
2015-07-20 19:09:47 -07:00
Evan Hunt
bdbab298fc
[v9_10] portability
2015-07-20 19:01:45 -07:00
Tinderbox User
5d5fe61534
regen v9_10
2015-07-21 01:09:02 +00:00
Evan Hunt
c41d5c2d5d
[v9_10] remove accidentally duplicated section on clients-per-query
2015-07-20 15:28:17 -07:00
Tinderbox User
d7707ba51f
regen v9_10
2015-07-15 01:08:44 +00:00
Mark Andrews
fba94b205b
add CVE-2015-5477
2015-07-15 07:55:52 +10:00
Mark Andrews
d64c609f36
change tag to security
...
(cherry picked from commit 13c55f6a60 )
2015-07-15 07:30:59 +10:00
Evan Hunt
c712562dd1
[v9_10] spelling
2015-07-14 00:37:55 -07:00
Mark Andrews
0b08938f80
4165. [bug] An failure to reset a value to NULL in tkey.c could
...
result in an assertion failure. (CVE-2015-5477)
[RT #40046 ]
(cherry picked from commit dbb064aa79 )
2015-07-14 14:49:15 +10:00
Tinderbox User
dae3e8def6
update copyright notice / whitespace
2015-07-13 23:45:49 +00:00
Tinderbox User
720300d50f
newcopyrights
2015-07-13 23:30:07 +00:00
Mark Andrews
d03dbac02e
4164. [bug] Don't rename slave files and journals on out of memory.
...
[RT #40033 ]
4163. [bug] Address compiler warnings. [RT #40024 ]
(cherry picked from commit 3a49d0ff10 )
2015-07-13 09:48:42 +10:00
Tinderbox User
877ef1db24
regen v9_10
2015-07-11 01:10:45 +00:00
Tinderbox User
1ef1f8e88e
newcopyrights
2015-07-10 23:30:22 +00:00
Mark Andrews
33076e7331
4162. [bug] httpdmgr->flags was not being initialized. [RT #40017 ]
...
(cherry picked from commit 0bc743f9bc )
2015-07-10 18:43:17 +10:00
Mark Andrews
fc6bbb71ac
zone is not optional for zonestatus [RT #40012 ]
...
(cherry picked from commit 539c3f73b7 )
2015-07-10 15:29:44 +10:00
Evan Hunt
8272aedccb
[v9_10] add JSON and XML tests
...
4161. [test] Test for consistency between "rndc stats" and the
XML and JSON statistics channel contents. [RT #38700 ]
2015-07-09 21:26:32 -07:00
Tinderbox User
1abf201343
regen v9_10
2015-07-10 01:08:50 +00:00
Tinderbox User
a704920204
update copyright notice / whitespace
2015-07-09 23:45:51 +00:00
Tinderbox User
40fe58c07d
newcopyrights
2015-07-09 23:30:42 +00:00
Evan Hunt
d52e7431b0
[v9_10] fix build error with ISC_MEM_TRACKLINES=0
2015-07-09 14:23:50 -07:00
Evan Hunt
46d8fe1bb5
[v9_10] Merge branch 'v9_10' of ssh://repo/proj/git/prod/bind9 into v9_10
2015-07-08 22:56:22 -07:00
Evan Hunt
83d0b1ab69
[v9_10] DDoS mitigation features
...
3938. [func] Added quotas to be used in recursive resolvers
that are under high query load for names in zones
whose authoritative servers are nonresponsive or
are experiencing a denial of service attack.
- "fetches-per-server" limits the number of
simultaneous queries that can be sent to any
single authoritative server. The configured
value is a starting point; it is automatically
adjusted downward if the server is partially or
completely non-responsive. The algorithm used to
adjust the quota can be configured via the
"fetch-quota-params" option.
- "fetches-per-zone" limits the number of
simultaneous queries that can be sent for names
within a single domain. (Note: Unlike
"fetches-per-server", this value is not
self-tuning.)
- New stats counters have been added to count
queries spilled due to these quotas.
These options are not available by default;
use "configure --enable-fetchlimit" (or
--enable-developer) to include them in the build.
See the ARM for details of these options. [RT #37125 ]
2015-07-08 22:55:31 -07:00
Mark Andrews
3794ab5cd0
add comment about +trace and @server
...
(cherry picked from commit 2561b2dd84 )
2015-07-09 12:12:30 +10:00
Tinderbox User
4b6accc40b
regen v9_10
2015-07-08 01:08:43 +00:00
Tinderbox User
fc5aaa5e11
update copyright notice / whitespace
2015-07-07 23:45:48 +00:00
Mark Andrews
15a8195c7a
4159. [cleanup] Alphabetize dig's help output. [RT #39966 ]
2015-07-08 09:35:28 +10:00
Tinderbox User
9e2a374206
newcopyrights
2015-07-07 23:30:08 +00:00
Mark Andrews
2addc50960
4159. [cleanup] Alphabetize dig's help output. [RT #39966 ]
2015-07-08 09:14:01 +10:00
Mark Andrews
bb7971417a
4157. [protocol] Update experimental SIT code to use the EDNS COOKIE
...
option code point (10). This is the minimal change
required to use the new code point. [RT #39928 ]
2015-07-07 15:43:04 +10:00
Mark Andrews
6eb68161a9
add warning not about handling malformed option content
...
(cherry picked from commit bd08b82891 )
2015-07-07 10:25:30 +10:00
Tinderbox User
932ce73955
update copyright notice / whitespace
2015-07-06 23:45:49 +00:00
Tinderbox User
ff27d5ae06
newcopyrights
2015-07-06 23:30:14 +00:00
Mark Andrews
28d2815802
dig +ednsopt=<invalid> could trigger a assertion failure [RT #39990 ]
...
(cherry picked from commit 46fc714aa0 )
2015-07-06 23:04:18 +10:00