]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
6 months agoPrep for rec-5.0.0-beta1 13475/head
Otto Moerbeek [Fri, 10 Nov 2023 09:39:36 +0000 (10:39 +0100)] 
Prep for rec-5.0.0-beta1

6 months agoMerge pull request #13468 from omoerbeek/rec-ubsan-settings rec-5.0.0-beta1
Otto Moerbeek [Fri, 10 Nov 2023 09:22:34 +0000 (10:22 +0100)] 
Merge pull request #13468 from omoerbeek/rec-ubsan-settings

rec: fix ubsan error: using a value of 80 for bool

6 months agorec: fix settings/cxxsupport.cc:525:40: runtime error: load of value 80, which is... 13468/head
Otto Moerbeek [Wed, 8 Nov 2023 15:35:43 +0000 (16:35 +0100)] 
rec: fix settings/cxxsupport.cc:525:40: runtime error: load of value 80, which is not a valid value for type 'bool'

Mostly harmless

6 months agoMerge pull request #13462 from omoerbeek/rec-rpz-mem2
Otto Moerbeek [Fri, 10 Nov 2023 06:39:15 +0000 (07:39 +0100)] 
Merge pull request #13462 from omoerbeek/rec-rpz-mem2

rec: be more memory efficient handling RPZ updates

6 months agoMerge pull request #13436 from rgacogne/ddist-doc-getStatisticsCounters
Remi Gacogne [Thu, 9 Nov 2023 15:33:27 +0000 (16:33 +0100)] 
Merge pull request #13436 from rgacogne/ddist-doc-getStatisticsCounters

dnsdist: Document getStatisticsCounters()

6 months agoMerge pull request #13472 from rgacogne/ddist-doq-latencies
Remi Gacogne [Thu, 9 Nov 2023 14:37:43 +0000 (15:37 +0100)] 
Merge pull request #13472 from rgacogne/ddist-doq-latencies

dnsdist: Add missing DoQ latency metrics

6 months agoMerge pull request #13437 from rgacogne/ddist-require-quiche-0.15.0
Remi Gacogne [Thu, 9 Nov 2023 14:32:32 +0000 (15:32 +0100)] 
Merge pull request #13437 from rgacogne/ddist-require-quiche-0.15.0

dnsdist: Require Quiche >= 0.15.0

6 months agodnsdist: Add missing DoQ latency metrics 13472/head
Remi Gacogne [Thu, 9 Nov 2023 08:06:30 +0000 (09:06 +0100)] 
dnsdist: Add missing DoQ latency metrics

6 months agoMerge pull request #13464 from omoerbeek/rec-edns-errors-default
Otto Moerbeek [Wed, 8 Nov 2023 15:39:01 +0000 (16:39 +0100)] 
Merge pull request #13464 from omoerbeek/rec-edns-errors-default

rec: change default of extended-resolution-errors setting to true

6 months agorec: change default of extended-resolution-errors setting to true 13464/head
Otto Moerbeek [Wed, 8 Nov 2023 12:54:19 +0000 (13:54 +0100)] 
rec: change default of extended-resolution-errors setting to true

6 months agoMerge pull request #13455 from omoerbeek/rec-settings-cats
Otto Moerbeek [Wed, 8 Nov 2023 11:07:58 +0000 (12:07 +0100)] 
Merge pull request #13455 from omoerbeek/rec-settings-cats

rec: move a few settings from recursor to outgoing section

6 months agorec: be more memory efficient handling RPZ reloads 13462/head
Otto Moerbeek [Wed, 8 Nov 2023 10:05:49 +0000 (11:05 +0100)] 
rec: be more memory efficient handling RPZ reloads

There were two things non-optimal:

- The old zone contents is being kept in memory during a sleep for the
next iteration and then thrown away. Fix: throw away before the sleep.

- The Lua config is kept alive. This causes refs to old config
data to stay around until all RPZ threads have cleared that config.
Fix that by making the config loop-local and load it after the sleep
call.

Above claims confirmed by adding some debug code showing the ref counts
for a config with many RPZs.

