]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
3 years agoSet IP_BIND_ADDRESS_NO_PORT on outbound tcp sockets 668/head
Cristian Rodríguez [Sat, 23 Apr 2022 23:08:45 +0000 (23:08 +0000)] 
Set IP_BIND_ADDRESS_NO_PORT on outbound tcp sockets

When bound to a local address the kernel does not know if the socket
will listen() or connect() and must reserve a port inmediately after
bind() effectively limiting the random port range to ~32k.
when IP_BIND_ADDRESS_NO_PORT is set, the kernel delays source port
allocation until the time the complete 4-tuple is known allowing
a much larger number of combinations

3 years ago- Fix zonemd unsupported algo check to set reason to NULL before the
W.C.A. Wijngaards [Fri, 8 Apr 2022 09:19:40 +0000 (11:19 +0200)] 
- Fix zonemd unsupported algo check to set reason to NULL before the
  check routine, but after malformed checks, to get the correct NULL
  output when the digest matches.

3 years ago- Fix zonemd unsupported algo check to print unsupported reason before
W.C.A. Wijngaards [Fri, 8 Apr 2022 09:10:11 +0000 (11:10 +0200)] 
- Fix zonemd unsupported algo check to print unsupported reason before
  zeroing it.

3 years ago- Fix zonemd unsupported algo check reason to not copy to next record,
W.C.A. Wijngaards [Fri, 8 Apr 2022 08:54:57 +0000 (10:54 +0200)] 
- Fix zonemd unsupported algo check reason to not copy to next record,
  and check for success for debug printout.

3 years ago- Fix zonemd unsupported algo check.
W.C.A. Wijngaards [Fri, 8 Apr 2022 07:36:01 +0000 (09:36 +0200)] 
- Fix zonemd unsupported algo check.

3 years ago- Fix zonemd check to allow unsupported algorithms to load.
W.C.A. Wijngaards [Fri, 8 Apr 2022 07:29:37 +0000 (09:29 +0200)] 
- Fix zonemd check to allow unsupported algorithms to load.
  If there are only unsupported algorithms, or unsupported schemes,
  and no failed or successful other ZONEMD records, or malformed
  or bad ZONEMD records, the unsupported records allow the zone load.

3 years ago- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
W.C.A. Wijngaards [Fri, 25 Mar 2022 15:07:23 +0000 (16:07 +0100)] 
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.

3 years ago- Fix #651: [FR] Better logging for refused queries.
W.C.A. Wijngaards [Wed, 23 Mar 2022 12:56:52 +0000 (13:56 +0100)] 
- Fix #651: [FR] Better logging for refused queries.

3 years ago- Minor formatting.
George Thessalonikefs [Fri, 18 Mar 2022 14:04:16 +0000 (16:04 +0200)] 
- Minor formatting.

3 years agoMerge PR #648 from eaglegai: fix -q doesn't work when use with
George Thessalonikefs [Fri, 18 Mar 2022 14:00:45 +0000 (16:00 +0200)] 
Merge PR #648 from eaglegai: fix -q doesn't work when use with
'unbound-control stats_shm'

3 years agofix -q doesn't work when use with 'unbound-control stats_shm' 648/head
eaglegai [Fri, 18 Mar 2022 11:08:02 +0000 (19:08 +0800)] 
fix -q doesn't work when use with 'unbound-control stats_shm'

Signed-off-by: eaglegai <eaglegai@163.com>
3 years ago- Fix to describe auth-zone and other configuration at the local-zone
W.C.A. Wijngaards [Thu, 17 Mar 2022 13:24:37 +0000 (14:24 +0100)] 
- Fix to describe auth-zone and other configuration at the local-zone
  configuration option, to allow for more broadly view of the options.

3 years ago- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
W.C.A. Wijngaards [Wed, 16 Mar 2022 08:54:53 +0000 (09:54 +0100)] 
- Fix to ensure uniform handling of spaces and tabs when parsing RRs.

3 years agoChangelog note for #644, move commands together for library binary.
W.C.A. Wijngaards [Wed, 9 Mar 2022 08:43:07 +0000 (09:43 +0100)] 
Changelog note for #644, move commands together for library binary.

