]>
git.ipfire.org Git - thirdparty/bind9.git/log
Tinderbox User [Thu, 20 Nov 2014 23:45:24 +0000 (23:45 +0000)]
update copyright notice / whitespace
Evan Hunt [Thu, 20 Nov 2014 23:36:22 +0000 (15:36 -0800)]
[master] add missing grammar
Tinderbox User [Thu, 20 Nov 2014 23:30:09 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Thu, 20 Nov 2014 21:24:33 +0000 (13:24 -0800)]
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Thu, 20 Nov 2014 21:16:09 +0000 (13:16 -0800)]
[master] add notes
Mark Andrews [Thu, 20 Nov 2014 21:06:19 +0000 (08:06 +1100)]
the many system test is no more
Evan Hunt [Thu, 20 Nov 2014 20:55:01 +0000 (12:55 -0800)]
[master] remove inadvertently-retained content from quota.h
Evan Hunt [Thu, 20 Nov 2014 02:21:02 +0000 (18:21 -0800)]
[master] refactor max-recursion-queries
- the counters weren't set correctly when fetches timed out.
instead we now pass down a counter object.
Tinderbox User [Thu, 20 Nov 2014 01:04:52 +0000 (01:04 +0000)]
regen master
Tinderbox User [Wed, 19 Nov 2014 23:45:22 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Wed, 19 Nov 2014 23:30:20 +0000 (23:30 +0000)]
newcopyrights
Mukund Sivaraman [Wed, 19 Nov 2014 09:33:01 +0000 (15:03 +0530)]
Add .gitignore
Evan Hunt [Wed, 19 Nov 2014 06:00:40 +0000 (22:00 -0800)]
[master] add max-recursion-queries
also fixes and documentation for max-recursion-depth
Mark Andrews [Wed, 19 Nov 2014 01:10:06 +0000 (12:10 +1100)]
%zu is not universally available
Tinderbox User [Wed, 19 Nov 2014 01:05:15 +0000 (01:05 +0000)]
regen master
Tinderbox User [Tue, 18 Nov 2014 23:45:22 +0000 (23:45 +0000)]
update copyright notice / whitespace
Tinderbox User [Tue, 18 Nov 2014 23:30:15 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Tue, 18 Nov 2014 16:59:00 +0000 (08:59 -0800)]
[master] fix RT number
Evan Hunt [Tue, 18 Nov 2014 08:04:42 +0000 (00:04 -0800)]
[master] add CVE
Evan Hunt [Tue, 18 Nov 2014 07:24:44 +0000 (23:24 -0800)]
[master] 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]
Evan Hunt [Tue, 18 Nov 2014 01:39:00 +0000 (17:39 -0800)]
[master] complete coverity fixes
Mark Andrews [Tue, 18 Nov 2014 01:21:20 +0000 (12:21 +1100)]
check returns from putstr and putnull
Mark Andrews [Tue, 18 Nov 2014 01:19:37 +0000 (12:19 +1100)]
only execute additional tests if create call succeeds
Tinderbox User [Mon, 17 Nov 2014 23:45:20 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Mon, 17 Nov 2014 23:30:05 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Mon, 17 Nov 2014 20:22:18 +0000 (12:22 -0800)]
[master] awk portability fix
Evan Hunt [Sun, 16 Nov 2014 16:43:22 +0000 (08:43 -0800)]
[master] geoip security fixes
4003. [security] When geoip-directory was reconfigured during
named run-time, the previously loaded GeoIP
data could remain, potentially causing wrong
ACLs to be used or wrong results to be served
based on geolocation. [RT #37720]
4002. [security] Lookups in GeoIP databases that were not
loaded could cause an assertion failure.
[RT #37679]
4001. [security] The caching of GeoIP lookups did not always
handle address families correctly, potentially
resulting in an assertion failure. [RT #37672]
Tinderbox User [Sat, 15 Nov 2014 23:45:22 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Sat, 15 Nov 2014 23:30:06 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Sat, 15 Nov 2014 08:56:30 +0000 (00:56 -0800)]
[master] 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.
Evan Hunt [Sat, 15 Nov 2014 08:56:17 +0000 (00:56 -0800)]
[master] buffer ATF test was failing
Mark Andrews [Sat, 15 Nov 2014 06:18:10 +0000 (17:18 +1100)]
fix ns_smf_add_message
Mark Andrews [Sat, 15 Nov 2014 06:03:21 +0000 (17:03 +1100)]
make inline
Tinderbox User [Sat, 15 Nov 2014 01:06:26 +0000 (01:06 +0000)]
regen master
Evan Hunt [Fri, 14 Nov 2014 23:58:54 +0000 (15:58 -0800)]
[master] allow arbitrary-size rndc output
4005. [func] The buffer used for returning text from rndc
commands is now dynamically resizable, allowing
arbitrarily large amounts of text to be sent back
to the client. (Prior to this change, it was
possible for the output of "rndc tsig-list" to be
truncated.) [RT #37731]
Evan Hunt [Fri, 14 Nov 2014 17:02:28 +0000 (09:02 -0800)]
[master] 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]
Tinderbox User [Tue, 11 Nov 2014 23:30:05 +0000 (23:30 +0000)]
newcopyrights
Mukund Sivaraman [Tue, 11 Nov 2014 06:17:02 +0000 (11:47 +0530)]
Update .gitgnore files (ISC-Bugs #37773)
Mukund Sivaraman [Tue, 11 Nov 2014 01:44:20 +0000 (07:14 +0530)]
[master] close() fd when done (Coverity report)
Evan Hunt [Tue, 11 Nov 2014 01:30:58 +0000 (17:30 -0800)]
[master] check creat() return
Evan Hunt [Mon, 10 Nov 2014 20:58:19 +0000 (12:58 -0800)]
[master] placeholders
Tinderbox User [Thu, 6 Nov 2014 23:45:21 +0000 (23:45 +0000)]
update copyright notice
Evan Hunt [Thu, 6 Nov 2014 21:01:59 +0000 (13:01 -0800)]
[master] s/mempcy/memmove/
Mark Andrews [Thu, 6 Nov 2014 07:02:32 +0000 (18:02 +1100)]
set working directory; #include <string.h>
Mark Andrews [Thu, 6 Nov 2014 03:02:01 +0000 (14:02 +1100)]
update copyrights
Tinderbox User [Thu, 6 Nov 2014 01:05:06 +0000 (01:05 +0000)]
regen master
Tinderbox User [Wed, 5 Nov 2014 23:45:20 +0000 (23:45 +0000)]
update copyright notice
Evan Hunt [Wed, 5 Nov 2014 07:49:56 +0000 (23:49 -0800)]
[master] fix nxrrset in nxdomain redirection
4000. [bug] NXDOMAIN redirection incorrectly handled NXRRSET
from the redirect zone. [RT #37722]
Evan Hunt [Wed, 5 Nov 2014 04:43:41 +0000 (20:43 -0800)]
[master] add print.h
Evan Hunt [Wed, 5 Nov 2014 03:43:27 +0000 (19:43 -0800)]
[master] new mkeys and nzf naming format
3999. [func] "mkeys" and "nzf" files are now named after
their corresponding views, unless the view name
contains characters that would be incompatible
with use in a filename (i.e., slash, backslash,
or capital letters). If a view name does contain
these characters, the files will still be named
using a cryptographic hash of the view name.
Regardless of this, if a file using the old name
format is found to exist, it will continue to be
used. [RT #37704]
Tinderbox User [Wed, 5 Nov 2014 01:04:56 +0000 (01:04 +0000)]
regen master
Tinderbox User [Tue, 4 Nov 2014 23:45:20 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Tue, 4 Nov 2014 23:30:06 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Tue, 4 Nov 2014 06:02:32 +0000 (17:02 +1100)]
add missing opening bracket
Evan Hunt [Tue, 4 Nov 2014 01:44:13 +0000 (17:44 -0800)]
[master] spelling
Mark Andrews [Tue, 4 Nov 2014 01:34:12 +0000 (12:34 +1100)]
3998. [bug] isc_radix_search was returning matches that were
to precise. [RT #37680]
Mark Andrews [Tue, 4 Nov 2014 01:29:05 +0000 (12:29 +1100)]
3997. [protocol] Add OPENGPGKEY record. [RT# 37671]
Mark Andrews [Tue, 4 Nov 2014 01:24:39 +0000 (12:24 +1100)]
3997. [protocol] Add OPENGPGKEY record. [RT# 37671]
Tinderbox User [Sat, 1 Nov 2014 01:05:08 +0000 (01:05 +0000)]
regen master
Tinderbox User [Fri, 31 Oct 2014 23:45:23 +0000 (23:45 +0000)]
update copyright notice
Mark Andrews [Fri, 31 Oct 2014 02:08:42 +0000 (13:08 +1100)]
add end of life statement
Tinderbox User [Fri, 31 Oct 2014 01:04:53 +0000 (01:04 +0000)]
regen master
Mark Andrews [Fri, 31 Oct 2014 00:44:09 +0000 (11:44 +1100)]
3996. [bug] Address use after free on out of memory error in
keyring_add. [RT #37639]
Mark Andrews [Fri, 31 Oct 2014 00:38:14 +0000 (11:38 +1100)]
3995. [bug] receive_secure_serial holds the zone lock for too
long. [RT #37626]
Tinderbox User [Thu, 30 Oct 2014 23:45:21 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Thu, 30 Oct 2014 23:30:06 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Thu, 30 Oct 2014 23:16:00 +0000 (10:16 +1100)]
3994. [func] Dig now supports setting the last unassigned DNS
header flag bit (dig +zflag). [RT #37421]
Evan Hunt [Thu, 30 Oct 2014 21:31:00 +0000 (14:31 -0700)]
[master] document that zone rate-limiters have a floor of 1/second
Mark Andrews [Thu, 30 Oct 2014 12:13:12 +0000 (23:13 +1100)]
3993. [func] Dig now supports EDNS negotiation by default.
(dig +[no]ednsnegotiation). [RT #37604]
Tinderbox User [Thu, 30 Oct 2014 01:05:12 +0000 (01:05 +0000)]
regen master
Mark Andrews [Thu, 30 Oct 2014 00:42:02 +0000 (11:42 +1100)]
3992. [func] DiG can now send queries without questions
(dig +header-only). [RT #37599]
Mark Andrews [Thu, 30 Oct 2014 00:37:05 +0000 (11:37 +1100)]
3991. [func] Add the ability to buffer logging output by specifying
"buffered yes;" when defining a channel. [RT #26561]
Mark Andrews [Thu, 30 Oct 2014 00:05:26 +0000 (11:05 +1100)]
3990. [testing] Add tests for unknown DNSSEC algorithm handling.
[RT #37541]
Mark Andrews [Wed, 29 Oct 2014 23:53:12 +0000 (10:53 +1100)]
3989. [cleanup] Remove redundent dns_db_resigned calls. [RT #35748]
Mark Andrews [Tue, 28 Oct 2014 05:10:49 +0000 (16:10 +1100)]
missing comma
Tinderbox User [Thu, 23 Oct 2014 01:04:55 +0000 (01:04 +0000)]
regen master
Evan Hunt [Wed, 22 Oct 2014 18:05:19 +0000 (11:05 -0700)]
[master] missed a ticket number
Evan Hunt [Wed, 22 Oct 2014 17:53:43 +0000 (10:53 -0700)]
[master] [rt35857] relnote
Evan Hunt [Wed, 22 Oct 2014 17:45:27 +0000 (10:45 -0700)]
[master] [rt36945] relnote
Evan Hunt [Wed, 22 Oct 2014 17:40:53 +0000 (10:40 -0700)]
[master] [rt36892] relnote
Evan Hunt [Wed, 22 Oct 2014 17:33:41 +0000 (10:33 -0700)]
[master] [rt37138] relnote
Evan Hunt [Wed, 22 Oct 2014 17:24:20 +0000 (10:24 -0700)]
[master] [rt37159] relnote
Evan Hunt [Wed, 22 Oct 2014 17:19:19 +0000 (10:19 -0700)]
[master] [rt37172] relnote
Evan Hunt [Wed, 22 Oct 2014 17:12:30 +0000 (10:12 -0700)]
[master] [rt37197] relnote
Evan Hunt [Wed, 22 Oct 2014 17:05:46 +0000 (10:05 -0700)]
[master] [rt37410] relnote
Evan Hunt [Wed, 22 Oct 2014 17:01:35 +0000 (10:01 -0700)]
[master] [rt37506] relnote
Evan Hunt [Wed, 22 Oct 2014 05:58:26 +0000 (22:58 -0700)]
[master] more relnotes backfill
Mark Andrews [Wed, 22 Oct 2014 01:09:57 +0000 (12:09 +1100)]
fix tag mis-match
Tinderbox User [Tue, 21 Oct 2014 23:45:24 +0000 (23:45 +0000)]
update copyright notice
Evan Hunt [Tue, 21 Oct 2014 23:42:23 +0000 (16:42 -0700)]
[master] backfill release notes
Evan Hunt [Tue, 21 Oct 2014 23:42:08 +0000 (16:42 -0700)]
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Tinderbox User [Tue, 21 Oct 2014 23:30:02 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Tue, 21 Oct 2014 23:14:30 +0000 (16:14 -0700)]
[master] add a bit more info to CHANGES note, update README
Jeremy C. Reed [Tue, 21 Oct 2014 15:44:17 +0000 (10:44 -0500)]
fix typo misspellings
Mark Andrews [Tue, 21 Oct 2014 12:32:13 +0000 (23:32 +1100)]
reorder
Mark Andrews [Tue, 21 Oct 2014 12:27:59 +0000 (23:27 +1100)]
3987. [func] Allow the zone serial of a dynamically updatable
zone to be updated via rndc. [RT #37404]
Francis Dupont [Tue, 21 Oct 2014 07:34:33 +0000 (09:34 +0200)]
Handle VS14 incompatible changes [RT #37380]
Mark Andrews [Tue, 21 Oct 2014 07:15:42 +0000 (18:15 +1100)]
3987. [func] Allow the zone serial of a dynamically updatable
zone to be updated via rndc. [RT #37404]
Tinderbox User [Tue, 21 Oct 2014 06:52:24 +0000 (06:52 +0000)]
regenerate
Tinderbox User [Tue, 21 Oct 2014 06:42:51 +0000 (06:42 +0000)]
regen master