6 months agoMerge pull request #13457 from omoerbeek/rec-prep-4.9.2
Otto Moerbeek [Wed, 8 Nov 2023 09:26:36 +0000 (10:26 +0100)] 
Merge pull request #13457 from omoerbeek/rec-prep-4.9.2

rec: Prep for rec-4.9.2

6 months agoMerge pull request #13458 from omoerbeek/rec-sdist-install-rust
Otto Moerbeek [Tue, 7 Nov 2023 12:19:12 +0000 (13:19 +0100)] 
Merge pull request #13458 from omoerbeek/rec-sdist-install-rust

rec: Install cargo for the sdist step as well now that configure expects it

6 months agoInstall cargo for the sdist step as well now that configure expects it 13458/head
Otto Moerbeek [Tue, 7 Nov 2023 10:39:53 +0000 (11:39 +0100)] 
Install cargo for the sdist step as well now that configure expects it

6 months agoMerge pull request #13452 from omoerbeek/rec-docs-dup-in-vector
Otto Moerbeek [Tue, 7 Nov 2023 08:14:03 +0000 (09:14 +0100)] 
Merge pull request #13452 from omoerbeek/rec-docs-dup-in-vector

rec: duplicates in YAML vectors have setting specific effects

6 months agoMerge pull request #13454 from omoerbeek/warnings-followup
Fred Morcos [Mon, 6 Nov 2023 21:42:13 +0000 (22:42 +0100)] 
Merge pull request #13454 from omoerbeek/warnings-followup

Followup to 13442: avoid some warnings

6 months agorec: move a few settings from recursor to outgoing section 13455/head
Otto Moerbeek [Mon, 6 Nov 2023 15:33:55 +0000 (16:33 +0100)] 
rec: move a few settings from recursor to outgoing section

6 months agoAvoid using a clang specific -Wxxx, go for a more general one that exists 13454/head
Otto Moerbeek [Mon, 6 Nov 2023 14:57:00 +0000 (15:57 +0100)] 
Avoid using a clang specific -Wxxx, go for a more general one that exists
both in gcc and clang

6 months agoUse #pragma option GCC to avoid warnings, it covers both clang and gcc
Otto Moerbeek [Mon, 6 Nov 2023 14:02:24 +0000 (15:02 +0100)] 
Use #pragma option GCC to avoid warnings, it covers both clang and gcc

6 months agorec: duplicates in YAML vectors have setting specific effects 13452/head
Otto Moerbeek [Mon, 6 Nov 2023 12:19:14 +0000 (13:19 +0100)] 
rec: duplicates in YAML vectors have setting specific effects

Fixes #12235

6 months agoPrep for rec-4.9.2 13457/head
Otto Moerbeek [Mon, 6 Nov 2023 11:59:39 +0000 (12:59 +0100)] 
Prep for rec-4.9.2

6 months agoMerge pull request #13446 from omoerbeek/rec-slogging-port
Otto Moerbeek [Mon, 6 Nov 2023 10:21:48 +0000 (11:21 +0100)] 
Merge pull request #13446 from omoerbeek/rec-slogging-port

rec: for structured logging always log addresses including port

6 months agoMerge pull request #13445 from rgacogne/ddist-dolog-forward
Remi Gacogne [Mon, 6 Nov 2023 09:36:05 +0000 (10:36 +0100)] 
Merge pull request #13445 from rgacogne/ddist-dolog-forward

dnsdist: Fix Coverity CID 1523748: Performance inefficiencies in dolog.hh

6 months agoMerge pull request #13438 from omoerbeek/rec-conf-cargo
Otto Moerbeek [Mon, 6 Nov 2023 08:54:57 +0000 (09:54 +0100)] 
Merge pull request #13438 from omoerbeek/rec-conf-cargo

rec: Teach configure to check for cargo version and require >= 1.64

6 months agoTypo in comment 13446/head
Otto Moerbeek [Mon, 6 Nov 2023 08:44:55 +0000 (09:44 +0100)] 
Typo in comment

