]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
4 years agoChangelog note for #317 317/head
W.C.A. Wijngaards [Thu, 18 Feb 2021 10:16:19 +0000 (11:16 +0100)] 
Changelog note for #317
- Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
  ZONEMD records are checked for zones loaded as auth-zone,
  with DNSSEC if available.  There is an added option
  zonemd-permissive-mode that makes it log but not fail wrong zones.
  With zonemd-reject-absence for an auth-zone the presence of a
  zonemd can be mandated for specific zones.

4 years agoMerge branch 'master' into zonemd
W.C.A. Wijngaards [Thu, 18 Feb 2021 10:11:50 +0000 (11:11 +0100)] 
Merge branch 'master' into zonemd

4 years agoMerge pull request #427 from vstinner/fopen
Wouter Wijngaards [Tue, 16 Feb 2021 10:58:56 +0000 (11:58 +0100)] 
Merge pull request #427 from vstinner/fopen

Fix #426: Replace _Py_fopen() with fopen() in pythonmod.c

4 years agoFix #426: Replace _Py_fopen() with fopen() in pythonmod.c 427/head
Victor Stinner [Tue, 16 Feb 2021 10:11:06 +0000 (11:11 +0100)] 
Fix #426: Replace _Py_fopen() with fopen() in pythonmod.c

The private _Py_fopen() function has been removed in Python 3.10.

Fix build on Python 3.10.

4 years ago- Fix to make tests work with support indicators set for iterator.
W.C.A. Wijngaards [Mon, 15 Feb 2021 13:57:29 +0000 (14:57 +0100)] 
- Fix to make tests work with support indicators set for iterator.

4 years ago- Fix #422: IPv6 fallback issues when IPv6 is not properly
W.C.A. Wijngaards [Mon, 15 Feb 2021 13:40:48 +0000 (14:40 +0100)] 
- Fix #422: IPv6 fallback issues when IPv6 is not properly
  enabled/configured.

4 years agoMerge branch 'master' into zonemd
W.C.A. Wijngaards [Fri, 12 Feb 2021 16:21:51 +0000 (17:21 +0100)] 
Merge branch 'master' into zonemd

4 years agozonemd, review comments, spelling fix.
W.C.A. Wijngaards [Fri, 12 Feb 2021 09:48:38 +0000 (10:48 +0100)] 
zonemd, review comments, spelling fix.

4 years agozonemd, review comments, fix no anchor lookup if none.
W.C.A. Wijngaards [Fri, 12 Feb 2021 08:16:22 +0000 (09:16 +0100)] 
zonemd, review comments, fix no anchor lookup if none.

4 years agozonemd, review comments, stop null dnskey, skip dnssec for insecure islands.
W.C.A. Wijngaards [Fri, 12 Feb 2021 07:33:03 +0000 (08:33 +0100)] 
zonemd, review comments, stop null dnskey, skip dnssec for insecure islands.

4 years agozonemd, review comments, check qname for zonemd dnskey lookup.
W.C.A. Wijngaards [Thu, 11 Feb 2021 16:33:10 +0000 (17:33 +0100)] 
zonemd, review comments, check qname for zonemd dnskey lookup.

4 years agozonemd, review comments, stop callback for a deleted zone.
W.C.A. Wijngaards [Thu, 11 Feb 2021 16:27:59 +0000 (17:27 +0100)] 
zonemd, review comments, stop callback for a deleted zone.

4 years agozonemd, review comments, indentation.
W.C.A. Wijngaards [Thu, 11 Feb 2021 15:05:28 +0000 (16:05 +0100)] 
zonemd, review comments, indentation.

4 years agozonemd, review comments, compare list size for rrsigtype add.
W.C.A. Wijngaards [Wed, 10 Feb 2021 15:38:39 +0000 (16:38 +0100)] 
zonemd, review comments, compare list size for rrsigtype add.

4 years agozonemd, review comments, compare list size correctly.
W.C.A. Wijngaards [Wed, 10 Feb 2021 15:34:24 +0000 (16:34 +0100)] 
zonemd, review comments, compare list size correctly.

4 years agozonemd, review comments, add comments to unit test, scope verbose output.
W.C.A. Wijngaards [Wed, 10 Feb 2021 14:30:23 +0000 (15:30 +0100)] 
zonemd, review comments, add comments to unit test, scope verbose output.

