]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
18 months agoMerge pull request #13736 from rgacogne/ddist-quiche-0.20
Remi Gacogne [Wed, 24 Jan 2024 15:09:07 +0000 (16:09 +0100)] 
Merge pull request #13736 from rgacogne/ddist-quiche-0.20

dnsdist: Update Quiche to 0.20.0

18 months agoMerge pull request #13504 from omoerbeek/rec-set-aggr-nsec-size
Otto Moerbeek [Wed, 24 Jan 2024 06:53:03 +0000 (07:53 +0100)] 
Merge pull request #13504 from omoerbeek/rec-set-aggr-nsec-size

rec: introduce command to set aggressive NSEC cache size

18 months agoMerge pull request #13737 from omoerbeek/rec-fix-yamlconv-test
Otto Moerbeek [Tue, 23 Jan 2024 15:47:41 +0000 (16:47 +0100)] 
Merge pull request #13737 from omoerbeek/rec-fix-yamlconv-test

rec: fix YAML conversion test

18 months agoMerge pull request #13110 from sndrsmnk/logfix
Peter van Dijk [Tue, 23 Jan 2024 14:09:27 +0000 (15:09 +0100)] 
Merge pull request #13110 from sndrsmnk/logfix

Log port with all freshness check failure scenarios.

18 months agorec: fix YAML conversion test 13737/head
Otto Moerbeek [Tue, 23 Jan 2024 12:48:20 +0000 (13:48 +0100)] 
rec: fix YAML conversion test

This test has race condition and after #13728, an output line can
occur multilpe times in the output. So filter those.

18 months agoMerge pull request #13733 from fredmorcos/ci-verbose-logging
Fred Morcos [Tue, 23 Jan 2024 12:30:30 +0000 (13:30 +0100)] 
Merge pull request #13733 from fredmorcos/ci-verbose-logging

CI: Enable verbose logging to catch errors within logging macros

18 months agoMerge pull request #13723 from chbruyand/dnsname-position-types
Remi Gacogne [Tue, 23 Jan 2024 11:02:18 +0000 (12:02 +0100)] 
Merge pull request #13723 from chbruyand/dnsname-position-types

DNSName: correct len and offset types

18 months agoMerge pull request #13701 from omoerbeek/rec-rpz-refactor
Otto Moerbeek [Tue, 23 Jan 2024 10:17:50 +0000 (11:17 +0100)] 
Merge pull request #13701 from omoerbeek/rec-rpz-refactor

rec: RPZ from primary refactor and allow notifies for RPZs

18 months agodnsdist: Update Quiche to 0.20.0 13736/head
Remi Gacogne [Tue, 23 Jan 2024 09:11:34 +0000 (10:11 +0100)] 
dnsdist: Update Quiche to 0.20.0

This fixes CVE-2023-6193, in addition to smaller fixes.

18 months agoCI: Enable verbose logging to catch errors withing DLOG macros 13733/head
Fred Morcos [Mon, 22 Jan 2024 21:25:14 +0000 (22:25 +0100)] 
CI: Enable verbose logging to catch errors withing DLOG macros

18 months agoMake the refresh 1 again, to work around the new rate limiting 13701/head
Otto Moerbeek [Tue, 23 Jan 2024 09:22:11 +0000 (10:22 +0100)] 
Make the refresh 1 again, to work around the new rate limiting

18 months agoMerge pull request #13735 from rgacogne/ddist-coverity-20240123
Remi Gacogne [Tue, 23 Jan 2024 09:08:59 +0000 (10:08 +0100)] 
Merge pull request #13735 from rgacogne/ddist-coverity-20240123

dnsdist: Move the console socket instead of copying it

18 months agodnsname: remove unnecessary cast as suggested by Otto 13723/head
Charles-Henri Bruyand [Tue, 23 Jan 2024 08:42:01 +0000 (09:42 +0100)] 
dnsname: remove unnecessary cast as suggested by Otto

18 months agodnsdist: Move the console socket instead of copying it 13735/head
Remi Gacogne [Tue, 23 Jan 2024 07:51:45 +0000 (08:51 +0100)] 
dnsdist: Move the console socket instead of copying it

Reported by Coverity as CID 414105. We don't really care about the
performance impact but other tools are "helpfully" reporting this
kind of missed optimizations, so let's not waste our time.

18 months agoMerge pull request #13731 from fredmorcos/dnsbackend-cleanup
Remi Gacogne [Tue, 23 Jan 2024 07:27:37 +0000 (08:27 +0100)] 
Merge pull request #13731 from fredmorcos/dnsbackend-cleanup