Co-authored-by: Remi Gacogne <github@coredump.fr>
6 months agodnsdist: Better fix for CID 1523748, args does not have to be mutable 13445/head
Remi Gacogne [Mon, 6 Nov 2023 08:22:49 +0000 (09:22 +0100)] 
dnsdist: Better fix for CID 1523748, args does not have to be mutable

6 months agoMerge pull request #13342 from rgacogne/ddist-dbrg-remove-range
Remi Gacogne [Fri, 3 Nov 2023 14:32:43 +0000 (15:32 +0100)] 
Merge pull request #13342 from rgacogne/ddist-dbrg-remove-range

dnsdist: Add a DynBlockRulesGroup:removeRange() binding

6 months agoMerge pull request #13344 from rgacogne/ddist-doc-stek-rotation-frontends
Remi Gacogne [Fri, 3 Nov 2023 14:32:34 +0000 (15:32 +0100)] 
Merge pull request #13344 from rgacogne/ddist-doc-stek-rotation-frontends

dnsdist: More words on TLS session encryption keys setup and rotation

6 months agoMerge pull request #13226 from fredmorcos/ueberbackend-cleanup
Fred Morcos [Fri, 3 Nov 2023 11:02:33 +0000 (12:02 +0100)] 
Merge pull request #13226 from fredmorcos/ueberbackend-cleanup

Cleanup `ueberbackend.cc` a bit

6 months agorec: for structured logging always log addresses including port
Otto Moerbeek [Fri, 3 Nov 2023 08:42:06 +0000 (09:42 +0100)] 
rec: for structured logging always log addresses including port

As documented. The way this is done is by defined a specific
log function if SL is used. Could potentially be used for other
cases.

6 months agoMerge pull request #13443 from omoerbeek/rec-coverity-20231101
Otto Moerbeek [Fri, 3 Nov 2023 07:38:57 +0000 (08:38 +0100)] 
Merge pull request #13443 from omoerbeek/rec-coverity-20231101

rec: fix coverity 1523746 and 1523745

6 months agoMerge pull request #13442 from omoerbeek/warning-cleanup
Otto Moerbeek [Fri, 3 Nov 2023 07:38:42 +0000 (08:38 +0100)] 
Merge pull request #13442 from omoerbeek/warning-cleanup

Kill a bunch of warnings emitted by clang

6 months agoMerge pull request #13405 from rgacogne/update-slsa-generator
Remi Gacogne [Thu, 2 Nov 2023 10:02:26 +0000 (11:02 +0100)] 
Merge pull request #13405 from rgacogne/update-slsa-generator

build-packages: Update the version of the generic SLSA generator

6 months agodnsdist: Fix Coverity CID 1523748: Performance inefficiencies in dolog.hh
Remi Gacogne [Thu, 2 Nov 2023 08:40:21 +0000 (09:40 +0100)] 
dnsdist: Fix Coverity CID 1523748: Performance inefficiencies in dolog.hh

Coverity reports:
```
Performance inefficiencies (COPY_INSTEAD_OF_MOVE): "args" is
passed-by-value as parameter to "dolog" when it could be moved instead.
```
This PR implements perfect forwarding for the variadic template parameters
of DNSdist's logging methods to address it, even though the performance of
these functions should not matter much.

6 months agorec: fix coverity 1523746 and 1523745 13443/head
Otto Moerbeek [Wed, 1 Nov 2023 15:07:11 +0000 (16:07 +0100)] 
rec: fix coverity 1523746 and 1523745

Fixing a use_after_move and a copy_instead_of_move

6 months agoTidy 13442/head
Otto Moerbeek [Wed, 1 Nov 2023 14:55:57 +0000 (15:55 +0100)] 
Tidy

6 months agoKill a bunch of warnings emitted by clang
Otto Moerbeek [Wed, 1 Nov 2023 12:24:55 +0000 (13:24 +0100)] 
Kill a bunch of warnings emitted by clang

A few are coming from boost, I disabled those by adding #pragma's