4 years agoChangelog note for PR #420
W.C.A. Wijngaards [Wed, 10 Feb 2021 10:26:21 +0000 (11:26 +0100)] 
Changelog note for PR #420
- Merge PR #420 from dyunwei: DOH not responsing with
  "http2_query_read_done failure" logged.

4 years agoMerge pull request #420 from dyunwei/master
Wouter Wijngaards [Wed, 10 Feb 2021 10:25:56 +0000 (11:25 +0100)] 
Merge pull request #420 from dyunwei/master

DOH not responsing with "http2_query_read_done failure" logged

4 years agoMerge pull request #1 from NLnetLabs/master 420/head
yunwei [Wed, 10 Feb 2021 01:03:38 +0000 (09:03 +0800)] 
Merge pull request #1 from NLnetLabs/master

synchronize the code.

4 years ago- Fix for Python 3.9, no longer use deprecated functions of
W.C.A. Wijngaards [Tue, 9 Feb 2021 09:38:55 +0000 (10:38 +0100)] 
- Fix for Python 3.9, no longer use deprecated functions of
  PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now
  none), PyParser_SimpleParseFile (now Py_CompileString).

4 years agoChangelog note for 1.13.1 release and main branch is 1.13.2 in development.
W.C.A. Wijngaards [Tue, 9 Feb 2021 08:16:23 +0000 (09:16 +0100)] 
Changelog note for 1.13.1 release and main branch is 1.13.2 in development.

4 years agozonemd, fix unit test to allow nonvalidating zone without zonemd with
W.C.A. Wijngaards [Thu, 4 Feb 2021 15:18:02 +0000 (16:18 +0100)] 
zonemd, fix unit test to allow nonvalidating zone without zonemd with
permissive mode for zonemd.

4 years agoMerge branch 'master' into zonemd
W.C.A. Wijngaards [Thu, 4 Feb 2021 15:08:11 +0000 (16:08 +0100)] 
Merge branch 'master' into zonemd

4 years ago- release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
W.C.A. Wijngaards [Thu, 4 Feb 2021 08:18:40 +0000 (09:18 +0100)] 
- release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.

4 years ago- Fix indentation of root anchor for use by windows install script. release-1.13.1 release-1.13.1rc2
W.C.A. Wijngaards [Tue, 2 Feb 2021 16:04:29 +0000 (17:04 +0100)] 
- Fix indentation of root anchor for use by windows install script.

4 years agoFixup to add to LIBS.
W.C.A. Wijngaards [Tue, 2 Feb 2021 13:52:05 +0000 (14:52 +0100)] 
Fixup to add to LIBS.

4 years agoAnd autoconf.
W.C.A. Wijngaards [Tue, 2 Feb 2021 13:31:05 +0000 (14:31 +0100)] 
And autoconf.

4 years ago- Fix windows dependency on libssp.dll because of default stack
W.C.A. Wijngaards [Tue, 2 Feb 2021 13:30:53 +0000 (14:30 +0100)] 
- Fix windows dependency on libssp.dll because of default stack
  protector in mingw.

4 years ago- Fix dynlibmod link on rhel8 for -ldl inclusion.
W.C.A. Wijngaards [Tue, 2 Feb 2021 12:18:18 +0000 (13:18 +0100)] 
- Fix dynlibmod link on rhel8 for -ldl inclusion.

4 years ago- branch-1.13.1 is created, with release-1.13.1rc1 tag.
W.C.A. Wijngaards [Tue, 2 Feb 2021 07:48:44 +0000 (08:48 +0100)] 
- branch-1.13.1 is created, with release-1.13.1rc1 tag.

4 years ago- Hide our time traveling abilities. release-1.13.1rc1
George Thessalonikefs [Mon, 1 Feb 2021 16:02:19 +0000 (17:02 +0100)] 
- Hide our time traveling abilities.

