]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
2024-09-10  Mark Andrewsnew: usr: Add flag to named-checkconf to ignore "not...
2024-09-09  Mark AndrewsAdd flag to named-checkconf to ignore "not configured...
2024-09-09  Nicki Křížekchg: test: Remove test.skr unit test file
2024-09-09  Matthijs MekkingRemove test.skr unit test file
2024-09-09  Nicki Křížekchg: doc: Set up version for BIND 9.21.2
2024-09-09  Nicki KřížekUpdate BIND version to 9.21.2-dev
2024-09-09  Nicki KřížekUpdate BIND version for release v9.21.1
2024-09-09  Nicki Křížeknew: doc: Prepare documentation for BIND 9.21.1
2024-09-06  Nicki KřížekTweak and reword release notes
2024-09-06  Nicki KřížekFix dnssec-policy options formatting and links in ARM
2024-09-06  Nicki KřížekAdd Known Issue [#GL 4898]
2024-09-06  Nicki KřížekRemove a fixed known issue [GL #4793]
2024-09-06  Nicki KřížekPrepare release notes for BIND 9.21.1
2024-09-06  Nicki KřížekGenerate release notes
2024-09-06  Nicki KřížekGenerate changelog
2024-09-06  Nicki Křížekchg: dev: Double the number of threadpool threads
2024-09-06  Nicki KřížekDouble the number of threadpool threads
2024-09-04  Matthijs Mekkingfix: usr: Fix bug in Offline KSK that is using ZSK...
2024-09-04  Nicki Křížekfix: usr: Fix an assertion failure in validate_dnskey_d...
2024-09-03  Matthijs MekkingNit logging change
2024-09-03  Matthijs MekkingFix bug in dns_keymgr_offline
2024-09-02  Aram SargsyanProcess canceled/shut down results in validate_dnskey_d...
2024-08-29  Evan Huntfix: usr: Delay release of root privileges until after...
2024-08-29  Evan HuntDelay release of root privileges until after configurin...
2024-08-29  Ondřej Surýchg: usr: Follow the number of CPU set by taskset/cpuset
2024-08-29  Ondřej SurýFollow the number of CPU set by taskset/cpuset
2024-08-29  Michal Nowakchg: test: Bump max-recursion-queries to 100 in resolve...
2024-08-29  Michal NowakBump max-recursion-queries to 100 in resolver system...
2024-08-29  Mark Andrewsfix: chg: Improve performance when looking for the...
2024-08-29  Mark AndrewsReturn partial match when requested
2024-08-29  Mark Andrewsfix: Accessing fctx->state without holding lock
2024-08-29  Mark AndrewsMove lock earlier in the call sequence
2024-08-29  Mark Andrewsfix: Address potential TSAN issue with find->status
2024-08-28  Mark AndrewsUse atomics to access find->status
2024-08-28  Mark AndrewsUse an accessor fuction to access find->status
2024-08-28  Michal Nowakchg: ci: Generate TSAN stress test
2024-08-28  Michal NowakGenerate TSAN stress test
2024-08-28  Michal Nowakchg: ci: Cleanup stress test artifacts
2024-08-27  Michal NowakSome stress test artifacts should not be saved in CI...
2024-08-26  Arаm Sаrgsyаnchg: usr: Exempt prefetches from the fetches-per-zone...
2024-08-26  Aram SargsyanDocument that prefeteches are exempt from select quotas
2024-08-26  Aram SargsyanExempt prefetches from the fetches-per-server quota
2024-08-26  Aram SargsyanExempt prefetches from the fetches-per-zone quota
2024-08-26  Ondřej Surýfix: dev: Stop using malloc_usable_size and malloc_size
2024-08-26  Ondřej SurýStop using malloc_usable_size and malloc_size
2024-08-26  Michal Nowakchg: ci: Drop removed system tests from cross-version...
2024-08-26  Michal NowakDrop removed system tests from $BIND_BASELINE_VERSION
2024-08-23  Petr Špačekfix: dev: Preserve statement tag order in documentation
2024-08-23  Petr ŠpačekDisallow duplicate statement tags in docs
2024-08-23  James AddisonPreserve de-duplicated tag order in documentation
2024-08-23  Petr Špačeknew: ci: Automate parts of MR workflow
2024-08-23  Petr ŠpačekRemove milestone check from dangerfile
2024-08-23  Petr ŠpačekRemove 'Release notes' label check from dangerfile
2024-08-23  Petr ŠpačekRemove 'No CHANGES' check from dangerfile
2024-08-23  Petr ŠpačekAutomatically adjust MR metadata after merge
2024-08-23  Petr ŠpačekMark backports CI job as non-interruptible
2024-08-22  Evan Huntrem: usr: Remove the 'dialup' and 'heartbeat-interval...
2024-08-22  Evan Huntremove the "dialup" and "heartbeat-interval" options
2024-08-22  Arаm Sаrgsyаnnew: usr: implement the 'request-ixfr-max-diffs' config...
2024-08-22  Aram SargsyanDocument the 'request-ixfr-max-diffs' configuration...
2024-08-22  Aram SargsyanTest the 'request-ixfr-max-diffs' configuration option
2024-08-22  Aram SargsyanImplement the 'request-ixfr-max-diffs' configuration...
2024-08-22  Mark Andrewsnew: usr: Support restricted key tag range when generat...
2024-08-22  Mark AndrewsAdd bad dnssec-policy range variants test examples
2024-08-22  Mark AndrewsAdd a multi-signer where the key tag range changes
2024-08-22  Mark AndrewsUse key tag ranges when generating multisigner keys
2024-08-22  Mark AndrewsCheck that dnssec-keygen honours key tag ranges
2024-08-22  Mark AndrewsDocument dnssec-policy keys range directive
2024-08-22  Mark AndrewsAdd good dnssec-policy tag-range variants test examples
2024-08-22  Mark AndrewsCheck key tag range when matching dnssec keys to kasp...
2024-08-22  Mark AndrewsAdd optional range directive to keys in dnssec-policy
2024-08-22  Mark AndrewsAdd the concept of allowed key tag ranges to kasp
2024-08-22  Mark AndrewsDocument -M tag_min:tag_max
2024-08-22  Mark AndrewsAdd restrict key tag range support
2024-08-22  Michal Nowakchg: ci: Revert "Workaround temporary cross-version...
2024-08-22  Michal NowakRevert "Workaround temporary cross-version-config-tests...
2024-08-22  Matthijs Mekkingfix: usr: Fix algoritm rollover bug when there are...
2024-08-22  Matthijs MekkingFix algorithm rollover bug wrt keytag conflicts
2024-08-22  Matthijs MekkingAdjust kasp system test to get keys which signed
2024-08-22  Michal Nowakchg: ci: Update Clang to version 19
2024-08-22  Ondřej SurýUse clang-format-19 to update formatting
2024-08-22  Michal NowakUpdate Clang to version 19
2024-08-22  Matthijs Mekkingnew: usr: Support for Offline KSK implemented
2024-08-22  Matthijs MekkingAdd a section for Offline KSK to the DNSSEC Guide
2024-08-22  Matthijs MekkingAdd skr unit test
2024-08-22  Matthijs MekkingDisable some behavior in offline-ksk mode
2024-08-22  Matthijs MekkingRetrieve RRSIG from SKR
2024-08-22  Matthijs MekkingDon't read private key files for offline KSKs
2024-08-22  Matthijs MekkingUpdate key states in offline-ksk mode
2024-08-22  Matthijs MekkingApply SKR bundle on rekey
2024-08-22  Matthijs MekkingImplement SKR import
2024-08-22  Matthijs MekkingAdd code to store SKR
2024-08-22  Matthijs MekkingTest rndc skr import
2024-08-22  Matthijs MekkingAdd option to kasp.sh check_keys to retain found keys
2024-08-22  Matthijs MekkingImplement dummy 'rndc skr -import' command
2024-08-22  Matthijs MekkingAdd a common setup script for ksr
2024-08-22  Matthijs MekkingUpdate ksr system test to include server
2024-08-22  Matthijs MekkingAdd offline-ksk option
2024-08-22  Mark Andrewschg: dev: Restore the ability to select individual...
2024-08-21  Mark AndrewsExtend ISC_TEST_MAIN for debugging
next