]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
9 years ago- Fix to also block meta types 128 through to 248 with formerr.
Wouter Wijngaards [Thu, 12 Jan 2017 08:12:39 +0000 (08:12 +0000)] 
- Fix to also block meta types 128 through to 248 with formerr.

git-svn-id: file:///svn/unbound/trunk@3985 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1202: Fix code comment that packed_rrset_data is not always
Wouter Wijngaards [Mon, 9 Jan 2017 09:47:06 +0000 (09:47 +0000)] 
- Fix #1202: Fix code comment that packed_rrset_data is not always
  'packed'.

git-svn-id: file:///svn/unbound/trunk@3984 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1201: Fix missing unlock in answer_from_cache error condition.
Wouter Wijngaards [Fri, 6 Jan 2017 15:50:39 +0000 (15:50 +0000)] 
- Fix #1201: Fix missing unlock in answer_from_cache error condition.

git-svn-id: file:///svn/unbound/trunk@3983 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoplease splint.
Wouter Wijngaards [Thu, 5 Jan 2017 14:07:51 +0000 (14:07 +0000)] 
please splint.

git-svn-id: file:///svn/unbound/trunk@3982 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1185: Source IP rate limiting, patch from Larissa Feng.
Wouter Wijngaards [Thu, 5 Jan 2017 13:57:12 +0000 (13:57 +0000)] 
- Fix #1185: Source IP rate limiting, patch from Larissa Feng.

git-svn-id: file:///svn/unbound/trunk@3981 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1184: Log DNS replies. This includes the same logging
Wouter Wijngaards [Thu, 5 Jan 2017 11:39:54 +0000 (11:39 +0000)] 
- Fix #1184: Log DNS replies. This includes the same logging
  information that DNS queries and response code and response size,
  patch from Larissa Feng.

git-svn-id: file:///svn/unbound/trunk@3980 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoand ratelimit the formerr.
Wouter Wijngaards [Thu, 5 Jan 2017 10:22:13 +0000 (10:22 +0000)] 
and ratelimit the formerr.

git-svn-id: file:///svn/unbound/trunk@3979 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix to return formerr for queries for meta-types, to avoid
Wouter Wijngaards [Thu, 5 Jan 2017 08:14:34 +0000 (08:14 +0000)] 
- Fix to return formerr for queries for meta-types, to avoid
  packet amplification if this meta-type is sent on to upstream.

git-svn-id: file:///svn/unbound/trunk@3978 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoRemove warnings about unused variables.
Wouter Wijngaards [Tue, 3 Jan 2017 14:01:12 +0000 (14:01 +0000)] 
Remove warnings about unused variables.

git-svn-id: file:///svn/unbound/trunk@3977 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix reload chdir failure when also chrooted to that directory.
Wouter Wijngaards [Tue, 3 Jan 2017 13:46:00 +0000 (13:46 +0000)] 
- Fix reload chdir failure when also chrooted to that directory.

git-svn-id: file:///svn/unbound/trunk@3976 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- configure --enable-systemd and lets unbound use systemd sockets if
Wouter Wijngaards [Tue, 3 Jan 2017 13:43:29 +0000 (13:43 +0000)] 
- configure --enable-systemd and lets unbound use systemd sockets if
  you enable use-systemd: yes in unbound.conf.
  Also there are contrib/unbound.socket and contrib/unbound.service:
  systemd files for unbound, install them in /usr/lib/systemd/system.
  Contributed by Sami Kerola and Pavel Odintsov.

git-svn-id: file:///svn/unbound/trunk@3975 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1194: Cross build fails when $host isn't `uname` for getentropy.
Wouter Wijngaards [Mon, 2 Jan 2017 08:51:50 +0000 (08:51 +0000)] 
- Fix #1194: Cross build fails when $host isn't `uname` for getentropy.

git-svn-id: file:///svn/unbound/trunk@3974 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoPass RCODE value to encode as int to local_error_encode()
Ralph Dolmans [Fri, 23 Dec 2016 12:34:02 +0000 (12:34 +0000)] 
Pass RCODE value to encode as int to local_error_encode()

