]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
5 years agostream reuse, fix review comments.
W.C.A. Wijngaards [Mon, 23 Nov 2020 08:44:56 +0000 (09:44 +0100)] 
stream reuse, fix review comments.

5 years agostream reuse, review comments.
W.C.A. Wijngaards [Mon, 23 Nov 2020 08:40:15 +0000 (09:40 +0100)] 
stream reuse, review comments.

5 years agostream reuse, fix review comments.
W.C.A. Wijngaards [Mon, 23 Nov 2020 08:37:26 +0000 (09:37 +0100)] 
stream reuse, fix review comments.

5 years agostream reuse, rename ssl_reuse test to tls_reuse test.
W.C.A. Wijngaards [Mon, 23 Nov 2020 08:35:58 +0000 (09:35 +0100)] 
stream reuse, rename ssl_reuse test to tls_reuse test.

5 years agostream reuse, renamed ssl_reuse.tdir to tls_reuse.tdir.
W.C.A. Wijngaards [Mon, 23 Nov 2020 08:33:28 +0000 (09:33 +0100)] 
stream reuse, renamed ssl_reuse.tdir to tls_reuse.tdir.

5 years agostream reuse, debug output with verbose level instead of number.
W.C.A. Wijngaards [Mon, 23 Nov 2020 08:29:26 +0000 (09:29 +0100)] 
stream reuse, debug output with verbose level instead of number.

5 years agoChangelog notes for #350 and #351
W.C.A. Wijngaards [Mon, 23 Nov 2020 07:58:41 +0000 (08:58 +0100)] 
Changelog notes for #350 and #351
- Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket
  address families.
- Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error:
  failed to list interfaces: getifaddrs: Address family not
  supported by protocol.

5 years agoMerge pull request #351 from dvzrv/issues/350
Wouter Wijngaards [Mon, 23 Nov 2020 07:57:23 +0000 (08:57 +0100)] 
Merge pull request #351 from dvzrv/issues/350

Add AF_NETLINK to set of allowed socket address families

5 years agoAdd AF_NETLINK to set of allowed socket address families 351/head
David Runge [Sat, 21 Nov 2020 13:10:39 +0000 (14:10 +0100)] 
Add AF_NETLINK to set of allowed socket address families

contrib/unbound{,_portable}.service.in:
With the changes introduced in f6a527c25ad2e60e2dc129fff3605e6ec48c30f2
it is now necessary to also allow access to the AF_NETLINK socket
address family to be able to get information from interfaces.

Without the AF_NETLINK address family the systemd service errors with:

```
error: failed to list interfaces: getifaddrs: Address family not
supported by protocol
```

Fixes #350

5 years agorpz: continue work on the nsip trigger
mb [Mon, 16 Nov 2020 11:42:23 +0000 (12:42 +0100)] 
rpz: continue work on the nsip trigger

5 years agorpz: more nsip
mb [Mon, 16 Nov 2020 08:49:06 +0000 (09:49 +0100)] 
rpz: more nsip

5 years agorpz: stubs for nsip triggers
mb [Fri, 13 Nov 2020 13:33:11 +0000 (14:33 +0100)] 
rpz: stubs for nsip triggers

5 years ago- Retry for interfaces with unused ports if possible.
W.C.A. Wijngaards [Thu, 12 Nov 2020 12:36:37 +0000 (13:36 +0100)] 
- Retry for interfaces with unused ports if possible.

5 years agoChangelog note.
W.C.A. Wijngaards [Thu, 12 Nov 2020 11:28:10 +0000 (12:28 +0100)] 
Changelog note.

5 years ago- Fix to connect() to UDP destinations, default turned on,
W.C.A. Wijngaards [Thu, 12 Nov 2020 11:27:41 +0000 (12:27 +0100)] 
- Fix to connect() to UDP destinations, default turned on,
  this lowers vulnerability to ICMP side channels.

5 years agoMerge branch 'master' into edns-string
Ralph Dolmans [Wed, 11 Nov 2020 10:38:06 +0000 (11:38 +0100)] 
Merge branch 'master' into edns-string

5 years agoMerge branch 'master' into edns-string
Ralph Dolmans [Wed, 11 Nov 2020 10:37:32 +0000 (11:37 +0100)] 
Merge branch 'master' into edns-string

