]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
2 years agoHandle dig timing out gracefully in nsupdate
Tom Krizek [Fri, 5 Jan 2024 14:10:36 +0000 (15:10 +0100)] 
Handle dig timing out gracefully in nsupdate

2 years agoHandle dig timing out gracefully in names
Tom Krizek [Fri, 5 Jan 2024 14:09:33 +0000 (15:09 +0100)] 
Handle dig timing out gracefully in names

2 years agoHandle dig timing out gracefully in masterfile
Tom Krizek [Fri, 5 Jan 2024 14:08:44 +0000 (15:08 +0100)] 
Handle dig timing out gracefully in masterfile

2 years agoHandle dig timing out gracefully in logfileconfig
Tom Krizek [Fri, 5 Jan 2024 14:08:05 +0000 (15:08 +0100)] 
Handle dig timing out gracefully in logfileconfig

2 years agoHandle dig timing out gracefully in legacy
Tom Krizek [Fri, 5 Jan 2024 14:07:40 +0000 (15:07 +0100)] 
Handle dig timing out gracefully in legacy

2 years agoHandle dig timing out gracefully in keepalive
Tom Krizek [Fri, 5 Jan 2024 14:06:56 +0000 (15:06 +0100)] 
Handle dig timing out gracefully in keepalive

2 years agoHandle dig timing out gracefully in dnstap
Tom Krizek [Fri, 5 Jan 2024 14:06:17 +0000 (15:06 +0100)] 
Handle dig timing out gracefully in dnstap

2 years agoHandle dig timing out gracefully in cookie
Tom Krizek [Fri, 5 Jan 2024 14:05:22 +0000 (15:05 +0100)] 
Handle dig timing out gracefully in cookie

2 years agoHandle dig timing out gracefully in autosign
Tom Krizek [Fri, 5 Jan 2024 14:04:48 +0000 (15:04 +0100)] 
Handle dig timing out gracefully in autosign

2 years agoHandle dig timing out gracefully in auth
Tom Krizek [Fri, 5 Jan 2024 14:04:17 +0000 (15:04 +0100)] 
Handle dig timing out gracefully in auth

2 years agoHandle dig timing out gracefully in allow-query
Tom Krizek [Fri, 5 Jan 2024 14:03:26 +0000 (15:03 +0100)] 
Handle dig timing out gracefully in allow-query

2 years agoHandle dig timing out gracefully in serve-stale
Mark Andrews [Fri, 5 Jan 2024 04:06:45 +0000 (15:06 +1100)] 
Handle dig timing out gracefully in serve-stale

2 years agoHandle dig timing out gracefully in rndc
Mark Andrews [Fri, 5 Jan 2024 03:53:42 +0000 (14:53 +1100)] 
Handle dig timing out gracefully in rndc

2 years agoMerge branch 'mnowak/set-up-version-and-release-notes-for-bind-9.19.21' into 'main'
Michal Nowak [Mon, 8 Jan 2024 11:57:10 +0000 (11:57 +0000)] 
Merge branch 'mnowak/set-up-version-and-release-notes-for-bind-9.19.21' into 'main'

Set up version and release notes for BIND 9.19.21

See merge request isc-projects/bind9!8627

2 years agoSet up release notes for BIND 9.19.21
Michal Nowak [Mon, 8 Jan 2024 11:40:52 +0000 (12:40 +0100)] 
Set up release notes for BIND 9.19.21

2 years agoUpdate BIND version to 9.19.21-dev
Michal Nowak [Mon, 8 Jan 2024 11:40:52 +0000 (12:40 +0100)] 
Update BIND version to 9.19.21-dev

2 years agoUpdate BIND version for release
Michal Nowak [Fri, 5 Jan 2024 13:20:36 +0000 (14:20 +0100)] 
Update BIND version for release

2 years agoAdd a CHANGES marker
Michal Nowak [Fri, 5 Jan 2024 13:19:30 +0000 (14:19 +0100)] 
Add a CHANGES marker

2 years agoMerge branch 'michal/prepare-documentation-for-bind-9.19.20' into 'v9.19.20-release'
Michal Nowak [Fri, 5 Jan 2024 13:17:42 +0000 (13:17 +0000)] 
Merge branch 'michal/prepare-documentation-for-bind-9.19.20' into 'v9.19.20-release'