Cleanup & format `dnsbackend.cc/.hh`

18 months agoMerge pull request #13734 from fredmorcos/fix-dnsproxy
Remi Gacogne [Tue, 23 Jan 2024 07:21:50 +0000 (08:21 +0100)] 
Merge pull request #13734 from fredmorcos/fix-dnsproxy

Fix compilation errors in `dnsproxy.cc` due to unused macro

18 months agoMerge pull request #13732 from fredmorcos/cleanup-sha-digests
Remi Gacogne [Tue, 23 Jan 2024 07:21:18 +0000 (08:21 +0100)] 
Merge pull request #13732 from fredmorcos/cleanup-sha-digests

Cleanup `sha.hh` and `digests.hh`

18 months agoFix compilation of dnsproxy.cc due to unused macro 13734/head
Fred Morcos [Mon, 22 Jan 2024 23:29:09 +0000 (00:29 +0100)] 
Fix compilation of dnsproxy.cc due to unused macro

18 months agoCleanup pdns/digests.hh 13732/head
Fred Morcos [Mon, 22 Jan 2024 14:19:13 +0000 (15:19 +0100)] 
Cleanup pdns/digests.hh

18 months agoFormat test-digests_hh.cc
Fred Morcos [Mon, 22 Jan 2024 14:18:34 +0000 (15:18 +0100)] 
Format test-digests_hh.cc

18 months agoClean up pdns/sha.hh
Fred Morcos [Mon, 22 Jan 2024 14:11:47 +0000 (15:11 +0100)] 
Clean up pdns/sha.hh

18 months agoFormat test-sha_hh.cc
Fred Morcos [Mon, 22 Jan 2024 14:10:50 +0000 (15:10 +0100)] 
Format test-sha_hh.cc

18 months agoFixup dnsbackend.cc and dnsbackend.hh 13731/head
Fred Morcos [Mon, 15 Jan 2024 15:19:48 +0000 (16:19 +0100)] 
Fixup dnsbackend.cc and dnsbackend.hh

18 months agoFormat dnsbackend.hh and dnsbackend.cc
Fred Morcos [Mon, 15 Jan 2024 15:00:54 +0000 (16:00 +0100)] 
Format dnsbackend.hh and dnsbackend.cc

18 months agoRate limit the notifies per zone to max 1 per 5 sec (less if refresh is lower)
Otto Moerbeek [Mon, 22 Jan 2024 14:13:35 +0000 (15:13 +0100)] 
Rate limit the notifies per zone to max 1 per 5 sec (less if refresh is lower)

18 months agoProcess comments from review by @rgacogne, thanks!
Otto Moerbeek [Mon, 22 Jan 2024 12:33:32 +0000 (13:33 +0100)] 
Process comments from review by @rgacogne, thanks!

18 months agoProcess comments from review by @rgacogne, thanks! 13504/head
Otto Moerbeek [Mon, 22 Jan 2024 12:25:52 +0000 (13:25 +0100)] 
Process comments from review by @rgacogne, thanks!

18 months agoMerge pull request #13702 from omoerbeek/rec-log-ref-wrapper
Otto Moerbeek [Mon, 22 Jan 2024 12:20:03 +0000 (13:20 +0100)] 
Merge pull request #13702 from omoerbeek/rec-log-ref-wrapper

rec: use ref wrapper instead of raw pointer in variant

18 months agoMerge pull request #13728 from paddg/patch-1
Otto Moerbeek [Mon, 22 Jan 2024 12:13:14 +0000 (13:13 +0100)] 
Merge pull request #13728 from paddg/patch-1

STDOUT instead of STDERR. Probably a typo.

18 months agoMerge pull request #13725 from chbruyand/auth-tinydnsbackend-build
Peter van Dijk [Mon, 22 Jan 2024 10:58:48 +0000 (11:58 +0100)] 
Merge pull request #13725 from chbruyand/auth-tinydnsbackend-build

auth: fix tinydnsbackend compilation issue

18 months agoMerge pull request #13729 from Habbie/13633-avoid-copy
Peter van Dijk [Mon, 22 Jan 2024 09:11:41 +0000 (10:11 +0100)] 
Merge pull request #13729 from Habbie/13633-avoid-copy

getAllDomains catalog: avoid useless copy