5 years agoRPZ: stub nsip testbound scenario
mb [Wed, 11 Nov 2020 10:21:54 +0000 (11:21 +0100)] 
RPZ: stub nsip testbound scenario

5 years ago- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
W.C.A. Wijngaards [Tue, 10 Nov 2020 14:31:20 +0000 (15:31 +0100)] 
- Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
  undeclared.

5 years ago- Fix memory leak after fix for possible memory leak failure.
W.C.A. Wijngaards [Tue, 10 Nov 2020 12:51:56 +0000 (13:51 +0100)] 
- Fix memory leak after fix for possible memory leak failure.

5 years agoMerge branch 'master' into zonemd
W.C.A. Wijngaards [Tue, 10 Nov 2020 07:10:27 +0000 (08:10 +0100)] 
Merge branch 'master' into zonemd

5 years agoChangelog note for #341 and layout change.
W.C.A. Wijngaards [Tue, 10 Nov 2020 07:07:28 +0000 (08:07 +0100)] 
Changelog note for #341 and layout change.
- Fix #341: fixing a possible memory leak.

5 years agoMerge pull request #341 from ihsinme/patch-1
Wouter Wijngaards [Tue, 10 Nov 2020 07:06:46 +0000 (08:06 +0100)] 
Merge pull request #341 from ihsinme/patch-1

fixing a possible memory leak.

5 years agofixing a possible memory leak. 341/head
ihsinme [Mon, 9 Nov 2020 15:41:22 +0000 (18:41 +0300)] 
fixing a possible memory leak.

5 years agoRPZ: refactor clientip to handle multiple rrsets
mb [Mon, 9 Nov 2020 14:14:25 +0000 (15:14 +0100)] 
RPZ: refactor clientip to handle multiple rrsets

5 years agoRPZ: one more testcase
mb [Mon, 9 Nov 2020 11:08:06 +0000 (12:08 +0100)] 
RPZ: one more testcase

5 years agoRPZ: refactor clientip trigger
mb [Fri, 6 Nov 2020 12:42:48 +0000 (13:42 +0100)] 
RPZ: refactor clientip trigger

5 years agoRPZ: towards client ip trigger and local data action
mb [Fri, 6 Nov 2020 11:54:32 +0000 (12:54 +0100)] 
RPZ: towards client ip trigger and local data action

5 years agoRPZ: provide rpz-client-ip trigger and actions
mb [Wed, 4 Nov 2020 16:00:28 +0000 (17:00 +0100)] 
RPZ: provide rpz-client-ip trigger and actions

5 years agoRPZ: fix for c89
mb [Tue, 3 Nov 2020 14:45:26 +0000 (15:45 +0100)] 
RPZ: fix for c89

5 years agoRPZ: testbound: add qname and respip tcp-only examples
mb [Tue, 3 Nov 2020 10:03:29 +0000 (11:03 +0100)] 
RPZ: testbound: add qname and respip tcp-only examples

5 years agoRPZ: provide tcp-only triggers for respip actions
mb [Tue, 3 Nov 2020 10:02:36 +0000 (11:02 +0100)] 
RPZ: provide tcp-only triggers for respip actions

5 years agoRPZ: implement stubs for rpz-tcp-only actions.
mb [Thu, 29 Oct 2020 14:58:13 +0000 (15:58 +0100)] 
RPZ: implement stubs for rpz-tcp-only actions.

5 years agozonemd, unit tests for insecure delegation zones.
W.C.A. Wijngaards [Thu, 29 Oct 2020 13:59:11 +0000 (14:59 +0100)] 
zonemd, unit tests for insecure delegation zones.

5 years agozonemd, unit test for failed zonemd hash after axfr with chain of trust,
W.C.A. Wijngaards [Thu, 29 Oct 2020 09:13:01 +0000 (10:13 +0100)] 
zonemd, unit test for failed zonemd hash after axfr with chain of trust,
zone is written after axfr, but before check.  But zone is then rejected
after check completes..

5 years agozonemd, unit test for failed zonemd hash after axfr, zone is rejected and not
W.C.A. Wijngaards [Thu, 29 Oct 2020 09:00:59 +0000 (10:00 +0100)] 
zonemd, unit test for failed zonemd hash after axfr, zone is rejected and not
written to file.

