]>
git.ipfire.org Git - thirdparty/bind9.git/log
Mark Andrews [Sun, 7 Aug 2016 23:35:17 +0000 (09:35 +1000)]
4428. [bug] The "test dispatch getnext" unit test could fail
in a threaded build. [RT #42979]
Evan Hunt [Sat, 6 Aug 2016 07:21:04 +0000 (00:21 -0700)]
[master] fix dnstap query/response selectors
4427. [bug] The "query" and "response" parameters to the
"dnstap" option had their functions reversed.
Mark Andrews [Fri, 29 Jul 2016 21:44:23 +0000 (07:44 +1000)]
sync with 9.11.0b3
Mark Andrews [Fri, 29 Jul 2016 21:14:31 +0000 (07:14 +1000)]
sync with 9.11.0.b3
Mark Andrews [Fri, 29 Jul 2016 13:55:52 +0000 (23:55 +1000)]
remove spurious breaks
Witold Krecicki [Thu, 28 Jul 2016 12:26:36 +0000 (14:26 +0200)]
Remove spurious isc_stdio_open
Tinderbox User [Wed, 27 Jul 2016 23:30:57 +0000 (23:30 +0000)]
newcopyrights
Witold Krecicki [Wed, 27 Jul 2016 13:45:58 +0000 (15:45 +0200)]
4426. [bug] Addressed Coverity warnings. [RT #42908]
Tinderbox User [Wed, 27 Jul 2016 01:07:09 +0000 (01:07 +0000)]
regen master
Witold Krecicki [Tue, 26 Jul 2016 19:15:09 +0000 (21:15 +0200)]
Fix typos in nzd2nzf test
Mark Andrews [Tue, 26 Jul 2016 19:00:20 +0000 (05:00 +1000)]
add mdig, named-nzd2nzf, pkcs11-destroy, pkcs11-list, pkcs11-keygen and pkcs11-tokens manpages
Witold Krecicki [Tue, 26 Jul 2016 18:29:12 +0000 (20:29 +0200)]
Fix merge error in bin/tests/system/conf.sh.in, add missing cleanups in tests
Mark Andrews [Tue, 26 Jul 2016 01:28:29 +0000 (11:28 +1000)]
add space in #error message
Mark Andrews [Tue, 26 Jul 2016 01:17:37 +0000 (11:17 +1000)]
remove comma
Tinderbox User [Tue, 26 Jul 2016 01:07:05 +0000 (01:07 +0000)]
regen master
Mark Andrews [Mon, 25 Jul 2016 21:12:00 +0000 (07:12 +1000)]
named-rrchecker is also in ${prefix}/bin
Mark Andrews [Mon, 25 Jul 2016 20:51:36 +0000 (06:51 +1000)]
4425. [bug] arpaname and dnstap-read were not being installed
into ${prefix}/bin. Tidy up installation issues
with CHANGE 4421. [RT #42910]
Witold Krecicki [Mon, 25 Jul 2016 11:15:27 +0000 (13:15 +0200)]
Fix merge error in bin/tools/Makefile.in
Tinderbox User [Sat, 23 Jul 2016 01:08:43 +0000 (01:08 +0000)]
regen master
Tinderbox User [Fri, 22 Jul 2016 23:46:17 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Fri, 22 Jul 2016 23:30:42 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Fri, 22 Jul 2016 10:33:51 +0000 (20:33 +1000)]
add dns_keytable_forall
Mark Andrews [Fri, 22 Jul 2016 10:02:17 +0000 (20:02 +1000)]
4424. [experimental] Named now sends _ta-XXXX.<trust-anchor>/NULL queries
to provide feedback to the trust-anchor administrators
about how key rollovers are progressing as per
draft-ietf-dnsop-edns-key-tag-02. This can be
disabled using 'trust-anchor-telemetry no;'.
[RT #40583]
Mark Andrews [Fri, 22 Jul 2016 05:58:48 +0000 (15:58 +1000)]
copyrights
Evan Hunt [Fri, 22 Jul 2016 03:01:23 +0000 (20:01 -0700)]
[master] add aaaa for b.root-servers.net
4423. [maint] Added missing IPv6 address 2001:500:84::b for
B.ROOT-SERVERS.NET. [RT #42898]
Patch submitted by Xoze Vazquez Perez (xose.vazquez@gmail.com).
Tinderbox User [Fri, 22 Jul 2016 01:05:36 +0000 (01:05 +0000)]
regen master
Tinderbox User [Thu, 21 Jul 2016 23:46:03 +0000 (23:46 +0000)]
update copyright notice / whitespace
Evan Hunt [Thu, 21 Jul 2016 22:53:43 +0000 (15:53 -0700)]
[master] silence clang warnings
4422. [port] Silence clang warnings in dig.c and dighost.c.
[RT #42451]
Evan Hunt [Thu, 21 Jul 2016 20:36:28 +0000 (13:36 -0700)]
[master] add release note
Evan Hunt [Thu, 21 Jul 2016 19:45:15 +0000 (12:45 -0700)]
[master] add missing file
Evan Hunt [Thu, 21 Jul 2016 18:25:19 +0000 (11:25 -0700)]
[master] print.h
Evan Hunt [Thu, 21 Jul 2016 18:13:03 +0000 (11:13 -0700)]
[master] store "addzone" zone config in a NZD database
4421. [func] When built with LMDB (Lightning Memory-mapped
Database), named will now use a database to store
the configuration for zones added by "rndc addzone"
instead of using a flat NZF file. This improves
performance of "rndc delzone" and "rndc modzone"
significantly. Existing NZF files will
automatically by converted to NZD databases.
To view the contents of an NZD or to roll back to
NZF format, use "named-nzd2nzf". To disable
this feature, use "configure --without-lmdb".
[RT #39837]
Mark Andrews [Thu, 21 Jul 2016 17:27:49 +0000 (03:27 +1000)]
4420. [func] nslookup now looks for AAAA as well as A by default.
[RT #40420]
Witold Krecicki [Thu, 21 Jul 2016 11:07:56 +0000 (13:07 +0200)]
4419. [bug] Don't cause undefined result if the label of an
entry in catalog zone is changed. [RT #42708]
Witold Krecicki [Thu, 21 Jul 2016 10:15:55 +0000 (12:15 +0200)]
4418. [bug] Fix a compiler warning in GSSAPI code. [RT #42879]
Mark Andrews [Thu, 21 Jul 2016 09:38:52 +0000 (19:38 +1000)]
copyright
Mark Andrews [Thu, 21 Jul 2016 09:16:05 +0000 (19:16 +1000)]
more copyright cleanups
Mark Andrews [Thu, 21 Jul 2016 09:09:16 +0000 (19:09 +1000)]
update example copyright notice
Mark Andrews [Thu, 21 Jul 2016 09:05:03 +0000 (19:05 +1000)]
update example copyright notice
Mark Andrews [Thu, 21 Jul 2016 08:17:28 +0000 (18:17 +1000)]
use articleinfo
Tinderbox User [Thu, 21 Jul 2016 07:34:19 +0000 (07:34 +0000)]
regen master
Mark Andrews [Thu, 21 Jul 2016 07:24:07 +0000 (17:24 +1000)]
consolidate copyrights
Tinderbox User [Thu, 21 Jul 2016 07:11:01 +0000 (07:11 +0000)]
regen master
Mark Andrews [Thu, 21 Jul 2016 07:00:44 +0000 (17:00 +1000)]
copyright
Mark Andrews [Thu, 21 Jul 2016 05:22:17 +0000 (15:22 +1000)]
regen
Evan Hunt [Thu, 21 Jul 2016 04:36:08 +0000 (21:36 -0700)]
[master] remove SIT doc
Tinderbox User [Wed, 20 Jul 2016 23:46:50 +0000 (23:46 +0000)]
update copyright notice / whitespace
Evan Hunt [Wed, 20 Jul 2016 22:12:56 +0000 (15:12 -0700)]
[master] fix keymgr with low prepublication interval
4417. [bug] dnssec-keymgr could fail to create successor keys
if the prepublication interval was set to a value
smaller than the default. [RT #42820]
Patch submitted by Nis Wechselberg (enbewe@enbewe.de).
Evan Hunt [Wed, 20 Jul 2016 21:35:10 +0000 (14:35 -0700)]
[master] normalize domain names for trailing dots
4416. [bug] dnssec-keymgr: Domain names in policy files could
fail to match due to trailing dots. [RT #42807]
Patch submitted by Armin Pech (mail@arminpech.de).
Evan Hunt [Wed, 20 Jul 2016 21:28:15 +0000 (14:28 -0700)]
[master] deleted keys not correctly excluded
4415. [bug] dnssec-keymgr: Expired/deleted keys were not always
excluded. [RT #42884]
Patch submitted by Nis Wechselberg (enewe@enbewe.de).
Tinderbox User [Tue, 19 Jul 2016 23:46:05 +0000 (23:46 +0000)]
update copyright notice / whitespace
Evan Hunt [Tue, 19 Jul 2016 18:10:43 +0000 (11:10 -0700)]
[master] fix isc_atomic_xadd() on MIPS
4414. [bug] Corrected a bug in the MIPS implementation of
isc_atomic_xadd(). [RT #41965]
Submitted by Lamont Jones (lamont@debian.org). Closes Debian issue #406409.
Mark Andrews [Thu, 14 Jul 2016 05:13:57 +0000 (15:13 +1000)]
sync w/ 9.11.0b2
Mark Andrews [Thu, 14 Jul 2016 05:06:28 +0000 (15:06 +1000)]
4413. [bug] GSSAPI negotiation could fail if GSS_S_CONTINUE_NEEDED
was returned. [RT #42733]
Mark Andrews [Thu, 14 Jul 2016 01:29:18 +0000 (11:29 +1000)]
Visual Studio 2005 doesn't like named elements, construct addr using isc_netaddr_fromin6
Mark Andrews [Thu, 14 Jul 2016 01:15:46 +0000 (11:15 +1000)]
Windows doesn't like LLU use ULL instead
Tinderbox User [Thu, 14 Jul 2016 01:06:14 +0000 (01:06 +0000)]
regen master
Tinderbox User [Wed, 13 Jul 2016 23:45:50 +0000 (23:45 +0000)]
update copyright notice / whitespace
Mark Andrews [Wed, 13 Jul 2016 23:42:31 +0000 (09:42 +1000)]
grammar
Mark Andrews [Wed, 13 Jul 2016 23:35:46 +0000 (09:35 +1000)]
bug -> security
Mukund Sivaraman [Wed, 13 Jul 2016 08:45:22 +0000 (14:15 +0530)]
Some general cleanup (#42827)
Mukund Sivaraman [Wed, 13 Jul 2016 08:24:12 +0000 (13:54 +0530)]
Make fixes for GCC 6 (#42721)
Evan Hunt [Wed, 13 Jul 2016 08:12:47 +0000 (01:12 -0700)]
[master] rndc dnstap -roll
4411. [func] "rndc dnstap -roll" automatically rolls the
dnstap output file; the previous version is
saved with ".0" suffix, and earlier versions
with ".1" and so on. An optional numeric argument
indicates how many prior files to save. [RT #42830]
Mark Andrews [Wed, 13 Jul 2016 06:56:11 +0000 (16:56 +1000)]
4410. [bug] Address use after free and memory leak with dnstap.
[RT #42746]
Tinderbox User [Wed, 13 Jul 2016 04:45:35 +0000 (04:45 +0000)]
regen master
Mark Andrews [Wed, 13 Jul 2016 01:37:18 +0000 (11:37 +1000)]
add [RT #42694]
Mark Andrews [Wed, 13 Jul 2016 01:23:12 +0000 (11:23 +1000)]
issue -> flaw
Mark Andrews [Wed, 13 Jul 2016 00:57:54 +0000 (10:57 +1000)]
add more DNS64 default exclude acl tests
(cherry picked from commit
d147d56227b01ddb3568276d77727995ca3bd45d )
Mark Andrews [Wed, 13 Jul 2016 00:26:59 +0000 (10:26 +1000)]
spelling/grammar
Tinderbox User [Tue, 12 Jul 2016 01:05:41 +0000 (01:05 +0000)]
regen master
Tinderbox User [Mon, 11 Jul 2016 23:46:33 +0000 (23:46 +0000)]
update copyright notice / whitespace
Mark Andrews [Mon, 11 Jul 2016 15:09:13 +0000 (01:09 +1000)]
add CVE-2016-2775
Mark Andrews [Mon, 11 Jul 2016 04:11:34 +0000 (14:11 +1000)]
4409. [bug] DNS64 should exlude mapped addresses by default when
a exclude acl is not defined. [RT #42810]
Mark Andrews [Mon, 11 Jul 2016 03:36:16 +0000 (13:36 +1000)]
4408. [func] Continue waiting for expected response when we the
response we get does not match the request. [RT #41026]
Mukund Sivaraman [Sun, 10 Jul 2016 14:16:17 +0000 (19:46 +0530)]
Use GCC builtin for clz in RPZ lookup code (#42818)
Tinderbox User [Fri, 8 Jul 2016 01:05:32 +0000 (01:05 +0000)]
regen master
Tinderbox User [Thu, 7 Jul 2016 04:18:01 +0000 (04:18 +0000)]
newcopyrights
Mark Andrews [Thu, 7 Jul 2016 03:47:25 +0000 (13:47 +1000)]
add note for rt42694
Mark Andrews [Thu, 7 Jul 2016 02:52:47 +0000 (12:52 +1000)]
4406. [bug] getrrsetbyname with a non absolute name could
trigger a infinite recursion bug in lwresd
and named with lwres configured if when combined
with a search list entry the resulting name is
too long. [RT #42694]
Tinderbox User [Thu, 7 Jul 2016 01:05:27 +0000 (01:05 +0000)]
regen master
Mark Andrews [Wed, 6 Jul 2016 23:55:51 +0000 (09:55 +1000)]
ignore bin/tests/system/rndc/ns4/named.conf
Tinderbox User [Wed, 6 Jul 2016 23:46:37 +0000 (23:46 +0000)]
update copyright notice / whitespace
Tinderbox User [Wed, 6 Jul 2016 23:30:36 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Wed, 6 Jul 2016 03:01:40 +0000 (13:01 +1000)]
license section is no longer a list
(cherry picked from commit
d2647cd5fd919c2a3ccd983a0ef9e6cfca68824c )
Mark Andrews [Wed, 6 Jul 2016 02:56:20 +0000 (12:56 +1000)]
spelling
Tinderbox User [Wed, 6 Jul 2016 01:05:19 +0000 (01:05 +0000)]
regen master
Mark Andrews [Wed, 6 Jul 2016 00:13:15 +0000 (10:13 +1000)]
4405. [bug] Change 4342 introduced a regression where you could
not remove a delegation in a NSEC3 signed zone using
OPTOUT via nsupdate. [RT #42702]
Evan Hunt [Tue, 5 Jul 2016 22:41:09 +0000 (15:41 -0700)]
[master] remove spurious license text
Evan Hunt [Tue, 5 Jul 2016 22:37:21 +0000 (15:37 -0700)]
[master] clarify enable-afl comment
Mark Andrews [Tue, 5 Jul 2016 22:33:02 +0000 (08:33 +1000)]
one -f the -D sync's should have been just -D
Evan Hunt [Tue, 5 Jul 2016 17:54:56 +0000 (10:54 -0700)]
[master] clarify some comments
Tinderbox User [Tue, 5 Jul 2016 01:05:04 +0000 (01:05 +0000)]
regen master
Mark Andrews [Mon, 4 Jul 2016 22:19:59 +0000 (08:19 +1000)]
add 9.11.0b1 release marker to master
Mark Andrews [Mon, 4 Jul 2016 05:46:50 +0000 (15:46 +1000)]
4404. [misc] Allow krb5-config to be used when configuring gssapi.
[RT #42580]
Tinderbox User [Sun, 3 Jul 2016 01:05:19 +0000 (01:05 +0000)]
regen master
Evan Hunt [Sat, 2 Jul 2016 21:05:34 +0000 (14:05 -0700)]
[master] notes formatting, fix a CHANGES tag
Tinderbox User [Wed, 29 Jun 2016 23:30:06 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Wed, 29 Jun 2016 13:32:06 +0000 (23:32 +1000)]
ignore configure generated files
Mark Andrews [Wed, 29 Jun 2016 13:27:12 +0000 (23:27 +1000)]
ignore configure generated files
Mark Andrews [Wed, 29 Jun 2016 01:38:45 +0000 (11:38 +1000)]
#include <stdlib.h>