6 months agoMerge pull request #13439 from Habbie/auth-py-pytest
Peter van Dijk [Wed, 1 Nov 2023 09:24:43 +0000 (10:24 +0100)] 
Merge pull request #13439 from Habbie/auth-py-pytest

auth-py tests: switch to pytest

6 months agoMerge pull request #13385 from omoerbeek/assorted-delint20231017
Otto Moerbeek [Tue, 31 Oct 2023 15:19:10 +0000 (16:19 +0100)] 
Merge pull request #13385 from omoerbeek/assorted-delint20231017

Assorted delinting, mark do while loops as ok

6 months agoauth-py tests: switch to pytest 13439/head
Peter van Dijk [Tue, 31 Oct 2023 14:43:19 +0000 (15:43 +0100)] 
auth-py tests: switch to pytest

6 months agorec: Teach configure to check for cargo version and require >= 1.64 13438/head
Otto Moerbeek [Tue, 31 Oct 2023 11:07:33 +0000 (12:07 +0100)] 
rec: Teach configure to check for cargo version and require >= 1.64

6 months agoMerge pull request #13435 from rgacogne/coverity-fixes
Remi Gacogne [Tue, 31 Oct 2023 11:02:34 +0000 (12:02 +0100)] 
Merge pull request #13435 from rgacogne/coverity-fixes

Fix a few coverity warnings

6 months agoMerge pull request #13414 from rgacogne/clang-tidy-with-codeql
Remi Gacogne [Tue, 31 Oct 2023 11:01:24 +0000 (12:01 +0100)] 
Merge pull request #13414 from rgacogne/clang-tidy-with-codeql

CI: Move clang-tidy checks to the CodeQL workflow

6 months agoMark function argument using in DLOG() call as maybe_unused 13226/head
Fred Morcos [Tue, 31 Oct 2023 10:38:20 +0000 (11:38 +0100)] 
Mark function argument using in DLOG() call as maybe_unused

6 months agodnsdist: Require Quiche >= 0.15.0 13437/head
Remi Gacogne [Tue, 31 Oct 2023 10:05:03 +0000 (11:05 +0100)] 
dnsdist: Require Quiche >= 0.15.0

Based on the release notes the API we use did not change after that.

6 months agodnsdist: Document getStatisticsCounters() 13436/head
Remi Gacogne [Tue, 31 Oct 2023 09:57:05 +0000 (10:57 +0100)] 
dnsdist: Document getStatisticsCounters()

6 months agorec: Fix a warning from Coverity (CID 1522877) 13435/head
Remi Gacogne [Tue, 31 Oct 2023 09:45:23 +0000 (10:45 +0100)] 
rec: Fix a warning from Coverity (CID 1522877)

6 months agodnsdist: Silence a false positive reported by Coverity as CID 404742
Remi Gacogne [Tue, 31 Oct 2023 09:44:00 +0000 (10:44 +0100)] 
dnsdist: Silence a false positive reported by Coverity as CID 404742

6 months agoixfrdist: Default initialize the 'not implemented' metrics
Remi Gacogne [Tue, 31 Oct 2023 09:32:23 +0000 (10:32 +0100)] 
ixfrdist: Default initialize the 'not implemented' metrics

Reported by Coverity as CID 1504405.

6 months agoMerge pull request #13392 from omoerbeek/rec-sl-dict
Otto Moerbeek [Tue, 31 Oct 2023 09:25:43 +0000 (10:25 +0100)] 
Merge pull request #13392 from omoerbeek/rec-sl-dict

rec: Describe the keys and values produced by structured logging in more detail

6 months agoMerge pull request #13410 from omoerbeek/rec-cache-tidy
Otto Moerbeek [Tue, 31 Oct 2023 08:54:50 +0000 (09:54 +0100)] 
Merge pull request #13410 from omoerbeek/rec-cache-tidy

rec: tidy cache and only copy values if non-expired entry was found

6 months agoFix a few whitespace consistency issues 13392/head
Otto Moerbeek [Tue, 31 Oct 2023 08:35:20 +0000 (09:35 +0100)] 
Fix a few whitespace consistency issues

