]>
git.ipfire.org Git - thirdparty/pdns.git/log
Peter van Dijk [Thu, 18 Jul 2024 11:10:47 +0000 (13:10 +0200)]
fix info-all-primary order by in odbc-sqlite3
(cherry picked from commit
bade6bc7d8e74aa20de6a0b277c1682c0eb85b10 )
Peter van Dijk [Thu, 18 Jul 2024 11:07:19 +0000 (13:07 +0200)]
enable primary=yes during auth regression tests
(cherry picked from commit
3f4a27577b3c3ca5a563402aacbf2260ad0c4fc8 )
Peter van Dijk [Thu, 18 Jul 2024 11:07:11 +0000 (13:07 +0200)]
auth gmysql: use table alias name in ORDER BY
(cherry picked from commit
7a8ca8c13b2e8e6627eef2fd7281f99d0e86c80b )
Peter van Dijk [Tue, 9 Jul 2024 12:19:46 +0000 (14:19 +0200)]
auth catalogs SQL: force order of domains to avoid spurious rehashes
fixes #13963
(cherry picked from commit
72819aec4c38c97314f0686c3b9e84aa52be4854 )
Peter van Dijk [Thu, 25 Jul 2024 12:41:39 +0000 (14:41 +0200)]
Merge pull request #14527 from Habbie/backport-14360-to-auth-4.9.x
auth-4.9: Better fix for the leak reported by LSAN in test-distributor_hh.cc
Remi Gacogne [Fri, 21 Jun 2024 09:10:28 +0000 (11:10 +0200)]
auth: Use [[maybe_unused]] in the distributor unit tests
As suggested by Otto.
(cherry picked from commit
9525b32a1350f10441b6921f64151f1d9156ab52 )
Remi Gacogne [Thu, 20 Jun 2024 08:21:48 +0000 (10:21 +0200)]
auth: Better fix for the leak reported by LSAN in test-distributor_hh.cc
This unit test is checking that we correctly throw when too many queries
are waiting in the distribution pipe, by making the mock backend slow
on purpose. Once the distributor has been restarted as expected, we need
to wait until the mock backend has processed all queued queries, otherwise
Leak Sanitizer will rightfully report a memory leak.
(cherry picked from commit
681cdfb76c06fbfe89e1ae606ac629e42829cb7c )
Otto Moerbeek [Fri, 12 Jul 2024 09:45:39 +0000 (11:45 +0200)]
Merge pull request #14463 from omoerbeek/backport-14445-to-auth-4.9.x
auth: Backport 14445 to auth 4.9.x: use el-7 for daily build
Otto Moerbeek [Tue, 9 Jul 2024 08:19:07 +0000 (10:19 +0200)]
rec 4.9.x: daily build for el-7 instead of centos-7
(cherry picked from commit
8a0e619a2a7d027d24e26fb23ecade0573592382 )
Peter van Dijk [Thu, 4 Jul 2024 13:12:57 +0000 (15:12 +0200)]
Merge pull request #14403 from Habbie/backport-14400-to-auth-4.9.x
auth-4.9: switch el7 builds to Oracle Linux 7
Peter van Dijk [Tue, 2 Jul 2024 09:19:31 +0000 (11:19 +0200)]
switch el7 builds to Oracle Linux 7
(cherry picked from commit
73a1b98f92c671c590540ac19d74d70499f89066 )
Peter van Dijk [Tue, 2 Jul 2024 13:03:01 +0000 (15:03 +0200)]
Merge pull request #14405 from Habbie/backport-14359-to-auth-4.9.x
auth-4.9: dns.cc: use pdns::views::UnsignedCharView
Otto Moerbeek [Wed, 19 Jun 2024 11:10:15 +0000 (13:10 +0200)]
dns.cc: use pdns::views::UnsignedCharView
Includes minor cleanup and additions to make UnsignedCharView usable for this use case.
Supersedes #14356
Fixes
/usr/include/c++/v1/__fwd/string_view.h:22:41: warning: 'char_traits<unsigned char>' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
(cherry picked from commit
949ea9456dbe76e78aeff5f6f37f218549d1b493 )
Peter van Dijk [Tue, 2 Jul 2024 10:48:38 +0000 (12:48 +0200)]
import views.hh from master
Peter van Dijk [Mon, 1 Jul 2024 11:05:48 +0000 (13:05 +0200)]
Merge pull request #14313 from romeroalx/backport-14241-to-auth-4.9.x
auth-4.9.x: Backport removal of centos-8 and centos-8-stream as build targets
romeroalx [Tue, 4 Jun 2024 09:16:18 +0000 (11:16 +0200)]
remove centos-8 and centos-8-stream as build targets
Peter van Dijk [Mon, 10 Jun 2024 12:43:07 +0000 (14:43 +0200)]
Merge pull request #14303 from Habbie/backport-14277-to-auth-4.9.x
auth 4.9 geoipbackend: link C++ filesystem lib if necessary
Peter van Dijk [Tue, 4 Jun 2024 11:01:36 +0000 (13:01 +0200)]
auth geoipbackend: link C++ filesystem lib if necessary
(cherry picked from commit
3140f65175c9b5636b8a2e6d074ed61ed41184fe )
Peter van Dijk [Thu, 6 Jun 2024 11:11:27 +0000 (13:11 +0200)]
Merge pull request #14245 from ns-sjorgedeaguiar/backport-14218-to-auth-4.9.x
auth web: Backport 14218 to auth-4.9.x: make request/response timeout configurable
Peter van Dijk [Thu, 6 Jun 2024 10:13:09 +0000 (12:13 +0200)]
Merge pull request #14289 from romeroalx/backport-14171-to-auth-4.9.x-2
auth-4.9.x: backport of #14171 for fixing the build of images on new tags
romeroalx [Tue, 14 May 2024 15:45:08 +0000 (17:45 +0200)]
gh actions: add WF for building and pushing images when a new tag is created
romeroalx [Tue, 14 May 2024 15:43:26 +0000 (17:43 +0200)]
gh actions: add WF for building and pushing images manually
romeroalx [Tue, 14 May 2024 15:40:11 +0000 (17:40 +0200)]
gh actions: modify docker.yml for building and pushing images daily (master)
romeroalx [Tue, 14 May 2024 15:35:44 +0000 (17:35 +0200)]
gh actions: add WF for building and pushing multi-platform images on workflow_call events
Samir Aguiar [Mon, 20 May 2024 21:08:36 +0000 (21:08 +0000)]
auth web: make request/response timeout configurable
Peter van Dijk [Mon, 27 May 2024 14:03:45 +0000 (16:03 +0200)]
Merge pull request #14253 from Habbie/backport-14247-to-auth-4.9.x
auth 4.9 autoconf: allow prerelease systemd versions
Peter van Dijk [Mon, 27 May 2024 14:02:55 +0000 (16:02 +0200)]
Merge pull request #14251 from Habbie/backport-14242-to-auth-4.9.x
auth 4.9 ixfrdist: Fix brokn 'uid' and 'gid' parsing for non-numerical values
Chris Hofstaedtler [Sat, 25 May 2024 15:28:31 +0000 (17:28 +0200)]
autoconf: allow prerelease systemd versions
For example 256~rc3. Also preemptively support versions like 252.2.
(cherry picked from commit
81e3f38b1909956e228077e4677c34f469ea9835 )
Remi Gacogne [Fri, 24 May 2024 14:34:14 +0000 (16:34 +0200)]
ixfrdist: Fix brokn 'uid' and 'gid' parsing for non-numerical values
Introduced in
48d1f24b87dfd95696c0db8311c81dc622717102
(cherry picked from commit
f4d0470792e1c6c55ab17a74a312ed5a2fe08d2c )
Peter van Dijk [Fri, 24 May 2024 11:21:19 +0000 (13:21 +0200)]
Merge pull request #14230 from Habbie/backport-14200-to-auth-4.9.x
auth-4.9: Enable LeakSanitizer while running the unit tests in CI
Peter van Dijk [Fri, 24 May 2024 08:16:41 +0000 (10:16 +0200)]
Merge pull request #14229 from Habbie/backport-14197-to-auth-4.9.x
auth-4.9 YaHTTP: Enforce max # of request fields and max request line size
Remi Gacogne [Fri, 17 May 2024 14:58:11 +0000 (16:58 +0200)]
auth: Enable LeakSanitizer while running the unit tests in CI
(cherry picked from commit
adef1d05bdce30194d727281949370fc13073604 )
Peter van Dijk [Fri, 24 May 2024 08:14:51 +0000 (10:14 +0200)]
Merge pull request #14228 from Habbie/backport-14224-to-auth-4.9.x
auth-4.9: Fix a memory leak report in the distributor unit tests
Peter van Dijk [Fri, 24 May 2024 08:12:42 +0000 (10:12 +0200)]
Merge pull request #14231 from Habbie/backport-14033-to-auth-4.9.x
auth-4.9: Use smart pointers in the remote backend unit tests
Remi Gacogne [Thu, 4 Apr 2024 13:01:02 +0000 (15:01 +0200)]
auth: Use smart pointers in the remote backend unit tests
(cherry picked from commit
dea9553fffcfc34d6225dd352353b2acd367a752 )
Your Name [Mon, 15 Apr 2024 13:45:38 +0000 (15:45 +0200)]
YaHTTP: Enforce max # of request fields and max request line size
The default values, 8192 bytes for the maximum request line size and
100 fields, are taken from the default settings of Apache HTTPd:
- https://httpd.apache.org/docs/2.2/mod/core.html#limitrequestline
- https://httpd.apache.org/docs/2.2/mod/core.html#limitrequestfields
Reported by OSS-Fuzz as a timeout in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67993
(cherry picked from commit
249c86a63865e4a980511839887890c3940fc6e6 )
Remi Gacogne [Thu, 23 May 2024 08:54:05 +0000 (10:54 +0200)]
auth: Fix a memory leak report in the distributor unit tests
(cherry picked from commit
3faca294178e5c661c7adf036b9e9120b6666312 )
Peter van Dijk [Thu, 23 May 2024 12:54:22 +0000 (14:54 +0200)]
Merge pull request #14208 from romeroalx/backport-14171-to-auth-4.9.x
auth-4.9.x: Partial backport of #14171 for fixing the build of arm64 images
Peter van Dijk [Thu, 23 May 2024 12:53:25 +0000 (14:53 +0200)]
Merge pull request #14188 from Habbie/backport-13772-to-auth-4.9.x
auth 4.9: Change home directory to /var/lib/pdns
romeroalx [Tue, 14 May 2024 15:26:05 +0000 (17:26 +0200)]
Adding liblua5.3-dev/libluajit-5.1-dev to dockerfiles
Peter van Dijk [Fri, 17 May 2024 18:20:19 +0000 (20:20 +0200)]
Merge pull request #14199 from Habbie/backport-14196-to-auth-4.9.x
auth-4.9: Fix memory leaks in the bind file format parser
Peter van Dijk [Fri, 17 May 2024 14:01:50 +0000 (16:01 +0200)]
Merge pull request #14186 from Habbie/backport-14047-to-auth-4.9.x
auth 4.9 dnsproxy: fix build on s390x
Remi Gacogne [Thu, 4 Apr 2024 14:21:52 +0000 (16:21 +0200)]
auth: Fix memory leaks in the bind file format parser
Some tokens were not properly freed: ACL names and entries, unused
word or quoted string terms. This is limited to the parsing of the
bind file format, zones themselves are fine, so there is no security
impact.
Found by LeakSanitizer over our existing unit tests.
(cherry picked from commit
9a8bd90d2f9beffba267c91b0a9d37aefcc2836e )
Peter van Dijk [Fri, 17 May 2024 13:49:32 +0000 (15:49 +0200)]
Merge pull request #14191 from Habbie/backport-10933-to-auth-4.9.x
auth 4.9: m4: Add option for 64-bit time_t on 32-bit systems with glibc-2.34
Peter van Dijk [Fri, 17 May 2024 12:41:51 +0000 (14:41 +0200)]
Merge pull request #14189 from Habbie/backport-14011-to-auth-4.9.x
auth 4.9: pdnsutil check-zone: accept LUA A/AAAA as SVCB address targets
Peter van Dijk [Fri, 17 May 2024 12:29:39 +0000 (14:29 +0200)]
Merge pull request #14190 from Habbie/backport-14029-to-auth-4.9.x
auth-4.9: Properly finalize PKCS11 modules before releasing them
Peter van Dijk [Fri, 17 May 2024 11:32:50 +0000 (13:32 +0200)]
Merge pull request #14187 from Habbie/backport-14028-to-auth-4.9.x
auth 4.9: Wrap backend factories in smart pointers
Peter van Dijk [Fri, 17 May 2024 11:29:50 +0000 (13:29 +0200)]
Merge pull request #14193 from Habbie/backport-13998-to-backport-13983-to-auth-4.9.x
auth 4.9: Generate Software Bill Of Materials (SBOMs) for our RPM packages
Peter van Dijk [Fri, 17 May 2024 11:11:33 +0000 (13:11 +0200)]
Merge pull request #14194 from Habbie/backport-14144-to-auth-4.9.x
auth 4.9: always pull runner image from powerdns for forks
romeroalx [Tue, 7 May 2024 08:06:21 +0000 (10:06 +0200)]
always pull runner image from powerdns for forks
(cherry picked from commit
30355fe45518263d6e1815f5392f1face8c64534 )
romeroalx [Thu, 28 Mar 2024 08:59:21 +0000 (09:59 +0100)]
fix grep syntax Dockerfile.rpmsbom
(cherry picked from commit
5d3c3909d924f9f7dfc5a054fc3b28c4eeee79f8 )
Remi Gacogne [Tue, 26 Mar 2024 14:36:07 +0000 (15:36 +0100)]
SBOM: Dynamically generate the list of auth-related packages
(cherry picked from commit
94b262b9709077f7c3a4e8cd74108e2c6991a63e )
Remi Gacogne [Tue, 26 Mar 2024 10:25:14 +0000 (11:25 +0100)]
SBOM: Fix the builder target variable
(cherry picked from commit
b17412c732f8ec98ae47926254828cb45ff825df )
Remi Gacogne [Tue, 26 Mar 2024 09:47:11 +0000 (10:47 +0100)]
Fix syntax errors
(cherry picked from commit
fef1b1c63e150b34a391bc836596657ec068de81 )
Remi Gacogne [Tue, 26 Mar 2024 09:18:40 +0000 (10:18 +0100)]
Disable SBOM generation on el-7 (almost EOL), fix it on el-8
(cherry picked from commit
4b54c7db6822c31d70a5661258b4ed70c58ee163 )
Remi Gacogne [Mon, 25 Mar 2024 19:04:13 +0000 (20:04 +0100)]
Hopefully fix SBOM generation
(cherry picked from commit
5efa3cdfbcf590068006030da64cd5673e11bf8d )
Remi Gacogne [Mon, 25 Mar 2024 13:51:05 +0000 (14:51 +0100)]
Attempt to generate SBOMs after building packages
(cherry picked from commit
44503ded5e8e6f088d009177f5f951d408467b58 )
Sven Wegener [Sun, 31 Oct 2021 19:21:29 +0000 (20:21 +0100)]
m4: Add option for 64-bit time_t on 32-bit systems with glibc-2.34
glibc-2.34 includes the user-facing part of the 64-bit time_t support
for 32-bit systems. We treat this feature as experimental, as it causes
ABI issues, if 64-bit time_t values are passed to libraries that are
build with 32-bit time_t. It is safe for local use of 64-bit time_t.
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
(cherry picked from commit
f7d48d8211db8d111a326f0c4f9aac1811103b03 )
Remi Gacogne [Tue, 2 Apr 2024 14:20:14 +0000 (16:20 +0200)]
auth: Properly finalize PKCS11 modules before releasing them
This gets rid of two leaks reported by LeakSanitizer when running our
unit tests:
```
Direct leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5fe6c6e7d099 in malloc (/pdns/pdns/testrunner+0x220099) (BuildId:
08d4c369b5f2f19f183aa5d6ab931a6653b70ab9 )
#1 0x7e6cdc6a0964 (/usr/lib/libp11-kit.so.0+0x36964) (BuildId:
307da6c0b5c7d87a1b0fd0a63e0bda93c9375e8a )
Indirect leak of 72 byte(s) in 1 object(s) allocated from:
#0 0x5fe6c6e7d401 in calloc (/pdns/pdns/testrunner+0x220401) (BuildId:
08d4c369b5f2f19f183aa5d6ab931a6653b70ab9 )
#1 0x7e6cdc6a09b6 (/usr/lib/libp11-kit.so.0+0x369b6) (BuildId:
307da6c0b5c7d87a1b0fd0a63e0bda93c9375e8a )
```
(cherry picked from commit
3c6d9aacd96a099e450545a21020fa8efec9538b )
Peter van Dijk [Tue, 2 Apr 2024 07:39:11 +0000 (09:39 +0200)]
pdnsutil check-zone: accept LUA A/AAAA as SVCB address targets
(cherry picked from commit
ee8d0b2f879e33028e53eab87b71becea4df1f42 )
Remi Gacogne [Mon, 22 Apr 2024 09:19:17 +0000 (11:19 +0200)]
auth: Remove trailing tab in builder-support/specs/pdns.spec
(cherry picked from commit
6422953286b9cd947f714db297fe35243e19de07 )
Morten Stevens [Thu, 8 Feb 2024 15:02:40 +0000 (16:02 +0100)]
Change home directory to /var/lib/pdns
Check: https://bugzilla.redhat.com/show_bug.cgi?id=
2262487
(cherry picked from commit
fac31e7640c8bfe1df9138ea71c72a4b7d152cd3 )
Remi Gacogne [Tue, 2 Apr 2024 14:05:51 +0000 (16:05 +0200)]
auth: Wrap backend factories in smart pointers
(cherry picked from commit
5144dfa8f9e10797cbe453e7b2b957da9e0050f5 )
Chris Hofstaedtler [Sat, 6 Apr 2024 21:51:35 +0000 (23:51 +0200)]
auth dnsproxy: fix build on s390x
(cherry picked from commit
c6b1e59f3b413493551910a7d0a3e9206d488599 )
Peter van Dijk [Tue, 14 May 2024 13:53:31 +0000 (15:53 +0200)]
Merge pull request #14058 from mind04/auth-4.9.x-bp-14057
Auth-4.9.x: Partial backport of #14057
Peter van Dijk [Mon, 13 May 2024 14:24:49 +0000 (16:24 +0200)]
Merge pull request #14126 from Habbie/backport-14021-to-auth-4.9.x
auth-4.9 LUA: (optionally) drop whitespace on join
Kees Monshouwer [Tue, 9 Apr 2024 23:09:57 +0000 (01:09 +0200)]
auth: don't crash when a catalog SOA is invalid
Peter van Dijk [Thu, 2 May 2024 14:54:21 +0000 (16:54 +0200)]
default to no for 4.9.x
Peter van Dijk [Tue, 2 Apr 2024 14:00:07 +0000 (16:00 +0200)]
auth LUA: (optionally) drop whitespace on join
fixes #14002
(cherry picked from commit
26dbeed81cf5091d779f56ace7d3a0095570c9d4 )
Peter van Dijk [Fri, 3 May 2024 15:36:51 +0000 (17:36 +0200)]
Merge pull request #14129 from romeroalx/backport-14044-to-auth-4.9.x
auth: Backport 14044 to auth-4.9.x: gh actions - replace yq snap in collect job build-and-test-all
romeroalx [Fri, 5 Apr 2024 10:02:55 +0000 (12:02 +0200)]
gh actions - replace yq snap in collect job build-and-test-all
Peter van Dijk [Fri, 3 May 2024 14:04:14 +0000 (16:04 +0200)]
Merge pull request #14127 from Habbie/backport-14061-to-auth-4.9.x
auth-4.9.x: GH actions - build-and-test-all: parameterize workflow to run different docker runner versions
Peter van Dijk [Fri, 3 May 2024 13:32:48 +0000 (15:32 +0200)]
undo merge damage to unbreak collect
Peter van Dijk [Thu, 2 May 2024 16:14:13 +0000 (18:14 +0200)]
adjust tag to auth-4.9.x
romeroalx [Thu, 11 Apr 2024 09:18:45 +0000 (11:18 +0200)]
run build-and-test-all weekly on debian 11 containers
(cherry picked from commit
b816d8bb970a5cf5b600e28e017914e7d84be5d0 )
romeroalx [Thu, 11 Apr 2024 08:03:53 +0000 (10:03 +0200)]
build-and-test-all: container image parameterized for jobs
(cherry picked from commit
8c2bc355150fe435bdcda626d065c94efc67e530 )
Peter van Dijk [Mon, 18 Mar 2024 11:56:19 +0000 (12:56 +0100)]
Merge pull request #13929 from Habbie/backport-13873-to-auth-4.9.x
auth 4.9 debian: adjust option name in shipped postinst
Peter van Dijk [Thu, 7 Mar 2024 12:15:37 +0000 (13:15 +0100)]
auth debian: adjust option name in shipped postinst
(cherry picked from commit
ae75ce6cbb7ec3652bc60800748dcc1908f568e9 )
Peter van Dijk [Thu, 14 Mar 2024 17:53:41 +0000 (18:53 +0100)]
Merge pull request #13918 from Habbie/backport-13916-to-auth-4.9.x
auth-4.9 .dockerignore: adjust for https://github.com/docker/buildx/issues/850
Peter van Dijk [Thu, 14 Mar 2024 14:01:44 +0000 (15:01 +0100)]
.dockerignore: adjust for https://github.com/docker/buildx/issues/850
(cherry picked from commit
d710d00c6928ae550a377abbb3a9e7a27fb30f39 )
Peter van Dijk [Thu, 14 Mar 2024 14:23:21 +0000 (15:23 +0100)]
Merge pull request #13901 from Habbie/backport-13867-to-auth-4.9.x
auth 4.9: on OpenBSD, try harder to send on a non-blocking socket
Peter van Dijk [Thu, 14 Mar 2024 14:22:17 +0000 (15:22 +0100)]
Merge pull request #13900 from Habbie/backport-13860-to-auth-4.9.x
auth 4.9 LUA dblookup: switch qtype argument to int
Peter van Dijk [Thu, 14 Mar 2024 14:22:08 +0000 (15:22 +0100)]
Merge pull request #13899 from Habbie/backport-13855-to-auth-4.9.x
auth 4.9: revive remotebackend tests and fix failures
Peter van Dijk [Thu, 14 Mar 2024 14:21:16 +0000 (15:21 +0100)]
Merge pull request #13898 from Habbie/backport-13849-to-auth-4.9.x
auth 4.9 Docker: Only print config if debug flag is set
Peter van Dijk [Thu, 14 Mar 2024 13:09:26 +0000 (14:09 +0100)]
Merge pull request #13897 from Habbie/backport-13841-to-auth-4.9.x
auth 4.9: do not disable ns records at apex in consumer zones
Peter van Dijk [Thu, 14 Mar 2024 13:09:16 +0000 (14:09 +0100)]
Merge pull request #13896 from Habbie/backport-13205-to-auth-4.9.x
auth 4.9: catalog, include groups in hash calculation
Peter van Dijk [Thu, 14 Mar 2024 13:09:04 +0000 (14:09 +0100)]
Merge pull request #13895 from Habbie/backport-13879-to-auth-4.9.x
auth 4.9 LUA: support returning empty set in filterForward #13879
Peter van Dijk [Thu, 14 Mar 2024 10:03:00 +0000 (11:03 +0100)]
Merge pull request #13839 from Habbie/auth-4.9.x-ci-specialise
remove unneeded jobs for rel/auth-4.9.x branch
Peter van Dijk [Mon, 11 Mar 2024 10:25:06 +0000 (11:25 +0100)]
auth-4.9.x: specialise workflows
Peter van Dijk [Wed, 13 Mar 2024 09:34:41 +0000 (10:34 +0100)]
Merge pull request #13908 from Habbie/backport-13907-to-auth-4.9.x
auth 4.9: gh actions: wo issue 9491 - actions/runner-images
romeroalx [Tue, 12 Mar 2024 16:24:31 +0000 (17:24 +0100)]
gh actions: wo issue 9491 - actions/runner-images
(cherry picked from commit
e0bf314e472d0c1d4bc1ff82d97cabf87be1e929 )
Otto Moerbeek [Wed, 6 Mar 2024 14:19:22 +0000 (15:19 +0100)]
auth: on OpenBSD, try harder to send on a non-blocking socket
Should fix #13857 in many cases, though you can still argue this
is a OpenBSD bug (or at least an undesirable difference between other
systems and OpenBSD).
(cherry picked from commit
24aba96710c666bac69298422106821d51a24ecb )
Peter van Dijk [Tue, 5 Mar 2024 11:34:50 +0000 (12:34 +0100)]
auth LUA dblookup: switch qtype argument to int
(cherry picked from commit
2ef0893002c6d4e655935ba0a0cde11f9754ef55 )
Peter van Dijk [Mon, 4 Mar 2024 12:47:53 +0000 (13:47 +0100)]
remotebackend tests: use unsigned domain_id (thanks ubsan)
(cherry picked from commit
c68956befb51dcd3fdc40cdf7c945348b0082f51 )
Peter van Dijk [Mon, 4 Mar 2024 12:28:21 +0000 (13:28 +0100)]
remotebackend tests: do pass empty array
(cherry picked from commit
faffc88b53df908121b4cb0c1f009b24503aa84e )
Peter van Dijk [Mon, 4 Mar 2024 11:48:41 +0000 (12:48 +0100)]
don't log from destructors, g_log might be gone already (thanks asan)
(cherry picked from commit
f9adcdb943811d44fa19451dfc8611af94c781c5 )
Peter van Dijk [Mon, 4 Mar 2024 11:48:28 +0000 (12:48 +0100)]
remotebackend tests: report exit value correctly
(cherry picked from commit
7bf9d192dde88938a3f7f132c5e56602e01c240e )
Peter van Dijk [Tue, 5 Mar 2024 13:53:46 +0000 (14:53 +0100)]
Carolin Dohmen [Fri, 1 Mar 2024 15:19:04 +0000 (16:19 +0100)]
Only print config if debug flag is set
Signed-off-by: Carolin Dohmen <carodohmen@gmail.com>
(cherry picked from commit
d773b7bb99418026c3907ebd4b4e994a61fccecd )
Kees Monshouwer [Fri, 23 Feb 2024 15:22:05 +0000 (16:22 +0100)]
auth: do not disable ns records at apex in consumer zones
(cherry picked from commit
4057f3d0af4e0b6c23cb7a85838c2d3c4e667dca )