Prepare documentation for BIND 9.19.20

See merge request isc-private/bind9!624

2 years agoFix Danger rules for flagging release note issues
Michał Kępień [Fri, 5 Jan 2024 11:51:13 +0000 (12:51 +0100)] 
Fix Danger rules for flagging release note issues

The logic contained in dangerfile.py incorrectly warns about missing
release note changes for merge requests preparing release documentation
as such merge requests rename files in the doc/notes/ directory.  This
(correctly) causes these files to be passed to dangerfile.py via
danger.git.created_files and danger.git.deleted_files rather than via
danger.git.modified_files, which in turn causes the logic checking the
use of the "Release Notes" label to assume that no release notes are
added, removed, or modified by a given merge request.

Fix by considering all types of file changes (modifications, additions,
and removals - which also covers file renaming) when checking whether a
given merge request modifies release notes.  Update the warning messages
accordingly.

However, when trying to find release notes added by a given merge
request, deleted files must not be considered.  Tweak the logic looking
for GitLab identifiers in the release notes added by a given merge
request so that it only scans modified and added (or renamed) files.

2 years agoTweak and reword release notes
Michał Kępień [Fri, 5 Jan 2024 11:51:13 +0000 (12:51 +0100)] 
Tweak and reword release notes

2 years agoPrepare release notes for BIND 9.19.20
Michał Kępień [Fri, 5 Jan 2024 11:51:13 +0000 (12:51 +0100)] 
Prepare release notes for BIND 9.19.20

2 years agoMerge branch '4383-limit-tree-pruning-overhead' into 'v9.19.20-release'
Michał Kępień [Fri, 5 Jan 2024 11:39:08 +0000 (11:39 +0000)] 
Merge branch '4383-limit-tree-pruning-overhead' into 'v9.19.20-release'

Limit isc_async_run() overhead for tree pruning

See merge request isc-private/bind9!619

2 years agoAdd CHANGES entry for GL #4383
Michał Kępień [Thu, 4 Jan 2024 12:39:27 +0000 (13:39 +0100)] 
Add CHANGES entry for GL #4383

2 years agoLimit isc_async_run() overhead for tree pruning
Michał Kępień [Thu, 4 Jan 2024 12:39:27 +0000 (13:39 +0100)] 
Limit isc_async_run() overhead for tree pruning

Instead of issuing a separate isc_async_run() call for every RBTDB node
that triggers tree pruning, maintain a list of nodes from which tree
pruning can be started from and only issue an isc_async_run() call if
pruning has not yet been triggered by another RBTDB node.

In some older BIND 9 branches, the extra queuing overhead eliminated by
this change could be remotely exploited to cause excessive memory use.
Due to architectural shift, this branch is not vulnerable to that issue,
but applying the fix to the latter is nevertheless deemed prudent for
consistency and to make the code future-proof.

2 years agoMerge branch '4334-confidential-dns64-and-serve-stale' into 'v9.19.20-release'
Michał Kępień [Fri, 5 Jan 2024 11:22:24 +0000 (11:22 +0000)] 
Merge branch '4334-confidential-dns64-and-serve-stale' into 'v9.19.20-release'

[CVE-2023-5679] Fix a bad interaction between DNS64 and serve-stale

See merge request isc-private/bind9!588