git-svn-id: file:///svn/unbound/trunk@3973 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1190: Do not echo back EDNS options in local-zone error response.
Ralph Dolmans [Fri, 23 Dec 2016 11:46:54 +0000 (11:46 +0000)] 
- Fix #1190: Do not echo back EDNS options in local-zone error response.
- iana portlist update

git-svn-id: file:///svn/unbound/trunk@3972 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built with
Ralph Dolmans [Wed, 21 Dec 2016 10:29:19 +0000 (10:29 +0000)] 
- Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built with
  Nettle

git-svn-id: file:///svn/unbound/trunk@3971 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1191: remove comment about view deletion.
Ralph Dolmans [Mon, 19 Dec 2016 11:37:05 +0000 (11:37 +0000)] 
- Fix #1191: remove comment about view deletion.

git-svn-id: file:///svn/unbound/trunk@3970 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix inet_ntop and inet_pton warnings in windows compile.
Wouter Wijngaards [Thu, 15 Dec 2016 13:10:58 +0000 (13:10 +0000)] 
- Fix inet_ntop and inet_pton warnings in windows compile.

git-svn-id: file:///svn/unbound/trunk@3969 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- 64bit is default for windows builds.
Wouter Wijngaards [Thu, 15 Dec 2016 11:34:24 +0000 (11:34 +0000)] 
- 64bit is default for windows builds.

git-svn-id: file:///svn/unbound/trunk@3968 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- iana portlist update
Wouter Wijngaards [Thu, 15 Dec 2016 08:43:33 +0000 (08:43 +0000)] 
- iana portlist update

git-svn-id: file:///svn/unbound/trunk@3967 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agotrunk is 1.6.1
Wouter Wijngaards [Thu, 15 Dec 2016 08:43:04 +0000 (08:43 +0000)] 
trunk is 1.6.1

git-svn-id: file:///svn/unbound/trunk@3966 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agonote release.
Wouter Wijngaards [Thu, 15 Dec 2016 08:41:43 +0000 (08:41 +0000)] 
note release.

git-svn-id: file:///svn/unbound/trunk@3965 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1178: attempt to fix setup error at end, pop result values
Wouter Wijngaards [Wed, 14 Dec 2016 08:55:44 +0000 (08:55 +0000)] 
- Fix #1178: attempt to fix setup error at end, pop result values
  at end of install.

git-svn-id: file:///svn/unbound/trunk@3963 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix unbound-control and ipv6 only.
Wouter Wijngaards [Tue, 13 Dec 2016 14:21:15 +0000 (14:21 +0000)] 
- Fix unbound-control and ipv6 only.

git-svn-id: file:///svn/unbound/trunk@3962 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1182: Fix Resource leak (socket), at startup.
Wouter Wijngaards [Tue, 13 Dec 2016 12:55:55 +0000 (12:55 +0000)] 
- Fix #1182: Fix Resource leak (socket), at startup.

git-svn-id: file:///svn/unbound/trunk@3961 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoprintf arguments more portable.
Wouter Wijngaards [Fri, 9 Dec 2016 10:52:02 +0000 (10:52 +0000)] 
printf arguments more portable.

git-svn-id: file:///svn/unbound/trunk@3960 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1176: stack size too small for Alpine Linux.
Wouter Wijngaards [Fri, 9 Dec 2016 10:09:01 +0000 (10:09 +0000)] 
- Fix #1176: stack size too small for Alpine Linux.

git-svn-id: file:///svn/unbound/trunk@3959 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix downcast warnings from visual studio in sldns code. release-1.6.0rc1
Wouter Wijngaards [Thu, 8 Dec 2016 08:49:12 +0000 (08:49 +0000)] 
- Fix downcast warnings from visual studio in sldns code.

git-svn-id: file:///svn/unbound/trunk@3957 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix remote control without certificate for LibreSSL
Ralph Dolmans [Wed, 7 Dec 2016 14:13:01 +0000 (14:13 +0000)] 
- Fix remote control without certificate for LibreSSL

git-svn-id: file:///svn/unbound/trunk@3956 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoautoconf
Wouter Wijngaards [Wed, 7 Dec 2016 13:04:46 +0000 (13:04 +0000)] 
autoconf

git-svn-id: file:///svn/unbound/trunk@3955 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoAdd DSA support for OpenSSL 1.1
Ralph Dolmans [Wed, 7 Dec 2016 12:58:47 +0000 (12:58 +0000)] 
Add DSA support for OpenSSL 1.1