18 months agoMerge pull request #13650 from rgacogne/ddist-sym-libcrypto
Remi Gacogne [Mon, 22 Jan 2024 08:23:52 +0000 (09:23 +0100)] 
Merge pull request #13650 from rgacogne/ddist-sym-libcrypto

dnsdist: Fall back to libcrypto for authenticated encryption

18 months agoFix test by updating expected_result 13728/head
Winfried Angele [Mon, 22 Jan 2024 07:41:29 +0000 (08:41 +0100)] 
Fix test by updating expected_result

18 months agoMerge pull request #13727 from rgacogne/coverity-20240119
Otto Moerbeek [Mon, 22 Jan 2024 07:26:25 +0000 (08:26 +0100)] 
Merge pull request #13727 from rgacogne/coverity-20240119

dnsdist, rec: Fix missed optimizations reported by Coverity

18 months agoMerge pull request #13722 from Habbie/createforward-word-prefix
Peter van Dijk [Fri, 19 Jan 2024 15:44:27 +0000 (16:44 +0100)] 
Merge pull request #13722 from Habbie/createforward-word-prefix

auth LUA createForward: allow non-hex word prefix

18 months agogetAllDomains catalog: avoid useless copy 13729/head
Peter van Dijk [Fri, 19 Jan 2024 14:26:21 +0000 (15:26 +0100)] 
getAllDomains catalog: avoid useless copy

18 months agobit of formatting 13722/head
Peter van Dijk [Fri, 19 Jan 2024 13:44:35 +0000 (14:44 +0100)] 
bit of formatting

18 months agoreference instead of copy, and move some code for clarity
Peter van Dijk [Fri, 19 Jan 2024 13:41:18 +0000 (14:41 +0100)] 
reference instead of copy, and move some code for clarity

18 months agoMerge pull request #12891 from Habbie/upgrading-el9-sha1
Peter van Dijk [Fri, 19 Jan 2024 12:38:26 +0000 (13:38 +0100)] 
Merge pull request #12891 from Habbie/upgrading-el9-sha1

auth docs: add note about EL9 and SHA1

18 months agoMerge pull request #13633 from Habbie/gsql-alldomains-catalog
Peter van Dijk [Fri, 19 Jan 2024 12:35:15 +0000 (13:35 +0100)] 
Merge pull request #13633 from Habbie/gsql-alldomains-catalog

auth: set catalog in gsql getAllDomains

18 months agoSTDOUT instead of STDERR. Probably a typo.
Winfried Angele [Fri, 19 Jan 2024 12:07:53 +0000 (13:07 +0100)] 
STDOUT instead of STDERR. Probably a typo.

It's not an error message.

18 months agonote changed query in updating.rst 13633/head
Peter van Dijk [Fri, 19 Jan 2024 12:01:36 +0000 (13:01 +0100)] 
note changed query in updating.rst

18 months agodnsname: tidy some implicit conversion
Charles-Henri Bruyand [Fri, 19 Jan 2024 10:47:16 +0000 (11:47 +0100)] 
dnsname: tidy some implicit conversion

18 months agodnsname: clang-tidy fix a few missing braces
Charles-Henri Bruyand [Fri, 19 Jan 2024 09:24:01 +0000 (10:24 +0100)] 
dnsname: clang-tidy fix a few missing braces

18 months agodnsname: move len and offset from int to size_t
Charles-Henri Bruyand [Thu, 18 Jan 2024 12:50:44 +0000 (13:50 +0100)] 
dnsname: move len and offset from int to size_t

18 months agodnsdist: Fix a missed optimization reported by Coverity 13727/head
Remi Gacogne [Fri, 19 Jan 2024 07:55:04 +0000 (08:55 +0100)] 
dnsdist: Fix a missed optimization reported by Coverity

18 months agodnstap: Fix a missed optimization reported by Coverity
Remi Gacogne [Fri, 19 Jan 2024 07:54:37 +0000 (08:54 +0100)] 
dnstap: Fix a missed optimization reported by Coverity

18 months agoMerge pull request #13726 from PowerDNS/dependabot/github_actions/actions/cache-4
Remi Gacogne [Fri, 19 Jan 2024 07:52:32 +0000 (08:52 +0100)] 
Merge pull request #13726 from PowerDNS/dependabot/github_actions/actions/cache-4

build(deps): bump actions/cache from 3 to 4

18 months agoMerge pull request #13649 from chbruyand/auth-delay-notifications
Charles-Henri Bruyand [Thu, 18 Jan 2024 18:46:39 +0000 (19:46 +0100)] 
Merge pull request #13649 from chbruyand/auth-delay-notifications