5 years agozonemd, unit test for zonemd from axfr with trust anchor.
W.C.A. Wijngaards [Thu, 29 Oct 2020 08:55:03 +0000 (09:55 +0100)] 
zonemd, unit test for zonemd from axfr with trust anchor.

5 years agozonemd, please doxygen
W.C.A. Wijngaards [Thu, 29 Oct 2020 07:40:22 +0000 (08:40 +0100)] 
zonemd, please doxygen
zonemd, fix clang analyzer warning about null nsec3 salt pointer access.

5 years agozonemd, unit test for zonemd from file and trust anchor directly for DNSSEC.
W.C.A. Wijngaards [Wed, 28 Oct 2020 14:10:14 +0000 (15:10 +0100)] 
zonemd, unit test for zonemd from file and trust anchor directly for DNSSEC.

5 years agoSprinkle in some static to prevent missing prototype warnings. 335/head
Florian Obser [Wed, 28 Oct 2020 13:15:23 +0000 (14:15 +0100)] 
Sprinkle in some static to prevent missing prototype warnings.

5 years agozonemd, unit test for chain of trust from recursion to check ZONEMD.
W.C.A. Wijngaards [Tue, 27 Oct 2020 12:44:44 +0000 (13:44 +0100)] 
zonemd, unit test for chain of trust from recursion to check ZONEMD.

5 years ago- In man page note that tls-cert-bundle is read before permission
W.C.A. Wijngaards [Tue, 27 Oct 2020 08:00:26 +0000 (09:00 +0100)] 
- In man page note that tls-cert-bundle is read before permission
  drop and chroot.

5 years agozonemd, zonemd-reject-absence config for an auth-zone rejects the zone if
W.C.A. Wijngaards [Mon, 26 Oct 2020 14:37:43 +0000 (15:37 +0100)] 
zonemd, zonemd-reject-absence config for an auth-zone rejects the zone if
no ZONEMD is present.

5 years agozonemd, unit test with correct title.
W.C.A. Wijngaards [Fri, 23 Oct 2020 12:40:00 +0000 (14:40 +0200)] 
zonemd, unit test with correct title.

5 years agozonemd, fix config_get_option for zonemd-permissive-mode and unit test
W.C.A. Wijngaards [Fri, 23 Oct 2020 12:38:57 +0000 (14:38 +0200)] 
zonemd, fix config_get_option for zonemd-permissive-mode and unit test
for zonemd-permissive-mode.

5 years agozonemd, zonemd-permissive-mode: yes logs the failure but does not block
W.C.A. Wijngaards [Fri, 23 Oct 2020 12:33:04 +0000 (14:33 +0200)] 
zonemd, zonemd-permissive-mode: yes logs the failure but does not block
the zone after a ZONEMD verification failure.

5 years agozonemd, unit test for unbound-control auth_zone_reload with zonemd.
W.C.A. Wijngaards [Fri, 23 Oct 2020 10:10:30 +0000 (12:10 +0200)] 
zonemd, unit test for unbound-control auth_zone_reload with zonemd.

5 years agozonemd, unbound-control auth_zone_reload errors when ZONEMD fails.
W.C.A. Wijngaards [Fri, 23 Oct 2020 09:47:00 +0000 (11:47 +0200)] 
zonemd, unbound-control auth_zone_reload errors when ZONEMD fails.

5 years agounbound-control auth_zone_reload sets zone to nonexpired and
W.C.A. Wijngaards [Fri, 23 Oct 2020 09:44:28 +0000 (11:44 +0200)] 
unbound-control auth_zone_reload sets zone to nonexpired and
also updates the xfr soa values from the new zonefile contents.

5 years agozonemd, zonemds are checked when a zone is auth_zone_reload from file,
W.C.A. Wijngaards [Fri, 23 Oct 2020 09:20:08 +0000 (11:20 +0200)] 
zonemd, zonemds are checked when a zone is auth_zone_reload from file,
or reload with unbound-control.

5 years agozonemd, unlock xfr lock for auth zone verify of zonemd for mesh new callback.
W.C.A. Wijngaards [Fri, 23 Oct 2020 08:14:21 +0000 (10:14 +0200)] 
zonemd, unlock xfr lock for auth zone verify of zonemd for mesh new callback.

