]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
7 years ago- Tag for 1.8.0rc1 release. release-1.8.0rc1
Wouter Wijngaards [Tue, 4 Sep 2018 07:15:06 +0000 (07:15 +0000)] 
- Tag for 1.8.0rc1 release.

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

7 years ago- Disable minimal-responses in subnet unit tests.
Wouter Wijngaards [Fri, 31 Aug 2018 14:59:10 +0000 (14:59 +0000)] 
- Disable minimal-responses in subnet unit tests.

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

7 years agobetter locking.
Wouter Wijngaards [Thu, 30 Aug 2018 09:21:05 +0000 (09:21 +0000)] 
better locking.

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

7 years ago- Fix that a local-zone with a local-zone-type that is transparent
Wouter Wijngaards [Thu, 30 Aug 2018 09:06:07 +0000 (09:06 +0000)] 
- Fix that a local-zone with a local-zone-type that is transparent
  in a view with view-first, makes queries check for answers from the
  local-zones defined outside of views.

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

7 years agoflex.
Wouter Wijngaards [Thu, 30 Aug 2018 09:02:29 +0000 (09:02 +0000)] 
flex.

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

7 years agoFixup that it does not set prefetch_ttl twice, but sets the new serve_expired_ttl...
Wouter Wijngaards [Thu, 30 Aug 2018 08:03:29 +0000 (08:03 +0000)] 
Fixup that it does not set prefetch_ttl twice, but sets the new serve_expired_ttl member of the reply ttls.

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

7 years ago- Added serve-expired-ttl and serve-expired-ttl-reset options.
Ralph Dolmans [Tue, 28 Aug 2018 14:21:56 +0000 (14:21 +0000)] 
- Added serve-expired-ttl and serve-expired-ttl-reset options.

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

7 years ago- Disable minimal-responses in ipsecmod unit tests.
Ralph Dolmans [Tue, 28 Aug 2018 14:11:21 +0000 (14:11 +0000)] 
- Disable minimal-responses in ipsecmod unit tests.

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

7 years ago- Fix lintflags for lint on FreeBSD.
Wouter Wijngaards [Mon, 27 Aug 2018 13:42:27 +0000 (13:42 +0000)] 
- Fix lintflags for lint on FreeBSD.

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

7 years agoFixup test and lint hook.
Wouter Wijngaards [Mon, 27 Aug 2018 13:29:48 +0000 (13:29 +0000)] 
Fixup test and lint hook.

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

7 years ago- next release is called 1.8.0.
Wouter Wijngaards [Mon, 27 Aug 2018 13:20:12 +0000 (13:20 +0000)] 
- next release is called 1.8.0.

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

7 years ago- Set defaults to yes for a number of options to increase speed and
Wouter Wijngaards [Mon, 27 Aug 2018 13:18:19 +0000 (13:18 +0000)] 
- Set defaults to yes for a number of options to increase speed and
  resilience of the server.  The so-reuseport, harden-below-nxdomain,
  and minimal-responses options are enabled by default.  They used
  to be disabled by default, waiting to make sure they worked.  They
  are enabled by default now, and can be disabled explicitly by
  setting them to "no" in the unbound.conf config file.  The reuseport
  and minimal options increases speed of the server, and should be
  otherwise harmless.  The harden-below-nxdomain option works well
  together with the recently default enabled qname minimisation, this
  causes more fetches to use information from the cache.

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

7 years ago- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
George Thessalonikefs [Wed, 22 Aug 2018 10:51:13 +0000 (10:51 +0000)] 
- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
  gives access to reply information for the client's communication
  point when the callback is called before the mesh state (modules).
  Changes to C and Python's inplace_callback signatures were also
  necessary.

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

7 years ago- Fix only misc failure from log-servfail when val-log-level is not
Wouter Wijngaards [Tue, 21 Aug 2018 14:31:37 +0000 (14:31 +0000)] 
- Fix only misc failure from log-servfail when val-log-level is not
  enabled.

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