git-svn-id: file:///svn/unbound/trunk@3954 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agomake depend
George Thessalonikefs [Tue, 6 Dec 2016 15:29:35 +0000 (15:29 +0000)] 
make depend

git-svn-id: file:///svn/unbound/trunk@3953 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoUnused variable warnings.
Wouter Wijngaards [Tue, 6 Dec 2016 14:42:20 +0000 (14:42 +0000)] 
Unused variable warnings.

git-svn-id: file:///svn/unbound/trunk@3952 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoplease lint again.
George Thessalonikefs [Tue, 6 Dec 2016 14:41:14 +0000 (14:41 +0000)] 
please lint again.

git-svn-id: file:///svn/unbound/trunk@3951 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoplease lint again.
George Thessalonikefs [Tue, 6 Dec 2016 14:33:08 +0000 (14:33 +0000)] 
please lint again.

git-svn-id: file:///svn/unbound/trunk@3950 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoplease lint.
George Thessalonikefs [Tue, 6 Dec 2016 14:15:49 +0000 (14:15 +0000)] 
please lint.

git-svn-id: file:///svn/unbound/trunk@3949 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Minor Python doc fix for testing commit post-hooks.
George Thessalonikefs [Tue, 6 Dec 2016 14:04:42 +0000 (14:04 +0000)] 
- Minor Python doc fix for testing commit post-hooks.

git-svn-id: file:///svn/unbound/trunk@3948 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Added generic EDNS code for registering known EDNS option codes,
George Thessalonikefs [Tue, 6 Dec 2016 13:42:51 +0000 (13:42 +0000)] 
- Added generic EDNS code for registering known EDNS option codes,
  bypassing the cache response stage and uniquifying mesh states. Four EDNS
  option lists were added to module_qstate (module_qstate.edns_opts_*) to
  store EDNS options from/to front/back side.
- Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
  control the modules' cache interactions.
- Added code for registering inplace callback functions. The registered
  functions can be called just before replying with local data or Chaos,
  replying from cache, replying with SERVFAIL, replying with a resolved
  query, sending a query to a nameserver. The functions can inspect the
  available data and maybe change response/query related data (i.e. append
  EDNS options).
- Updated Python module for the above.
- Updated Python documentation.

git-svn-id: file:///svn/unbound/trunk@3947 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoadd unset type to localzone_type enum, used for unset tag_action elements
Ralph Dolmans [Mon, 5 Dec 2016 15:52:47 +0000 (15:52 +0000)] 
add unset type to localzone_type enum, used for unset tag_action elements

git-svn-id: file:///svn/unbound/trunk@3946 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1173: differ local-zone type deny from unset tag_actions element.
Ralph Dolmans [Mon, 5 Dec 2016 14:48:49 +0000 (14:48 +0000)] 
- Fix #1173: differ local-zone type deny from unset tag_actions element.

git-svn-id: file:///svn/unbound/trunk@3945 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1170: document that 'inform' local-zone uses local-data.
Wouter Wijngaards [Mon, 5 Dec 2016 12:59:08 +0000 (12:59 +0000)] 
- Fix #1170: document that 'inform' local-zone uses local-data.

git-svn-id: file:///svn/unbound/trunk@3944 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoRemove bugzila reference
Ralph Dolmans [Thu, 1 Dec 2016 14:49:54 +0000 (14:49 +0000)] 
Remove bugzila reference

git-svn-id: file:///svn/unbound/trunk@3943 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- hyphen as minus fix, by Andreas Schulze
Ralph Dolmans [Thu, 1 Dec 2016 09:34:02 +0000 (09:34 +0000)] 
- hyphen as minus fix, by Andreas Schulze

git-svn-id: file:///svn/unbound/trunk@3942 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Added local-zones and local-data bulk addition and removal functionality in
Ralph Dolmans [Wed, 30 Nov 2016 11:22:29 +0000 (11:22 +0000)] 
- Added local-zones and local-data bulk addition and removal functionality in
  unbound-control (local_zones, local_zones_remove, local_datas and
  local_datas_remove).
- iana portlist update

