]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
11 years agoupdate copyright notice / whitespace
Tinderbox User [Thu, 20 Nov 2014 23:45:24 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years ago[master] add missing grammar
Evan Hunt [Thu, 20 Nov 2014 23:36:22 +0000 (15:36 -0800)] 
[master] add missing grammar

11 years agonewcopyrights
Tinderbox User [Thu, 20 Nov 2014 23:30:09 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Thu, 20 Nov 2014 21:24:33 +0000 (13:24 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

11 years ago[master] add notes
Evan Hunt [Thu, 20 Nov 2014 21:16:09 +0000 (13:16 -0800)] 
[master] add notes

11 years agothe many system test is no more
Mark Andrews [Thu, 20 Nov 2014 21:06:19 +0000 (08:06 +1100)] 
the many system test is no more

11 years ago[master] remove inadvertently-retained content from quota.h
Evan Hunt [Thu, 20 Nov 2014 20:55:01 +0000 (12:55 -0800)] 
[master] remove inadvertently-retained content from quota.h

11 years ago[master] refactor max-recursion-queries
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.

11 years agoregen master
Tinderbox User [Thu, 20 Nov 2014 01:04:52 +0000 (01:04 +0000)] 
regen master

11 years agoupdate copyright notice / whitespace
Tinderbox User [Wed, 19 Nov 2014 23:45:22 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Wed, 19 Nov 2014 23:30:20 +0000 (23:30 +0000)] 
newcopyrights

11 years agoAdd .gitignore
Mukund Sivaraman [Wed, 19 Nov 2014 09:33:01 +0000 (15:03 +0530)] 
Add .gitignore

11 years ago[master] add max-recursion-queries
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

11 years ago%zu is not universally available
Mark Andrews [Wed, 19 Nov 2014 01:10:06 +0000 (12:10 +1100)] 
%zu is not universally available

11 years agoregen master
Tinderbox User [Wed, 19 Nov 2014 01:05:15 +0000 (01:05 +0000)] 
regen master

11 years agoupdate copyright notice / whitespace
Tinderbox User [Tue, 18 Nov 2014 23:45:22 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Tue, 18 Nov 2014 23:30:15 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] fix RT number
Evan Hunt [Tue, 18 Nov 2014 16:59:00 +0000 (08:59 -0800)] 
[master] fix RT number

11 years ago[master] add CVE
Evan Hunt [Tue, 18 Nov 2014 08:04:42 +0000 (00:04 -0800)] 
[master] add CVE

11 years ago[master] limit recursion depth and iterative queries
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]

11 years ago[master] complete coverity fixes
Evan Hunt [Tue, 18 Nov 2014 01:39:00 +0000 (17:39 -0800)] 
[master] complete coverity fixes

11 years agocheck returns from putstr and putnull
Mark Andrews [Tue, 18 Nov 2014 01:21:20 +0000 (12:21 +1100)] 
check returns from putstr and putnull

11 years agoonly execute additional tests if create call succeeds
Mark Andrews [Tue, 18 Nov 2014 01:19:37 +0000 (12:19 +1100)] 
only execute additional tests if create call succeeds

11 years agoupdate copyright notice
Tinderbox User [Mon, 17 Nov 2014 23:45:20 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Mon, 17 Nov 2014 23:30:05 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] awk portability fix
Evan Hunt [Mon, 17 Nov 2014 20:22:18 +0000 (12:22 -0800)] 
[master] awk portability fix

11 years ago[master] geoip security fixes
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]

11 years agoupdate copyright notice
Tinderbox User [Sat, 15 Nov 2014 23:45:22 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Sat, 15 Nov 2014 23:30:06 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] fix false positive compiler warning
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.

11 years ago[master] buffer ATF test was failing
Evan Hunt [Sat, 15 Nov 2014 08:56:17 +0000 (00:56 -0800)] 
[master] buffer ATF test was failing

11 years agofix ns_smf_add_message
Mark Andrews [Sat, 15 Nov 2014 06:18:10 +0000 (17:18 +1100)] 
fix ns_smf_add_message

11 years agomake inline
Mark Andrews [Sat, 15 Nov 2014 06:03:21 +0000 (17:03 +1100)] 
make inline

11 years agoregen master
Tinderbox User [Sat, 15 Nov 2014 01:06:26 +0000 (01:06 +0000)] 
regen master

11 years ago[master] allow arbitrary-size rndc output
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]

11 years ago[master] reference leak with AAAA glue but not A
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]

11 years agonewcopyrights
Tinderbox User [Tue, 11 Nov 2014 23:30:05 +0000 (23:30 +0000)] 
newcopyrights