7 years agoedns-subnet retain rcode when no return_msg, for log-servfail.
Wouter Wijngaards [Tue, 21 Aug 2018 14:25:07 +0000 (14:25 +0000)] 
edns-subnet retain rcode when no return_msg, for log-servfail.

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

7 years ago- #4146: num.query.subnet and num.query.subnet_cache counters.
Wouter Wijngaards [Tue, 21 Aug 2018 14:14:28 +0000 (14:14 +0000)] 
- #4146: num.query.subnet and num.query.subnet_cache counters.

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

7 years agoand documentation.
Wouter Wijngaards [Tue, 21 Aug 2018 07:14:48 +0000 (07:14 +0000)] 
and documentation.

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

7 years agoflex and bison re-run.
Wouter Wijngaards [Tue, 21 Aug 2018 07:10:49 +0000 (07:10 +0000)] 
flex and bison re-run.

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

7 years ago- log-local-actions: yes option for unbound.conf that logs all the
Wouter Wijngaards [Tue, 21 Aug 2018 07:10:09 +0000 (07:10 +0000)] 
- log-local-actions: yes option for unbound.conf that logs all the
  local zone actions, a patch from Saksham Manchanda (Secure64).

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

7 years ago- log-servfail: yes prints log lines that say why queries are
Wouter Wijngaards [Fri, 17 Aug 2018 15:22:05 +0000 (15:22 +0000)] 
- log-servfail: yes prints log lines that say why queries are
  returning SERVFAIL to clients.

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

7 years agoand printout for these cases too.
Wouter Wijngaards [Fri, 17 Aug 2018 15:09:23 +0000 (15:09 +0000)] 
and printout for these cases too.

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

7 years ago- added more servfail printout statements, to the iterator.
Wouter Wijngaards [Fri, 17 Aug 2018 15:01:35 +0000 (15:01 +0000)] 
- added more servfail printout statements, to the iterator.

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

7 years agoand the error looks good.
Wouter Wijngaards [Fri, 17 Aug 2018 14:17:48 +0000 (14:17 +0000)] 
and the error looks good.

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

7 years ago- print servfail info to log as error.
Wouter Wijngaards [Fri, 17 Aug 2018 13:29:27 +0000 (13:29 +0000)] 
- print servfail info to log as error.

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

7 years ago- Fix classification for QTYPE=CNAME queries when QNAME minimisation is enabled.
Ralph Dolmans [Fri, 17 Aug 2018 12:48:47 +0000 (12:48 +0000)] 
- Fix classification for QTYPE=CNAME queries when QNAME minimisation is enabled.

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

7 years ago- Set libunbound to increase current, because the libunbound change
Wouter Wijngaards [Fri, 17 Aug 2018 09:07:06 +0000 (09:07 +0000)] 
- Set libunbound to increase current, because the libunbound change
  to the event callback function signature.  That needs programs,
  that use it, to recompile against the new header definition.

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

7 years ago- Fix contrib/fastrpz.patch.
Wouter Wijngaards [Thu, 16 Aug 2018 10:29:00 +0000 (10:29 +0000)] 
- Fix contrib/fastrpz.patch.

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

7 years ago- Fix warning on compile without threads.
Wouter Wijngaards [Thu, 16 Aug 2018 10:28:11 +0000 (10:28 +0000)] 
- Fix warning on compile without threads.

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

7 years agoTest unit test for reordering.
Wouter Wijngaards [Wed, 15 Aug 2018 09:40:30 +0000 (09:40 +0000)] 
Test unit test for reordering.

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

7 years ago- Fix segfault in auth-zone read and reorder of RRSIGs.
Wouter Wijngaards [Wed, 15 Aug 2018 09:26:13 +0000 (09:26 +0000)] 
- Fix segfault in auth-zone read and reorder of RRSIGs.

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

7 years ago- Upgraded crosscompile script to include libunbound DLL in the
Wouter Wijngaards [Tue, 14 Aug 2018 14:52:09 +0000 (14:52 +0000)] 
- Upgraded crosscompile script to include libunbound DLL in the
  zipfile.

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

