]>
git.ipfire.org Git - thirdparty/pdns.git/log
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 )
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 )
Peter van Dijk [Fri, 8 Mar 2024 15:59:34 +0000 (16:59 +0100)]
fix NUL string literal
(cherry picked from commit
48fc1a0d7dcd8939e0196f6b92f721daabf6f936 )
Kees Monshouwer [Sat, 2 Sep 2023 13:21:53 +0000 (15:21 +0200)]
auth: catalog, include groups in hash calculation
(cherry picked from commit
b099d811a88948ff53389895cf27e85bcdf1ba70 )
Peter van Dijk [Mon, 11 Mar 2024 11:39:36 +0000 (12:39 +0100)]
simplify return type usage
(cherry picked from commit
863fa7f60d889126e8df57e3a62f1a0ef6e7108a )
Peter van Dijk [Fri, 8 Mar 2024 13:51:55 +0000 (14:51 +0100)]
auth LUA: support returning empty set in filterForward
fixes #12436
(cherry picked from commit
98301eb09c283550951e061fbee047361cb5351c )
Peter van Dijk [Thu, 15 Feb 2024 15:13:58 +0000 (16:13 +0100)]
Merge pull request #13803 from Habbie/lmdb-sync-mode
lmdb: remove mapasync mode, it was always a lie
Peter van Dijk [Thu, 15 Feb 2024 14:20:47 +0000 (15:20 +0100)]
Merge pull request #13802 from chbruyand/ixfrdist-coverity-
1534483
ixfrist: fix coverity report
1534483
Peter van Dijk [Thu, 15 Feb 2024 14:16:50 +0000 (15:16 +0100)]
lmdb: remove mapasync mode, it was always a lie
fixes #12888
Peter van Dijk [Thu, 15 Feb 2024 13:59:25 +0000 (14:59 +0100)]
Merge pull request #11431 from jroessler-ox/docs-kskzskroll-update
updated KSK and ZSK Rollover procedures, small fixes in Algorithm Rol…
Charles-Henri Bruyand [Thu, 15 Feb 2024 13:00:08 +0000 (14:00 +0100)]
ixfrist: fix coverity report
1534483
Peter van Dijk [Thu, 15 Feb 2024 12:00:01 +0000 (13:00 +0100)]
Merge pull request #13801 from chbruyand/ixfrdist-fix-centos-build
ixfrdist: fix centos build
Charles-Henri Bruyand [Thu, 15 Feb 2024 10:49:10 +0000 (11:49 +0100)]
ixfrdist: fix centos build
Peter van Dijk [Wed, 14 Feb 2024 19:10:27 +0000 (20:10 +0100)]
Merge pull request #13753 from chbruyand/ixfrdist-notify-out
ixfrdist: add support for outgoing notify
Peter van Dijk [Wed, 14 Feb 2024 19:07:46 +0000 (20:07 +0100)]
Merge pull request #13752 from chbruyand/auth-lua-pickchashed
auth: lua records, pickchashed function
Otto Moerbeek [Wed, 14 Feb 2024 12:11:27 +0000 (13:11 +0100)]
Merge pull request #13788 from omoerbeek/rec-ztc-regression
rec: fix the zoneToCache regression introduced by SA 2024-01
Otto Moerbeek [Wed, 14 Feb 2024 11:39:57 +0000 (12:39 +0100)]
Test ZTC with root zone
1. If code changes make the validation fail we want to know.
2. If root zone changes break something we want to know as well, this might even be more important than 1.
So I think we just have to accept the occasional network issues on GH.
Otto Moerbeek [Tue, 13 Feb 2024 15:55:10 +0000 (16:55 +0100)]
rec: fix the zoneToCache regression introduced by SA 2024-01
Test will follow
Remi Gacogne [Tue, 13 Feb 2024 16:35:46 +0000 (17:35 +0100)]
Merge pull request #13787 from omoerbeek/rec-regr-test-skip
rec: skip a few tests that depend on sidnlab's public test setup that no longer works
Otto Moerbeek [Tue, 13 Feb 2024 15:31:35 +0000 (16:31 +0100)]
rec: skip a few test that depend on sidnlab's public test setup that no longer works
Otto Moerbeek [Tue, 13 Feb 2024 13:41:19 +0000 (14:41 +0100)]
Merge pull request #13785 from omoerbeek/rec-prep-2024-01
rec: Prep for 2024-01 release
Otto Moerbeek [Tue, 13 Feb 2024 12:49:02 +0000 (13:49 +0100)]
Merge pull request #13781 from omoerbeek/rec-keytrap-public
rec: CVE-2023-50387 and CVE-2023-50868
Otto Moerbeek [Mon, 12 Feb 2024 10:19:09 +0000 (11:19 +0100)]
Prep for 2024-01
Remi Gacogne [Tue, 13 Feb 2024 10:44:35 +0000 (11:44 +0100)]
Merge pull request #13760 from rgacogne/ddist-doc-rules-mgmt
dnsdist: Refactor the rules (selectors and actions) documentation
Remi Gacogne [Tue, 13 Feb 2024 10:44:27 +0000 (11:44 +0100)]
Merge pull request #13780 from rgacogne/ddist-better-wording-setSuffixMatchRule
dnsdist: Clarify that setSuffixMatchRule blocks per suffix, not labels
Remi Gacogne [Tue, 13 Feb 2024 09:04:08 +0000 (10:04 +0100)]
dnsdist: Clarify that setSuffixMatchRule blocks per suffix, not labels
Remi Gacogne [Mon, 12 Feb 2024 09:54:21 +0000 (10:54 +0100)]
Merge pull request #13779 from rgacogne/ddist-coverity-
20240212
dnsdist: Fix performance inefficiencies reported by Coverity
Remi Gacogne [Mon, 12 Feb 2024 09:08:56 +0000 (10:08 +0100)]
dnsdist: Fix performance inefficiencies reported by Coverity
Reported by Coverity as 414759 and 414760:
> Performance inefficiencies (COPY_INSTEAD_OF_MOVE)
Otto Moerbeek [Sun, 11 Feb 2024 18:40:36 +0000 (19:40 +0100)]
Merge pull request #13778 from M0NsTeRRR/master
fix(doc): incorrect setting `query_local_address`
Ludovic Ortega [Sun, 11 Feb 2024 18:38:48 +0000 (19:38 +0100)]
fix: replace missing query_local_address
Ludovic Ortega [Sun, 11 Feb 2024 18:29:57 +0000 (19:29 +0100)]
fix(doc): incorrect setting `query_local_address`
Remi Gacogne [Fri, 9 Feb 2024 15:09:29 +0000 (16:09 +0100)]
Merge pull request #13774 from rgacogne/ddist-quiche-config-atomic-load
dnsdist: Fix a missing explicit atomic load of the Quiche configuration
Remi Gacogne [Fri, 9 Feb 2024 15:00:56 +0000 (16:00 +0100)]
Merge pull request #13771 from omoerbeek/dnsdist-lua-align
dnsdist: do not allocate 16-byte aligned objects through lua(jit)
Remi Gacogne [Fri, 9 Feb 2024 14:28:57 +0000 (15:28 +0100)]
dnsdist: Fix a missing explicit atomic load of the Quiche configuration
Reported by TSAN.
Charles-Henri Bruyand [Thu, 8 Feb 2024 13:20:45 +0000 (14:20 +0100)]
auth: lua-records, support cleaning old hashed entries
Charles-Henri Bruyand [Fri, 9 Feb 2024 12:27:38 +0000 (13:27 +0100)]
ixfrdist: clang-tidy cleanup
Charles-Henri Bruyand [Fri, 9 Feb 2024 10:27:22 +0000 (11:27 +0100)]
ixfrdist: add a simple test for outgoing notify
Charles-Henri Bruyand [Thu, 8 Feb 2024 15:11:14 +0000 (16:11 +0100)]
ixfrdist: add examples of notify out configuration