4 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Mon, 1 Feb 2021 15:59:19 +0000 (16:59 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

4 years ago- Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.
George Thessalonikefs [Mon, 1 Feb 2021 15:57:56 +0000 (16:57 +0100)] 
- Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.

4 years ago- Fix for doxygen 1.8.20 compatibility.
W.C.A. Wijngaards [Fri, 29 Jan 2021 15:34:46 +0000 (16:34 +0100)] 
- Fix for doxygen 1.8.20 compatibility.

4 years ago- Fix fwd ancil test post script when not supported.
W.C.A. Wijngaards [Thu, 28 Jan 2021 10:19:34 +0000 (11:19 +0100)] 
- Fix fwd ancil test post script when not supported.

4 years ago- Fix empty clause warning in edns pass for padding.
W.C.A. Wijngaards [Thu, 28 Jan 2021 08:15:45 +0000 (09:15 +0100)] 
- Fix empty clause warning in edns pass for padding.

4 years ago- Fix to use correct type for label count in ipdnametoaddr rpz routine.
W.C.A. Wijngaards [Thu, 28 Jan 2021 08:14:19 +0000 (09:14 +0100)] 
- Fix to use correct type for label count in ipdnametoaddr rpz routine.

4 years ago- Fix empty clause warning in config_file nsid parse.
W.C.A. Wijngaards [Thu, 28 Jan 2021 08:11:46 +0000 (09:11 +0100)] 
- Fix empty clause warning in config_file nsid parse.

4 years ago- Fix to use correct type for label count in rpz routine.
W.C.A. Wijngaards [Thu, 28 Jan 2021 08:07:16 +0000 (09:07 +0100)] 
- Fix to use correct type for label count in rpz routine.

4 years ago- Annotate that we ignore the return value of if_indextoname.
W.C.A. Wijngaards [Thu, 28 Jan 2021 08:04:00 +0000 (09:04 +0100)] 
- Annotate that we ignore the return value of if_indextoname.

4 years ago- Fix compile of unbound-dnstap-socket without dnstap installed.
W.C.A. Wijngaards [Tue, 26 Jan 2021 16:29:22 +0000 (17:29 +0100)] 
- Fix compile of unbound-dnstap-socket without dnstap installed.

4 years ago- Ignore cache blacklisting when trying to reply with expired data from
George Thessalonikefs [Tue, 26 Jan 2021 14:31:50 +0000 (15:31 +0100)] 
- Ignore cache blacklisting when trying to reply with expired data from
  cache. (#394)

4 years agoChangelog entry for:
George Thessalonikefs [Tue, 26 Jan 2021 12:19:05 +0000 (13:19 +0100)] 
Changelog entry for:
- Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
  static data.

4 years agoMerge branch 'noloader-icann-ca-trust-ds'
George Thessalonikefs [Tue, 26 Jan 2021 12:18:00 +0000 (13:18 +0100)] 
Merge branch 'noloader-icann-ca-trust-ds'

4 years agoMerge branch 'master' of git://github.com/noloader/unbound into noloader-icann-ca...
George Thessalonikefs [Tue, 26 Jan 2021 12:04:55 +0000 (13:04 +0100)] 
Merge branch 'master' of git://github.com/noloader/unbound into noloader-icann-ca-trust-ds

4 years agoChangelog entry for:
George Thessalonikefs [Tue, 26 Jan 2021 12:01:33 +0000 (13:01 +0100)] 
Changelog entry for:
- Merge PR #275 by Roland van Rijswijk-Deij, Add feature to return the
  original instead of a decrementing TTL ('serve-original-ttl').

4 years agoMerge branch 'rijswijk-orig_ttl'
George Thessalonikefs [Tue, 26 Jan 2021 11:58:38 +0000 (12:58 +0100)] 
Merge branch 'rijswijk-orig_ttl'

4 years agoChangelog entry for:
George Thessalonikefs [Tue, 26 Jan 2021 11:55:55 +0000 (12:55 +0100)] 
Changelog entry for:
- Merge PR #408 from fobser: Prevent a few more yacc clashes.

4 years agoMerge branch 'fobser-yacc-clashes'
George Thessalonikefs [Tue, 26 Jan 2021 11:53:55 +0000 (12:53 +0100)] 
Merge branch 'fobser-yacc-clashes'

4 years agoMerge branch 'yacc-clashes' of https://github.com/fobser/unbound into fobser-yacc...
George Thessalonikefs [Mon, 25 Jan 2021 19:56:36 +0000 (20:56 +0100)] 
Merge branch 'yacc-clashes' of https://github.com/fobser/unbound into fobser-yacc-clashes

4 years ago- Update example.con.in and add a testcase for PR #275.
George Thessalonikefs [Mon, 25 Jan 2021 18:26:19 +0000 (19:26 +0100)] 
- Update example.con.in and add a testcase for PR #275.

4 years agoMerge branch 'orig_ttl' of https://github.com/rijswijk/unbound into rijswijk-orig_ttl
George Thessalonikefs [Mon, 25 Jan 2021 16:39:24 +0000 (17:39 +0100)] 
Merge branch 'orig_ttl' of https://github.com/rijswijk/unbound into rijswijk-orig_ttl

4 years agoMerge pull request #211 from NLnetLabs/features/padding
Willem Toorop [Mon, 25 Jan 2021 14:14:33 +0000 (15:14 +0100)] 
Merge pull request #211 from NLnetLabs/features/padding

Down- and upstream padding a la RFC7830 & RFC8467

4 years agoSome review nits from George 211/head
Willem Toorop [Mon, 25 Jan 2021 14:13:54 +0000 (15:13 +0100)] 
Some review nits from George

4 years agoTest some different padding sizes
Willem Toorop [Sun, 24 Jan 2021 19:17:44 +0000 (20:17 +0100)] 
Test some different padding sizes

4 years agopadding.tdir text in single TXT RR
Willem Toorop [Sun, 24 Jan 2021 17:29:00 +0000 (18:29 +0100)] 
padding.tdir text in single TXT RR

So the sentences are not re-ordered and the text makes sense!

4 years agotdir test for padding option
Willem Toorop [Sun, 24 Jan 2021 17:12:08 +0000 (18:12 +0100)] 
tdir test for padding option

4 years agoAddressed review comment from @wcawijngaards 275/head
Roland van Rijswijk-Deij [Fri, 22 Jan 2021 18:56:09 +0000 (18:56 +0000)] 
Addressed review comment from @wcawijngaards

4 years agoRebase on master
Roland van Rijswijk-Deij [Fri, 22 Jan 2021 16:44:56 +0000 (16:44 +0000)] 
Rebase on master

4 years agoChangelog entry for padding option
Willem Toorop [Fri, 22 Jan 2021 14:14:10 +0000 (15:14 +0100)] 
Changelog entry for padding option

4 years agoMerge branch 'master' into features/padding
Willem Toorop [Fri, 22 Jan 2021 14:13:01 +0000 (15:13 +0100)] 
Merge branch 'master' into features/padding

4 years agoMove NSID Changelog entry to day of merge
Willem Toorop [Fri, 22 Jan 2021 14:10:57 +0000 (15:10 +0100)] 
Move NSID Changelog entry to day of merge

4 years agozonemd, unit test for capitalisation of owner and ns names.
W.C.A. Wijngaards [Fri, 22 Jan 2021 13:40:21 +0000 (14:40 +0100)] 
zonemd, unit test for capitalisation of owner and ns names.

4 years agozonemd, fix to detect duplicate zonemd scheme and algo RRs.
W.C.A. Wijngaards [Fri, 22 Jan 2021 13:36:53 +0000 (14:36 +0100)] 
zonemd, fix to detect duplicate zonemd scheme and algo RRs.

4 years agoFixup if brackets.
W.C.A. Wijngaards [Fri, 22 Jan 2021 12:11:41 +0000 (13:11 +0100)] 
Fixup if brackets.

4 years agoMerge branch 'negative_soa_ttl'
George Thessalonikefs [Fri, 22 Jan 2021 11:39:16 +0000 (12:39 +0100)] 
Merge branch 'negative_soa_ttl'

4 years ago- Updated Changelog for PR #407. 407/head
George Thessalonikefs [Fri, 22 Jan 2021 11:33:56 +0000 (12:33 +0100)] 
- Updated Changelog for PR #407.

4 years agoMerge branch 'master' into features/padding
Willem Toorop [Fri, 22 Jan 2021 09:29:50 +0000 (10:29 +0100)] 
Merge branch 'master' into features/padding

4 years agoUpdate netevent.c
yunwei [Wed, 20 Jan 2021 06:12:51 +0000 (14:12 +0800)] 
Update netevent.c

#386
I found the root cause of this issue. r_buffer is r->query_reply.c->buffer, used to fill the reply in the mesh_send_reply function, then call comm_point_send_reply, and then call http2_submit_dns_response to send the DOH response. However, the buffer is not cleared after use. If the query length is greater than the last response length, the next dns query in the same H2 session will encounter an error.
This is bug!!!

Clear the buffer after use.

4 years ago- Feedback for PR #407.
George Thessalonikefs [Tue, 19 Jan 2021 19:09:34 +0000 (20:09 +0100)] 
- Feedback for PR #407.

4 years agoMerge pull request #363 from NLnetLabs/features/nsid
Willem Toorop [Tue, 19 Jan 2021 16:19:48 +0000 (17:19 +0100)] 
Merge pull request #363 from NLnetLabs/features/nsid

Support for RFC5001: DNS Name Server Identifier (NSID) Option

4 years agorpl tests for nsid 363/head
Willem Toorop [Tue, 19 Jan 2021 16:18:26 +0000 (17:18 +0100)] 
rpl tests for nsid

4 years agoPrevent a few more yacc clashes. 408/head
Florian Obser [Tue, 19 Jan 2021 16:12:14 +0000 (17:12 +0100)] 
Prevent a few more yacc clashes.

4 years agoexample.conf.in entry for nsid
Willem Toorop [Tue, 19 Jan 2021 15:18:36 +0000 (16:18 +0100)] 
example.conf.in entry for nsid

4 years ago- Fix TTL of SOA record for negative answers (localzone data and
George Thessalonikefs [Tue, 19 Jan 2021 11:15:18 +0000 (12:15 +0100)] 
- Fix TTL of SOA record for negative answers (localzone data and
  authzone) to be the minimum of the SOA TTL and the SOA.MINIMUM.

4 years agoMerge branch 'master' into features/nsid
Willem Toorop [Tue, 19 Jan 2021 13:21:18 +0000 (14:21 +0100)] 
Merge branch 'master' into features/nsid

4 years ago- Fix declaration before statement and signed comparison warning in
W.C.A. Wijngaards [Mon, 18 Jan 2021 09:23:01 +0000 (10:23 +0100)] 
- Fix declaration before statement and signed comparison warning in
  dns64.

4 years ago- Fix #404: DNS query with small edns bufsize fail.
W.C.A. Wijngaards [Mon, 18 Jan 2021 07:29:52 +0000 (08:29 +0100)] 
- Fix #404: DNS query with small edns bufsize fail.

4 years agoChangelog entry for #402.
W.C.A. Wijngaards [Fri, 15 Jan 2021 07:15:54 +0000 (08:15 +0100)] 
Changelog entry for #402.
- Merge #402 from fobser: Implement IPv4-Embedded addresses according
  to RFC6052.

4 years agoMerge pull request #402 from fobser/dns64
Wouter Wijngaards [Fri, 15 Jan 2021 07:14:58 +0000 (08:14 +0100)] 
Merge pull request #402 from fobser/dns64

Implement IPv4-Embedded addresses according to RFC6052.

4 years agoImplement IPv4-Embedded addresses according to RFC6052. 402/head
Florian Obser [Thu, 14 Jan 2021 18:15:30 +0000 (19:15 +0100)] 
Implement IPv4-Embedded addresses according to RFC6052.

The original algorithm assumed that any prefix length would be valid
and did not skip over bits 64 to 71 and set them to zero.
This means that only dns64 prefixes with length 32 and 96 generated
embedded addresses according to RFC6052, cf. Figure 1 in 2.2.

4 years ago- Fix for #93: dynlibmodule import library is named libunbound.dll.a.
W.C.A. Wijngaards [Thu, 14 Jan 2021 15:50:17 +0000 (16:50 +0100)] 
- Fix for #93: dynlibmodule import library is named libunbound.dll.a.

4 years ago- Fix for #93: dynlibmodule link fix for Windows.
W.C.A. Wijngaards [Wed, 13 Jan 2021 13:56:25 +0000 (14:56 +0100)] 
- Fix for #93: dynlibmodule link fix for Windows.

4 years agoNicer changelog note for #399
W.C.A. Wijngaards [Wed, 13 Jan 2021 09:10:12 +0000 (10:10 +0100)] 
Nicer changelog note for #399
- Merge #399 from xiangbao227: The lock of lruhash table should
  unlocked after markdel entry.

4 years agoChangelog note for #399
W.C.A. Wijngaards [Wed, 13 Jan 2021 09:07:15 +0000 (10:07 +0100)] 
Changelog note for #399
- Merge #399 from xiangbao227: The function rrset_cache_touch can
  touch an entry to the lru while markdelling the entry in
  lruhash_remove.

4 years agoMerge pull request #399 from xiangbao227/master
Wouter Wijngaards [Wed, 13 Jan 2021 09:05:50 +0000 (10:05 +0100)] 
Merge pull request #399 from xiangbao227/master

I found that in function "lruhash_remove", table was locked at first ,then lru_remove the entry , then unlock the table, and then markdel entry , but in function "rrset_cache_touch" , the entry will be touched to lru again before markdelling entry in function "lruhash_remove". This may lead to core!

4 years agoI found that in function lruhash_remove, table was locked at first ,then lru_remove... 399/head
xiangbao227 [Wed, 13 Jan 2021 02:33:41 +0000 (10:33 +0800)] 
I found that in function lruhash_remove, table was locked at first ,then lru_remove the entry , then unlock the table, and then markdel entry , but in function rrset_cache_touch , the entry will be touched to lru again before markdelling entry in function lruhash_remove. This is a bug!

4 years agoAnd man page documentation for them.
W.C.A. Wijngaards [Tue, 12 Jan 2021 12:40:45 +0000 (13:40 +0100)] 
And man page documentation for them.

4 years ago- Fix so local zone types always_nodata and always_deny can be used
W.C.A. Wijngaards [Tue, 12 Jan 2021 12:39:07 +0000 (13:39 +0100)] 
- Fix so local zone types always_nodata and always_deny can be used
  from the config file.

4 years ago- Fix #397: [Feature request] add new type always_null to local-zone
W.C.A. Wijngaards [Tue, 12 Jan 2021 12:35:05 +0000 (13:35 +0100)] 
- Fix #397: [Feature request] add new type always_null to local-zone
  similar to always_nxdomain.

4 years ago- Fix clang analysis warning.
W.C.A. Wijngaards [Fri, 8 Jan 2021 10:10:05 +0000 (11:10 +0100)] 
- Fix clang analysis warning.

4 years ago- Add comment documentation.
W.C.A. Wijngaards [Fri, 8 Jan 2021 10:01:06 +0000 (11:01 +0100)] 
- Add comment documentation.

4 years ago- For #391: more double casts in python start time calculation.
W.C.A. Wijngaards [Fri, 8 Jan 2021 08:55:55 +0000 (09:55 +0100)] 
- For #391: more double casts in python start time calculation.

4 years ago- For #391: fix indentation.
W.C.A. Wijngaards [Fri, 8 Jan 2021 08:53:52 +0000 (09:53 +0100)] 
- For #391: fix indentation.

4 years ago- For #391: use struct timeval* start_time for callback information.
W.C.A. Wijngaards [Fri, 8 Jan 2021 08:47:46 +0000 (09:47 +0100)] 
- For #391: use struct timeval* start_time for callback information.

4 years agoChangelog note for #391
W.C.A. Wijngaards [Fri, 8 Jan 2021 08:36:37 +0000 (09:36 +0100)] 
Changelog note for #391
- Merge PR #391 from fhriley: Add start_time to reply callbacks so
  modules can compute the response time.

4 years agoMerge pull request #391 from fhriley/reply_cb_start_time
Wouter Wijngaards [Fri, 8 Jan 2021 08:35:07 +0000 (09:35 +0100)] 
Merge pull request #391 from fhriley/reply_cb_start_time

Add start_time to reply callbacks so modules can compute the response…

4 years ago- Fix #387: client-subnet-always-forward seems to effectively bypass
W.C.A. Wijngaards [Wed, 6 Jan 2021 12:42:00 +0000 (13:42 +0100)] 
- Fix #387: client-subnet-always-forward seems to effectively bypass
  any caching?

4 years agoChangelog note for #395
W.C.A. Wijngaards [Wed, 6 Jan 2021 12:19:46 +0000 (13:19 +0100)] 
Changelog note for #395
- Merge PR #395 from mptre: add missing null check.

4 years agoMerge pull request #395 from mptre/log-addr-null
Wouter Wijngaards [Wed, 6 Jan 2021 12:19:30 +0000 (13:19 +0100)] 
Merge pull request #395 from mptre/log-addr-null

add missing null check