6 months agoMerge pull request #13409 from omoerbeek/rec-rootnxtrust-serve-stale
Otto Moerbeek [Tue, 31 Oct 2023 08:03:31 +0000 (09:03 +0100)] 
Merge pull request #13409 from omoerbeek/rec-rootnxtrust-serve-stale

rec: handle serve stale logic in getRootNXTrust()

6 months agotypo in comment 13410/head
Otto Moerbeek [Tue, 31 Oct 2023 07:59:40 +0000 (08:59 +0100)] 
typo in comment

Co-authored-by: Remi Gacogne <github@coredump.fr>
6 months agoMerge pull request #13381 from rgacogne/ddist-clean-up-nghttp2-no-doh
Remi Gacogne [Tue, 31 Oct 2023 07:34:55 +0000 (08:34 +0100)] 
Merge pull request #13381 from rgacogne/ddist-clean-up-nghttp2-no-doh

dnsdist: Fix the case where nghttp2 is available but DoH is disabled

7 months agoUse unique_ptr to backend in remotebackend tests
Fred Morcos [Mon, 30 Oct 2023 11:51:52 +0000 (12:51 +0100)] 
Use unique_ptr to backend in remotebackend tests

7 months agoGet rid of manual deletion of backends in UeberBackend
Fred Morcos [Sun, 29 Oct 2023 16:47:38 +0000 (17:47 +0100)] 
Get rid of manual deletion of backends in UeberBackend

7 months agoMerge pull request #13432 from omoerbeek/rec-mtasker-cet-followup
Otto Moerbeek [Mon, 30 Oct 2023 14:15:10 +0000 (15:15 +0100)] 
Merge pull request #13432 from omoerbeek/rec-mtasker-cet-followup

rec: Followup to #13430: also define CET_ENDBR on !amd64

7 months agotasks: Refactoring to abstract away the env variables 13414/head
Remi Gacogne [Mon, 30 Oct 2023 10:58:04 +0000 (11:58 +0100)] 
tasks: Refactoring to abstract away the env variables

7 months agoFollowup to #13430: also define CET_ENDBR on !amd64 13432/head
Otto Moerbeek [Mon, 30 Oct 2023 12:38:22 +0000 (13:38 +0100)] 
Followup to #13430: also define CET_ENDBR on !amd64

7 months agoMerge pull request #13430 from omoerbeek/rec-mtasker-cet
Otto Moerbeek [Mon, 30 Oct 2023 12:25:50 +0000 (13:25 +0100)] 
Merge pull request #13430 from omoerbeek/rec-mtasker-cet

rec: Add endbr64 instructions in the right spots for OpenBSD/amd64

7 months agoCleanup UeberBackend::searchRecords and ::searchResources
Fred Morcos [Sun, 29 Oct 2023 16:13:27 +0000 (17:13 +0100)] 
Cleanup UeberBackend::searchRecords and ::searchResources

This required more changes in other places to change maxResults from int to size_t.

7 months agoSome final UeberBackend cleanups
Fred Morcos [Sun, 29 Oct 2023 14:35:04 +0000 (15:35 +0100)] 
Some final UeberBackend cleanups

7 months agoAdd endbr64 instructions in the right spots for OpenBSD/amd64 13430/head
Otto Moerbeek [Mon, 30 Oct 2023 09:37:10 +0000 (10:37 +0100)] 
Add endbr64 instructions in the right spots for OpenBSD/amd64

OpenBSD has IBT (aka control flow enforcement) on amd64, for processor
models that support it. But it turns out that the existing endbr64
instructions in the boost assembly for context switching are not
enough: there needs to be endbr64 instructions right after the
jump_fcontext() call, as indirect branches end up there.

7 months agoMerge pull request #13416 from jsoref/doc-dnssec
Peter van Dijk [Mon, 30 Oct 2023 09:29:33 +0000 (10:29 +0100)] 
Merge pull request #13416 from jsoref/doc-dnssec

Minor doc tweaks