git-svn-id: file:///svn/unbound/trunk@3941 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoFixup for windows compile.
Wouter Wijngaards [Tue, 29 Nov 2016 15:49:37 +0000 (15:49 +0000)] 
Fixup for windows compile.

git-svn-id: file:///svn/unbound/trunk@3940 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- braces in view.c around lock statements.
Wouter Wijngaards [Tue, 29 Nov 2016 15:28:25 +0000 (15:28 +0000)] 
- braces in view.c around lock statements.

git-svn-id: file:///svn/unbound/trunk@3939 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- version 1.6.0 is in the development branch.
Wouter Wijngaards [Tue, 29 Nov 2016 13:33:09 +0000 (13:33 +0000)] 
- version 1.6.0 is in the development branch.

git-svn-id: file:///svn/unbound/trunk@3938 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- new install-sh.
Wouter Wijngaards [Mon, 28 Nov 2016 09:52:02 +0000 (09:52 +0000)] 
- new install-sh.

git-svn-id: file:///svn/unbound/trunk@3937 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
Wouter Wijngaards [Fri, 25 Nov 2016 16:14:14 +0000 (16:14 +0000)] 
- Fix that with openssl 1.1 control-use-cert: no uses less cpu, by
  using no encryption over the unix socket.

git-svn-id: file:///svn/unbound/trunk@3936 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoCheck and free data allocated by fname_after_chroot
Ralph Dolmans [Wed, 23 Nov 2016 11:21:10 +0000 (11:21 +0000)] 
Check and free data allocated by fname_after_chroot

git-svn-id: file:///svn/unbound/trunk@3935 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- patch from Dag-Erling Smorgrav that removes code that relies
Wouter Wijngaards [Tue, 22 Nov 2016 15:50:07 +0000 (15:50 +0000)] 
- patch from Dag-Erling Smorgrav that removes code that relies
  on sbrk().

git-svn-id: file:///svn/unbound/trunk@3934 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Added unit test for QNAME minimisation + harden below nxdomain
Ralph Dolmans [Tue, 22 Nov 2016 13:53:51 +0000 (13:53 +0000)] 
- Added unit test for QNAME minimisation + harden below nxdomain
  synergy.

git-svn-id: file:///svn/unbound/trunk@3933 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- QNAME minimisation uses QTYPE=A, therefore always check cache for
Ralph Dolmans [Tue, 22 Nov 2016 10:50:53 +0000 (10:50 +0000)] 
- QNAME minimisation uses QTYPE=A, therefore always check cache for
  this type in harden-below-nxdomain functionality.

git-svn-id: file:///svn/unbound/trunk@3932 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoremove unused variables.
Wouter Wijngaards [Tue, 22 Nov 2016 10:18:33 +0000 (10:18 +0000)] 
remove unused variables.

git-svn-id: file:///svn/unbound/trunk@3931 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Make access-control-tag-data RDATA absolute. This makes the RDATA origin
Ralph Dolmans [Tue, 22 Nov 2016 10:10:48 +0000 (10:10 +0000)] 
- Make access-control-tag-data RDATA absolute. This makes the RDATA origin
  consistent between local-data and access-control-tag-data.
- Fix NSEC ENT wildcard check. Matching wildcard does not have to be a subdomain
  of the NSEC owner.

git-svn-id: file:///svn/unbound/trunk@3930 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix unit tests for DS hash processing for fake-dsa test option.
Wouter Wijngaards [Tue, 22 Nov 2016 08:23:24 +0000 (08:23 +0000)] 
- Fix unit tests for DS hash processing for fake-dsa test option.

git-svn-id: file:///svn/unbound/trunk@3929 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- iana portlist update.
Wouter Wijngaards [Tue, 22 Nov 2016 08:22:49 +0000 (08:22 +0000)] 
- iana portlist update.

git-svn-id: file:///svn/unbound/trunk@3928 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
Wouter Wijngaards [Mon, 21 Nov 2016 09:53:43 +0000 (09:53 +0000)] 
- Fix #1158: reference RFC 8020 "NXDOMAIN: There Really Is Nothing
  Underneath" for the harden-below-nxdomain option.

