]>
git.ipfire.org Git - thirdparty/unbound.git/log
Philipp Serr [Sat, 21 Jan 2017 14:47:54 +0000 (15:47 +0100)]
Initialize per-query qdata and per-module mod_env
The python module used to assign None to the per-query (qdata argument)
and per-module (mod_env variable) data stores. Hence, there was no
obvious way for python code to use these data stores.
This commit initializes both data stores with a dict instance.
Wouter Wijngaards [Tue, 29 Jan 2019 08:07:50 +0000 (08:07 +0000)]
- set version to 1.9.0 for release.
git-svn-id: file:///svn/unbound/trunk@5084
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 28 Jan 2019 08:49:12 +0000 (08:49 +0000)]
- List example config for root zone copy locally hosted with auth-zone
as suggested from draft-ietf-dnsop-7706-bis-02. But with updated
B root address.
git-svn-id: file:///svn/unbound/trunk@5083
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 28 Jan 2019 08:39:50 +0000 (08:39 +0000)]
- List d.root-servers.net as a host that allows AXFR in example.conf
config file, as suggested from draft-ietf-dnsop-7706-bis-02.
git-svn-id: file:///svn/unbound/trunk@5082
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 28 Jan 2019 08:26:10 +0000 (08:26 +0000)]
- Set build system for added call in the libunbound API.
git-svn-id: file:///svn/unbound/trunk@5081
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 28 Jan 2019 08:22:08 +0000 (08:22 +0000)]
- ub_ctx_set_tls call for libunbound that enables DoT for the machines
set with ub_ctx_set_fwd. Patch from Florian Obser.
git-svn-id: file:///svn/unbound/trunk@5080
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 25 Jan 2019 16:19:37 +0000 (16:19 +0000)]
Fix year on recent commit messages.
git-svn-id: file:///svn/unbound/trunk@5079
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 25 Jan 2019 13:00:09 +0000 (13:00 +0000)]
- output of newer lex 2.6.1 and bison 3.0.5.
git-svn-id: file:///svn/unbound/trunk@5078
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 25 Jan 2019 12:58:06 +0000 (12:58 +0000)]
- remove compile warnings from libnettle compile.
git-svn-id: file:///svn/unbound/trunk@5077
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 25 Jan 2019 12:54:40 +0000 (12:54 +0000)]
- no lock when threads disabled in tcp request buffer count.
git-svn-id: file:///svn/unbound/trunk@5076
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 25 Jan 2019 12:50:45 +0000 (12:50 +0000)]
- updated contrib/fastrpz.patch to cleanly diff.
git-svn-id: file:///svn/unbound/trunk@5075
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 25 Jan 2019 12:46:15 +0000 (12:46 +0000)]
- Fix that tcp for auth zone and outgoing does not remove and
then gets the ssl read again applied to the deleted commpoint.
git-svn-id: file:///svn/unbound/trunk@5074
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 24 Jan 2019 16:10:05 +0000 (16:10 +0000)]
- Moved includes and make depend.
git-svn-id: file:///svn/unbound/trunk@5073
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 24 Jan 2019 16:05:00 +0000 (16:05 +0000)]
- Patch from Florian Obser fixes some compiler warnings:
include mini_event.h to have a prototype for mini_ev_cmp
include edns.h to have a prototype for apply_edns_options
sldns_wire2str_edns_keepalive_print is only called in the wire2str,
module declare it static to get rid of compiler warning:
no previous prototype for function
infra_find_ip_ratedata() is only called in the infra module,
declare it static to get rid of compiler warning:
no previous prototype for function
do not shadow local variable buf in authzone
auth_chunks_delete and az_nsec3_findnode are only called in the
authzone module, declare them static to get rid of compiler warning:
no previous prototype for function...
copy_rrset() is only called in the respip module, declare it
static to get rid of compiler warning:
no previous prototype for function 'copy_rrset'
no need for another variable "r"; gets rid of compiler warning:
declaration shadows a local variable in libunbound.c
no need for another variable "ns"; gets rid of compiler warning:
declaration shadows a local variable in iterator.c
git-svn-id: file:///svn/unbound/trunk@5072
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 24 Jan 2019 12:52:26 +0000 (12:52 +0000)]
make fix nicer in perf testcode.
git-svn-id: file:///svn/unbound/trunk@5071
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 24 Jan 2019 11:55:10 +0000 (11:55 +0000)]
clang analysis fixes, assert arc4random buffer in init,
no check for already checked delegation pointer in iterator,
in testcode check for NULL packet matches, in perf do not copy
from NULL start list when growing capacity. Adjust host and file
only when present in test header read to please checker. In
testcode for unknown macro operand give zero result. Initialise the
passed argv array in test code. In test code add EDNS data
segment copy only when nonempty.
git-svn-id: file:///svn/unbound/trunk@5070
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 24 Jan 2019 09:37:57 +0000 (09:37 +0000)]
- Fix unit test for python 3.7 new keyword 'async'.
git-svn-id: file:///svn/unbound/trunk@5069
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 24 Jan 2019 08:57:47 +0000 (08:57 +0000)]
- Newer aclocal and libtoolize used for generating configure scripts,
aclocal 1.16.1 and libtoolize 2.4.6.
git-svn-id: file:///svn/unbound/trunk@5068
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 14:18:24 +0000 (14:18 +0000)]
Neater spaces
git-svn-id: file:///svn/unbound/trunk@5067
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 11:52:17 +0000 (11:52 +0000)]
- Fix for IXFR fallback to reset counter when IXFR does not timeout.
git-svn-id: file:///svn/unbound/trunk@5066
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 10:50:26 +0000 (10:50 +0000)]
Fixup ssl unit test with example ticket files.
git-svn-id: file:///svn/unbound/trunk@5065
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 10:41:03 +0000 (10:41 +0000)]
For TLS session keys, keep config options in order read from file to keep the first one as the first one.
git-svn-id: file:///svn/unbound/trunk@5064
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 10:23:02 +0000 (10:23 +0000)]
fix lint and clang analysis errors
git-svn-id: file:///svn/unbound/trunk@5063
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 10:19:04 +0000 (10:19 +0000)]
More fixes, statistic counter at end of struct for backwards compatibility, man page, free at exit, indent.
git-svn-id: file:///svn/unbound/trunk@5062
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 09:44:08 +0000 (09:44 +0000)]
make depend
git-svn-id: file:///svn/unbound/trunk@5061
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 09:43:47 +0000 (09:43 +0000)]
- Fixes for patch (includes, declarations, warnings).
git-svn-id: file:///svn/unbound/trunk@5060
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 09:35:52 +0000 (09:35 +0000)]
- Patch for TLS session resumption from Manabu Sonoda,
enable with tls-session-ticket-keys in unbound.conf.
git-svn-id: file:///svn/unbound/trunk@5059
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 08:57:49 +0000 (08:57 +0000)]
- Fix configure to detect SSL_CTX_set_ciphersuites, for better
library compatibility when compiling.
git-svn-id: file:///svn/unbound/trunk@5058
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 08:48:52 +0000 (08:48 +0000)]
another spelling fix.
git-svn-id: file:///svn/unbound/trunk@5057
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 08:46:33 +0000 (08:46 +0000)]
lex and yacc.
git-svn-id: file:///svn/unbound/trunk@5056
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 08:45:16 +0000 (08:45 +0000)]
- Fixes for the patch, and man page entry.
git-svn-id: file:///svn/unbound/trunk@5055
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 23 Jan 2019 08:37:00 +0000 (08:37 +0000)]
- Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites
options for unbound.conf.
git-svn-id: file:///svn/unbound/trunk@5054
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 22 Jan 2019 15:44:09 +0000 (15:44 +0000)]
- Fix that auth zone after IXFR fallback tries the same master.
git-svn-id: file:///svn/unbound/trunk@5053
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 22 Jan 2019 15:36:58 +0000 (15:36 +0000)]
- Fix for #4219: secondaries not updated after serial change, unbound
falls back to AXFR after IXFR gives several timeout failures.
git-svn-id: file:///svn/unbound/trunk@5052
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 22 Jan 2019 13:35:33 +0000 (13:35 +0000)]
Fix lint and unit test.
git-svn-id: file:///svn/unbound/trunk@5051
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 22 Jan 2019 13:20:06 +0000 (13:20 +0000)]
- unbound-control stats has mem.streamwait that counts TCP and TLS
waiting result buffers.
git-svn-id: file:///svn/unbound/trunk@5050
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 22 Jan 2019 10:29:01 +0000 (10:29 +0000)]
Fix test failure.
git-svn-id: file:///svn/unbound/trunk@5049
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 22 Jan 2019 08:52:23 +0000 (08:52 +0000)]
- Doc for stream-wait-size and unit test.
git-svn-id: file:///svn/unbound/trunk@5048
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 22 Jan 2019 08:27:49 +0000 (08:27 +0000)]
- Fix space calculation for tcp req buffer size.
git-svn-id: file:///svn/unbound/trunk@5047
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 21 Jan 2019 16:20:14 +0000 (16:20 +0000)]
- Add stream-wait-size: 4m config option to limit the maximum
memory used by waiting tcp and tls stream replies. This avoids
a denial of service where these replies use up all of the memory.
git-svn-id: file:///svn/unbound/trunk@5046
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 21 Jan 2019 14:14:12 +0000 (14:14 +0000)]
Fix reread of buffer data, better, also for TCP.
git-svn-id: file:///svn/unbound/trunk@5045
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 21 Jan 2019 13:45:13 +0000 (13:45 +0000)]
No leaks found.
git-svn-id: file:///svn/unbound/trunk@5044
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 21 Jan 2019 13:41:13 +0000 (13:41 +0000)]
- Fix that multiple dns fragments can be carried in one TLS frame.
git-svn-id: file:///svn/unbound/trunk@5043
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 21 Jan 2019 13:26:21 +0000 (13:26 +0000)]
- Unit tests for ssl out of order processing.
git-svn-id: file:///svn/unbound/trunk@5042
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 21 Jan 2019 13:04:08 +0000 (13:04 +0000)]
- Unit test for tcp request reorder and timeouts.
git-svn-id: file:///svn/unbound/trunk@5041
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 21 Jan 2019 09:36:01 +0000 (09:36 +0000)]
- Fix tcp idle timeout test, for difference in the tcp reply code.
git-svn-id: file:///svn/unbound/trunk@5040
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 17 Jan 2019 08:58:09 +0000 (08:58 +0000)]
- increase mesh max activation count for capsforid long fetches.
git-svn-id: file:///svn/unbound/trunk@5039
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 17 Jan 2019 08:50:25 +0000 (08:50 +0000)]
- For caps-for-id fallback, use the whitelist to avoid timeout
starting a fallback sequence for it.
git-svn-id: file:///svn/unbound/trunk@5038
be551aaa -1e26-0410-a405-
d3ace91eadb9
Ralph Dolmans [Wed, 16 Jan 2019 10:23:13 +0000 (10:23 +0000)]
- Get ready for the DNS flag day: remove EDNS lame procedure, do not re-query
without EDNS after timeout.
git-svn-id: file:///svn/unbound/trunk@5037
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 15 Jan 2019 13:42:22 +0000 (13:42 +0000)]
comment fixes after review.
git-svn-id: file:///svn/unbound/trunk@5036
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 15 Jan 2019 10:27:00 +0000 (10:27 +0000)]
- Review fixes in out of order processing.
git-svn-id: file:///svn/unbound/trunk@5035
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 15 Jan 2019 09:24:00 +0000 (09:24 +0000)]
- In the out of order processing, reset byte count for (potential)
partial read.
git-svn-id: file:///svn/unbound/trunk@5034
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 14 Jan 2019 15:52:50 +0000 (15:52 +0000)]
- streamtcp option -a send queries consecutively and prints answers
as they arrive.
- Fix for out of order processing administration quit cleanup.
- unit test for tcp out of order processing.
git-svn-id: file:///svn/unbound/trunk@5033
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 11 Jan 2019 14:12:27 +0000 (14:12 +0000)]
- Initial commit for out-of-order processing for TCP and TLS.
git-svn-id: file:///svn/unbound/trunk@5032
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 9 Jan 2019 13:57:14 +0000 (13:57 +0000)]
- Log query name for looping module errors.
git-svn-id: file:///svn/unbound/trunk@5031
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 8 Jan 2019 14:39:31 +0000 (14:39 +0000)]
- Fix NSEC3 record that is returned in wildcard replies from
auth-zone zones with NSEC3 and wildcards.
git-svn-id: file:///svn/unbound/trunk@5030
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 8 Jan 2019 13:29:38 +0000 (13:29 +0000)]
- Fix syntax in comment of local alias processing.
git-svn-id: file:///svn/unbound/trunk@5029
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 7 Jan 2019 15:01:24 +0000 (15:01 +0000)]
- Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,
the patch adds a program used for fuzzing.
git-svn-id: file:///svn/unbound/trunk@5028
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 7 Jan 2019 10:52:08 +0000 (10:52 +0000)]
- Document interaction between the tls-upstream option in the server
section and forward-tls-upstream option in the forward-zone sections.
git-svn-id: file:///svn/unbound/trunk@5027
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 7 Jan 2019 09:06:41 +0000 (09:06 +0000)]
- On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
and server tcp fastopen is enabled at compile time.
git-svn-id: file:///svn/unbound/trunk@5026
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 12 Dec 2018 16:03:05 +0000 (16:03 +0000)]
- Fix for crash in dns64 module if response is null.
git-svn-id: file:///svn/unbound/trunk@5025
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 11 Dec 2018 11:08:57 +0000 (11:08 +0000)]
trunk had 1.8.2, Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
Trunk then became 1.8.4 in development.
git-svn-id: file:///svn/unbound/trunk@5024
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 11 Dec 2018 09:44:16 +0000 (09:44 +0000)]
svn trunk 1.8.2, Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.
Trunk then became 1.8.4 in development.
git-svn-id: file:///svn/unbound/trunk@5020
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 10 Dec 2018 14:36:43 +0000 (14:36 +0000)]
- Fixup openssl 1.0.2 compile
git-svn-id: file:///svn/unbound/trunk@5019
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 10 Dec 2018 14:27:24 +0000 (14:27 +0000)]
- Fix #4206: support openssl 1.0.2 for TLS hostname verification,
alongside the 1.1.0 and later support that is already there.
git-svn-id: file:///svn/unbound/trunk@5018
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 10 Dec 2018 13:14:57 +0000 (13:14 +0000)]
- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
git-svn-id: file:///svn/unbound/trunk@5017
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 10 Dec 2018 10:41:33 +0000 (10:41 +0000)]
- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
git-svn-id: file:///svn/unbound/trunk@5016
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 10 Dec 2018 09:38:50 +0000 (09:38 +0000)]
- ip-ratelimit-factor of 1 allows all traffic through, instead of the
previous blocking everything.
git-svn-id: file:///svn/unbound/trunk@5015
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 10 Dec 2018 09:27:49 +0000 (09:27 +0000)]
- Fix config parser memory leaks.
git-svn-id: file:///svn/unbound/trunk@5014
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 6 Dec 2018 08:04:37 +0000 (08:04 +0000)]
- Fix dns64 allocation in wrong region for returned internal queries.
git-svn-id: file:///svn/unbound/trunk@5013
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 4 Dec 2018 09:30:03 +0000 (09:30 +0000)]
trunk has 1.8.3 in development.
git-svn-id: file:///svn/unbound/trunk@5012
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 14:56:12 +0000 (14:56 +0000)]
And document.
git-svn-id: file:///svn/unbound/trunk@5009
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 14:54:29 +0000 (14:54 +0000)]
Fix test.
git-svn-id: file:///svn/unbound/trunk@5008
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 14:50:47 +0000 (14:50 +0000)]
- cache-max-ttl also defines upperbound of initial TTL in response.
git-svn-id: file:///svn/unbound/trunk@5007
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 11:24:51 +0000 (11:24 +0000)]
Cleaner image.
git-svn-id: file:///svn/unbound/trunk@5006
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 11:16:17 +0000 (11:16 +0000)]
Fixup icon lines.
git-svn-id: file:///svn/unbound/trunk@5005
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 10:39:35 +0000 (10:39 +0000)]
remove unnecessary files, they are in combined.ico.
git-svn-id: file:///svn/unbound/trunk@5004
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 10:09:54 +0000 (10:09 +0000)]
Fixup icon more, for small icon display on Windows 10.
git-svn-id: file:///svn/unbound/trunk@5003
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 09:06:05 +0000 (09:06 +0000)]
more fixes, higher colormap.
git-svn-id: file:///svn/unbound/trunk@5002
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Mon, 3 Dec 2018 08:30:55 +0000 (08:30 +0000)]
- Fix icon, no ragged edges and nicer resolutions available, for eg.
Win 7 and Windows 10 display.
git-svn-id: file:///svn/unbound/trunk@5001
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 30 Nov 2018 09:45:37 +0000 (09:45 +0000)]
- log-tag-queryreply: yes in unbound.conf tags the log-queries and
log-replies in the log file for easier log filter maintenance.
git-svn-id: file:///svn/unbound/trunk@5000
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Fri, 30 Nov 2018 08:33:50 +0000 (08:33 +0000)]
- Patch for typo in unbound.conf man page.
git-svn-id: file:///svn/unbound/trunk@4999
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Nov 2018 14:39:26 +0000 (14:39 +0000)]
- Remove clang analysis warnings.
git-svn-id: file:///svn/unbound/trunk@4998
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Nov 2018 14:26:16 +0000 (14:26 +0000)]
- Refuse to start with no ports.
git-svn-id: file:///svn/unbound/trunk@4997
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Nov 2018 13:09:46 +0000 (13:09 +0000)]
Fixup test.
git-svn-id: file:///svn/unbound/trunk@4996
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Nov 2018 12:55:13 +0000 (12:55 +0000)]
- Fix that unbound-checkconf does not complains if the config file
is not placed inside the chroot.
git-svn-id: file:///svn/unbound/trunk@4995
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Nov 2018 09:27:19 +0000 (09:27 +0000)]
- tag for 1.8.2rc1.
git-svn-id: file:///svn/unbound/trunk@4994
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Nov 2018 08:27:47 +0000 (08:27 +0000)]
- Fix chroot auth-zone fix to remove chroot prefix.
git-svn-id: file:///svn/unbound/trunk@4992
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Thu, 29 Nov 2018 08:27:22 +0000 (08:27 +0000)]
- iana portlist updated.
git-svn-id: file:///svn/unbound/trunk@4991
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 28 Nov 2018 13:34:31 +0000 (13:34 +0000)]
- Fix clang analysis for outside directory build test.
git-svn-id: file:///svn/unbound/trunk@4990
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Wed, 28 Nov 2018 12:37:52 +0000 (12:37 +0000)]
- Fix leak in chroot fix for auth-zone.
git-svn-id: file:///svn/unbound/trunk@4989
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 15:47:52 +0000 (15:47 +0000)]
- Update contrib fastrpz patch for latest release.
git-svn-id: file:///svn/unbound/trunk@4988
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 13:46:44 +0000 (13:46 +0000)]
Better fix.
git-svn-id: file:///svn/unbound/trunk@4987
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 13:35:29 +0000 (13:35 +0000)]
- Fix windows compile for new rrset roundrobin fix.
git-svn-id: file:///svn/unbound/trunk@4986
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 13:24:40 +0000 (13:24 +0000)]
- Put new logos into windows installer.
git-svn-id: file:///svn/unbound/trunk@4985
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 12:42:59 +0000 (12:42 +0000)]
- stat count SERVFAIL downstream auth-zone queries for expired zones.
git-svn-id: file:///svn/unbound/trunk@4984
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 12:31:37 +0000 (12:31 +0000)]
- auth-zone give SERVFAIL when expired, fallback activates when
expired, and this is documented in the man page.
git-svn-id: file:///svn/unbound/trunk@4983
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 10:56:45 +0000 (10:56 +0000)]
- New and better fix for Fix #4193: Fix that prefetch failure does
not overwrite valid cache entry with SERVFAIL.
git-svn-id: file:///svn/unbound/trunk@4982
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 10:29:14 +0000 (10:29 +0000)]
- Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
git-svn-id: file:///svn/unbound/trunk@4981
be551aaa -1e26-0410-a405-
d3ace91eadb9
Wouter Wijngaards [Tue, 27 Nov 2018 09:05:00 +0000 (09:05 +0000)]
Review fix.
git-svn-id: file:///svn/unbound/trunk@4980
be551aaa -1e26-0410-a405-
d3ace91eadb9