]>
git.ipfire.org Git - thirdparty/pdns.git/log
Ensar Sarajčić [Mon, 10 Feb 2025 09:20:01 +0000 (10:20 +0100)]
Add `RemotePoolLogger` tests for remote protobuf logger
Ensar Sarajčić [Mon, 10 Feb 2025 08:39:30 +0000 (09:39 +0100)]
Add `RemotePoolLogger` tests for unix socket based logger
Ensar Sarajčić [Fri, 7 Feb 2025 14:23:05 +0000 (15:23 +0100)]
Fix remaining naming in listener for TcpLogger test
Ensar Sarajčić [Fri, 7 Feb 2025 14:22:43 +0000 (15:22 +0100)]
Fix remaining listener naming in `RemotePoolLogger` TCP tests
Ensar Sarajčić [Fri, 7 Feb 2025 14:13:52 +0000 (15:13 +0100)]
Fix naming in listener for TcpLogger test
Ensar Sarajčić [Fri, 7 Feb 2025 14:13:13 +0000 (15:13 +0100)]
Fix listener naming in `RemotePoolLogger` TCP tests
Ensar Sarajčić [Fri, 7 Feb 2025 14:09:14 +0000 (15:09 +0100)]
Use integer placeholder in config template in `test_Dnstap.py`
Co-authored-by: Remi Gacogne <github@coredump.fr>
Ensar Sarajčić [Fri, 7 Feb 2025 12:59:41 +0000 (13:59 +0100)]
Add `RemotePoolLogger` tests for TCP based logger
Ensar Sarajčić [Fri, 7 Feb 2025 11:45:16 +0000 (12:45 +0100)]
Update docs for `connectionCount` parameter
Ensar Sarajčić [Fri, 7 Feb 2025 11:38:18 +0000 (12:38 +0100)]
Implement `RemoteLoggerPool::name`
Ensar Sarajčić [Fri, 7 Feb 2025 11:37:50 +0000 (12:37 +0100)]
Change `RemoteLoggerPool::toString` to describe just general stats
Ensar Sarajčić [Fri, 7 Feb 2025 11:33:29 +0000 (12:33 +0100)]
Replace locks in `remote_logger_pool` with an atomic counter
Ensar Sarajčić [Thu, 6 Feb 2025 08:50:00 +0000 (09:50 +0100)]
Shorten lock duration in `RemoteLoggerPool::queueData`
Ensar Sarajčić [Thu, 6 Feb 2025 08:29:20 +0000 (09:29 +0100)]
Add a basic lock in `RemoteLoggerInterface::queueData` for thread safety
Ensar Sarajčić [Wed, 5 Feb 2025 19:03:42 +0000 (20:03 +0100)]
Fix `DnstapLogAction` and `DnstapLogResponseAction` in YAML config
There was not option of having no alter function defined, even though it
is expected by config. If it wasn't defined, it passed an invalid alter
function into the action. This makes the alter function optional and
properly checks if it was found in configuration.
Ensar Sarajčić [Wed, 5 Feb 2025 19:02:26 +0000 (20:02 +0100)]
Add YAML support for multiple logger connections
This also fixes a bug with loggers in YAML, which had hardcoded
connection status. For `RemoteLogger` that worked by having it always
connect, but for `FrameStreamLogger` it never connected. Now the
behavior is the same as lua, by checking the client mode flag.
Ensar Sarajčić [Wed, 5 Feb 2025 17:30:30 +0000 (18:30 +0100)]
Prevent erasing invalid value from options map
Ensar Sarajčić [Wed, 5 Feb 2025 17:22:53 +0000 (18:22 +0100)]
Reserve room in loggers vector before adding loggers
Ensar Sarajčić [Wed, 5 Feb 2025 17:10:52 +0000 (18:10 +0100)]
Fix clang-tidy warnings
Ensar Sarajčić [Wed, 5 Feb 2025 16:04:13 +0000 (17:04 +0100)]
Add `remote_logger_pool` to meson
Ensar Sarajčić [Wed, 5 Feb 2025 15:05:05 +0000 (16:05 +0100)]
Remove `pick` from `dnsdist-lua-bindings-protobuf.cc`
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
Ensar Sarajčić [Wed, 5 Feb 2025 14:46:20 +0000 (15:46 +0100)]
Fix typo in `dnsdist` makefile
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
Ensar Sarajčić [Wed, 5 Feb 2025 14:59:09 +0000 (15:59 +0100)]
Fix formatting in `dnsdist-lua-bindings-protobuf.cc`
Ensar Sarajčić [Wed, 5 Feb 2025 14:58:46 +0000 (15:58 +0100)]
Fix typo in `checkAllParametersConsumed` for `newFrameStreamUnixLogger`
Ensar Sarajčić [Wed, 5 Feb 2025 14:58:05 +0000 (15:58 +0100)]
dnsdist: add pooling support for RemoteLoggerInterface
This adds a new kind of `RemoteLoggerInterface`: `RemoteLoggerPool`.
It can take multiple other `RemoteLoggerInterface`s and pass data to
them in round-robin order by default.
This also adds additional option to `newRemoteLogger`, `newFrameStreamTcpLogger`
and `newFrameStreamUnixLogger`: `connectionCount`, which can be used to
generate a pool with multiple connections.
Closes: #14861
Remi Gacogne [Wed, 5 Feb 2025 08:52:05 +0000 (09:52 +0100)]
Merge pull request #15120 from rgacogne/ddist-xdp-map-queues-parameters
dnsdist: Make hard-coded values configurable in xdp.py
Remi Gacogne [Wed, 5 Feb 2025 08:50:27 +0000 (09:50 +0100)]
Merge pull request #15118 from rgacogne/ddist-support-quiche-0.23-plus
dnsdist: Handle Quiche >= 0.23.0 since the API changed
Remi Gacogne [Wed, 5 Feb 2025 08:47:34 +0000 (09:47 +0100)]
Merge pull request #15115 from rgacogne/ddist-meson-follow-up
dnsdist: Better handling of out-of-tree builds
Remi Gacogne [Tue, 4 Feb 2025 16:03:51 +0000 (17:03 +0100)]
dnsdist: Delint xdp.py
Remi Gacogne [Tue, 4 Feb 2025 15:46:39 +0000 (16:46 +0100)]
dnsdist: Make hard-coded values configurable in xdp.py
- Maximum size of eBPF maps
- Number of network queues in XSK mode
Remi Gacogne [Tue, 4 Feb 2025 15:24:08 +0000 (16:24 +0100)]
dnsdist: Handle Quiche >= 0.23.0 since the API changed
Quiche 0.23.0 has renamed `quiche_h3_event_headers_has_body` to
`quiche_h3_event_headers_has_more_frames`, so we need to handle that.
Remi Gacogne [Tue, 4 Feb 2025 14:07:45 +0000 (15:07 +0100)]
dnsdist: Add the XSK fuzzing target to .gitignore
Remi Gacogne [Tue, 4 Feb 2025 14:06:58 +0000 (15:06 +0100)]
dnsdist: Run our unit tests with `meson test`
Remi Gacogne [Tue, 4 Feb 2025 14:05:26 +0000 (15:05 +0100)]
dnsdist: Better handling of out-of-tree builds
Our Python script to generate actions, selectors and settings from
the YAML definitions of these items was making too many assumptions
about the current working directory, which is just wrong outside of
the autotools world.
Otto Moerbeek [Tue, 4 Feb 2025 12:40:23 +0000 (13:40 +0100)]
Merge pull request #15076 from omoerbeek/rec-meson-dist
rec: allow use of meson to create dist file
Otto Moerbeek [Tue, 4 Feb 2025 11:37:21 +0000 (12:37 +0100)]
Add a check to see if gen-version still is up-to-date
Remi Gacogne [Tue, 4 Feb 2025 10:49:41 +0000 (11:49 +0100)]
Merge pull request #14724 from rgacogne/meson
dnsdist: Add meson support
Remi Gacogne [Tue, 4 Feb 2025 08:49:19 +0000 (09:49 +0100)]
Merge pull request #15065 from rgacogne/ddist-enable-yaml-packages
dnsdist: Enable the new YAML configuration in our packages
Remi Gacogne [Mon, 3 Feb 2025 14:39:04 +0000 (15:39 +0100)]
Merge pull request #15111 from rgacogne/dist-re2
dnsdist: Document that RE2 does full matching, add regression tests
Remi Gacogne [Mon, 3 Feb 2025 13:21:12 +0000 (14:21 +0100)]
dnsdist: Add spell-checking patterns
Peter van Dijk [Mon, 3 Feb 2025 13:18:32 +0000 (14:18 +0100)]
Merge pull request #15109 from Habbie/drop-circleci
remove circleci config
Remi Gacogne [Mon, 3 Feb 2025 13:10:43 +0000 (14:10 +0100)]
Merge pull request #15054 from neheb/bb
more clang-tidy fixups
Remi Gacogne [Mon, 3 Feb 2025 12:23:34 +0000 (13:23 +0100)]
dnsdist: Apply Miod's suggestions to the selectors doc
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
Miod Vallat [Mon, 3 Feb 2025 11:51:36 +0000 (12:51 +0100)]
Merge pull request #15103 from miodvallat/minus_one_is_the_new_black
Grow tinybackend capabilities a bit
Remi Gacogne [Mon, 3 Feb 2025 11:34:06 +0000 (12:34 +0100)]
dnsdist: Document that RE2 does full matching, add regression tests
Peter van Dijk [Mon, 3 Feb 2025 11:22:56 +0000 (12:22 +0100)]
Merge pull request #15093 from mind04/auth-catalog-fix
auth, check return value of getCatalogMembers()
Remi Gacogne [Mon, 3 Feb 2025 11:06:40 +0000 (12:06 +0100)]
Fix clang-tidy warnings
Peter van Dijk [Mon, 3 Feb 2025 10:59:15 +0000 (11:59 +0100)]
remove circleci config
Peter van Dijk [Mon, 3 Feb 2025 10:58:40 +0000 (11:58 +0100)]
Merge pull request #15104 from zeha/zeha-bd
Replace dnsutils with bind9-dnsutils
Miod Vallat [Mon, 3 Feb 2025 10:56:54 +0000 (11:56 +0100)]
Merge pull request #15105 from miodvallat/creationism
Let pdnsutil warn when creating local files
Remi Gacogne [Mon, 3 Feb 2025 10:09:52 +0000 (11:09 +0100)]
dnsdist: Fix unused parameter warnings
Remi Gacogne [Mon, 3 Feb 2025 09:15:30 +0000 (10:15 +0100)]
dnsdist: Fix formatting and a clang-tidy warning
Miod Vallat [Fri, 31 Jan 2025 09:40:43 +0000 (10:40 +0100)]
Warn if local files have been created.
This will hopefully let users notice that they might need to perform
appropriate chown and/or chmod operations so that pdns_server can
correctly access these files.
Fixes #11060
Addresses #3386
Miod Vallat [Fri, 31 Jan 2025 08:58:03 +0000 (09:58 +0100)]
Add infrastructure for backends to report whether file creation occurred.
This only concerns the LMDB backend, as no other backend is able to
create local storage.
To be used shortly in a pdnsutil near you.
Chris Hofstaedtler [Fri, 31 Jan 2025 08:01:40 +0000 (09:01 +0100)]
Replace dnsutils with bind9-dnsutils
bind9-dnsutils exists starting in Debian bullseye, and dnsutils stopped existing in trixie.
Miod Vallat [Thu, 30 Jan 2025 15:40:01 +0000 (16:40 +0100)]
Rework domain id generation.
These changes make the internal state (TDI_t) the reference for domain
ids, which are generated on the fly as domains are added.
Routines iterating over domains make sure to keep this state updated, so
that, at any time, any domain in existence has an entry in the state and
thus an immutable (once discovered) id.
While there, implement getDomainInfo() as a wrapper over
getAllDomains(), returning only the domain we are looking for.
Fixes #14563
Kees Monshouwer [Wed, 29 Jan 2025 00:31:20 +0000 (01:31 +0100)]
auth, add [[nodiscard]] to getCatalogMembers()
Kees Monshouwer [Tue, 28 Jan 2025 17:33:20 +0000 (18:33 +0100)]
auth, check return value of getCatalogMembers()
Remi Gacogne [Tue, 28 Jan 2025 16:07:34 +0000 (17:07 +0100)]
dnsdist: Fix compilation errors w/o DoQ and DoH3, plus clang-tidy warnings
Remi Gacogne [Fri, 24 Jan 2025 15:12:44 +0000 (16:12 +0100)]
dnsdist: Fix remaining build issues for YAML with meson
Remi Gacogne [Mon, 20 Jan 2025 17:17:01 +0000 (18:17 +0100)]
dnsdist: Fix additional LDFLAGS in tasks.py
Remi Gacogne [Mon, 20 Jan 2025 16:44:44 +0000 (17:44 +0100)]
dnsdist: Correctly set env vars up for meson
Remi Gacogne [Thu, 17 Oct 2024 09:37:44 +0000 (11:37 +0200)]
dnsdist: Fix building without dnstap support enabled
Remi Gacogne [Thu, 17 Oct 2024 09:37:25 +0000 (11:37 +0200)]
dnsdist: Fix more "unused parameters" warnings
Remi Gacogne [Tue, 15 Oct 2024 14:33:05 +0000 (16:33 +0200)]
dnsdist: Fix duplicated dnslabeltext.cc
Remi Gacogne [Tue, 15 Oct 2024 10:47:16 +0000 (12:47 +0200)]
dnsdist: Fix meson build without LMDB
Remi Gacogne [Tue, 15 Oct 2024 08:49:31 +0000 (10:49 +0200)]
tasks: Properly convert sanitizers to meson
Remi Gacogne [Mon, 14 Oct 2024 19:25:16 +0000 (21:25 +0200)]
build-and-test-all: Install meson for dnsdist
Remi Gacogne [Mon, 14 Oct 2024 14:14:57 +0000 (16:14 +0200)]
dnsdist: Add meson-based builds to the CI
Remi Gacogne [Mon, 14 Oct 2024 13:20:34 +0000 (15:20 +0200)]
dnsdist: Re-enable "unused parameter" warnings
Remi Gacogne [Mon, 14 Oct 2024 13:20:16 +0000 (15:20 +0200)]
dnsdist: Fix a lot of "unused parameter" warnings
Remi Gacogne [Mon, 14 Oct 2024 09:29:27 +0000 (11:29 +0200)]
dnsdist: Remove duplicated meson directories and files
Remi Gacogne [Fri, 27 Sep 2024 13:58:52 +0000 (15:58 +0200)]
dnsdist: Apply Otto's patch (thanks!)
Remi Gacogne [Fri, 27 Sep 2024 09:29:48 +0000 (11:29 +0200)]
dnsdist: Fix building with meson without all options enabled
Remi Gacogne [Fri, 27 Sep 2024 09:29:24 +0000 (11:29 +0200)]
Fix fuzzing targets with meson
Remi Gacogne [Wed, 25 Sep 2024 18:41:39 +0000 (20:41 +0200)]
dnsdist: Fix detection of a specific nghttp2 feature
The `#if` should be `#ifdef` or `#if defined`, as otherwise it fails
with the `config.h` generated by `meson`.
Remi Gacogne [Wed, 25 Sep 2024 12:54:59 +0000 (14:54 +0200)]
dnsdist: Fix a few "unused parameter" warnings
Remi Gacogne [Wed, 25 Sep 2024 12:54:39 +0000 (14:54 +0200)]
dnsdist: Fix a typo in the CDB m4 file
Remi Gacogne [Mon, 23 Sep 2024 16:26:53 +0000 (18:26 +0200)]
dnsdist: Add meson support
milzi234 [Tue, 28 Jan 2025 07:44:17 +0000 (08:44 +0100)]
Merge pull request #15034 from milzi234/chore/docs-site-brush-up
chore: Brush up of PowerDNS Documentation Site
Otto Moerbeek [Tue, 28 Jan 2025 06:42:18 +0000 (07:42 +0100)]
Merge pull request #15088 from omoerbeek/rec-fwz-docs
rec: fix forward zones example in YAML
Otto Moerbeek [Mon, 27 Jan 2025 09:39:40 +0000 (10:39 +0100)]
Merge pull request #15086 from omoerbeek/auth-meson-ldap-deb11
auth: try to find ldap libs in case pkconfig is missing (happens on debian11)
Otto Moerbeek [Mon, 27 Jan 2025 09:30:40 +0000 (10:30 +0100)]
rec: fix forward zones example in YAML
Fixes #15077
Otto Moerbeek [Fri, 24 Jan 2025 08:27:51 +0000 (09:27 +0100)]
Skip a few files and dirs in the meson dist tarball
Otto Moerbeek [Fri, 24 Jan 2025 08:14:39 +0000 (09:14 +0100)]
Update requirements, fetch effective_tld_names.dat
Otto Moerbeek [Fri, 24 Jan 2025 06:51:30 +0000 (07:51 +0100)]
Typo in comment
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Otto Moerbeek [Wed, 22 Jan 2025 15:50:09 +0000 (16:50 +0100)]
Include dnslabeltext.cc in trabal, otherwise ragel becomes a build dependency
Otto Moerbeek [Wed, 22 Jan 2025 12:12:53 +0000 (13:12 +0100)]
Run autoconf -vi to create configure script (so that autotool builds get VERSION)
Otto Moerbeek [Wed, 22 Jan 2025 11:17:29 +0000 (12:17 +0100)]
Fix version number for Meson build
Otto Moerbeek [Wed, 22 Jan 2025 09:31:53 +0000 (10:31 +0100)]
replace symlinks with actual files
Otto Moerbeek [Wed, 22 Jan 2025 09:17:46 +0000 (10:17 +0100)]
Replace a few symlinks with actual files
Otto Moerbeek [Wed, 22 Jan 2025 09:16:48 +0000 (10:16 +0100)]
Add dist script
Otto Moerbeek [Wed, 22 Jan 2025 08:48:22 +0000 (09:48 +0100)]
Fix gen-version path
Miod Vallat [Mon, 27 Jan 2025 06:40:35 +0000 (07:40 +0100)]
Merge pull request #15078 from eli-schwartz/meson-dist
Force various files to be skipped when generating git archives
Otto Moerbeek [Fri, 24 Jan 2025 15:49:03 +0000 (16:49 +0100)]
Merge pull request #15085 from omoerbeek/rec-meson-deb11
rec: fix two issues building rec using meson on debian11
Otto Moerbeek [Fri, 24 Jan 2025 15:28:05 +0000 (16:28 +0100)]
Simplify logic, prompted by @Habbie
Otto Moerbeek [Fri, 24 Jan 2025 15:05:55 +0000 (16:05 +0100)]
Refuse to setup if ldap is required but not found
Otto Moerbeek [Fri, 24 Jan 2025 14:37:22 +0000 (15:37 +0100)]
auth: try to find ldap libs in case pkconfig is missing (happens on debian11)
Otto Moerbeek [Fri, 24 Jan 2025 14:35:34 +0000 (15:35 +0100)]
Avoid warning by only using root name of library (libresolv vs resolv)
Otto Moerbeek [Fri, 24 Jan 2025 13:57:12 +0000 (14:57 +0100)]
rec: fix two issues building rec using meson on debian11
1. Local arc4random was not declared as dependency
2. libresolv was not found (no pkgconfig file) but is still needed