11 years agoUpdate .gitgnore files (ISC-Bugs #37773)
Mukund Sivaraman [Tue, 11 Nov 2014 06:17:02 +0000 (11:47 +0530)] 
Update .gitgnore files (ISC-Bugs #37773)

11 years ago[master] close() fd when done (Coverity report)
Mukund Sivaraman [Tue, 11 Nov 2014 01:44:20 +0000 (07:14 +0530)] 
[master] close() fd when done (Coverity report)

11 years ago[master] check creat() return
Evan Hunt [Tue, 11 Nov 2014 01:30:58 +0000 (17:30 -0800)] 
[master] check creat() return

11 years ago[master] placeholders
Evan Hunt [Mon, 10 Nov 2014 20:58:19 +0000 (12:58 -0800)] 
[master] placeholders

11 years agoupdate copyright notice
Tinderbox User [Thu, 6 Nov 2014 23:45:21 +0000 (23:45 +0000)] 
update copyright notice

11 years ago[master] s/mempcy/memmove/
Evan Hunt [Thu, 6 Nov 2014 21:01:59 +0000 (13:01 -0800)] 
[master] s/mempcy/memmove/

11 years agoset working directory; #include <string.h>
Mark Andrews [Thu, 6 Nov 2014 07:02:32 +0000 (18:02 +1100)] 
set working directory; #include <string.h>

11 years agoupdate copyrights
Mark Andrews [Thu, 6 Nov 2014 03:02:01 +0000 (14:02 +1100)] 
update copyrights

11 years agoregen master
Tinderbox User [Thu, 6 Nov 2014 01:05:06 +0000 (01:05 +0000)] 
regen master

11 years agoupdate copyright notice
Tinderbox User [Wed, 5 Nov 2014 23:45:20 +0000 (23:45 +0000)] 
update copyright notice

11 years ago[master] fix nxrrset in nxdomain redirection
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]

11 years ago[master] add print.h
Evan Hunt [Wed, 5 Nov 2014 04:43:41 +0000 (20:43 -0800)] 
[master] add print.h

11 years ago[master] new mkeys and nzf naming format
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]

11 years agoregen master
Tinderbox User [Wed, 5 Nov 2014 01:04:56 +0000 (01:04 +0000)] 
regen master

11 years agoupdate copyright notice
Tinderbox User [Tue, 4 Nov 2014 23:45:20 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Tue, 4 Nov 2014 23:30:06 +0000 (23:30 +0000)] 
newcopyrights

11 years agoadd missing opening bracket
Mark Andrews [Tue, 4 Nov 2014 06:02:32 +0000 (17:02 +1100)] 
add missing opening bracket

11 years ago[master] spelling
Evan Hunt [Tue, 4 Nov 2014 01:44:13 +0000 (17:44 -0800)] 
[master] spelling

11 years ago3998. [bug] isc_radix_search was returning matches that were
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]

11 years ago3997. [protocol] Add OPENGPGKEY record. [RT# 37671]
Mark Andrews [Tue, 4 Nov 2014 01:29:05 +0000 (12:29 +1100)] 
3997.   [protocol]      Add OPENGPGKEY record. [RT# 37671]

11 years ago3997. [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]

11 years agoregen master
Tinderbox User [Sat, 1 Nov 2014 01:05:08 +0000 (01:05 +0000)] 
regen master

11 years agoupdate copyright notice
Tinderbox User [Fri, 31 Oct 2014 23:45:23 +0000 (23:45 +0000)] 
update copyright notice

11 years agoadd end of life statement
Mark Andrews [Fri, 31 Oct 2014 02:08:42 +0000 (13:08 +1100)] 
add end of life statement

11 years agoregen master
Tinderbox User [Fri, 31 Oct 2014 01:04:53 +0000 (01:04 +0000)] 
regen master

11 years ago3996. [bug] Address use after free on out of memory error in
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]

11 years ago3995. [bug] receive_secure_serial holds the zone lock for too
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]

11 years agoupdate copyright notice
Tinderbox User [Thu, 30 Oct 2014 23:45:21 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Thu, 30 Oct 2014 23:30:06 +0000 (23:30 +0000)] 
newcopyrights

11 years ago3994. [func] Dig now supports setting the last unassigned DNS
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]

11 years ago[master] document that zone rate-limiters have a floor of 1/second
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

11 years ago3993. [func] Dig now supports EDNS negotiation by default.
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]

11 years agoregen master
Tinderbox User [Thu, 30 Oct 2014 01:05:12 +0000 (01:05 +0000)] 
regen master

11 years ago3992. [func] DiG can now send queries without questions
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]

11 years ago3991. [func] Add the ability to buffer logging output by specifying
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]