auth: add a configurable delay for notifications

18 months agoauth: document new delay-notifications setting 13649/head
Charles-Henri Bruyand [Thu, 18 Jan 2024 15:29:41 +0000 (16:29 +0100)] 
auth: document new delay-notifications setting

18 months agoauth: a bit of tidy
Charles-Henri Bruyand [Mon, 18 Dec 2023 13:53:04 +0000 (14:53 +0100)] 
auth: a bit of tidy

18 months agoauth: reformat communicator.hh and communicator.cc
Charles-Henri Bruyand [Mon, 18 Dec 2023 13:43:22 +0000 (14:43 +0100)] 
auth: reformat communicator.hh and communicator.cc

18 months agobuild(deps): bump actions/cache from 3 to 4 13726/head
dependabot[bot] [Thu, 18 Jan 2024 15:21:24 +0000 (15:21 +0000)] 
build(deps): bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
18 months agoauth: fix tinydnsbackend compilation issue 13725/head
Charles-Henri Bruyand [Thu, 18 Jan 2024 15:13:49 +0000 (16:13 +0100)] 
auth: fix tinydnsbackend compilation issue

18 months agoMerge pull request #13716 from chbruyand/dnsdist-protocol-logging
Remi Gacogne [Thu, 18 Jan 2024 13:59:55 +0000 (14:59 +0100)] 
Merge pull request #13716 from chbruyand/dnsdist-protocol-logging

dnsdist: properly set protocol when logging

18 months agoMerge pull request #13481 from berthubert/lua-localwho
Peter van Dijk [Thu, 18 Jan 2024 11:43:33 +0000 (12:43 +0100)] 
Merge pull request #13481 from berthubert/lua-localwho

Add and document a `localwho()` function for LUA records

18 months agodnsdist: revert some clang-tidy related changes 13716/head
Charles-Henri Bruyand [Thu, 18 Jan 2024 10:44:36 +0000 (11:44 +0100)] 
dnsdist: revert some clang-tidy related changes

18 months agoMerge pull request #13719 from omoerbeek/rec-coverity-20240116
Remi Gacogne [Thu, 18 Jan 2024 09:30:05 +0000 (10:30 +0100)] 
Merge pull request #13719 from omoerbeek/rec-coverity-20240116

rec: coverity 20240116

18 months agoMerge pull request #13555 from neheb/clann
Remi Gacogne [Thu, 18 Jan 2024 08:33:27 +0000 (09:33 +0100)] 
Merge pull request #13555 from neheb/clann

clang-tidy cleanups

18 months agodnsdist: test protobuf protocols for DoHTTP/3 and DoQ
Charles-Henri Bruyand [Wed, 17 Jan 2024 14:51:22 +0000 (15:51 +0100)] 
dnsdist: test protobuf protocols for DoHTTP/3 and DoQ

18 months agodnsmessage.proto: fix naming consistency
Charles-Henri Bruyand [Wed, 17 Jan 2024 14:50:26 +0000 (15:50 +0100)] 
dnsmessage.proto: fix naming consistency

18 months agodnsdist: add a test for new protobuf field httpVersion
Charles-Henri Bruyand [Wed, 17 Jan 2024 12:05:18 +0000 (13:05 +0100)] 
dnsdist: add a test for new protobuf field httpVersion

18 months agodnsdist: clang-tidy fixes
Charles-Henri Bruyand [Tue, 16 Jan 2024 18:07:56 +0000 (19:07 +0100)] 
dnsdist: clang-tidy fixes

18 months agoMerge pull request #13720 from Habbie/builder-update-fakeroot
Peter van Dijk [Tue, 16 Jan 2024 18:07:08 +0000 (19:07 +0100)] 
Merge pull request #13720 from Habbie/builder-update-fakeroot

pdns-builder: update to newest, removes fakeroot usage

18 months agoalso recognise uppercase hex
Peter van Dijk [Tue, 16 Jan 2024 16:20:04 +0000 (17:20 +0100)] 
also recognise uppercase hex

18 months agoRevert "Debian Trixie builder: install fakeroot pkg" 13720/head
Peter van Dijk [Tue, 16 Jan 2024 15:46:45 +0000 (16:46 +0100)] 
Revert "Debian Trixie builder: install fakeroot pkg"

This reverts commit a902e392a38905bec709468a6ebd26902a6c255a.

18 months agofix false check positive on modified submodule
Peter van Dijk [Tue, 16 Jan 2024 15:41:08 +0000 (16:41 +0100)] 
fix false check positive on modified submodule

