]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
2026-02-26  Aram SargsyanDocument response time RTT counetrs
2026-02-26  Aram SargsyanAdd RTT statistics tests both for XML and JSON outputs
2026-02-26  Aram SargsyanShow the incoming/outgoing queries' RTT statistics...
2026-02-26  Aram SargsyanCalculate incoming queries RTT statistics
2026-02-26  Aram SargsyanKeep client->inner.tnow and client->inner.now in sync
2026-02-26  Aram SargsyanReplace the outgoing queries RTT histogram code with...
2026-02-26  Aram SargsyanUse standard reference counting for isc_histomulti
2026-02-26  Michał Kępieńchg: doc: Set up version for BIND 9.21.20
2026-02-26  Michał KępieńUpdate BIND version to 9.21.20-dev
2026-02-26  Ondřej Surýchg: dev: Implement Fisher-Yates shuffle for nameserver...
2026-02-26  Colin VidalAdd test coverage for nameserver processing limits
2026-02-26  Ondřej SurýImplement Fisher-Yates shuffle for nameserver selection
2026-02-25  Štěpán Balážikfix: ci: Fix generate-tsan-stress-test-configs CI job
2026-02-25  Štěpán BalážikFix generate-tsan-stress-test-configs CI job
2026-02-25  Matthijs Mekkingfix: nil: Fix log level bug related to keystores
2026-02-25  Matthijs MekkingFix log level bug in keystore
2026-02-25  Ondřej Surýfix: usr: Remove deterministic selection of nameserver
2026-02-25  Colin Vidalsystem test covering NS randomization
2026-02-25  Mark AndrewsRemove determinist selection of nameserver
2026-02-25  Ondřej Surýsec: usr: Remove purged adb names and entries from...
2026-02-25  Ondřej SurýRemove purged adb names and entries from SIEVE list...
2026-02-24  Ondřej Surýfix: usr: Importing invalid SKR file might corrupt...
2026-02-24  Ondřej SurýAdd system tests that imports invalid SKR file
2026-02-24  Ondřej SurýImporting invalid SKR file might overflow the stack...
2026-02-24  Michal Nowakfix: ci: Use LLVM 21 for "trixie"
2026-02-24  Michal NowakUse LLVM 21 for "trixie"
2026-02-24  Ondřej Surýchg: dev: Invalid NSEC3 can cause OOB read of the isdel...
2026-02-24  Mark AndrewsTest maximum length NSEC3 hash detection
2026-02-24  Mark AndrewsRemove invalid REQUIRE in NSEC3 fromstruct method
2026-02-24  Ondřej SurýAdd tests for NSEC3 invalid length
2026-02-24  Mark AndrewsEnforce NSEC3 record consistency
2026-02-24  Ondřej SurýInvalid NSEC3 can cause OOB read of the isdelegation...
2026-02-23  Ondřej Surýfix: usr: Fail DNSKEY validation when supported but...
2026-02-23  Ondřej SurýAdd test for mixed unsupported DS records
2026-02-23  Ondřej SurýFail DNSKEY validation when supported but invalid DS...
2026-02-23  Matthijs Mekkingfix: usr: Clear serve-stale flags when following the...
2026-02-23  Ondřej SurýClear serve-stale flags when following the CNAME chains
2026-02-23  Matthijs MekkingTest serve-stale with upstream zones and CNAMEs
2026-02-23  Ondřej Surýnew: doc: Provide guidelines for tool-generated content
2026-02-23  Ondřej SurýProvide guidelines for tool-generated content
2026-02-22  Ondřej Surýchg: doc: Add examples to the dig man page
2026-02-22  Julia EvansAdd examples to the dig man page
2026-02-20  Ondřej Surýfix: nil: Cleanup setting netmgr ports from isc_manager...
2026-02-20  Ondřej SurýCleanup setting netmgr ports from isc_managers_create()
2026-02-20  Štěpán Balážikchg: ci: Rework linting of Python code
2026-02-20  Štěpán BalážikAdd ruff job to CI
2026-02-20  Štěpán BalážikReplace deprecated typing imports
2026-02-20  Štěpán BalážikClean up imports of dnspython modules
2026-02-20  Štěpán BalážikReplace Optional["T"] with "T | None"
2026-02-20  Štěpán BalážikReplace Optional[T] with T | None
2026-02-20  Štěpán BalážikRemove the rest of Union usages by hand
2026-02-20  Štěpán BalážikReplace Union[S, T] with S | T
2026-02-20  Štěpán BalážikBuilt-in types are now subscriptable
2026-02-20  Štěpán BalážikRemove superfluous 'pylint: disable' directives
2026-02-20  Štěpán BalážikRemove unused imports
2026-02-20  Štěpán BalážikSet pytestmark explicitly in rollover* and nsec3* tests
2026-02-20  Štěpán BalážikMake default_algorithm accessible through a fixture...
2026-02-20  Štěpán BalážikDefine __all__ in __init__.py files
2026-02-20  Štěpán BalážikAutomatically sort imports in Python code
2026-02-20  Štěpán BalážikLint code in doc directory
2026-02-20  Štěpán BalážikFix vulture warnings and tweak ignore lists
2026-02-20  Štěpán BalážikFix 'Too many return statements' pylint error
2026-02-20  Štěpán BalážikFix pylint's 'invalid-name' errors
2026-02-20  Štěpán BalážikMove utility Python scripts to the bind9-qa repo
2026-02-20  Štěpán BalážikClone the bind9-qa repo to the project root in CI jobs
2026-02-20  Štěpán BalážikReintroduce pylint checks that are not being violated
2026-02-20  Štěpán BalážikSet dist=loadscope for pytest in pytest.ini
2026-02-20  Štěpán BalážikFix the rest of 'Formatting a regular string which...
2026-02-20  Štěpán BalážikFix some 'Formatting a regular string which could be...
2026-02-20  Štěpán BalážikAdd a small config for the ruff tool
2026-02-20  Štěpán BalážikCentralize Python tooling configuration in pyproject...
2026-02-20  Štěpán BalážikFix 'Import should be placed at the top of the module'
2026-02-20  Štěpán BalážikFix 'Using open without explicitly specifying an encoding'
2026-02-20  Štěpán BalážikUse relative imports and __init__.py in the statschanne...
2026-02-20  Štěpán BalážikIssue errors on re.compile only when isctest is imported
2026-02-20  Štěpán BalážikRun custom servers as Python modules
2026-02-20  Ondřej Surýchg: usr: Optimize the TCP source port selection on...
2026-02-20  Ondřej SurýRename isc_net_getudpportrange() to isc_net_getportrange()
2026-02-20  Ondřej SurýImplement IP_LOCAL_PORT_RANGE socket option for Linux
2026-02-20  Ondřej SurýImprove the source port selection on Linux
2026-02-20  Ondřej SurýRemove return value from isc_net_getudpportrange()
2026-02-20  Ondřej Surýfix: usr: Fix read UAF in BIND9 dns_client_resolve...
2026-02-20  Ondřej SurýFix read UAF in BIND9 dns_client_resolve() via DNAME...
2026-02-19  Andoni Duartefix: ci: Fix the `update-stable-tag` job
2026-02-19  Andoni Duarte... Fix CI stable branch update job bug
2026-02-19  Ondřej Surýfix: usr: Fix errors when retrying over TCP in notify_s...
2026-02-19  Mark AndrewsCheck notify with bad notify source address and tsig
2026-02-19  Ondřej SurýDon't retry notify over TCP if it could not successed
2026-02-19  Ondřej SurýFix assertion failure when sending notify fails over UDP
2026-02-19  Mark Andrewsfix: dev: Return FORMERR for ECS family 0
2026-02-19  Mark AndrewsReturn FORMERR for ECS family 0
2026-02-18  Petr Špačekchg: ci: cross-version-config-tests should hard fail...
2026-02-18  Petr ŠpačekCross-version-config-tests should hard fail again
2026-02-18  Ondřej Surýchg: nil: Remove dns_rdataslab_merge() and friends
2026-02-18  Ondřej SurýUse offsetof() instead of pointer arithmetics to get...
2026-02-18  Ondřej SurýMove the count of items in the slabheader from raw...
2026-02-18  Ondřej SurýCleanup the unused members of dns_slabheader_t
2026-02-18  Ondřej SurýRemove dns_rdataslab_merge() and friends
2026-02-18  Petr ŠpačekMerge tag 'v9.21.18'
2026-02-17  Mark Andrewsfix: usr: DNSTAP wasn't logging forwarded queries correctly
next