Tinderbox User
541f7dfbc6
regen v9_9
2014-11-22 01:12:54 +00:00
Tinderbox User
29447bae06
newcopyrights
2014-11-21 23:34:18 +00:00
Mark Andrews
8b56a6be07
4007. [doc] Remove acl forward reference restriction. [RT #37772 ]
...
(cherry picked from commit 64d715c22a )
2014-11-21 15:27:34 +11:00
Tinderbox User
049129f1f6
regen v9_9
2014-11-21 01:11:40 +00:00
Evan Hunt
03d0fb5be2
[v9_9] win32 build fix
2014-11-20 15:57:17 -08:00
Tinderbox User
b2bcacdf36
update copyright notice / whitespace
2014-11-20 23:46:15 +00:00
Evan Hunt
9d120bd4d0
[v9_9] add missing grammar
2014-11-20 15:37:22 -08:00
Tinderbox User
6e4ec32d63
newcopyrights
2014-11-20 23:30:26 +00:00
Evan Hunt
930f96cfca
[v9_9] Merge branch 'v9_9' of ssh://repo/proj/git/prod/bind9 into v9_9
2014-11-20 13:21:10 -08:00
Evan Hunt
9f00ce4df0
[v9_9] add notes
2014-11-20 13:20:40 -08:00
Mark Andrews
6bdbb45dcc
the many system test is no more
2014-11-21 08:07:56 +11:00
Evan Hunt
e2ed17e190
[v9_9] remove inadvertently-retained content from quota.h
2014-11-20 12:55:39 -08:00
Evan Hunt
1d47cb124d
[v9_9] refactor max-recursion-queries
...
- the counters weren't set correctly when fetches timed out.
instead we now pass down a counter object.
(cherry picked from commit 05e448935c )
(cherry picked from commit 6c049c57d9 )
2014-11-19 18:38:52 -08:00
Tinderbox User
cc5b3627b1
regen v9_9
2014-11-20 01:12:30 +00:00
Tinderbox User
e211a7b798
update copyright notice / whitespace
2014-11-19 23:46:07 +00:00
Tinderbox User
587736a092
newcopyrights
2014-11-19 23:30:49 +00:00
Evan Hunt
b6ab355aef
[v9_9] fix reclimit test (remove servfail-ttl)
2014-11-19 00:15:22 -08:00
Evan Hunt
711e833921
[v9_9] add max-recursion-queries
...
also fixes and documentation for max-recursion-depth
(cherry picked from commit c4f54e5bd1 )
(cherry picked from commit b3aa528d7e )
2014-11-18 22:14:55 -08:00
Tinderbox User
7af443fd19
regen v9_9
2014-11-19 01:12:51 +00:00
Tinderbox User
dd461ee35b
update copyright notice / whitespace
2014-11-18 23:46:09 +00:00
Tinderbox User
aa96888c33
newcopyrights
2014-11-18 23:30:45 +00:00
Evan Hunt
776155aeea
[v9_9] fix RT number
2014-11-18 08:59:12 -08:00
Evan Hunt
603a0e2637
[v9_9] limit recursion depth and iterative queries
...
4006. [security] A flaw in delegation handling could be exploited
to put named into an infinite loop. This has
been addressed by placing limits on the number
of levels of recursion named will allow (default 7),
and the number of iterative queries that it will
send (default 50) before terminating a recursive
query (CVE-2014-8500).
The recursion depth limit is configured via the
"max-recursion-depth" option. [RT #35780 ]
2014-11-17 23:49:07 -08:00
Mark Andrews
16adeb3661
check returns from putstr and putnull
...
(cherry picked from commit 18fa89b01e )
2014-11-18 13:03:20 +11:00
Evan Hunt
922588e83e
[v9_9] fix false positive compiler warning
...
a "pointer always evaluates to true" warning was blocking
compilation of the radix ATF test when using --enable-developer
with gcc 4.8.2.
2014-11-15 00:55:20 -08:00
Tinderbox User
1c5c7b86fe
regen v9_9
2014-11-15 01:14:17 +00:00
Evan Hunt
f6e2e95a7d
[v9_9] reference leak with AAAA glue but not A
...
4004. [bug] When delegations had AAAA glue but not A, a
reference could be leaked causing an assertion
failure on shutdown. [RT #37796 ]
(cherry picked from commit c4abb19716 )
(cherry picked from commit 96b6923a25 )
2014-11-14 09:04:52 -08:00
Tinderbox User
9b48b3dc34
regen v9_9
2014-11-06 01:12:47 +00:00
Tinderbox User
8cf35615f6
update copyright notice
2014-11-05 23:46:03 +00:00
Tinderbox User
fbcb21acc6
newcopyrights
2014-11-05 23:30:15 +00:00
Evan Hunt
b2630b7363
[v9_9] fix nxrrset in nxdomain redirection
...
4000. [bug] NXDOMAIN redirection incorrectly handled NXRRSET
from the redirect zone. [RT #37722 ]
(cherry picked from commit 3cc8c7d630 )
(cherry picked from commit 56293cd148 )
2014-11-04 23:54:25 -08:00
Tinderbox User
8c6b1eae84
regen v9_9
2014-11-05 01:12:39 +00:00
Tinderbox User
ea276ca5fa
update copyright notice
2014-11-04 23:46:04 +00:00
Tinderbox User
de728ec091
newcopyrights
2014-11-04 23:30:21 +00:00
Mark Andrews
7e43c092d4
add missing opening bracket
...
(cherry picked from commit a31d0513c3 )
2014-11-04 17:14:08 +11:00
Mark Andrews
c75e6e9756
DNS_STYLEFLAG_NOCRYPTO not supported in 9.9.x
2014-11-04 14:02:42 +11:00
Evan Hunt
1ca411f1c2
[v9_9] spelling
2014-11-03 17:44:24 -08:00
Mark Andrews
4cc275ad08
3998. [bug] isc_radix_search was returning matches that were
...
to precise. [RT #37680 ]
(cherry picked from commit b976c39c07 )
2014-11-04 12:41:07 +11:00
Mark Andrews
9cce4721d1
3997. [protocol] Add OPENGPGKEY record. [RT# 37671]
2014-11-04 12:29:05 +11:00
Mark Andrews
bb4ef32432
3997. [protocol] Add OPENGPGKEY record. [RT# 37671]
2014-11-04 12:25:38 +11:00
Tinderbox User
1f187fbd99
regen v9_9
2014-11-01 01:12:50 +00:00
Tinderbox User
2c0599bc2b
update copyright notice
2014-10-31 23:46:07 +00:00
Mark Andrews
8230887cc6
add end of life statement
2014-10-31 13:07:11 +11:00
Tinderbox User
93aad46789
regen v9_9
2014-10-31 01:12:42 +00:00
Mark Andrews
14a1fe655c
3996. [bug] Address use after free on out of memory error in
...
keyring_add. [RT #37639 ]
(cherry picked from commit c2f8108123 )
2014-10-31 11:45:01 +11:00
Mark Andrews
241cf99bf5
3995. [bug] receive_secure_serial holds the zone lock for too
...
long. [RT #37626 ]
(cherry picked from commit 4e59131f18 )
(cherry picked from commit 1083f358ae )
2014-10-31 11:40:05 +11:00
Tinderbox User
746988f77e
newcopyrights
2014-10-30 23:30:21 +00:00
Evan Hunt
49229ccd13
[v9_9] document that serial-query-rate has a floor of 1/second
2014-10-30 14:34:14 -07:00
Mark Andrews
bfef33cbe3
3990. [testing] Add tests for unknown DNSSEC algorithm handling.
...
[RT #37541 ]
(cherry picked from commit a5c7cfbac4 )
2014-10-30 11:22:17 +11:00
Mark Andrews
b73923f773
3989. [cleanup] Remove redundent dns_db_resigned calls. [RT #35748 ]
...
(cherry picked from commit eb5243365c )
2014-10-30 10:55:10 +11:00