3 years agoMerge pull request #644 from FGasper/issue_643_pkgconfig_install_lib
Wouter Wijngaards [Wed, 9 Mar 2022 08:41:54 +0000 (09:41 +0100)] 
Merge pull request #644 from FGasper/issue_643_pkgconfig_install_lib

Make `install-lib` make target install the pkg-config file.

3 years agoMake `install-lib` make target install the pkg-config file. 644/head
Felipe Gasper [Tue, 8 Mar 2022 19:01:09 +0000 (14:01 -0500)] 
Make `install-lib` make target install the pkg-config file.

Issue #643

3 years ago- Fix configure for python to use sysutils, because distutils is
W.C.A. Wijngaards [Mon, 7 Mar 2022 13:02:31 +0000 (14:02 +0100)] 
- Fix configure for python to use sysutils, because distutils is
  deprecated. It uses sysutils when available, distutils otherwise.

3 years ago- Fix for #637: fix integer overflow checks in sldns_str2period.
W.C.A. Wijngaards [Thu, 3 Mar 2022 15:24:46 +0000 (16:24 +0100)] 
- Fix for #637: fix integer overflow checks in sldns_str2period.

3 years ago- Fix #637: Integer Overflow in sldns_str2period function.
W.C.A. Wijngaards [Thu, 3 Mar 2022 13:19:59 +0000 (14:19 +0100)] 
- Fix #637: Integer Overflow in sldns_str2period function.

3 years ago- Fix compile warnings for printf ll format on mingw compile.
W.C.A. Wijngaards [Wed, 2 Mar 2022 13:34:36 +0000 (14:34 +0100)] 
- Fix compile warnings for printf ll format on mingw compile.

3 years ago- Various fixes for #632: variable initialisation, convert the qinfo
George Thessalonikefs [Wed, 2 Mar 2022 13:29:56 +0000 (14:29 +0100)] 
- Various fixes for #632: variable initialisation, convert the qinfo
  to str once, accept trailing dot in the local-zone ipset option.

3 years agoChangelog entry for #632
George Thessalonikefs [Wed, 2 Mar 2022 12:19:32 +0000 (13:19 +0100)] 
Changelog entry for #632
- Merge PR #632 from scottrw93: Match cnames in ipset.

3 years agoMerge pull request #632 from scottrw93/cnames-ipset
gthess [Wed, 2 Mar 2022 12:17:35 +0000 (13:17 +0100)] 
Merge pull request #632 from scottrw93/cnames-ipset

Match cnames in ipset

3 years ago- Added tests for ipset.
George Thessalonikefs [Wed, 2 Mar 2022 12:08:16 +0000 (13:08 +0100)] 
- Added tests for ipset.

3 years ago- Fix pythonmod for change in iter_dp_is_useless function prototype.
W.C.A. Wijngaards [Tue, 1 Mar 2022 09:27:24 +0000 (10:27 +0100)] 
- Fix pythonmod for change in iter_dp_is_useless function prototype.

3 years ago- Fix for edns client subnet option add fix in removal code, from review.
W.C.A. Wijngaards [Mon, 28 Feb 2022 13:51:35 +0000 (14:51 +0100)] 
- Fix for edns client subnet option add fix in removal code, from review.

3 years ago- Fix edns client subnet to add the option based on the option list,
W.C.A. Wijngaards [Mon, 28 Feb 2022 13:39:48 +0000 (14:39 +0100)] 
- Fix edns client subnet to add the option based on the option list,
  so that it is not state dependent, after the state fix of #605 for
  double EDNS options.

3 years agoChangelog entry for #623:
George Thessalonikefs [Mon, 28 Feb 2022 11:37:59 +0000 (12:37 +0100)] 
Changelog entry for #623:
- Merge #623 from rex4539: Fix typos.

3 years agoMerge pull request #623 from rex4539/typos
gthess [Mon, 28 Feb 2022 11:36:11 +0000 (12:36 +0100)] 
Merge pull request #623 from rex4539/typos

Fix typos

3 years ago- Fix #630: Unify the RPZ log messages.
George Thessalonikefs [Mon, 28 Feb 2022 11:07:25 +0000 (12:07 +0100)] 
- Fix #630: Unify the RPZ log messages.

3 years ago- Fix for #633: updated fix with new text.
W.C.A. Wijngaards [Mon, 28 Feb 2022 08:56:30 +0000 (09:56 +0100)] 
- Fix for #633: updated fix with new text.