7 months agoMerge pull request #13421 from jsoref/resolve-list-completeness
Peter van Dijk [Mon, 30 Oct 2023 09:06:21 +0000 (10:06 +0100)] 
Merge pull request #13421 from jsoref/resolve-list-completeness

acknowledge everyone

7 months agoMerge pull request #13428 from zeha/catalog-doc-draft
Peter van Dijk [Mon, 30 Oct 2023 08:58:44 +0000 (09:58 +0100)] 
Merge pull request #13428 from zeha/catalog-doc-draft

auth doc: catalog: replace the word "draft"

7 months agoMerge pull request #13402 from rgacogne/ddist-coverity-install-quiche
Peter van Dijk [Mon, 30 Oct 2023 08:53:01 +0000 (09:53 +0100)] 
Merge pull request #13402 from rgacogne/ddist-coverity-install-quiche

misc-dailies: Install quiche for Coverity's DNSdist analysis

7 months agotasks: Apply another suggestion
Remi Gacogne [Mon, 30 Oct 2023 08:26:18 +0000 (09:26 +0100)] 
tasks: Apply another suggestion

7 months agotasks: Apply Fred's suggestion
Remi Gacogne [Mon, 30 Oct 2023 08:18:40 +0000 (09:18 +0100)] 
tasks: Apply Fred's suggestion

7 months agotasks: Apply Fred's suggestion (thanks!)
Remi Gacogne [Mon, 30 Oct 2023 08:12:57 +0000 (09:12 +0100)] 
tasks: Apply Fred's suggestion (thanks!)

Co-authored-by: Fred Morcos <fm@fredmorcos.com>
7 months agoClang-tidy: Document the workflow
Remi Gacogne [Mon, 23 Oct 2023 14:28:00 +0000 (16:28 +0200)] 
Clang-tidy: Document the workflow

7 months agoclang-tidy: Add markdown summary
Remi Gacogne [Mon, 23 Oct 2023 12:46:16 +0000 (14:46 +0200)] 
clang-tidy: Add markdown summary

7 months agoUse our own clang-tidy-diff.py
Remi Gacogne [Mon, 23 Oct 2023 09:44:01 +0000 (11:44 +0200)] 
Use our own clang-tidy-diff.py

7 months agoclang-tidy: Use --noprefix
Remi Gacogne [Mon, 23 Oct 2023 07:13:12 +0000 (09:13 +0200)] 
clang-tidy: Use --noprefix

7 months agoFix clang-tidy analysis
Remi Gacogne [Fri, 20 Oct 2023 15:32:10 +0000 (17:32 +0200)] 
Fix clang-tidy analysis

7 months agoLimit concurrency
Remi Gacogne [Fri, 13 Oct 2023 15:16:05 +0000 (17:16 +0200)] 
Limit concurrency

7 months agoCodeQL: Fix analysis
Remi Gacogne [Fri, 13 Oct 2023 11:22:14 +0000 (13:22 +0200)] 
CodeQL: Fix analysis

7 months agotasks: gcc 11.4 doesn't support `-Wstring-plus-int`
Remi Gacogne [Fri, 13 Oct 2023 10:37:27 +0000 (12:37 +0200)] 
tasks: gcc 11.4 doesn't support `-Wstring-plus-int`

7 months agotasks: Handle an empty sanitizers list
Remi Gacogne [Fri, 13 Oct 2023 10:30:08 +0000 (12:30 +0200)] 
tasks: Handle an empty sanitizers list

7 months agoCodeQL workflow: Upgrade to 22.04, clang-tidy 15
Remi Gacogne [Fri, 13 Oct 2023 10:08:41 +0000 (12:08 +0200)] 
CodeQL workflow: Upgrade to 22.04, clang-tidy 15

7 months agoMove clang-tidy analysis to the CodeQL workflow
Remi Gacogne [Fri, 13 Oct 2023 09:42:55 +0000 (11:42 +0200)] 
Move clang-tidy analysis to the CodeQL workflow