git-svn-id: file:///svn/unbound/trunk@3927 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1155: test status code of unbound-control in 04-checkconf, not the status
Ralph Dolmans [Thu, 10 Nov 2016 11:20:27 +0000 (11:20 +0000)] 
- Fix #1155: test status code of unbound-control in 04-checkconf, not the status
  code from the tee command.

git-svn-id: file:///svn/unbound/trunk@3926 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Note that for harden-below-nxdomain the nxdomain must be secure,
Wouter Wijngaards [Fri, 4 Nov 2016 14:49:43 +0000 (14:49 +0000)] 
- Note that for harden-below-nxdomain the nxdomain must be secure,
  this means nsec3 with optout is insufficient.

git-svn-id: file:///svn/unbound/trunk@3925 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agopass ssl_upstream as int to (lib)worker_send_query
Ralph Dolmans [Fri, 4 Nov 2016 14:02:22 +0000 (14:02 +0000)] 
pass ssl_upstream as int to (lib)worker_send_query

git-svn-id: file:///svn/unbound/trunk@3924 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Added stub-ssl-upstream and forward-ssl-upstream options.
Ralph Dolmans [Fri, 4 Nov 2016 12:07:52 +0000 (12:07 +0000)] 
- Added stub-ssl-upstream and forward-ssl-upstream options.

git-svn-id: file:///svn/unbound/trunk@3923 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1154: segfault when reading config with duplicate zones.
Wouter Wijngaards [Fri, 4 Nov 2016 08:16:55 +0000 (08:16 +0000)] 
- Fix #1154: segfault when reading config with duplicate zones.

git-svn-id: file:///svn/unbound/trunk@3922 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- configure detects ssl security level API function in the autoconf
Wouter Wijngaards [Fri, 4 Nov 2016 08:05:42 +0000 (08:05 +0000)] 
- configure detects ssl security level API function in the autoconf
  manner.  Every function on its own, so that other libraries (eg.
  LibreSSL) can develop their API without hindrance.

git-svn-id: file:///svn/unbound/trunk@3921 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoFixup #if at start of line, for portability.
Wouter Wijngaards [Fri, 4 Nov 2016 07:58:57 +0000 (07:58 +0000)] 
Fixup #if at start of line, for portability.

git-svn-id: file:///svn/unbound/trunk@3920 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoSet openssl security level to 0 when using aNULL ciphers
Ralph Dolmans [Thu, 3 Nov 2016 16:59:00 +0000 (16:59 +0000)] 
Set openssl security level to 0 when using aNULL ciphers

git-svn-id: file:///svn/unbound/trunk@3919 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoFree log_identity config string.
Wouter Wijngaards [Thu, 3 Nov 2016 13:19:12 +0000 (13:19 +0000)] 
Free log_identity config string.

git-svn-id: file:///svn/unbound/trunk@3918 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- log-identity: config option to set sys log identity, patch from
Wouter Wijngaards [Thu, 3 Nov 2016 08:51:40 +0000 (08:51 +0000)] 
- log-identity: config option to set sys log identity, patch from
  "Robin H. Johnson" <robbat2@gentoo.org>

git-svn-id: file:///svn/unbound/trunk@3917 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- .gitattributes line for githubs code language display.
Wouter Wijngaards [Thu, 3 Nov 2016 08:29:29 +0000 (08:29 +0000)] 
- .gitattributes line for githubs code language display.

git-svn-id: file:///svn/unbound/trunk@3916 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- iana portlist update.
Wouter Wijngaards [Wed, 2 Nov 2016 08:43:14 +0000 (08:43 +0000)] 
- iana portlist update.

git-svn-id: file:///svn/unbound/trunk@3915 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agochange to test cronjob-2.
Wouter Wijngaards [Wed, 2 Nov 2016 08:38:03 +0000 (08:38 +0000)] 
change to test cronjob-2.

git-svn-id: file:///svn/unbound/trunk@3914 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoChange to test commit cronjob.
Wouter Wijngaards [Wed, 2 Nov 2016 07:22:20 +0000 (07:22 +0000)] 
Change to test commit cronjob.

git-svn-id: file:///svn/unbound/trunk@3913 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- iana portlist update.
Wouter Wijngaards [Mon, 31 Oct 2016 08:18:17 +0000 (08:18 +0000)] 
- iana portlist update.