5 years agozonemd, unit test for auth zone zonemd axfr
W.C.A. Wijngaards [Fri, 23 Oct 2020 07:12:51 +0000 (09:12 +0200)] 
zonemd, unit test for auth zone zonemd axfr
zonemd, zonemds are checked after zone transfer.

5 years agozonemd, test for server start with zonemd from file.
W.C.A. Wijngaards [Thu, 22 Oct 2020 14:02:37 +0000 (16:02 +0200)] 
zonemd, test for server start with zonemd from file.

5 years agozonemd, pass module stack as function argument.
W.C.A. Wijngaards [Thu, 22 Oct 2020 11:31:37 +0000 (13:31 +0200)] 
zonemd, pass module stack as function argument.

5 years agozonemd, fix to harden against failure in pickup zonemd lookups.
W.C.A. Wijngaards [Thu, 22 Oct 2020 11:20:00 +0000 (13:20 +0200)] 
zonemd, fix to harden against failure in pickup zonemd lookups.

5 years agozonemd, zonemds are checked at start
W.C.A. Wijngaards [Thu, 22 Oct 2020 10:10:46 +0000 (12:10 +0200)] 
zonemd, zonemds are checked at start

5 years agoMerge branch 'master' into zonemd
W.C.A. Wijngaards [Thu, 22 Oct 2020 07:49:27 +0000 (09:49 +0200)] 
Merge branch 'master' into zonemd

5 years ago- Fix that minimal-responses does not remove addresses from a priming
W.C.A. Wijngaards [Thu, 22 Oct 2020 07:26:27 +0000 (09:26 +0200)] 
- Fix that minimal-responses does not remove addresses from a priming
  query response.

5 years ago- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
W.C.A. Wijngaards [Thu, 22 Oct 2020 06:47:40 +0000 (08:47 +0200)] 
- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
  Python Mod.

5 years ago- Fix #320: potential memory corruption due to size miscomputation upton
George Thessalonikefs [Wed, 21 Oct 2020 15:44:04 +0000 (17:44 +0200)] 
- Fix #320: potential memory corruption due to size miscomputation upton
  custom region alloc init.

5 years ago- Fix #327: net/if.h check fails on some darwin versions; contribution by
George Thessalonikefs [Wed, 21 Oct 2020 14:45:18 +0000 (16:45 +0200)] 
- Fix #327: net/if.h check fails on some darwin versions; contribution by
  Joshua Root.

5 years agozonemd, result of dnssec failures includes rrset and dnssec bogus reason.
W.C.A. Wijngaards [Wed, 21 Oct 2020 14:18:28 +0000 (16:18 +0200)] 
zonemd, result of dnssec failures includes rrset and dnssec bogus reason.

5 years agozonemd, unit test remove debug.
W.C.A. Wijngaards [Wed, 21 Oct 2020 13:59:29 +0000 (15:59 +0200)] 
zonemd, unit test remove debug.

5 years agozonemd, unit tests for verifying DNSKEY with trust anchor failures.
W.C.A. Wijngaards [Wed, 21 Oct 2020 13:58:47 +0000 (15:58 +0200)] 
zonemd, unit tests for verifying DNSKEY with trust anchor failures.

5 years agozonemd, unit tests for wrong NSEC RRSIGs.
W.C.A. Wijngaards [Wed, 21 Oct 2020 13:04:06 +0000 (15:04 +0200)] 
zonemd, unit tests for wrong NSEC RRSIGs.

5 years agozonemd, unit tests for DNSSEC type bitmaps.
W.C.A. Wijngaards [Wed, 21 Oct 2020 12:23:44 +0000 (14:23 +0200)] 
zonemd, unit tests for DNSSEC type bitmaps.

5 years agozonemd, unit tests for wrong DNSSEC signatures.
W.C.A. Wijngaards [Wed, 21 Oct 2020 11:17:42 +0000 (13:17 +0200)] 
zonemd, unit tests for wrong DNSSEC signatures.

5 years agozonemd, zonemd unit test in own file.
W.C.A. Wijngaards [Wed, 21 Oct 2020 10:04:53 +0000 (12:04 +0200)] 
zonemd, zonemd unit test in own file.

5 years agozonemd, fix that zonemd absence in unsigned zone does not invalidate zone.
W.C.A. Wijngaards [Wed, 21 Oct 2020 09:56:41 +0000 (11:56 +0200)] 
zonemd, fix that zonemd absence in unsigned zone does not invalidate zone.