11 years ago3990. [testing] Add tests for unknown DNSSEC algorithm handling.
Mark Andrews [Thu, 30 Oct 2014 00:05:26 +0000 (11:05 +1100)] 
3990.   [testing]       Add tests for unknown DNSSEC algorithm handling.
                        [RT #37541]

11 years ago3989. [cleanup] Remove redundent dns_db_resigned calls. [RT #35748]
Mark Andrews [Wed, 29 Oct 2014 23:53:12 +0000 (10:53 +1100)] 
3989.   [cleanup]       Remove redundent dns_db_resigned calls. [RT #35748]

11 years agomissing comma
Mark Andrews [Tue, 28 Oct 2014 05:10:49 +0000 (16:10 +1100)] 
missing comma

11 years agoregen master
Tinderbox User [Thu, 23 Oct 2014 01:04:55 +0000 (01:04 +0000)] 
regen master

11 years ago[master] missed a ticket number
Evan Hunt [Wed, 22 Oct 2014 18:05:19 +0000 (11:05 -0700)] 
[master] missed a ticket number

11 years ago[master] [rt35857] relnote
Evan Hunt [Wed, 22 Oct 2014 17:53:43 +0000 (10:53 -0700)] 
[master] [rt35857] relnote

11 years ago[master] [rt36945] relnote
Evan Hunt [Wed, 22 Oct 2014 17:45:27 +0000 (10:45 -0700)] 
[master] [rt36945] relnote

11 years ago[master] [rt36892] relnote
Evan Hunt [Wed, 22 Oct 2014 17:40:53 +0000 (10:40 -0700)] 
[master] [rt36892] relnote

11 years ago[master] [rt37138] relnote
Evan Hunt [Wed, 22 Oct 2014 17:33:41 +0000 (10:33 -0700)] 
[master] [rt37138] relnote

11 years ago[master] [rt37159] relnote
Evan Hunt [Wed, 22 Oct 2014 17:24:20 +0000 (10:24 -0700)] 
[master] [rt37159] relnote

11 years ago[master] [rt37172] relnote
Evan Hunt [Wed, 22 Oct 2014 17:19:19 +0000 (10:19 -0700)] 
[master] [rt37172] relnote

11 years ago[master] [rt37197] relnote
Evan Hunt [Wed, 22 Oct 2014 17:12:30 +0000 (10:12 -0700)] 
[master] [rt37197] relnote

11 years ago[master] [rt37410] relnote
Evan Hunt [Wed, 22 Oct 2014 17:05:46 +0000 (10:05 -0700)] 
[master] [rt37410] relnote

11 years ago[master] [rt37506] relnote
Evan Hunt [Wed, 22 Oct 2014 17:01:35 +0000 (10:01 -0700)] 
[master] [rt37506] relnote

11 years ago[master] more relnotes backfill
Evan Hunt [Wed, 22 Oct 2014 05:58:26 +0000 (22:58 -0700)] 
[master] more relnotes backfill

11 years agofix tag mis-match
Mark Andrews [Wed, 22 Oct 2014 01:09:57 +0000 (12:09 +1100)] 
fix tag mis-match

11 years agoupdate copyright notice
Tinderbox User [Tue, 21 Oct 2014 23:45:24 +0000 (23:45 +0000)] 
update copyright notice

11 years ago[master] backfill release notes
Evan Hunt [Tue, 21 Oct 2014 23:42:23 +0000 (16:42 -0700)] 
[master] backfill release notes

11 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Tue, 21 Oct 2014 23:42:08 +0000 (16:42 -0700)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

11 years agonewcopyrights
Tinderbox User [Tue, 21 Oct 2014 23:30:02 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] add a bit more info to CHANGES note, update README
Evan Hunt [Tue, 21 Oct 2014 23:14:30 +0000 (16:14 -0700)] 
[master] add a bit more info to CHANGES note, update README

11 years agofix typo misspellings
Jeremy C. Reed [Tue, 21 Oct 2014 15:44:17 +0000 (10:44 -0500)] 
fix typo misspellings

11 years agoreorder
Mark Andrews [Tue, 21 Oct 2014 12:32:13 +0000 (23:32 +1100)] 
reorder

11 years ago3987. [func] Allow the zone serial of a dynamically updatable
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]

11 years agoHandle VS14 incompatible changes [RT #37380]
Francis Dupont [Tue, 21 Oct 2014 07:34:33 +0000 (09:34 +0200)] 
Handle VS14 incompatible changes [RT #37380]

11 years ago3987. [func] Allow the zone serial of a dynamically updatable
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]

11 years agoregenerate
Tinderbox User [Tue, 21 Oct 2014 06:52:24 +0000 (06:52 +0000)] 
regenerate

11 years agoregen master
Tinderbox User [Tue, 21 Oct 2014 06:42:51 +0000 (06:42 +0000)] 
regen master