git-svn-id: file:///svn/unbound/trunk@3912 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix failure to build on arm64 with no sbrk.
Wouter Wijngaards [Mon, 31 Oct 2016 08:05:41 +0000 (08:05 +0000)] 
- Fix failure to build on arm64 with no sbrk.

git-svn-id: file:///svn/unbound/trunk@3911 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Patch for server.num.zero_ttl stats for count of expired replies,
Wouter Wijngaards [Fri, 28 Oct 2016 15:08:32 +0000 (15:08 +0000)] 
- Patch for server.num.zero_ttl stats for count of expired replies,
  from Pavel Odintsov.

git-svn-id: file:///svn/unbound/trunk@3910 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
Wouter Wijngaards [Wed, 26 Oct 2016 07:38:00 +0000 (07:38 +0000)] 
- Fix unit tests for openssl 1.1, with no DSA, by faking DSA, enabled
  with the undocumented switch 'fake-dsa'.  It logs a warning.

git-svn-id: file:///svn/unbound/trunk@3909 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1134: unbound-control set_option -- val-override-date: -1 works
Wouter Wijngaards [Tue, 25 Oct 2016 11:49:08 +0000 (11:49 +0000)] 
- Fix #1134: unbound-control set_option -- val-override-date: -1 works
  immediately to ignore datetime, or back to 0 to enable it again.
  The -- is to ignore the '-1' as an option flag.

git-svn-id: file:///svn/unbound/trunk@3908 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1134: unbound-control set_option val-date-override: -1 works
Wouter Wijngaards [Tue, 25 Oct 2016 11:44:03 +0000 (11:44 +0000)] 
- Fix #1134: unbound-control set_option val-date-override: -1 works
  immediately to ignore datetime, or back to 0 to enable it again.

git-svn-id: file:///svn/unbound/trunk@3907 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agog.root-servers.net has AAAA address.
Wouter Wijngaards [Mon, 24 Oct 2016 13:11:39 +0000 (13:11 +0000)] 
g.root-servers.net has AAAA address.

git-svn-id: file:///svn/unbound/trunk@3906 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoFixup cachedb for root prime module return.
Wouter Wijngaards [Mon, 24 Oct 2016 13:01:19 +0000 (13:01 +0000)] 
Fixup cachedb for root prime module return.

git-svn-id: file:///svn/unbound/trunk@3905 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoFixup prefetch only when needed
Wouter Wijngaards [Mon, 24 Oct 2016 12:53:13 +0000 (12:53 +0000)] 
Fixup prefetch only when needed

git-svn-id: file:///svn/unbound/trunk@3904 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- serve-expired config option: serve expired responses with TTL 0.
Wouter Wijngaards [Mon, 24 Oct 2016 12:43:20 +0000 (12:43 +0000)] 
- serve-expired config option: serve expired responses with TTL 0.

git-svn-id: file:///svn/unbound/trunk@3903 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Ported tests for local_cname unit test to testbound framework.
Wouter Wijngaards [Fri, 21 Oct 2016 08:59:56 +0000 (08:59 +0000)] 
- Ported tests for local_cname unit test to testbound framework.

git-svn-id: file:///svn/unbound/trunk@3902 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fixup query_info local_alias init.
Wouter Wijngaards [Thu, 20 Oct 2016 15:05:30 +0000 (15:05 +0000)] 
- Fixup query_info local_alias init.

git-svn-id: file:///svn/unbound/trunk@3901 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoFixup chachedb printout.
Wouter Wijngaards [Thu, 20 Oct 2016 14:56:08 +0000 (14:56 +0000)] 
Fixup chachedb printout.

git-svn-id: file:///svn/unbound/trunk@3900 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fixup query_info local_alias init.
Wouter Wijngaards [Thu, 20 Oct 2016 14:55:57 +0000 (14:55 +0000)] 
- Fixup query_info local_alias init.

git-svn-id: file:///svn/unbound/trunk@3899 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix DNSSEC validation of query type ANY with DNAME answers.
Wouter Wijngaards [Thu, 20 Oct 2016 14:27:13 +0000 (14:27 +0000)] 
- Fix DNSSEC validation of query type ANY with DNAME answers.