3 years ago- Fix #633: Document unix domain socket support for unbound-control.
W.C.A. Wijngaards [Mon, 28 Feb 2022 08:39:33 +0000 (09:39 +0100)] 
- Fix #633: Document unix domain socket support for unbound-control.

3 years ago- Fix check interface existence for support detection in remote lookup.
W.C.A. Wijngaards [Fri, 25 Feb 2022 14:24:40 +0000 (15:24 +0100)] 
- Fix check interface existence for support detection in remote lookup.

3 years ago- update Makefile dependencies.
W.C.A. Wijngaards [Fri, 25 Feb 2022 09:29:33 +0000 (10:29 +0100)] 
- update Makefile dependencies.

3 years ago- Fix to detect that no IPv6 support means that IPv6 addresses are
W.C.A. Wijngaards [Fri, 25 Feb 2022 09:27:56 +0000 (10:27 +0100)] 
- Fix to detect that no IPv6 support means that IPv6 addresses are
  useless for delegation point lookups.

3 years agoMatch cnames in ipset 632/head
scottrw93 [Sun, 20 Feb 2022 22:37:49 +0000 (22:37 +0000)] 
Match cnames in ipset

3 years agoFix typos 623/head
Dimitris Apostolou [Wed, 9 Feb 2022 08:41:50 +0000 (10:41 +0200)] 
Fix typos

3 years agoChangelog note for #631.
W.C.A. Wijngaards [Fri, 18 Feb 2022 08:37:44 +0000 (09:37 +0100)] 
Changelog note for #631.
- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
  ERR_GET_REASON.

3 years agoMerge pull request #631 from mollyim/boringssl-compat
Wouter Wijngaards [Fri, 18 Feb 2022 08:37:34 +0000 (09:37 +0100)] 
Merge pull request #631 from mollyim/boringssl-compat

Replace OpenSSL's ERR_PACK with ERR_GET_REASON

3 years ago- Fix that address not available is squelched from the logs for
W.C.A. Wijngaards [Fri, 18 Feb 2022 08:03:56 +0000 (09:03 +0100)] 
- Fix that address not available is squelched from the logs for
  udp connect failures. It is visible on verbosity 4 and more.

3 years agoReplace OpenSSL's ERR_PACK with ERR_GET_REASON 631/head
Oscar Mira [Sun, 6 Feb 2022 19:37:46 +0000 (20:37 +0100)] 
Replace OpenSSL's ERR_PACK with ERR_GET_REASON

3 years ago- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
W.C.A. Wijngaards [Wed, 16 Feb 2022 08:51:25 +0000 (09:51 +0100)] 
- Fix for #628: fix rpz-passthru for qname trigger by localzone type.

3 years ago- Fix #628: A rpz-passthru action is not ending RPZ zone processing.
W.C.A. Wijngaards [Tue, 15 Feb 2022 15:20:12 +0000 (16:20 +0100)] 
- Fix #628: A rpz-passthru action is not ending RPZ zone processing.

3 years ago- Remove debug info from #618 fix.
W.C.A. Wijngaards [Fri, 11 Feb 2022 15:34:24 +0000 (16:34 +0100)] 
- Remove debug info from #618 fix.

3 years ago- Fix #618: enabling interface-automatic disables DNS-over-TLS.
W.C.A. Wijngaards [Fri, 11 Feb 2022 09:58:53 +0000 (10:58 +0100)] 
- Fix #618: enabling interface-automatic disables DNS-over-TLS.
  Adds the option to list interface-automatic-ports.

3 years ago- Fix #624: Unable to stop Unbound in Windows console (does not
W.C.A. Wijngaards [Fri, 11 Feb 2022 07:53:24 +0000 (08:53 +0100)] 
- Fix #624: Unable to stop Unbound in Windows console (does not
  respond to CTRL+C command).

3 years agoRelease 1.15.0 on 10 feb 2022.
W.C.A. Wijngaards [Thu, 10 Feb 2022 08:54:51 +0000 (09:54 +0100)] 
Release 1.15.0 on 10 feb 2022.
The repository continues with version 1.15.1.
And Changelog note.

3 years agoNote 1.15.0rc1 tag creation in Changelog.
W.C.A. Wijngaards [Mon, 7 Feb 2022 10:31:41 +0000 (11:31 +0100)] 
Note 1.15.0rc1 tag creation in Changelog.
- Tag for 1.15.0rc1 created.