2 years agoAdd release note for [GL #4334]
Mark Andrews [Thu, 12 Oct 2023 02:42:38 +0000 (13:42 +1100)] 
Add release note for [GL #4334]

2 years agoAdd CHANGES note for [GL #4334]
Mark Andrews [Thu, 12 Oct 2023 02:39:57 +0000 (13:39 +1100)] 
Add CHANGES note for [GL #4334]

2 years agoRestore dns64 state during serve-stale processing
Mark Andrews [Thu, 12 Oct 2023 01:01:46 +0000 (12:01 +1100)] 
Restore dns64 state during serve-stale processing

If we are in the process of looking for the A records as part of
dns64 processing and the server-stale timeout triggers, redo the
dns64 changes that had been made to the orignal qctx.

2 years agoMerge branch '4281-confidential-redirect-rfc1918-check-failure' into 'v9.19.20-release'
Michał Kępień [Fri, 5 Jan 2024 11:09:29 +0000 (11:09 +0000)] 
Merge branch '4281-confidential-redirect-rfc1918-check-failure' into 'v9.19.20-release'

[CVE-2023-5517] Fix handling of RFC 1918 reverse queries with "nxdomain-redirect" enabled

See merge request isc-private/bind9!584

2 years agoAdd release note for [GL #4281]
Mark Andrews [Tue, 10 Oct 2023 00:12:24 +0000 (11:12 +1100)] 
Add release note for [GL #4281]

2 years agoAdd CHANGES note for [GL #4281]
Mark Andrews [Tue, 10 Oct 2023 00:09:11 +0000 (11:09 +1100)] 
Add CHANGES note for [GL #4281]

2 years agoSave the correct result value to resume with nxdomain-redirect
Mark Andrews [Mon, 9 Oct 2023 23:58:18 +0000 (10:58 +1100)] 
Save the correct result value to resume with nxdomain-redirect

The wrong result value was being saved for resumption with
nxdomain-redirect when performing the fetch.  This lead to an assert
when checking that RFC 1918 reverse queries where not leaking to
the global internet.

2 years agoMerge branch '4234-confidential-use-hashmap-when-parsing' into 'v9.19.20-release'
Michał Kępień [Fri, 5 Jan 2024 10:43:31 +0000 (10:43 +0000)] 
Merge branch '4234-confidential-use-hashmap-when-parsing' into 'v9.19.20-release'

[CVE-2023-4408] Use hashmap when parsing DNS messages

See merge request isc-private/bind9!560

2 years agoAdd CHANGES and release note for [GL #4234]
Ondřej Surý [Wed, 11 Oct 2023 07:15:13 +0000 (09:15 +0200)] 
Add CHANGES and release note for [GL #4234]

2 years agoUse hashmap when parsing a message
Ondřej Surý [Mon, 11 Sep 2023 08:35:28 +0000 (10:35 +0200)] 
Use hashmap when parsing a message

When parsing messages use a hashmap instead of a linear search to reduce
the amount of work done in findname when there's more than one name in
the section.

There are two hashmaps:

1) hashmap for owner names - that's constructed for each section when we
hit the second name in the section and destroyed right after parsing
that section;

2) per-name hashmap - for each name in the section, we construct a new
hashmap for that name if there are more than one rdataset for that
particular name.

2 years agoMerge branch '4182-confidential-fix-races-in-dns-tsigkey-find' into 'v9.19.20-release'
Michał Kępień [Fri, 5 Jan 2024 10:18:28 +0000 (10:18 +0000)] 
Merge branch '4182-confidential-fix-races-in-dns-tsigkey-find' into 'v9.19.20-release'

Address races in dns_tsigkey_find()

See merge request isc-private/bind9!548

2 years agoAdd CHANGES note for [GL #4182]
Mark Andrews [Wed, 28 Jun 2023 23:27:29 +0000 (09:27 +1000)] 
Add CHANGES note for [GL #4182]

2 years agoAddress races in dns_tsigkey_find()
Mark Andrews [Wed, 28 Jun 2023 23:15:38 +0000 (09:15 +1000)] 
Address races in dns_tsigkey_find()

1) Restart the process with a write lock if we discover an expired key
while holding the read lock.

2) Move incrementing the key reference inside the lock block of code.

2 years agoMerge branch 'michal/add-placeholder-entries-to-CHANGES' into 'main'
Michał Kępień [Fri, 5 Jan 2024 09:05:44 +0000 (09:05 +0000)] 
Merge branch 'michal/add-placeholder-entries-to-CHANGES' into 'main'

Add placeholder entries to CHANGES

See merge request isc-projects/bind9!8625

2 years agoAdd placeholder entries to CHANGES
Michał Kępień [Fri, 5 Jan 2024 08:22:39 +0000 (09:22 +0100)] 
Add placeholder entries to CHANGES

Add placeholders for the following issues:

  - [GL #4182]
  - [GL #4234]
  - [GL #4281]
  - [GL #4334]
  - [GL #4356]
  - [GL #4383]

2 years agoMerge branch 'aydin/isc_header_atomic_fix' into 'main'
Aydın Mercan [Wed, 3 Jan 2024 17:47:53 +0000 (17:47 +0000)] 
Merge branch 'aydin/isc_header_atomic_fix' into 'main'

Use and check for <isc/atomic.h> instead of <stdatomic.h> directly

See merge request isc-projects/bind9!8582

2 years agoCheck for atomic operations consistency in checklibs.sh
Aydın Mercan [Mon, 18 Dec 2023 08:38:59 +0000 (11:38 +0300)] 
Check for atomic operations consistency in checklibs.sh

isc/atomic.h and its defined macros should be preferred over
stdatomic.h and explicit atomic operations.

Fix the redundant stdatomic.h header in histo.c found by the introduced
check.

2 years agoUse <isc/atomic.h> instead of <stdatomic.h> directly in <isc/types.h>
Aydın Mercan [Mon, 18 Dec 2023 06:50:27 +0000 (09:50 +0300)] 
Use <isc/atomic.h> instead of <stdatomic.h> directly in <isc/types.h>

2 years agoMerge branch '4466-cds-is-stuck-on-an-old-key' into 'main'
Mark Andrews [Wed, 3 Jan 2024 01:47:52 +0000 (01:47 +0000)] 
Merge branch '4466-cds-is-stuck-on-an-old-key' into 'main'

Resolve "CDS is stuck on an old key."

Closes #4466

See merge request isc-projects/bind9!8565

2 years agoAdd CHANGES note for [GL #4466]
Mark Andrews [Tue, 19 Dec 2023 08:01:22 +0000 (19:01 +1100)] 
Add CHANGES note for [GL #4466]

2 years agoSet the DNSKEY TTLs to match the dnssec policy
Mark Andrews [Tue, 12 Dec 2023 14:05:54 +0000 (01:05 +1100)] 
Set the DNSKEY TTLs to match the dnssec policy

This prevents the DNSKEY records being updated and the statistics
not matching as a consequence

2 years agoCreate keys with TTLs that match the policies TTL
Mark Andrews [Tue, 12 Dec 2023 13:43:15 +0000 (00:43 +1100)] 
Create keys with TTLs that match the policies TTL

2 years agoMake $TTL match dnskey-ttl
Mark Andrews [Tue, 12 Dec 2023 05:20:53 +0000 (16:20 +1100)] 
Make $TTL match dnskey-ttl

2 years agoWrite new DNSKEY TTL to key file
Matthijs Mekking [Fri, 22 Dec 2023 14:08:45 +0000 (15:08 +0100)] 
Write new DNSKEY TTL to key file

When the current DNSKEY TTL does not match the one from the policy,
write the new TTL to disk.

2 years agoOnly create private records for DNSKEYs that have changed
Mark Andrews [Tue, 19 Dec 2023 04:58:49 +0000 (15:58 +1100)] 
Only create private records for DNSKEYs that have changed

We don't need to create private records for DNSKEY records that
have only had their TTL's changed.

2 years agosync_secure_db failed to handle some TTL changes
Mark Andrews [Thu, 14 Dec 2023 04:02:22 +0000 (15:02 +1100)] 
sync_secure_db failed to handle some TTL changes

If the DNSKEY, CDNSKEY or CDS RRset had different TTLs then the
filtering of these RRset resulted in dns_diff_apply failing with
"not exact". Identify tuple pairs that are just TTL changes and
allow them through the filter.

2 years agoUse the current CDS and CDNSKEY TTLs
Mark Andrews [Tue, 12 Dec 2023 02:51:19 +0000 (13:51 +1100)] 
Use the current CDS and CDNSKEY TTLs

When adding new CDS and CDNSKEY records use the existing RRset
TTL if they already exist.

2 years agoUpdate the DNSKEY, CDNSKEY and CDS TTLs to match dnskey-ttl
Mark Andrews [Tue, 12 Dec 2023 02:47:30 +0000 (13:47 +1100)] 
Update the DNSKEY, CDNSKEY and CDS TTLs to match dnskey-ttl

If the TTLs of the DNSKEY, CDNSKEY and CDS do not match the
dnskey-ttl update them by removing all records and re-adding
them with the correct TTL.

2 years agoTest dnssec-policy dnskey-ttl behaviour
Mark Andrews [Tue, 12 Dec 2023 02:47:30 +0000 (13:47 +1100)] 
Test dnssec-policy dnskey-ttl behaviour

If the dnskey-ttl in the dnssec-policy doesn't match the DNSKEY's
ttl then the DNSKEY, CDNSKEY and CDS rrset should be updated by
named to reflect the expressed policy.  Check that named does this
by creating a zone with a TTL that does not match the policy's TTL
and check that it is correctly updated.

2 years agoMerge branch '4513-system-tests-fail-with-net-dns-1-42' into 'main'
Mark Andrews [Wed, 3 Jan 2024 00:07:07 +0000 (00:07 +0000)] 
Merge branch '4513-system-tests-fail-with-net-dns-1-42' into 'main'

Resolve "System tests fail with Net::DNS 1.42"

Closes #4513

See merge request isc-projects/bind9!8615

2 years agoSupport Net::DNS::Nameserver 1.42
Mark Andrews [Tue, 2 Jan 2024 04:39:58 +0000 (15:39 +1100)] 
Support Net::DNS::Nameserver 1.42

In Net::DNS 1.42 $ns->main_loop no longer loops.  Use current methods
for starting the server, wait for SIGTERM then cleanup child processes
using $ns->stop_server(), then remove the pid file.

2 years agoMerge branch 'michal/silence-a-scan-build-warning-in-dns_rbt_addname' into 'main'
Michał Kępień [Tue, 2 Jan 2024 13:51:18 +0000 (13:51 +0000)] 
Merge branch 'michal/silence-a-scan-build-warning-in-dns_rbt_addname' into 'main'

Silence a scan-build warning in dns_rbt_addname()

See merge request isc-projects/bind9!8614

2 years agoSilence a scan-build warning in dns_rbt_addname()
Michał Kępień [Fri, 22 Dec 2023 18:27:37 +0000 (19:27 +0100)] 
Silence a scan-build warning in dns_rbt_addname()

Clang Static Analyzer is unable to grasp that when dns_rbt_addnode()
returns ISC_R_EXISTS, it always sets the pointer passed to it via its
'nodep' parameter to a non-NULL value.  Add an extra safety check in the
conditional expression used in dns_rbt_addname() to silence that
warning.

2 years agoMerge branch 'mnowak/pytest_rewrite_spf' into 'main'
Michal Nowak [Fri, 22 Dec 2023 15:07:13 +0000 (15:07 +0000)] 
Merge branch 'mnowak/pytest_rewrite_spf' into 'main'

Rewrite spf system test to pytest

See merge request isc-projects/bind9!8572

2 years agoRewrite spf system test to pytest
Michal Nowak [Fri, 22 Dec 2023 09:57:12 +0000 (10:57 +0100)] 
Rewrite spf system test to pytest

2 years agoAdd wait_for_zones_loaded fixture
Michał Kępień [Tue, 19 Dec 2023 14:58:36 +0000 (15:58 +0100)] 
Add wait_for_zones_loaded fixture

The wait_for_zones_loaded fixture waits for the "all zones loaded"
message in the named log file before the test function can proceed.

2 years agoEnsure wait_for_line() is not called with timeout=0
Michał Kępień [Tue, 19 Dec 2023 10:10:04 +0000 (11:10 +0100)] 
Ensure wait_for_line() is not called with timeout=0

2 years agoRefactor string matching loop for readability
Michał Kępień [Thu, 21 Dec 2023 11:22:18 +0000 (12:22 +0100)] 
Refactor string matching loop for readability

2 years agoAdd LogFile helper
Tom Krizek [Fri, 22 Dec 2023 09:55:17 +0000 (10:55 +0100)] 
Add LogFile helper

LogFile class contains a log path and has means to find a string in the
log file.

2 years agoMerge branch 'stepan/rndc-fixtures-for-pytest' into 'main'
Štěpán Balážik [Thu, 21 Dec 2023 19:33:43 +0000 (19:33 +0000)] 
Merge branch 'stepan/rndc-fixtures-for-pytest' into 'main'

Implement Python helpers for using RNDC in tests

See merge request isc-projects/bind9!8357

2 years agoAdd reconfiguration support to NamedInstance
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Add reconfiguration support to NamedInstance

Reconfiguring named using RNDC is a common action in BIND 9 system
tests.  It involves sending the "reconfig" RNDC command to a named
instance and waiting until it is fully processed.  Add a reconfigure()
method to the NamedInstance class in order to simplify and standardize
named reconfiguration using RNDC in Python-based system tests.

TODO:

  - full reconfiguration support (w/templating *.in files)

  - add an "rndc null" before every reconfiguration to show which file
    is used (NamedInstance.add_mark_to_log() as it may be generically
    useful?)

2 years agoRun mypy checks on Python helpers in GitLab CI
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Run mypy checks on Python helpers in GitLab CI

Ensure the type hints provided in helper code for Python-based system
tests are correct by continuously checking them using mypy in GitLab CI.
Check bin/tests/system/isctest.py exclusively for the time being because
it is the only Python file in the source tree which uses static typing
at the moment and working around the issues reported by mypy for other
(non-statically-typed) Python files present in the source tree would be
cumbersome.

2 years agoClean up the "checkds" system test
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Clean up the "checkds" system test

The "checkds" system test contains a lot of duplicated code despite
carrying out the same set of actions for every tested scenario
(zone_check() → wait for logs to appear → keystate_check()).  Extract
the parts of the code shared between all tests into a new function,
test_checkds(), and use pytest's test parametrization capabilities to
pass distinct sets of test parameters to this new function, in an
attempt to cleanly separate the fixed parts of this system test from the
variable ones.  Replace format() calls with f-strings.

2 years agoDrop use of dns.resolver.Resolver from "checkds"
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Drop use of dns.resolver.Resolver from "checkds"

The "checkds" system test only uses dns.resolver.Resolver objects to
access their 'nameservers' and 'port' attributes.  Instances of the
NamedInstance class also expose that information via their attributes,
so only pass NamedInstance objects around instead of needlessly
depending on dns.resolver.Resolver.

2 years agoUse helper Python classes for watching log files
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Use helper Python classes for watching log files

Make log file watching in Python-based system tests consistent by
employing the helper Python classes designed for that purpose.  Drop the
custom code currently used.

2 years agoAdd helper Python classes for watching log files
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Add helper Python classes for watching log files

Waiting for a specific log line to appear in a named.run file is a
common action in BIND 9 system tests.  Implement a set of Python classes
which intend to simplify and standardize this task in Python-based
system tests.

Co-authored-by: Štěpán Balážik <stepan@isc.org>
2 years agoSimplify use of RNDC in Python-based tests
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Simplify use of RNDC in Python-based tests

The "addzone" and "shutdown" system tests currently invoke rndc using
test-specific helper code.  Rework the relevant bits of those tests so
that they use the helper classes from bin/tests/system/isctest.py.

2 years agoImplement Python helpers for using RNDC in tests
Michał Kępień [Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)] 
Implement Python helpers for using RNDC in tests

Controlling named instances using RNDC is a common action in BIND 9
system tests.  However, there is currently no standardized way of doing
that from Python-based system tests, which leads to code duplication.
Add a set of Python classes and pytest fixtures which intend to simplify
and standardize use of RNDC in Python-based system tests.

For now, RNDC commands are sent to servers by invoking the rndc binary.
However, a switch to a native Python module able to send RNDC commands
without executing external binaries is expected to happen soon.  Even
when that happens, though, having the capability to invoke the rndc
binary (in order to test it) will remain useful.  Define a common Python
interface that such "RNDC executors" should implement (RNDCExecutor), in
order to make switching between them convenient.

Co-authored-by: Štěpán Balážik <stepan@isc.org>
2 years agoMerge branch 'each-broken-qpiter' into 'main'
Evan Hunt [Thu, 21 Dec 2023 17:57:47 +0000 (17:57 +0000)] 
Merge branch 'each-broken-qpiter' into 'main'

more fix_iterator() bugs

See merge request isc-projects/bind9!8606

2 years agoprevent an infinite loop in fix_iterator()
Evan Hunt [Wed, 20 Dec 2023 08:32:57 +0000 (00:32 -0800)] 
prevent an infinite loop in fix_iterator()

it was possible for fix_iterator() to get stuck in a loop while
trying to find the predecessor of a missing node. this has been
fixed and a regression test has been added.

2 years agofix_iterator() could produce incoherent iterator stacks
Evan Hunt [Wed, 20 Dec 2023 20:38:12 +0000 (12:38 -0800)] 
fix_iterator() could produce incoherent iterator stacks

the fix_iterator() function moves an iterator so that it points
to the predecessor of the searched-for name when that name doesn't
exist in the database. the tests only checked the correctness of
the top of the stack, however, and missed some cases where interior
branches in the stack could be missing or duplicated. in these
cases, the iterator would produce inconsistent results when walked.

the predecessors test case in qp_test has been updated to walk
each iterator to the end and ensure that the expected number of
nodes are found.

2 years agoMerge branch '4495-conversion-from-nsec3-to-nsec-removes-the-nsec3param-too-early...
Mark Andrews [Thu, 21 Dec 2023 10:00:15 +0000 (10:00 +0000)] 
Merge branch '4495-conversion-from-nsec3-to-nsec-removes-the-nsec3param-too-early' into 'main'

Resolve "Conversion from NSEC3 to NSEC removes the NSEC3PARAM too early"

Closes #4495 and #1794

See merge request isc-projects/bind9!8578

2 years agoAdd CHANGES for [GL #1794] and [GL #4459]
Mark Andrews [Fri, 15 Dec 2023 08:37:20 +0000 (19:37 +1100)] 
Add CHANGES for [GL #1794] and [GL #4459]

2 years agoRegression check for NSEC3 to NSEC3 conversion
Matthijs Mekking [Tue, 19 Dec 2023 12:23:44 +0000 (13:23 +0100)] 
Regression check for NSEC3 to NSEC3 conversion

When changing the NSEC3 chain, the new NSEC3 chain must be built before
the old NSEC3PARAM is removed.  Check each delta in the conversion to
ensure this ordering is met.

2 years agoRegression check for NSEC3 to NSEC conversion
Mark Andrews [Mon, 18 Dec 2023 00:23:21 +0000 (11:23 +1100)] 
Regression check for NSEC3 to NSEC conversion

When transitioning from NSEC3 to NSEC the NSEC3 must be built before
the NSEC3PARAM is removed.  Check each delta in the conversion to
ensure this ordering is met.

2 years agoUpdate the NSEC3PARAM TTL to match the SOA minimum
Mark Andrews [Wed, 20 Dec 2023 02:07:51 +0000 (13:07 +1100)] 
Update the NSEC3PARAM TTL to match the SOA minimum

When building NSEC3 chains update the NSEC3PARAM TTL to match
the SOA minimum.  Delete all records using the old TTL then
re-add them using the new TTL.

2 years agoDon't delete the NSEC3PARAM immediately
Mark Andrews [Fri, 15 Dec 2023 05:07:46 +0000 (16:07 +1100)] 
Don't delete the NSEC3PARAM immediately

Wait until the new NSEC or NSEC3 chain is generated then it should
be deleted.

2 years agoMerge branch '4364-compilezone-disable-checks' into 'main'
Evan Hunt [Thu, 21 Dec 2023 04:26:07 +0000 (04:26 +0000)] 
Merge branch '4364-compilezone-disable-checks' into 'main'

disable checks by default in named-compilezone

Closes #4364

See merge request isc-projects/bind9!8499

2 years agoCHANGES and release note for [GL #4364]
Evan Hunt [Thu, 16 Nov 2023 02:57:45 +0000 (18:57 -0800)] 
CHANGES and release note for [GL #4364]

2 years agodisable checks by default in named-compilezone
Evan Hunt [Thu, 16 Nov 2023 02:42:43 +0000 (18:42 -0800)] 
disable checks by default in named-compilezone

Zone content integrity checks can significantly slow the conversion
of zones from raw to text. As this is more properly a job for
named-checkzone anyway, we now disable all zone checks by
default in named-compilezone.

Users relying on named-compilezone for integrity checks as
well as format conversion can run named-checkzone separately,
or re-enable the checks in named-compilezone by using:
"named-compilezone -n fail -k fail -r warn -T warn -W warn".

2 years agoMerge branch '4488-memory-reference-leak-in-lib-dns-zone-c-zone_sign' into 'main'
Mark Andrews [Wed, 20 Dec 2023 23:02:50 +0000 (23:02 +0000)] 
Merge branch '4488-memory-reference-leak-in-lib-dns-zone-c-zone_sign' into 'main'

Resolve "Memory/reference leak in lib/dns/zone.c:zone_sign"

Closes #4488

See merge request isc-projects/bind9!8570

2 years agoAdd CHANGES note for [GL #4488]
Mark Andrews [Wed, 13 Dec 2023 07:35:54 +0000 (18:35 +1100)] 
Add CHANGES note for [GL #4488]

2 years agoDon't look for KSK status here and squash memory leak
Mark Andrews [Wed, 13 Dec 2023 06:55:09 +0000 (17:55 +1100)] 
Don't look for KSK status here and squash memory leak

Just remove the key from  consideration as it is being removed.

The old code could leak a key reference as dst_free_key was not
called every time we continued. This simplification will address
this as well.

2 years agoMerge branch '4310-require-when-changing-primaries-list' into 'main'
Mark Andrews [Wed, 20 Dec 2023 21:50:26 +0000 (21:50 +0000)] 
Merge branch '4310-require-when-changing-primaries-list' into 'main'

Resolve "REQUIRE when changing primaries list."

Closes #4310

See merge request isc-projects/bind9!8546

2 years agoAdd CHANGES note for [GL #4310]
Mark Andrews [Wed, 6 Dec 2023 00:41:31 +0000 (11:41 +1100)] 
Add CHANGES note for [GL #4310]

2 years agodns_request_cancel needs to be callable from any thread
Mark Andrews [Wed, 6 Dec 2023 00:34:52 +0000 (11:34 +1100)] 
dns_request_cancel needs to be callable from any thread

Check the tid and cancel the request immediately or pass it to the
appropriate loop for processing.  Call request->cb directly from
req_sendevent as it is now always called with the correct tid.

2 years agoMerge branch 'tkrizek/update-sphinx_rtd_theme' into 'main'
Tom Krizek [Wed, 20 Dec 2023 17:01:45 +0000 (17:01 +0000)] 
Merge branch 'tkrizek/update-sphinx_rtd_theme' into 'main'

Update sphinx_rtd_theme and docutils

See merge request isc-projects/bind9!8603

2 years agoUpdate sphinx_rtd_theme and docutils
Tom Krizek [Wed, 20 Dec 2023 15:54:54 +0000 (16:54 +0100)] 
Update sphinx_rtd_theme and docutils

2 years agoMerge branch '4496-do-not-destroy-ixfr-journal-in-xfrin_end' into 'main'
Michał Kępień [Wed, 20 Dec 2023 16:32:04 +0000 (16:32 +0000)] 
Merge branch '4496-do-not-destroy-ixfr-journal-in-xfrin_end' into 'main'

Do not destroy IXFR journal in xfrin_end()

Closes #4496

See merge request isc-projects/bind9!8602

2 years agoAdd CHANGES entry for GL #4496
Michał Kępień [Wed, 20 Dec 2023 16:21:14 +0000 (17:21 +0100)] 
Add CHANGES entry for GL #4496

2 years agoDo not destroy IXFR journal in xfrin_end()
Michał Kępień [Wed, 20 Dec 2023 16:21:14 +0000 (17:21 +0100)] 
Do not destroy IXFR journal in xfrin_end()

The xfrin_end() function is run when a zone transfer is finished or
canceled.  One of the actions it takes for incremental transfers (IXFR)
is calling dns_journal_destroy() on the zone journal structure that is
stored in the relevant zone transfer context (xfr->ixfr.journal).  That
immediately invalidates that structure as it is not reference-counted.
However, since the changes present in the IXFR stream are applied to the
journal asynchronously (via isc_work_enqueue()), it is possible that
some zone changes may still be in the process of being written to the
journal by the time xfrin_end() destroys the relevant structure.  Such a
scenario leads to crashes.

Fix by not destroying the zone journal structure until the entire zone
transfer context is destroyed.  xfrin_destroy() already conditionally
calls dns_journal_destroy() and when the former is called, all
asynchronous work for a given zone transfer process is guaranteed to be
complete.

2 years agoMerge tag 'v9.19.19'
Tom Krizek [Wed, 20 Dec 2023 14:59:22 +0000 (15:59 +0100)] 
Merge tag 'v9.19.19'

2 years agoMerge branch '4423-revert' into 'main'
Matthijs Mekking [Wed, 20 Dec 2023 08:32:00 +0000 (08:32 +0000)] 
Merge branch '4423-revert' into 'main'

Revert "Remove kasp mutex lock"

See merge request isc-projects/bind9!8597

2 years agoRevert "Add release note and CHANGES for #4423"
Matthijs Mekking [Tue, 19 Dec 2023 16:07:50 +0000 (17:07 +0100)] 
Revert "Add release note and CHANGES for #4423"

This reverts commit 7af2ec7e4fafb72ee8e734867321bca348a8ab95.