git-svn-id: file:///svn/unbound/trunk@3898 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- fix --enable-dsa to work, instead of copying ecdsa enable.
Wouter Wijngaards [Thu, 20 Oct 2016 09:22:04 +0000 (09:22 +0000)] 
- fix --enable-dsa to work, instead of copying ecdsa enable.

git-svn-id: file:///svn/unbound/trunk@3897 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- init lzt variable, for older gcc compiler warnings.
Wouter Wijngaards [Thu, 20 Oct 2016 07:57:12 +0000 (07:57 +0000)] 
- init lzt variable, for older gcc compiler warnings.

git-svn-id: file:///svn/unbound/trunk@3896 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- suppress compile warning in lex files.
Wouter Wijngaards [Thu, 20 Oct 2016 07:46:35 +0000 (07:46 +0000)] 
- suppress compile warning in lex files.

git-svn-id: file:///svn/unbound/trunk@3895 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1130: whitespace in example.conf.in more consistent.
Wouter Wijngaards [Wed, 19 Oct 2016 07:15:41 +0000 (07:15 +0000)] 
- Fix #1130: whitespace in example.conf.in more consistent.

git-svn-id: file:///svn/unbound/trunk@3894 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoTemplate entry for unit test.
Wouter Wijngaards [Tue, 18 Oct 2016 14:27:08 +0000 (14:27 +0000)] 
Template entry for unit test.

git-svn-id: file:///svn/unbound/trunk@3893 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Please doxygen by modifying mesh.h
Wouter Wijngaards [Tue, 18 Oct 2016 13:59:17 +0000 (13:59 +0000)] 
- Please doxygen by modifying mesh.h

git-svn-id: file:///svn/unbound/trunk@3892 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years agoFixup changelog bug number to 1118.
Wouter Wijngaards [Tue, 18 Oct 2016 13:58:09 +0000 (13:58 +0000)] 
Fixup changelog bug number to 1118.

git-svn-id: file:///svn/unbound/trunk@3891 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Added Requires line to libunbound.pc
Wouter Wijngaards [Tue, 18 Oct 2016 13:57:39 +0000 (13:57 +0000)] 
- Added Requires line to libunbound.pc

git-svn-id: file:///svn/unbound/trunk@3890 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1117: libunbound.pc sets strange Libs, Libs.private values.
Wouter Wijngaards [Tue, 18 Oct 2016 13:56:42 +0000 (13:56 +0000)] 
- Fix #1117: libunbound.pc sets strange Libs, Libs.private values.

git-svn-id: file:///svn/unbound/trunk@3889 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fix #1125: unbound could reuse an answer packet incorrectly for
Wouter Wijngaards [Tue, 18 Oct 2016 13:42:08 +0000 (13:42 +0000)] 
- Fix #1125: unbound could reuse an answer packet incorrectly for
  clients with different EDNS parameters, from Jinmei Tatuya.

git-svn-id: file:///svn/unbound/trunk@3888 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
Wouter Wijngaards [Tue, 18 Oct 2016 13:21:35 +0000 (13:21 +0000)] 
- Added documentation doc/CNAME-basedRedirectionDesignNotes.pdf,
  from Jinmei Tatuya (Infoblox).

git-svn-id: file:///svn/unbound/trunk@3887 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Removed patch comments from acllist.c and msgencode.c
Wouter Wijngaards [Tue, 18 Oct 2016 13:20:42 +0000 (13:20 +0000)] 
- Removed patch comments from acllist.c and msgencode.c

git-svn-id: file:///svn/unbound/trunk@3886 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Patch that resolves CNAMEs entered in local-data conf statements that
Wouter Wijngaards [Tue, 18 Oct 2016 13:18:20 +0000 (13:18 +0000)] 
- Patch that resolves CNAMEs entered in local-data conf statements that
  point to data on the internet, from Jinmei Tatuya (Infoblox).

git-svn-id: file:///svn/unbound/trunk@3885 be551aaa-1e26-0410-a405-d3ace91eadb9

9 years ago- Fixup const void cast warning.
Wouter Wijngaards [Mon, 17 Oct 2016 15:17:15 +0000 (15:17 +0000)] 
- Fixup const void cast warning.

git-svn-id: file:///svn/unbound/trunk@3884 be551aaa-1e26-0410-a405-d3ace91eadb9