3 years ago- Fix that TCP interface does not use TLS when TLS is also configured.
W.C.A. Wijngaards [Mon, 7 Feb 2022 08:31:10 +0000 (09:31 +0100)] 
- Fix that TCP interface does not use TLS when TLS is also configured.

3 years ago- Fix #412: cache invalidation issue with CNAME+A.
W.C.A. Wijngaards [Fri, 4 Feb 2022 13:27:01 +0000 (14:27 +0100)] 
- Fix #412: cache invalidation issue with CNAME+A.

3 years ago- Fix for #611: Integer overflow in sldns_wire2str_pkt_scan. release-1.15.0 release-1.15.0rc1
W.C.A. Wijngaards [Thu, 3 Feb 2022 08:03:09 +0000 (09:03 +0100)] 
- Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.

3 years ago- Update contrib/aaaa-filter-iterator.patch with diff for current
W.C.A. Wijngaards [Wed, 2 Feb 2022 14:35:19 +0000 (15:35 +0100)] 
- Update contrib/aaaa-filter-iterator.patch with diff for current
  software version.

3 years ago- Fix docker splint test to use more portable uname.
W.C.A. Wijngaards [Wed, 2 Feb 2022 13:47:57 +0000 (14:47 +0100)] 
- Fix docker splint test to use more portable uname.