18 months agotidy: this function is not really complex, just long
Peter van Dijk [Tue, 16 Jan 2024 14:45:07 +0000 (15:45 +0100)] 
tidy: this function is not really complex, just long

18 months agotidy: use .empty()
Peter van Dijk [Tue, 16 Jan 2024 14:15:13 +0000 (15:15 +0100)] 
tidy: use .empty()

18 months agotidy: fix short variable name
Peter van Dijk [Tue, 16 Jan 2024 14:14:56 +0000 (15:14 +0100)] 
tidy: fix short variable name

18 months agotidy: avoid pointer math
Peter van Dijk [Tue, 16 Jan 2024 14:14:28 +0000 (15:14 +0100)] 
tidy: avoid pointer math

18 months agosmall refactor
Peter van Dijk [Tue, 16 Jan 2024 14:10:36 +0000 (15:10 +0100)] 
small refactor

18 months agoauth LUA createForward: allow non-hex word prefix
Peter van Dijk [Tue, 16 Jan 2024 14:08:36 +0000 (15:08 +0100)] 
auth LUA createForward: allow non-hex word prefix

18 months agopdns-builder: update to newest, removes fakeroot usage
Peter van Dijk [Tue, 16 Jan 2024 11:42:57 +0000 (12:42 +0100)] 
pdns-builder: update to newest, removes fakeroot usage

18 months ago1524944 Use of 32-bit time_t 13719/head
Otto Moerbeek [Tue, 16 Jan 2024 08:53:41 +0000 (09:53 +0100)] 
1524944 Use of 32-bit time_t

18 months ago1524911 Use of 32-bit time_t
Otto Moerbeek [Tue, 16 Jan 2024 08:53:21 +0000 (09:53 +0100)] 
1524911 Use of 32-bit time_t

18 months ago1524889 COPY_INSTEAD_OF_MOVE
Otto Moerbeek [Tue, 16 Jan 2024 08:52:48 +0000 (09:52 +0100)] 
1524889 COPY_INSTEAD_OF_MOVE
1524930 COPY_INSTEAD_OF_MOVE

18 months agoformat pdns/dnsdist-lua-actions.cc pdns/dnsdist-protobuf.cc pdns/dnsdist-protobuf...
Charles-Henri Bruyand [Mon, 15 Jan 2024 16:57:19 +0000 (17:57 +0100)] 
format pdns/dnsdist-lua-actions.cc pdns/dnsdist-protobuf.cc pdns/dnsdist-protobuf.hh pdns/dnstap.cc pdns/dnstap.hh

18 months agodnsdist: properly set protocol for dnstap and protobuf logging when using DoQ or...
Charles-Henri Bruyand [Mon, 15 Jan 2024 16:56:44 +0000 (17:56 +0100)] 
dnsdist: properly set protocol for dnstap and protobuf logging when using DoQ or DoH3

18 months agoMerge pull request #13706 from omoerbeek/rec-coverity-20240112 13721/head
Otto Moerbeek [Mon, 15 Jan 2024 11:02:31 +0000 (12:02 +0100)] 
Merge pull request #13706 from omoerbeek/rec-coverity-20240112

Fix a few coverity reports

18 months agoMerge pull request #13711 from omoerbeek/snmp-cleanup
Otto Moerbeek [Mon, 15 Jan 2024 10:21:57 +0000 (11:21 +0100)] 
Merge pull request #13711 from omoerbeek/snmp-cleanup

rec: Cleanup of code doing SNMP OID handling

18 months agoFix typos in annotations: 1524912 COPY_INSTEAD_OF_MOVE and 1524842 COPY_INSTEAD_OF_MOVE 13706/head
Otto Moerbeek [Fri, 12 Jan 2024 10:27:57 +0000 (11:27 +0100)] 
Fix typos in annotations: 1524912 COPY_INSTEAD_OF_MOVE and 1524842 COPY_INSTEAD_OF_MOVE

18 months agoMerge pull request #13654 from zeha/rec-make-outoftree
Otto Moerbeek [Mon, 15 Jan 2024 10:19:36 +0000 (11:19 +0100)] 
Merge pull request #13654 from zeha/rec-make-outoftree

rec: allow out-of-tree builds

18 months agoMerge pull request #13713 from chbruyand/dnsdist-issue-13690
Remi Gacogne [Mon, 15 Jan 2024 09:07:04 +0000 (10:07 +0100)] 
Merge pull request #13713 from chbruyand/dnsdist-issue-13690