7 years ago- Fix that printout of error for cycle targets is a verbosity 4
Wouter Wijngaards [Tue, 14 Aug 2018 07:27:57 +0000 (07:27 +0000)] 
- Fix that printout of error for cycle targets is a verbosity 4
  printout and does not wrongly print it is a memory error.

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

7 years ago- Fix #4144: dns64 module caches wrong (negative) information.
Wouter Wijngaards [Fri, 10 Aug 2018 08:03:17 +0000 (08:03 +0000)] 
- Fix #4144: dns64 module caches wrong (negative) information.

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

7 years agouse closer of stub and forward if both configured.
Wouter Wijngaards [Thu, 9 Aug 2018 13:00:06 +0000 (13:00 +0000)] 
use closer of stub and forward if both configured.

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

7 years agoFixup log printout.
Wouter Wijngaards [Thu, 9 Aug 2018 12:56:49 +0000 (12:56 +0000)] 
Fixup log printout.

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

7 years agodocumentation.
Wouter Wijngaards [Thu, 9 Aug 2018 12:48:33 +0000 (12:48 +0000)] 
documentation.

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

7 years ago- Patch for stub-no-cache and forward-no-cache options that disable
Wouter Wijngaards [Thu, 9 Aug 2018 12:44:40 +0000 (12:44 +0000)] 
- Patch for stub-no-cache and forward-no-cache options that disable
  caching for the contents of that stub or forward, for when you
  want immediate changes visible, from Bjoern A. Zeeb.

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

7 years agoBreakout at end.
Wouter Wijngaards [Thu, 9 Aug 2018 09:07:31 +0000 (09:07 +0000)] 
Breakout at end.

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

7 years ago- document --enable-subnet in doc/README.
Wouter Wijngaards [Thu, 9 Aug 2018 08:48:04 +0000 (08:48 +0000)] 
- document --enable-subnet in doc/README.

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

7 years agoFixup
Wouter Wijngaards [Thu, 9 Aug 2018 08:46:13 +0000 (08:46 +0000)] 
Fixup

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

7 years ago- unbound-checkconf checks if modules exist and prints if they are
Wouter Wijngaards [Thu, 9 Aug 2018 08:33:56 +0000 (08:33 +0000)] 
- unbound-checkconf checks if modules exist and prints if they are
  not compiled in the name of the wrong module.

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

7 years ago(On the patch)
Wouter Wijngaards [Tue, 7 Aug 2018 12:48:49 +0000 (12:48 +0000)] 
(On the patch)
- make depend, yacc, lex, doc, headers.  And log the limit exceeded
  message only on high verbosity, so as to not spam the logs when
  it is busy.

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

7 years ago- Make capsforid fallback QNAME minimisation aware.
Ralph Dolmans [Tue, 7 Aug 2018 12:43:49 +0000 (12:43 +0000)] 
- Make capsforid fallback QNAME minimisation aware.

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

7 years agotcp-connection-limit in example config.
Wouter Wijngaards [Tue, 7 Aug 2018 12:28:57 +0000 (12:28 +0000)] 
tcp-connection-limit in example config.

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

7 years agoFix comment reference to variable name in header file.
Wouter Wijngaards [Tue, 7 Aug 2018 12:03:46 +0000 (12:03 +0000)] 
Fix comment reference to variable name in header file.

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

7 years agoyacc and lex.
Wouter Wijngaards [Tue, 7 Aug 2018 12:02:10 +0000 (12:02 +0000)] 
yacc and lex.

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

7 years agoredid the make depend.
Wouter Wijngaards [Tue, 7 Aug 2018 11:58:06 +0000 (11:58 +0000)] 
redid the make depend.

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

7 years ago- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
Wouter Wijngaards [Tue, 7 Aug 2018 11:57:42 +0000 (11:57 +0000)] 
- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).
  This limits the number of simultaneous TCP client connections
  from a nominated netblock.
And a simple test for TCP connection limit.

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

