]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
2025-08-05  Matthijs MekkingTest adding ede with rpz cname override policy
2025-08-04  Ondřej Surýfix: dev: Silence "may be truncated" warnings
2025-08-04  Ondřej SurýSilence "may be truncated" warnings
2025-08-04  Ondřej Surýchg: dev: Add and use global memory context called...
2025-08-04  Ondřej SurýAdd rcu_barrier() to isc__log_shutdown()
2025-08-04  Ondřej SurýChange the 'isc_g_mctx' to be always available
2025-08-04  Ondřej SurýAdd and use global memory context called isc_g_mctx
2025-08-01  Mark Andrewsfix: usr: Prevent spurious validation failures
2025-08-01  Mark Andrewsvalidator.c:check_signer now clones val->sigrdataset
2025-07-31  Evan Huntfix: dev: convert dnssec system tests to python
2025-07-31  Nicki KřížekUse nsX fixtures rather than servers
2025-07-31  Nicki KřížekVarious TTL fixes in dnssec tests
2025-07-31  Nicki KřížekSplit up dnssec validation tests to multiple modules
2025-07-31  Nicki KřížekSplit up badkey tests into separate modules
2025-07-31  Nicki KřížekParametrize dnssec/tests_badkey.py tests
2025-07-31  Evan Hunttidy up the dnssec test tree
2025-07-31  Evan Huntconvert delv tests to python
2025-07-31  Evan Huntconvert dnssec signing tests to python
2025-07-31  Evan Huntconvert dnssec validation tests to python
2025-07-31  Evan Huntconvert dnssec-policy tests to python
2025-07-31  Evan Huntconvert TAT tests to python
2025-07-31  Evan Huntmove some test cases to different system tests
2025-07-31  Evan Huntmove NTA test cases to a separate python test
2025-07-31  Evan Huntstart converting dnssec system test to python/jinja2
2025-07-31  Aydın Mercanfix: dev: reintroduce cross version tests
2025-07-31  Aydın Mercanreintroduce cross version config tests
2025-07-31  Michal Nowakfix: ci: Revert "Capture scripts for Coverity Scan...
2025-07-31  Michal NowakRevert "Capture scripts for Coverity Scan analysis"
2025-07-31  Petr Špačekchg: ci: Log packages, test AlmaLinux 9
2025-07-31  Petr ŠpačekLog all installed system packages and Python libraries...
2025-07-31  Petr ŠpačekRun MR pipelines also on AlmaLinux 9
2025-07-30  Michał Kępieńchg: dev: Check meson.build formatting in CI
2025-07-30  Michał KępieńCheck meson.build formatting in CI
2025-07-30  Petr ŠpačekFix system test compatibility with old Python
2025-07-30  Petr ŠpačekFix compatibility with Python < 3.10
2025-07-30  Petr ŠpačekFix minimal dnspython version test
2025-07-30  Colin Vidalfix: test: fix macOS build for plugin unit test
2025-07-30  Colin Vidalfix ns_plugin_expandpath tests with no extension
2025-07-30  Colin Vidalfix macOS build for plugin unit test
2025-07-29  Evan Huntnew: test: add helper functions to isctest
2025-07-29  Nicki KřížekUse isctest.query.create across system tests
2025-07-29  Nicki KřížekAdd RA flag checks to isctest.check
2025-07-29  Nicki KřížekRefactor and move query helper to isctest.query.create
2025-07-29  Nicki KřížekUnify RR counting in isctest.check helper
2025-07-29  Nicki KřížekRefactor isctest.check.section_equal comparison
2025-07-29  Evan Huntadd helper functions to isctest
2025-07-29  Matthijs Mekkingfix: test: Improve key collision detection in ksr syste... alessio/aligned-atomics-baseline
2025-07-29  Matthijs MekkingImprove key collision detection in ksr system test
2025-07-29  Petr Špačeknew: test: Robust tests for NSEC3 nonexistent QNAME...
2025-07-29  Michał KępieńAdjust type hints for the "nsec3-answer" test
2025-07-29  Petr ŠpačekAdd more empty non-terminals to test zone
2025-07-29  Petr ŠpačekRandomize NSEC3 salt
2025-07-29  Petr ŠpačekTest proof of nonexistance of DS in insecure referrals
2025-07-29  Petr ŠpačekTest dangling DNAME answers come with NXDOMAIN proofs
2025-07-29  Petr ŠpačekTest dangling CNAMEs come with NXDOMAIN proofs
2025-07-29  Petr ŠpačekMove query outside of check_() functions
2025-07-29  Petr ŠpačekSeparate test into a new directory
2025-07-29  Petr ŠpačekTest simple NODATA answers with NSEC3
2025-07-29  Petr ŠpačekDetect extraneous NSEC3 RRs in responses
2025-07-29  Petr ŠpačekMove proof checking into a NSEC3Checker class
2025-07-29  Petr ŠpačekAdd consistency checks to responses with NSEC3
2025-07-29  Petr ŠpačekSplit NXDOMAIN/NOERROR/NODATA test cases
2025-07-29  Petr ŠpačekExtract closest encloser and source of synthesis logic...
2025-07-29  Petr ŠpačekUse isctest library to check hypothesis version
2025-07-29  Petr ŠpačekGenerate comprehensive tests for ZoneAnalyzer utility...
2025-07-29  Petr ŠpačekTest ZoneAnalyzer utility class
2025-07-29  Petr ŠpačekSeparate zone analyzer from NSEC3 test
2025-07-29  Petr ŠpačekShorten syntax to access Name object
2025-07-29  Petr ŠpačekMove multi-subdomain name generator into shared utilities
2025-07-29  Evan HuntAdd property based test for nsec3hash utility
2025-07-29  Petr ŠpačekTest also with subdomains of existing names
2025-07-29  Petr ŠpačekDedup NSEC3 get_next_name function
2025-07-29  Matthijs MekkingAdd a property based test for NSEC3 proofs for non...
2025-07-29  Mark AndrewsCheck that correct NSEC3 proofs are returned
2025-07-28  Colin Vidalchg: usr: plugin extension in plugin path is now optional
2025-07-28  Colin Vidalupdate ARM plugin documentation
2025-07-28  Colin Vidalupdate test_hooks system tests
2025-07-28  Colin Vidalns_plugin_expandpath() auto-extension unit-tests
2025-07-28  Colin Vidalplugin expand path automatically adds extension
2025-07-28  Colin VidalExport plugin extension in config.h
2025-07-28  Michal Nowaknew: ci: Add AlmaLinux 10 FIPS
2025-07-28  Michal NowakAdd AlmaLinux 10 FIPS
2025-07-28  Michal NowakDo not add AlmaLinux 8 FIPS unit and system test in...
2025-07-24  Ondřej Surýfix: dev: Fix one-definition-rule violation in the...
2025-07-24  Ondřej SurýFix one-definition-rule violation in the loop unit...
2025-07-24  Štěpán Balážikchg: test: Use isctest.asyncserver in the "dispatch...
2025-07-24  Michał KępieńAccount for idle timeouts in the "dispatch" test
2025-07-24  Štěpán BalážikUse isctest.asyncserver in the "dispatch" test
2025-07-24  Michał KępieńEnable resetting TCP connections
2025-07-24  Štěpán BalážikAdd support for TCP connection handlers
2025-07-24  Michał KępieńEnable requesting TCP connections to be closed
2025-07-24  Ondřej Surýfix: dev: Fix one-definition-rule violation in the...
2025-07-24  Ondřej SurýFix one-definition-rule violation in the tests/ns
2025-07-23  Ondřej Surýchg: dev: Refactor the network manager to be a singleton
2025-07-23  Ondřej SurýRefactor the network manager to be a singleton
2025-07-23  Ondřej Surýchg: dev: Change the loopmgr to be singleton
2025-07-23  Ondřej SurýChange the loopmgr to be singleton
2025-07-23  Ondřej Surýchg: usr: Reword the 'shut down hung fetch while resolv...
2025-07-23  Ondřej SurýReword the 'shut down hung fetch while resolving' message
2025-07-23  Štěpán Balážikchg: test: Use isctest.asyncserver in the "zero" test
next