5 years agozonemd, fix that dnssec denial does not invalidate zone.
W.C.A. Wijngaards [Wed, 21 Oct 2020 09:51:30 +0000 (11:51 +0200)] 
zonemd, fix that dnssec denial does not invalidate zone.
zonemd, unit test of nsec and nsec3 denial.

5 years agoMerge branch 'master' into zonemd
W.C.A. Wijngaards [Wed, 21 Oct 2020 08:59:32 +0000 (10:59 +0200)] 
Merge branch 'master' into zonemd

5 years agoAdd verbosity to debug occasional missing q1-10.example.net, from timer.
W.C.A. Wijngaards [Wed, 21 Oct 2020 08:56:51 +0000 (10:56 +0200)] 
Add verbosity to debug occasional missing q1-10.example.net, from timer.

5 years agoMerge branch 'master' into stream-reuse
W.C.A. Wijngaards [Wed, 21 Oct 2020 08:36:27 +0000 (10:36 +0200)] 
Merge branch 'master' into stream-reuse

5 years agoChangelog note for #228
W.C.A. Wijngaards [Wed, 21 Oct 2020 08:35:47 +0000 (10:35 +0200)] 
Changelog note for #228
- Merge PR #228 : infra-keep-probing option to probe hosts that are
  down.  Add infra-keep-probing: yes option. Hosts that are down are
  probed more frequently.
  With the option turned on, it probes about every 120 seconds,
  eventually after exponential backoff, and that keeps that way. If
  traffic keeps up for the domain. It probes with one at a time, eg.
  one query is allowed to probe, other queries within that 120 second
  interval are turned away.

5 years agoMerge pull request #228 from NLnetLabs/infra-keep-probing
Wouter Wijngaards [Wed, 21 Oct 2020 08:34:40 +0000 (10:34 +0200)] 
Merge pull request #228 from NLnetLabs/infra-keep-probing

infra-keep-probing option to probe hosts that are down

5 years agoMerge branch 'master' into infra-keep-probing 228/head
W.C.A. Wijngaards [Wed, 21 Oct 2020 08:13:10 +0000 (10:13 +0200)] 
Merge branch 'master' into infra-keep-probing

5 years agoMerge branch 'master' into stream-reuse
W.C.A. Wijngaards [Wed, 21 Oct 2020 07:54:03 +0000 (09:54 +0200)] 
Merge branch 'master' into stream-reuse
Resolved comm_point_start_listening conflict for socket close.

5 years ago- Fix that reuse_tcp_close_oldest sets item_on_lru_list to 0.
W.C.A. Wijngaards [Wed, 21 Oct 2020 07:49:55 +0000 (09:49 +0200)] 
- Fix that reuse_tcp_close_oldest sets item_on_lru_list to 0.
- Fix to add assertions to reuse_tcp_select_id and unit test.
- Fix that if no tcp buffers then pending tcp query stops.

5 years agozonemd, unit test improved debug output and unit test dnssec verify zonemd
W.C.A. Wijngaards [Tue, 20 Oct 2020 14:49:49 +0000 (16:49 +0200)] 
zonemd, unit test improved debug output and unit test dnssec verify zonemd

5 years agozonemd, unit test more zones.
W.C.A. Wijngaards [Mon, 19 Oct 2020 14:26:22 +0000 (16:26 +0200)] 
zonemd, unit test more zones.

5 years ago- Changelog entry for PR #324: Add modern X.509v3 extensions to
George Thessalonikefs [Mon, 19 Oct 2020 13:10:17 +0000 (15:10 +0200)] 
- Changelog entry for PR #324: Add modern X.509v3 extensions to
  unbound-control TLS certificates, by James Renken.

5 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Mon, 19 Oct 2020 13:04:15 +0000 (15:04 +0200)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

5 years agoMerge branch 'jprenken-master'; fixes #316.
George Thessalonikefs [Mon, 19 Oct 2020 13:01:15 +0000 (15:01 +0200)] 
Merge branch 'jprenken-master'; fixes #316.

5 years ago- Fix for attaching the X509v3 extensions to the client certificate.
George Thessalonikefs [Mon, 19 Oct 2020 13:00:30 +0000 (15:00 +0200)] 
- Fix for attaching the X509v3 extensions to the client certificate.