7 years ago- Fix #4142: unbound.service.in: improvements and fixes.
Wouter Wijngaards [Tue, 7 Aug 2018 08:30:22 +0000 (08:30 +0000)] 
- Fix #4142: unbound.service.in: improvements and fixes.
  Add unit dependency ordering (based on systemd-resolved).
  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings
  about missing privileges during startup). Add 'AF_INET6' to
  'RestrictAddressFamilies' (without it IPV6 can't work). From
  Guido Shanahan.

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

7 years agoplease lint.
George Thessalonikefs [Mon, 6 Aug 2018 09:00:49 +0000 (09:00 +0000)] 
please lint.

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

7 years agotest post hook.
Wouter Wijngaards [Mon, 6 Aug 2018 07:41:41 +0000 (07:41 +0000)] 
test post hook.

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

7 years agochange for post hook
Wouter Wijngaards [Mon, 6 Aug 2018 07:30:11 +0000 (07:30 +0000)] 
change for post hook

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

7 years ago- Fix for #4136: Fix to unconditionally call destroy in daemon.c.
Wouter Wijngaards [Mon, 6 Aug 2018 07:18:05 +0000 (07:18 +0000)] 
- Fix for #4136: Fix to unconditionally call destroy in daemon.c.

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

7 years agoMake sure that we don't randomly fail the pylib ratelimiting tests.
George Thessalonikefs [Fri, 3 Aug 2018 15:57:48 +0000 (15:57 +0000)] 
Make sure that we don't randomly fail the pylib ratelimiting tests.

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

7 years ago- Expose if a query (or a subquery) was ratelimited (not src IP
George Thessalonikefs [Fri, 3 Aug 2018 14:00:46 +0000 (14:00 +0000)] 
- Expose if a query (or a subquery) was ratelimited (not src IP
  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
  This also introduces a change to 'ub_event_callback_type' in
  libunbound/unbound-event.h.
- Tidy pylib tests.

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

7 years ago- New fix for #4136: This one ignores lex without without
Wouter Wijngaards [Fri, 3 Aug 2018 11:10:55 +0000 (11:10 +0000)] 
- New fix for #4136: This one ignores lex without without
  yylex_destroy.

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

7 years ago- Revert previous change for #4136: because it introduces build
Wouter Wijngaards [Fri, 3 Aug 2018 09:47:53 +0000 (09:47 +0000)] 
- Revert previous change for #4136: because it introduces build
  problems.

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

7 years ago- iana port list update.
Wouter Wijngaards [Wed, 1 Aug 2018 14:07:54 +0000 (14:07 +0000)] 
- iana port list update.

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

7 years ago- Fix to remove systemd sockaddr function check, that is not
Wouter Wijngaards [Wed, 1 Aug 2018 13:49:27 +0000 (13:49 +0000)] 
- Fix to remove systemd sockaddr function check, that is not
  always present.  Make socket activation more lenient.  But not
  different when socket activation is not used.

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

7 years agoedns keepalive in example.conf
Wouter Wijngaards [Tue, 31 Jul 2018 13:59:34 +0000 (13:59 +0000)] 
edns keepalive in example.conf

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

7 years agoremove unused variable
Wouter Wijngaards [Tue, 31 Jul 2018 13:36:45 +0000 (13:36 +0000)] 
remove unused variable

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

7 years ago- Fix #4139: Fix unbound-host leaks memory on ANY.
Wouter Wijngaards [Tue, 31 Jul 2018 11:58:19 +0000 (11:58 +0000)] 
- Fix #4139: Fix unbound-host leaks memory on ANY.

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

7 years agodocument -d on streamtcp man page.
Wouter Wijngaards [Tue, 31 Jul 2018 10:36:01 +0000 (10:36 +0000)] 
document -d on streamtcp man page.

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

7 years agoerror message changed.
Wouter Wijngaards [Tue, 31 Jul 2018 10:33:17 +0000 (10:33 +0000)] 
error message changed.

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

7 years agoidle timeout is in milliseconds, fix test config.
Wouter Wijngaards [Tue, 31 Jul 2018 10:30:42 +0000 (10:30 +0000)] 
idle timeout is in milliseconds, fix test config.

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

7 years agoFor windows portability, example.conf documentation.
Wouter Wijngaards [Tue, 31 Jul 2018 10:24:09 +0000 (10:24 +0000)] 
For windows portability, example.conf documentation.

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

7 years agotest 3 works outside srcdir longtest
Wouter Wijngaards [Tue, 31 Jul 2018 08:52:40 +0000 (08:52 +0000)] 
test 3 works outside srcdir longtest

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

7 years agoMake test 6 work in outside srcdir longtest.
Wouter Wijngaards [Tue, 31 Jul 2018 08:41:55 +0000 (08:41 +0000)] 
Make test 6 work in outside srcdir longtest.

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

7 years agoplease lint.
Wouter Wijngaards [Tue, 31 Jul 2018 08:14:52 +0000 (08:14 +0000)] 
please lint.

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

7 years ago- Please doxygen so it passes.
Wouter Wijngaards [Tue, 31 Jul 2018 08:10:20 +0000 (08:10 +0000)] 
- Please doxygen so it passes.

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

7 years agomore comments (from commit messages).
Wouter Wijngaards [Tue, 31 Jul 2018 08:00:57 +0000 (08:00 +0000)] 
more comments (from commit messages).

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

7 years agoInsert comments for documentation purposes.
Wouter Wijngaards [Tue, 31 Jul 2018 07:55:47 +0000 (07:55 +0000)] 
Insert comments for documentation purposes.

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

7 years agoAnd these source files.
Wouter Wijngaards [Tue, 31 Jul 2018 07:48:58 +0000 (07:48 +0000)] 
And these source files.

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

7 years agoAnother patch from Jim Hague:
Wouter Wijngaards [Tue, 31 Jul 2018 07:27:16 +0000 (07:27 +0000)] 
Another patch from Jim Hague:
- Fix 'make depend' to work when build dir is not project root.

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

7 years ago- Fix mesh.c incompatible pointer pass.
Wouter Wijngaards [Tue, 31 Jul 2018 07:23:58 +0000 (07:23 +0000)] 
- Fix mesh.c incompatible pointer pass.
- yacc and lex.

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

7 years ago- From Wouter: make depend, the dependencies in the patches did not
Wouter Wijngaards [Tue, 31 Jul 2018 07:21:39 +0000 (07:21 +0000)] 
- From Wouter: make depend, the dependencies in the patches did not
  apply cleanly.

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

7 years ago- Implement progressive backoff of TCP idle/keepalive timeout.
Wouter Wijngaards [Tue, 31 Jul 2018 07:20:15 +0000 (07:20 +0000)] 
- Implement progressive backoff of TCP idle/keepalive timeout.

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

7 years ago- Correct and expand manual page entries for keepalive and idle timeout.
Wouter Wijngaards [Tue, 31 Jul 2018 07:19:26 +0000 (07:19 +0000)] 
- Correct and expand manual page entries for keepalive and idle timeout.

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

7 years ago- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
Wouter Wijngaards [Tue, 31 Jul 2018 07:18:34 +0000 (07:18 +0000)] 
- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
  and implement option in client responses.

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

7 years ago- Error if EDNS Keepalive received over UDP.
Wouter Wijngaards [Tue, 31 Jul 2018 07:16:25 +0000 (07:16 +0000)] 
- Error if EDNS Keepalive received over UDP.
  implement and add test.

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

7 years ago- Sort out test runs when the build directory isn't the project
Wouter Wijngaards [Tue, 31 Jul 2018 07:15:12 +0000 (07:15 +0000)] 
- Sort out test runs when the build directory isn't the project
  root directory.
- Add config tcp-idle-timeout (default 30s). This applies to
  client connections only; the timeout on TCP connections upstream
  is unaffected.

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

7 years ago- Fix #4136: insufficiency from mismatch of FLEX capability between
Wouter Wijngaards [Mon, 30 Jul 2018 09:58:05 +0000 (09:58 +0000)] 
- Fix #4136: insufficiency from mismatch of FLEX capability between
  released tarball and build host.

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

7 years ago- Fix man page, say that chroot is enabled by default.
Wouter Wijngaards [Fri, 27 Jul 2018 09:19:57 +0000 (09:19 +0000)] 
- Fix man page, say that chroot is enabled by default.

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

7 years agoAttribute and put fix in section.
Wouter Wijngaards [Thu, 26 Jul 2018 07:10:24 +0000 (07:10 +0000)] 
Attribute and put fix in section.

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

7 years ago- Fix #4135: 64-bit Windows Installer Creates Entries Under The
Wouter Wijngaards [Thu, 26 Jul 2018 06:59:57 +0000 (06:59 +0000)] 
- Fix #4135: 64-bit Windows Installer Creates Entries Under The
  Wrong Registry Key.

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

7 years ago- Fix use-systemd readiness signalling, only when use-systemd is yes
Wouter Wijngaards [Mon, 23 Jul 2018 13:05:39 +0000 (13:05 +0000)] 
- Fix use-systemd readiness signalling, only when use-systemd is yes
  and not in signal handler.

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

7 years agofixup for :
Wouter Wijngaards [Fri, 20 Jul 2018 12:52:37 +0000 (12:52 +0000)] 
fixup for :

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

7 years ago- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.
Wouter Wijngaards [Fri, 20 Jul 2018 11:53:57 +0000 (11:53 +0000)] 
- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.

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

7 years agobetter line about fix suggestion
Wouter Wijngaards [Fri, 20 Jul 2018 08:58:30 +0000 (08:58 +0000)] 
better line about fix suggestion

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

7 years agodouble spaces.
Wouter Wijngaards [Fri, 20 Jul 2018 08:56:47 +0000 (08:56 +0000)] 
double spaces.

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

7 years ago- Fix #4130: print text describing -dd and unbound-checkconf on
Wouter Wijngaards [Fri, 20 Jul 2018 05:42:38 +0000 (05:42 +0000)] 
- Fix #4130: print text describing -dd and unbound-checkconf on
  config file read error at startup, the errors may have been moved
  away by the startup process.

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

7 years ago- Fix #4129 unbound-control error message with wrong cert permissions
Wouter Wijngaards [Thu, 19 Jul 2018 06:22:11 +0000 (06:22 +0000)] 
- Fix #4129 unbound-control error message with wrong cert permissions
  is too cryptic.

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

7 years agonicer code, in function.
Wouter Wijngaards [Tue, 17 Jul 2018 15:07:09 +0000 (15:07 +0000)] 
nicer code, in function.

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

7 years agoFixup cache size test for msg cache.
Wouter Wijngaards [Tue, 17 Jul 2018 14:56:02 +0000 (14:56 +0000)] 
Fixup cache size test for msg cache.

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

7 years agobrackets added.
Wouter Wijngaards [Tue, 17 Jul 2018 14:44:20 +0000 (14:44 +0000)] 
brackets added.

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

7 years ago- Resize ratelimit and ip-ratelimit caches if changed on reload.
Wouter Wijngaards [Tue, 17 Jul 2018 14:42:38 +0000 (14:42 +0000)] 
- Resize ratelimit and ip-ratelimit caches if changed on reload.

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

7 years ago- Fix that ratelimit and ip-ratelimit are applied after reload of
Wouter Wijngaards [Tue, 17 Jul 2018 14:27:44 +0000 (14:27 +0000)] 
- Fix that ratelimit and ip-ratelimit are applied after reload of

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

7 years agoFixup
Wouter Wijngaards [Tue, 17 Jul 2018 12:30:53 +0000 (12:30 +0000)] 
Fixup

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

7 years ago- Print error if SSL name verification configured but not available
Wouter Wijngaards [Tue, 17 Jul 2018 12:26:32 +0000 (12:26 +0000)] 
- Print error if SSL name verification configured but not available
  in the ssl library.

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

7 years ago- Fix #4127 unbound -h does not list -p help.
Wouter Wijngaards [Tue, 17 Jul 2018 07:03:37 +0000 (07:03 +0000)] 
- Fix #4127 unbound -h does not list -p help.

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