dnsdist: DoH3 add content-type header information in responses

18 months agoMerge pull request #13714 from spheron1/patch-1
Peter van Dijk [Mon, 15 Jan 2024 08:55:00 +0000 (09:55 +0100)] 
Merge pull request #13714 from spheron1/patch-1

Fix country()/countryCode() mixup in example Lua Record documentation

18 months agoFix country()/countryCode() mixup in example Lua Record 13714/head
Edward Dore [Sun, 14 Jan 2024 11:22:29 +0000 (11:22 +0000)] 
Fix country()/countryCode() mixup in example Lua Record

The country() function returns true if the country code for the query source IP address matches the country code passed to the function.
The countryCode() function doesn't take any arguments and just returns the country code of the query source IP address.

For this example, we're checking if the country for the query source IP address is "US" and expecting a true/false response, so country() is the correct function to use.
Alternatively, this would be something like "if countryCode() == 'US' then return...".

18 months agoUpdate pdns/dnsdistdist/doh3.cc 13713/head
Charles-Henri Bruyand [Fri, 12 Jan 2024 18:23:36 +0000 (19:23 +0100)] 
Update pdns/dnsdistdist/doh3.cc

Co-authored-by: Remi Gacogne <github@coredump.fr>
18 months agodnsdist: add content-type header information in http/3 responses, add relayed respons...
Charles-Henri Bruyand [Fri, 12 Jan 2024 15:08:00 +0000 (16:08 +0100)] 
dnsdist: add content-type header information in http/3 responses, add relayed response size in http/3 vinfologs

18 months agoMerge pull request #13580 from Habbie/ubuntu-noble
Peter van Dijk [Fri, 12 Jan 2024 13:58:03 +0000 (14:58 +0100)] 
Merge pull request #13580 from Habbie/ubuntu-noble

add ubuntu-noble build target and test it daily

18 months agoCleanup of code doing SNMP OID handling 13711/head
Otto Moerbeek [Fri, 12 Jan 2024 13:16:08 +0000 (14:16 +0100)] 
Cleanup of code doing SNMP OID handling

18 months agoMerge pull request #13707 from Habbie/auth-4.9.0-alpha1-docs
Peter van Dijk [Fri, 12 Jan 2024 13:02:53 +0000 (14:02 +0100)] 
Merge pull request #13707 from Habbie/auth-4.9.0-alpha1-docs

docs&secpoll for auth-4.9.0-alpha1

18 months agodocs&secpoll for auth-4.9.0-alpha1 13707/head
Peter van Dijk [Fri, 12 Jan 2024 10:43:50 +0000 (11:43 +0100)] 
docs&secpoll for auth-4.9.0-alpha1

18 months ago1524908 Use of auto that causes a copy
Otto Moerbeek [Fri, 12 Jan 2024 10:22:06 +0000 (11:22 +0100)] 
1524908 Use of auto that causes a copy

18 months ago1524920 COPY_INSTEAD_OF_MOVE
Otto Moerbeek [Fri, 12 Jan 2024 09:42:13 +0000 (10:42 +0100)] 
1524920 COPY_INSTEAD_OF_MOVE

18 months ago1524930 COPY_INSTEAD_OF_MOVE
Otto Moerbeek [Fri, 12 Jan 2024 09:40:37 +0000 (10:40 +0100)] 
1524930 COPY_INSTEAD_OF_MOVE

18 months agoDocs
Otto Moerbeek [Fri, 12 Jan 2024 09:23:41 +0000 (10:23 +0100)] 
Docs

18 months ago1531280 COPY_INSTEAD_OF_MOVE
Otto Moerbeek [Fri, 12 Jan 2024 09:32:49 +0000 (10:32 +0100)] 
1531280 COPY_INSTEAD_OF_MOVE

18 months ago1528464 COPY_INSTEAD_OF_MOVE
Otto Moerbeek [Fri, 12 Jan 2024 09:27:59 +0000 (10:27 +0100)] 
1528464 COPY_INSTEAD_OF_MOVE

18 months agoAdd test, only clear cache if the notify wasn't for an RPZ
Otto Moerbeek [Fri, 12 Jan 2024 08:50:00 +0000 (09:50 +0100)] 
Add test, only clear cache if the notify wasn't for an RPZ

18 months agoTidy
Otto Moerbeek [Fri, 12 Jan 2024 08:07:22 +0000 (09:07 +0100)] 
Tidy