3 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
W.C.A. Wijngaards [Wed, 2 Feb 2022 13:11:55 +0000 (14:11 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

3 years ago- please clang analyzer for loop in test code.
W.C.A. Wijngaards [Wed, 2 Feb 2022 13:11:36 +0000 (14:11 +0100)] 
- please clang analyzer for loop in test code.

3 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Wed, 2 Feb 2022 13:05:35 +0000 (14:05 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

3 years ago- Changelog entry clarification.
George Thessalonikefs [Wed, 2 Feb 2022 13:05:31 +0000 (14:05 +0100)] 
- Changelog entry clarification.

3 years ago- Fix header comment for doxygen for authextstrtoaddr.
W.C.A. Wijngaards [Wed, 2 Feb 2022 12:20:46 +0000 (13:20 +0100)] 
- Fix header comment for doxygen for authextstrtoaddr.

3 years ago- Update version number in repo to 1.15.0 for upcoming release,
W.C.A. Wijngaards [Wed, 2 Feb 2022 12:09:51 +0000 (13:09 +0100)] 
- Update version number in repo to 1.15.0 for upcoming release,
  since it changes the aggressive-nsec default and the ratelimit change.

3 years ago- Update stream_ssl.tdir test to also use the new forward-host notation.
George Thessalonikefs [Wed, 2 Feb 2022 11:54:09 +0000 (12:54 +0100)] 
- Update stream_ssl.tdir test to also use the new forward-host notation.

3 years ago- Merge PR #617: Update stub/forward-host notation to accept port and
George Thessalonikefs [Wed, 2 Feb 2022 10:57:36 +0000 (11:57 +0100)] 
- Merge PR #617: Update stub/forward-host notation to accept port and
  tls-auth-name.

3 years agoMerge pull request #617 from NLnetLabs/update-host-notation
gthess [Wed, 2 Feb 2022 10:56:27 +0000 (11:56 +0100)] 
Merge pull request #617 from NLnetLabs/update-host-notation

Update stub/forward-host notation to accept port and tls-auth-name

3 years agoDon't accidentaly introduce a troff macro 617/head
gthess [Wed, 2 Feb 2022 10:53:38 +0000 (11:53 +0100)] 
Don't accidentaly introduce a troff macro

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
3 years ago- Change aggressive-nsec default to yes.
George Thessalonikefs [Wed, 2 Feb 2022 10:25:08 +0000 (11:25 +0100)] 
- Change aggressive-nsec default to yes.

3 years agoChangelog entry for #616
George Thessalonikefs [Wed, 2 Feb 2022 10:18:14 +0000 (11:18 +0100)] 
Changelog entry for #616
- Merge PR #616: Update ratelimit logic. It also introduces
  ratelimit-backoff and ip-ratelimit-backoff configuration options.

3 years agoMerge pull request #616 from NLnetLabs/bugfix/ratelimit
gthess [Wed, 2 Feb 2022 10:16:04 +0000 (11:16 +0100)] 
Merge pull request #616 from NLnetLabs/bugfix/ratelimit

Update ratelimit logic

3 years agoMerge branch 'Shchelk-bufferoverflow'
George Thessalonikefs [Wed, 2 Feb 2022 09:50:54 +0000 (10:50 +0100)] 
Merge branch 'Shchelk-bufferoverflow'

3 years agoChangelog entry for #532
George Thessalonikefs [Wed, 2 Feb 2022 09:47:08 +0000 (10:47 +0100)] 
Changelog entry for #532
- Merge PR #532 from Shchelk: Fix: buffer overflow bug.

3 years agoMerge branch 'bufferoverflow' of https://github.com/Shchelk/unbound into Shchelk...
George Thessalonikefs [Wed, 2 Feb 2022 09:42:06 +0000 (10:42 +0100)] 
Merge branch 'bufferoverflow' of https://github.com/Shchelk/unbound into Shchelk-bufferoverflow

3 years agoChangelog note for #603:
George Thessalonikefs [Tue, 1 Feb 2022 17:00:46 +0000 (18:00 +0100)] 
Changelog note for #603:
- Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA
  internals.

3 years agoMerge pull request #603 from fobser/dsa_rsa_internals
gthess [Tue, 1 Feb 2022 16:58:11 +0000 (17:58 +0100)] 
Merge pull request #603 from fobser/dsa_rsa_internals

Use OpenSSL 1.1 API to access DSA and RSA internals

3 years agoPrefer the libressl API from when it was available 603/head
gthess [Tue, 1 Feb 2022 16:54:42 +0000 (17:54 +0100)] 
Prefer the libressl API from when it was available

3 years agoFix typo from review 616/head
gthess [Tue, 1 Feb 2022 16:38:16 +0000 (17:38 +0100)] 
Fix typo from review

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
3 years ago- Update stub/forward-host notation to accept port and tls-auth-name.
George Thessalonikefs [Tue, 1 Feb 2022 13:44:29 +0000 (14:44 +0100)] 
- Update stub/forward-host notation to accept port and tls-auth-name.
  Fixes #546.

3 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Mon, 31 Jan 2022 10:28:30 +0000 (11:28 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

3 years ago-Fix review comment for use-after-free when failing to send UDP out.
George Thessalonikefs [Mon, 31 Jan 2022 10:27:35 +0000 (11:27 +0100)] 
-Fix review comment for use-after-free when failing to send UDP out.

3 years ago- iana portlist update.
W.C.A. Wijngaards [Mon, 31 Jan 2022 09:53:22 +0000 (10:53 +0100)] 
- iana portlist update.

3 years ago- Update unbound.conf manpage and example.conf file for ratelimit
George Thessalonikefs [Sun, 30 Jan 2022 00:04:15 +0000 (01:04 +0100)] 
- Update unbound.conf manpage and example.conf file for ratelimit
  options.

3 years ago- Add tests for ratelimit.
George Thessalonikefs [Sat, 29 Jan 2022 23:51:39 +0000 (00:51 +0100)] 
- Add tests for ratelimit.

3 years ago- Introduce ratelimit-backoff and ip-ratelimit-backoff options for more
George Thessalonikefs [Sat, 29 Jan 2022 23:23:22 +0000 (00:23 +0100)] 
- Introduce ratelimit-backoff and ip-ratelimit-backoff options for more
  aggressive rate limiting.

3 years ago- Update ratelimit code for recent serviced_query changes and more
George Thessalonikefs [Sat, 29 Jan 2022 22:49:38 +0000 (23:49 +0100)] 
- Update ratelimit code for recent serviced_query changes and more
  accurate ratelimit calculation.

3 years ago- Better cleanup on failed DoT/DoH listening socket creation.
George Thessalonikefs [Sat, 29 Jan 2022 14:14:56 +0000 (15:14 +0100)] 
- Better cleanup on failed DoT/DoH listening socket creation.

3 years ago- Fix tls-* and ssl-* documented alternate syntax to also be available
George Thessalonikefs [Sat, 29 Jan 2022 14:10:26 +0000 (15:10 +0100)] 
- Fix tls-* and ssl-* documented alternate syntax to also be available
  through remote-control and unbound-checkconf.

3 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
W.C.A. Wijngaards [Wed, 26 Jan 2022 15:41:04 +0000 (16:41 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

3 years ago- Test for NSID in SERVFAIL response due to DNSSEC bogus.
W.C.A. Wijngaards [Wed, 26 Jan 2022 15:40:04 +0000 (16:40 +0100)] 
- Test for NSID in SERVFAIL response due to DNSSEC bogus.

3 years ago- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
George Thessalonikefs [Wed, 26 Jan 2022 13:35:22 +0000 (14:35 +0100)] 
- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
  document.

3 years agoChangelog note for #612:
George Thessalonikefs [Tue, 25 Jan 2022 16:29:52 +0000 (17:29 +0100)] 
Changelog note for #612:
- Merge PR #612: TCP race condition.

3 years agoMerge pull request #612 from NLnetLabs/tcp-race-condition
gthess [Tue, 25 Jan 2022 16:26:30 +0000 (17:26 +0100)] 
Merge pull request #612 from NLnetLabs/tcp-race-condition

TCP race condition

3 years ago- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
George Thessalonikefs [Tue, 25 Jan 2022 16:15:37 +0000 (17:15 +0100)] 
- Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
  serviced_udp_callback.

3 years ago- Better bookkeeping when reclaiming the TCP buffer. 612/head
George Thessalonikefs [Tue, 25 Jan 2022 08:57:14 +0000 (09:57 +0100)] 
- Better bookkeeping when reclaiming the TCP buffer.

3 years ago- Mark waiting_tcp and serviced_query as being in the
George Thessalonikefs [Tue, 25 Jan 2022 08:46:16 +0000 (09:46 +0100)] 
- Mark waiting_tcp and serviced_query as being in the
  cb_and_decommission stage to signal later code about their state;
  prevents premature item deletion.

3 years agoChangelog note for #610
W.C.A. Wijngaards [Tue, 25 Jan 2022 08:02:55 +0000 (09:02 +0100)] 
Changelog note for #610
- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.

3 years ago- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.
W.C.A. Wijngaards [Tue, 25 Jan 2022 07:57:49 +0000 (08:57 +0100)] 
- Fix #610: Undefine-shift in sldns_str2wire_hip_buf.

3 years ago- Add serviced_query timer to send upstream queries outside of the mesh
George Thessalonikefs [Mon, 24 Jan 2022 23:01:43 +0000 (00:01 +0100)] 
- Add serviced_query timer to send upstream queries outside of the mesh
  flow to prevent race conditions.

3 years ago- For dnstap, do not wakeupnow right there. Instead zero the timer to
George Thessalonikefs [Wed, 19 Jan 2022 14:32:02 +0000 (15:32 +0100)] 
- For dnstap, do not wakeupnow right there. Instead zero the timer to
  force the wakeup callback asap.

3 years ago- For #602: Allow the module-config "subnetcache validator cachedb
W.C.A. Wijngaards [Fri, 14 Jan 2022 15:30:25 +0000 (16:30 +0100)] 
- For #602: Allow the module-config "subnetcache validator cachedb
  iterator".

3 years ago- Add rpz: for-downstream: yesno option, where the RPZ zone is
W.C.A. Wijngaards [Fri, 14 Jan 2022 15:23:43 +0000 (16:23 +0100)] 
- Add rpz: for-downstream: yesno option, where the RPZ zone is
  authoritatively answered for, so the RPZ zone contents can be
  checked with DNS queries directed at the RPZ zone.

3 years agoChangelog note for #605:
George Thessalonikefs [Fri, 14 Jan 2022 14:35:41 +0000 (15:35 +0100)] 
Changelog note for #605:
- Merge PR #605: Fix EDNS to upstream where the same option could be
  attached more than once.

3 years agoMerge pull request #605 from NLnetLabs/sq-region
gthess [Fri, 14 Jan 2022 14:33:22 +0000 (15:33 +0100)] 
Merge pull request #605 from NLnetLabs/sq-region

Fix EDNS to upstream where the same option could be attached more than once

3 years ago- Make sure callback changes for EDNS are not lost. 605/head
George Thessalonikefs [Fri, 14 Jan 2022 14:18:43 +0000 (15:18 +0100)] 
- Make sure callback changes for EDNS are not lost.