]>
git.ipfire.org Git - thirdparty/unbound.git/log
Wouter Wijngaards [Mon, 22 Jan 2018 14:30:16 +0000 (14:30 +0000)]
- Fix #3397: Fix that when the cache contains an unsigned DNAME in
the middle of a cname chain, a result without the DNAME could
be returned.
git-svn-id: file:///svn/unbound/trunk@4446
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 22 Jan 2018 13:54:20 +0000 (13:54 +0000)]
- Fix #3397: Fix that cachedb could return a partial CNAME chain.
git-svn-id: file:///svn/unbound/trunk@4445
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 22 Jan 2018 08:35:44 +0000 (08:35 +0000)]
- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is
also recognized and means the same. Also for tls-port,
tls-service-key, tls-service-pem, stub-tls-upstream and
forward-tls-upstream.
git-svn-id: file:///svn/unbound/trunk@4444
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Jan 2018 09:52:40 +0000 (09:52 +0000)]
- make depend: code dependencies updated in Makefile.
git-svn-id: file:///svn/unbound/trunk@4443
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Jan 2018 09:51:50 +0000 (09:51 +0000)]
- iana port update.
git-svn-id: file:///svn/unbound/trunk@4442
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Jan 2018 09:50:35 +0000 (09:50 +0000)]
- patch for CVE-2017-15105: vulnerability in the processing of
wildcard synthesized NSEC records.
git-svn-id: file:///svn/unbound/trunk@4441
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 19 Jan 2018 09:49:32 +0000 (09:49 +0000)]
- trunk has 1.6.9 with fix and previous commits.
git-svn-id: file:///svn/unbound/trunk@4440
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Thu, 4 Jan 2018 15:16:19 +0000 (15:16 +0000)]
- Copy query and correctly set flags on REFUSED answers when cache snooping is
not allowed.
git-svn-id: file:///svn/unbound/trunk@4436
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Wed, 3 Jan 2018 17:05:48 +0000 (17:05 +0000)]
Please lint
git-svn-id: file:///svn/unbound/trunk@4435
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Wed, 3 Jan 2018 16:54:22 +0000 (16:54 +0000)]
- Fix queries being leaked above stub when refetching glue.
git-svn-id: file:///svn/unbound/trunk@4434
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 2 Jan 2018 13:36:17 +0000 (13:36 +0000)]
fix oneoff
git-svn-id: file:///svn/unbound/trunk@4433
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 2 Jan 2018 12:43:43 +0000 (12:43 +0000)]
fixup larger than 2**31 case.
git-svn-id: file:///svn/unbound/trunk@4432
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 2 Jan 2018 10:48:00 +0000 (10:48 +0000)]
- Remove clang optimizer disable,
Fix that expiration date checks don't fail with clang -O2.
git-svn-id: file:///svn/unbound/trunk@4431
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 2 Jan 2018 09:48:22 +0000 (09:48 +0000)]
- Fix that DS queries with referral replies are answered straight
away, without a repeat query picking the DS from cache.
The correct reply should have been an answer, the reply is fixed
by the scrubber to have the answer in the answer section.
git-svn-id: file:///svn/unbound/trunk@4430
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Dec 2017 12:54:02 +0000 (12:54 +0000)]
- Also disable -flto for clang, to make incep-expi signature check
work.
git-svn-id: file:///svn/unbound/trunk@4429
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Dec 2017 12:42:45 +0000 (12:42 +0000)]
- iana port update.
git-svn-id: file:///svn/unbound/trunk@4428
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Dec 2017 10:25:41 +0000 (10:25 +0000)]
- Fix timestamp failure because of clang optimizer failure, by
disabling -O2 when the compiler --version is clang.
git-svn-id: file:///svn/unbound/trunk@4427
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Dec 2017 10:21:38 +0000 (10:21 +0000)]
remove debug output
git-svn-id: file:///svn/unbound/trunk@4426
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Dec 2017 10:16:06 +0000 (10:16 +0000)]
this version of unbound fails when compiled with CC=clang and -O (edit Makefile), or -O2 (default). If you use no optimizing flag, unittest works.
git-svn-id: file:///svn/unbound/trunk@4425
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Dec 2017 09:38:11 +0000 (09:38 +0000)]
unit test for timestamp failure with clang
git-svn-id: file:///svn/unbound/trunk@4424
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 12 Dec 2017 15:55:23 +0000 (15:55 +0000)]
authzone work
git-svn-id: file:///svn/unbound/trunk@4423
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 12 Dec 2017 15:45:55 +0000 (15:45 +0000)]
set repinfo correctly (this prints out debug and errors with the correct remote IP)
git-svn-id: file:///svn/unbound/trunk@4422
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 12 Dec 2017 15:41:03 +0000 (15:41 +0000)]
fix unit tests
git-svn-id: file:///svn/unbound/trunk@4421
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 12 Dec 2017 15:39:45 +0000 (15:39 +0000)]
- authzone work, transfer connect.
git-svn-id: file:///svn/unbound/trunk@4420
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Tue, 12 Dec 2017 09:23:13 +0000 (09:23 +0000)]
- Fix qname-minimisation documentation (A QTYPE, not NS)
git-svn-id: file:///svn/unbound/trunk@4419
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Thu, 7 Dec 2017 10:51:22 +0000 (10:51 +0000)]
- Check whether --with-libunbound-only is set when using --with-nettle or
--with-nss.
git-svn-id: file:///svn/unbound/trunk@4418
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 4 Dec 2017 16:24:24 +0000 (16:24 +0000)]
lookup and transfer setup
git-svn-id: file:///svn/unbound/trunk@4417
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 4 Dec 2017 14:51:01 +0000 (14:51 +0000)]
disown and pickup of next task.
git-svn-id: file:///svn/unbound/trunk@4416
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 4 Dec 2017 09:50:31 +0000 (09:50 +0000)]
fixup locks.
git-svn-id: file:///svn/unbound/trunk@4415
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 4 Dec 2017 08:28:16 +0000 (08:28 +0000)]
- Fix link failure on OmniOS.
git-svn-id: file:///svn/unbound/trunk@4414
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 1 Dec 2017 16:04:54 +0000 (16:04 +0000)]
auth zone transfer setup.
git-svn-id: file:///svn/unbound/trunk@4413
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 1 Dec 2017 14:20:55 +0000 (14:20 +0000)]
iterate probe over looked up ip4 and ip6 addresses
git-svn-id: file:///svn/unbound/trunk@4412
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 1 Dec 2017 14:02:28 +0000 (14:02 +0000)]
- auth zone work. probe hostname lookup.
git-svn-id: file:///svn/unbound/trunk@4411
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 30 Nov 2017 16:07:10 +0000 (16:07 +0000)]
note that state must be separated because of error corner cases.
git-svn-id: file:///svn/unbound/trunk@4410
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 30 Nov 2017 08:34:20 +0000 (08:34 +0000)]
- Fix #3299 - forward CNAME daisy chain is not working
git-svn-id: file:///svn/unbound/trunk@4409
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 17 Nov 2017 14:44:57 +0000 (14:44 +0000)]
re-run aclocal (of Fedora 27).
git-svn-id: file:///svn/unbound/trunk@4408
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 16 Nov 2017 14:36:23 +0000 (14:36 +0000)]
upgraded comment
git-svn-id: file:///svn/unbound/trunk@4407
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 14 Nov 2017 16:05:00 +0000 (16:05 +0000)]
fix for lint.
git-svn-id: file:///svn/unbound/trunk@4406
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 14 Nov 2017 15:58:24 +0000 (15:58 +0000)]
- auth xfer work on probe timer and lookup.
git-svn-id: file:///svn/unbound/trunk@4405
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 14 Nov 2017 10:01:44 +0000 (10:01 +0000)]
- Fix #2882: Unbound behaviour changes (wrong) when domain-insecure is
set for stub zone. It no longer searches for DNSSEC information.
git-svn-id: file:///svn/unbound/trunk@4404
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 13 Nov 2017 14:15:10 +0000 (14:15 +0000)]
no AAAA shortcuts.
git-svn-id: file:///svn/unbound/trunk@4403
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 13 Nov 2017 12:11:38 +0000 (12:11 +0000)]
- Fix qname minimisation to send AAAA queries at zonecut like type A.
git-svn-id: file:///svn/unbound/trunk@4402
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 13 Nov 2017 10:25:01 +0000 (10:25 +0000)]
- Fix #2801: Install libunbound.pc.
git-svn-id: file:///svn/unbound/trunk@4401
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 9 Nov 2017 16:06:27 +0000 (16:06 +0000)]
unused void cast.
git-svn-id: file:///svn/unbound/trunk@4400
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 7 Nov 2017 08:05:12 +0000 (08:05 +0000)]
- Fix #2492: Documentation libunbound.
git-svn-id: file:///svn/unbound/trunk@4399
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 3 Nov 2017 15:08:14 +0000 (15:08 +0000)]
- Fix #2141 - for libsodium detect lack of entropy in chroot, print
a message and exit.
git-svn-id: file:///svn/unbound/trunk@4398
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 3 Nov 2017 10:52:25 +0000 (10:52 +0000)]
- Fix #2034 - Autoconf and -flto.
git-svn-id: file:///svn/unbound/trunk@4397
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 3 Nov 2017 07:40:36 +0000 (07:40 +0000)]
- Fix #2362: TLS1.3/openssl-1.1.1 not working.
git-svn-id: file:///svn/unbound/trunk@4396
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 2 Nov 2017 10:25:27 +0000 (10:25 +0000)]
Correct line ending in man page.
git-svn-id: file:///svn/unbound/trunk@4395
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 2 Nov 2017 09:44:27 +0000 (09:44 +0000)]
Typing error fix up.
git-svn-id: file:///svn/unbound/trunk@4394
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 2 Nov 2017 09:34:19 +0000 (09:34 +0000)]
- make ip-transparent option work on OpenBSD.
git-svn-id: file:///svn/unbound/trunk@4393
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 2 Nov 2017 08:23:52 +0000 (08:23 +0000)]
- Fix #1913: ub_ctx_config is under circumstances thread-safe.
git-svn-id: file:///svn/unbound/trunk@4392
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 31 Oct 2017 13:18:04 +0000 (13:18 +0000)]
- iana port update.
git-svn-id: file:///svn/unbound/trunk@4391
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 31 Oct 2017 10:07:01 +0000 (10:07 +0000)]
- lexer output.
git-svn-id: file:///svn/unbound/trunk@4390
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 31 Oct 2017 08:18:18 +0000 (08:18 +0000)]
- Document that errno is left informative on libunbound config read
fail.
git-svn-id: file:///svn/unbound/trunk@4389
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Wed, 25 Oct 2017 13:30:32 +0000 (13:30 +0000)]
- Fix #2031: Double included headers
git-svn-id: file:///svn/unbound/trunk@4388
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Wed, 25 Oct 2017 10:13:35 +0000 (10:13 +0000)]
- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
git-svn-id: file:///svn/unbound/trunk@4387
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Wed, 25 Oct 2017 08:38:24 +0000 (08:38 +0000)]
- Fixed libunbound manual typo.
git-svn-id: file:///svn/unbound/trunk@4386
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Tue, 24 Oct 2017 14:50:20 +0000 (14:50 +0000)]
- Update B root ipv4 address.
git-svn-id: file:///svn/unbound/trunk@4385
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Oct 2017 14:43:51 +0000 (14:43 +0000)]
authzone, handle probe return packets.
git-svn-id: file:///svn/unbound/trunk@4384
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Oct 2017 12:13:37 +0000 (12:13 +0000)]
fix lint
git-svn-id: file:///svn/unbound/trunk@4383
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 20 Oct 2017 11:55:19 +0000 (11:55 +0000)]
corrected fix for test link.
git-svn-id: file:///svn/unbound/trunk@4382
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Oct 2017 15:14:00 +0000 (15:14 +0000)]
fix test link
git-svn-id: file:///svn/unbound/trunk@4381
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Oct 2017 15:11:20 +0000 (15:11 +0000)]
authzone work.
git-svn-id: file:///svn/unbound/trunk@4380
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Oct 2017 10:18:09 +0000 (10:18 +0000)]
fix doxygen
git-svn-id: file:///svn/unbound/trunk@4379
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 19 Oct 2017 09:03:36 +0000 (09:03 +0000)]
- authzone work, probe timer setup.
git-svn-id: file:///svn/unbound/trunk@4378
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 18 Oct 2017 06:43:51 +0000 (06:43 +0000)]
- lint for recent authzone commit.
git-svn-id: file:///svn/unbound/trunk@4377
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Oct 2017 15:16:31 +0000 (15:16 +0000)]
- Work on local root zone code.
git-svn-id: file:///svn/unbound/trunk@4376
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Oct 2017 12:53:21 +0000 (12:53 +0000)]
- Better documentation for cache-max-negative-ttl.
git-svn-id: file:///svn/unbound/trunk@4375
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Oct 2017 07:36:51 +0000 (07:36 +0000)]
Turn duplicates into warnings for dnscrypt, and
fix declaration and code mix warning.
git-svn-id: file:///svn/unbound/trunk@4374
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Oct 2017 07:34:49 +0000 (07:34 +0000)]
- [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert
duplicates
- [dnscrypt] introduce dnscrypt-provider-cert-rotated option,
from Manu Bretelle.
This option allows handling multiple cert/key pairs while only
distributing some of them.
In order to reliably match a client magic with a given key without
strong assumption as to how those were generated, we need both key and
cert. Likewise, in order to know which ES version should be used.
On the other hand, when rotating a cert, it can be desirable to only
serve the new cert but still be able to handle clients that are still
using the old certs's public key.
The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
publish the cert as part of the DNS's provider_name's TXT answer.
git-svn-id: file:///svn/unbound/trunk@4373
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 17 Oct 2017 07:22:58 +0000 (07:22 +0000)]
- Fix #1749: With harden-referral-path: performance drops, due to
circular dependency in NS and DS lookups.
git-svn-id: file:///svn/unbound/trunk@4372
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 10 Oct 2017 07:38:56 +0000 (07:38 +0000)]
- trunk has version 1.6.8.
git-svn-id: file:///svn/unbound/trunk@4371
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 10 Oct 2017 07:10:35 +0000 (07:10 +0000)]
- tag 1.6.7
git-svn-id: file:///svn/unbound/trunk@4369
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 6 Oct 2017 07:00:10 +0000 (07:00 +0000)]
- Fix spelling in unbound-control man page.
git-svn-id: file:///svn/unbound/trunk@4368
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 5 Oct 2017 14:31:39 +0000 (14:31 +0000)]
- tag 1.6.7rc1
git-svn-id: file:///svn/unbound/trunk@4366
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Thu, 5 Oct 2017 13:55:04 +0000 (13:55 +0000)]
- Use RCODE from A response on DNS64 synthesized answer.
git-svn-id: file:///svn/unbound/trunk@4365
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 5 Oct 2017 10:47:30 +0000 (10:47 +0000)]
remove duplicate statements.
git-svn-id: file:///svn/unbound/trunk@4364
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 5 Oct 2017 10:44:16 +0000 (10:44 +0000)]
- Fix some more crpls in testdata for different signaling default.
git-svn-id: file:///svn/unbound/trunk@4363
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 5 Oct 2017 10:37:34 +0000 (10:37 +0000)]
- Fix trust-anchor-signaling works in libunbound.
git-svn-id: file:///svn/unbound/trunk@4362
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Thu, 5 Oct 2017 10:36:52 +0000 (10:36 +0000)]
also disable trust-anchor-signaling is crpl tests
git-svn-id: file:///svn/unbound/trunk@4361
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Thu, 5 Oct 2017 10:17:25 +0000 (10:17 +0000)]
- Set trust-anchor-signaling default to yes
git-svn-id: file:///svn/unbound/trunk@4360
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 2 Oct 2017 12:24:48 +0000 (12:24 +0000)]
- Fix param unused warning for windows exportsymbol compile.
git-svn-id: file:///svn/unbound/trunk@4359
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Mon, 25 Sep 2017 12:49:47 +0000 (12:49 +0000)]
- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch (by Danilo
G. Baio).
git-svn-id: file:///svn/unbound/trunk@4358
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Thu, 21 Sep 2017 08:19:47 +0000 (08:19 +0000)]
- Log name of looping module
git-svn-id: file:///svn/unbound/trunk@4357
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 20 Sep 2017 07:01:52 +0000 (07:01 +0000)]
Spelling fixes are from Josh Soref.
git-svn-id: file:///svn/unbound/trunk@4356
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 19 Sep 2017 11:54:58 +0000 (11:54 +0000)]
- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
git-svn-id: file:///svn/unbound/trunk@4355
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 19 Sep 2017 09:15:59 +0000 (09:15 +0000)]
assert and lint.
git-svn-id: file:///svn/unbound/trunk@4354
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 19 Sep 2017 09:08:29 +0000 (09:08 +0000)]
- use a cachedb answer even if it's "expired" when serve-expired is yes
(patch from Jinmei Tatuya).
- trigger refetching of the answer in that case (this will bypass
cachedb lookup)
- allow storing a 0-TTL answer from cachedb in the in-memory message
cache when serve-expired is yes
git-svn-id: file:///svn/unbound/trunk@4353
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Mon, 18 Sep 2017 09:09:10 +0000 (09:09 +0000)]
- Fix #1400: allowing use of global cache on ECS-forwarding unless
always-forward.
git-svn-id: file:///svn/unbound/trunk@4352
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 18 Sep 2017 08:55:08 +0000 (08:55 +0000)]
- Fix #1440: [dnscrypt] client nonce cache.
git-svn-id: file:///svn/unbound/trunk@4351
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 18 Sep 2017 08:50:20 +0000 (08:50 +0000)]
and man page.
git-svn-id: file:///svn/unbound/trunk@4350
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 18 Sep 2017 08:42:24 +0000 (08:42 +0000)]
- Fix #1435: Please allow UDP to be disabled separately upstream and
downstream.
git-svn-id: file:///svn/unbound/trunk@4349
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 18 Sep 2017 07:54:24 +0000 (07:54 +0000)]
- Fix that looping modules always stop the query, and don't pass
control.
git-svn-id: file:///svn/unbound/trunk@4348
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 18 Sep 2017 07:49:41 +0000 (07:49 +0000)]
- tag 1.6.6rc2, became 1.6.6 on 18 sep. trunk 1.6.7 in development.
git-svn-id: file:///svn/unbound/trunk@4347
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Sep 2017 14:29:41 +0000 (14:29 +0000)]
autoconf.
git-svn-id: file:///svn/unbound/trunk@4345
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Sep 2017 14:29:28 +0000 (14:29 +0000)]
- Spelling fixes, from Phil Porada.
git-svn-id: file:///svn/unbound/trunk@4344
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 15 Sep 2017 14:11:43 +0000 (14:11 +0000)]
- Fix unbound-host to report error for DNSSEC state of failed lookups.
git-svn-id: file:///svn/unbound/trunk@4343
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 13 Sep 2017 06:57:39 +0000 (06:57 +0000)]
- tag 1.6.6rc2
git-svn-id: file:///svn/unbound/trunk@4341
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 12 Sep 2017 05:43:46 +0000 (05:43 +0000)]
- Add dns64 for client-subnet in unbound-checkconf.
git-svn-id: file:///svn/unbound/trunk@4340
be551aaa -1e26-0410-a405-
d3ace91eadb9