7 months agoRefactor UeberBackend::getAuth
Fred Morcos [Thu, 26 Oct 2023 13:12:07 +0000 (15:12 +0200)] 
Refactor UeberBackend::getAuth

7 months agoRefactor UeberBackend::getAuth: foundTarget
Fred Morcos [Thu, 26 Oct 2023 12:50:20 +0000 (14:50 +0200)] 
Refactor UeberBackend::getAuth: foundTarget

7 months agoRefactor UeberBackend::getAuth: findBestMatchingBackend
Fred Morcos [Thu, 26 Oct 2023 12:45:41 +0000 (14:45 +0200)] 
Refactor UeberBackend::getAuth: findBestMatchingBackend

7 months agoRefactor UeberBackend::getAuth: UeberBackend::fillSOAFromCache
Fred Morcos [Thu, 26 Oct 2023 12:38:28 +0000 (14:38 +0200)] 
Refactor UeberBackend::getAuth: UeberBackend::fillSOAFromCache

7 months agoCleanup UeberBackend::lookup
Fred Morcos [Thu, 26 Oct 2023 12:31:06 +0000 (14:31 +0200)] 
Cleanup UeberBackend::lookup

7 months agoRefactor UeberBackend::cacheHas and introduce UeberBackend::CacheResult
Fred Morcos [Thu, 26 Oct 2023 12:27:28 +0000 (14:27 +0200)] 
Refactor UeberBackend::cacheHas and introduce UeberBackend::CacheResult

7 months agoRefactor UeberBackend::getAuth: UeberBackend::fillSOAFromZoneRecord
Fred Morcos [Thu, 26 Oct 2023 12:09:33 +0000 (14:09 +0200)] 
Refactor UeberBackend::getAuth: UeberBackend::fillSOAFromZoneRecord

7 months agoCleanup UeberBackend::getAuth
Fred Morcos [Thu, 26 Oct 2023 11:19:18 +0000 (13:19 +0200)] 
Cleanup UeberBackend::getAuth

7 months agoCleanup UeberBackend::getSOAUncached
Fred Morcos [Fri, 13 Oct 2023 13:09:18 +0000 (15:09 +0200)] 
Cleanup UeberBackend::getSOAUncached

7 months agoDisable lint for call to dlerror()
Fred Morcos [Fri, 13 Oct 2023 13:08:34 +0000 (15:08 +0200)] 
Disable lint for call to dlerror()

7 months agoVarious UeberBackend cleanups
Fred Morcos [Sun, 29 Oct 2023 14:09:36 +0000 (15:09 +0100)] 
Various UeberBackend cleanups

7 months agoCleanup UeberBackend TSIG Key handling methods
Fred Morcos [Sun, 29 Oct 2023 14:04:44 +0000 (15:04 +0100)] 
Cleanup UeberBackend TSIG Key handling methods

7 months agoCleanup UeberBackend cache handling methods
Fred Morcos [Fri, 27 Oct 2023 22:05:16 +0000 (00:05 +0200)] 
Cleanup UeberBackend cache handling methods

7 months agoMerge pull request #13425 from omoerbeek/rec-docs-ws-loglevel
Otto Moerbeek [Fri, 27 Oct 2023 15:08:16 +0000 (17:08 +0200)] 
Merge pull request #13425 from omoerbeek/rec-docs-ws-loglevel

rec: correct webserver-loglevel docs.

7 months agoCleanup UeberBackend constructor
Fred Morcos [Fri, 27 Oct 2023 13:53:47 +0000 (15:53 +0200)] 
Cleanup UeberBackend constructor

7 months agoCleanup UeberBackend::getSOAUncached
Fred Morcos [Fri, 27 Oct 2023 13:53:30 +0000 (15:53 +0200)] 
Cleanup UeberBackend::getSOAUncached

7 months agoauth doc: catalog: replace the word "draft" 13428/head
Chris Hofstaedtler [Fri, 27 Oct 2023 13:29:33 +0000 (15:29 +0200)] 
auth doc: catalog: replace the word "draft"

Improves PR #13000.