5 years ago- Clean the fix for out of order TCP processing limits on number
W.C.A. Wijngaards [Mon, 19 Oct 2020 11:39:02 +0000 (13:39 +0200)] 
- Clean the fix for out of order TCP processing limits on number
  of queries.  It was tested to work.

5 years agoFixup for clear of tcp handler structure.
W.C.A. Wijngaards [Mon, 19 Oct 2020 11:36:53 +0000 (13:36 +0200)] 
Fixup for clear of tcp handler structure.

5 years ago- Fix to set the tcp handler event toggle flag back to default when
W.C.A. Wijngaards [Mon, 19 Oct 2020 10:55:43 +0000 (12:55 +0200)] 
- Fix to set the tcp handler event toggle flag back to default when
  the handler structure is reused.

5 years agoMerge branch 'master' of https://github.com/jprenken/unbound into jprenken-master
George Thessalonikefs [Mon, 19 Oct 2020 10:18:55 +0000 (12:18 +0200)] 
Merge branch 'master' of https://github.com/jprenken/unbound into jprenken-master

5 years agoMerge branch 'master' into zonemd
W.C.A. Wijngaards [Mon, 19 Oct 2020 09:33:32 +0000 (11:33 +0200)] 
Merge branch 'master' into zonemd

5 years agoChangelog entry for local-zone out of chunk regional allocation
Ralph Dolmans [Mon, 19 Oct 2020 09:22:38 +0000 (11:22 +0200)] 
Changelog entry for local-zone out of chunk regional allocation

5 years agoMerge pull request #329 from NLnetLabs/nochunk-region
Ralph Dolmans [Mon, 19 Oct 2020 09:21:30 +0000 (11:21 +0200)] 
Merge pull request #329 from NLnetLabs/nochunk-region

local-zone regional allocations outside of chunk

5 years ago- Log ip address when http session recv fails, eg. due to tls fail.
W.C.A. Wijngaards [Mon, 19 Oct 2020 09:06:55 +0000 (11:06 +0200)] 
- Log ip address when http session recv fails, eg. due to tls fail.

5 years agoUnit test for doh downstream notls.
W.C.A. Wijngaards [Mon, 19 Oct 2020 08:59:41 +0000 (10:59 +0200)] 
Unit test for doh downstream notls.

5 years ago- Fix dnstap test to wait for log timer to see if queries are logged.
W.C.A. Wijngaards [Mon, 19 Oct 2020 08:43:35 +0000 (10:43 +0200)] 
- Fix dnstap test to wait for log timer to see if queries are logged.

5 years ago- Fix python documentation warning on functions.rst inplace_cb_reply.
W.C.A. Wijngaards [Mon, 19 Oct 2020 08:41:03 +0000 (10:41 +0200)] 
- Fix python documentation warning on functions.rst inplace_cb_reply.

5 years ago- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
W.C.A. Wijngaards [Mon, 19 Oct 2020 08:24:03 +0000 (10:24 +0200)] 
- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
  This adds the option http-notls-downstream: yesno to change that,
  and the dohclient test code has the -n option.

5 years ago- Fix memory leak of https port string when reading config.
W.C.A. Wijngaards [Mon, 19 Oct 2020 08:14:40 +0000 (10:14 +0200)] 
- Fix memory leak of https port string when reading config.

5 years ago- Fix that http settings have colon in set_option, for
W.C.A. Wijngaards [Mon, 19 Oct 2020 07:06:33 +0000 (09:06 +0200)] 
- Fix that http settings have colon in set_option, for
  http-endpoint, http-max-streams, http-query-buffer-size,
  http-response-buffer-size, and http-nodelay.

5 years ago- Fix that the out of order TCP processing does not limit the
W.C.A. Wijngaards [Fri, 16 Oct 2020 15:26:58 +0000 (17:26 +0200)] 
- Fix that the out of order TCP processing does not limit the
  number of outstanding queries over a connection.

5 years ago- local-zone regional allocations outside of chunk to prevent large 329/head
Ralph Dolmans [Fri, 16 Oct 2020 15:12:08 +0000 (17:12 +0200)] 
- local-zone regional allocations outside of chunk to prevent large
chunk per small local-zone allocations.