]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
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
2026-02-17  Mark AndrewsUse shell function 'check_count' to check counts
2026-02-17  Mark AndrewsDocument UPDATE QUERY and UPDATE RESPONSE
2026-02-17  Mark AndrewsTest forward query/response counts
2026-02-17  Mark AndrewsCorrectly identify forwarded queries with DNSTAP
2026-02-17  Mark AndrewsAdd missed ret!=0 checks
2026-02-16  Matthijs Mekkingfix: doc: Minor documentation fixes for the 'rndc dnsse...
2026-02-16  Matthijs MekkingList 'rndc dnssec' arguments in alphabetic order
2026-02-16  Matthijs MekkingAdd rndc dnssec -step command to usage
2026-02-13  Michał Kępieńchg: test: Use isctest.asyncserver in the "pipelined...
2026-02-13  Michał KępieńUse isctest.asyncserver in the "pipelined" test
2026-02-13  Michał KępieńImplement a response handler that forwards queries
2026-02-13  Michał KępieńLog the server socket receiving each query
2026-02-13  Michał KępieńStore server socket information in QueryContext
2026-02-12  Alessio Poddachg: dev: Remove unnecessary dns_name_copy copies in... alessio/vecheader-refs-baseline
2026-02-12  Alessio PoddaReturn node pointer in step
2026-02-12  Alessio PoddaFewer name copies in step
2026-02-12  Alessio PoddaFewer name copies in previous_closest_nsec
2026-02-12  Matthijs Mekkingrem: nil: Remove unused dns_view_load() and dns_zt_load()
2026-02-12  Matthijs MekkingRemove unused dns_view_load() and dns_zt_load()
2026-02-11  Colin Vidalfix: usr: fetch loop detection improvements
2026-02-11  Colin Vidalsystem test for the ADB fetch loop detection
2026-02-11  Colin Vidalfetch loop detection improvements
2026-02-11  Colin Vidalextends named -T so ADB settings can be tweaked
2026-02-10  Colin Vidalchg: dev: resolver: refactoring of the dns_fetchrespons...
2026-02-10  Colin Vidalrename fetch response `db` field to `cache`
2026-02-10  Evan Huntuse a union for resp and qmin data
2026-02-10  Colin Vidalresolver: remove `qminrrset`, `qminsigrrset` from fctx
2026-02-10  Colin Vidalresolver: copy fetch responses and send events in one go
2026-02-10  Colin Vidalresolver: simplify fetch response handling
2026-02-10  Colin Vidalresolver: temporarily store query answer in fetch context
2026-02-10  Colin Vidalresolver: Defer cloning of fetch responses until events...
2026-02-09  Mark Andrewsfix: doc: Document that dig's query options are order...
2026-02-09  Mark AndrewsDocument that query options are order sensitive
2026-02-09  Ondřej Surýfix: usr: Fix NULL Pointer Dereference in QP-trie Cache...
2026-02-07  Ondřej SurýFix NULL Pointer Dereference in QP-trie Cache add()
2026-02-06  Ondřej Surýfix: nil: Release gnamebuf also on the error path
2026-02-06  Ondřej SurýRelease gnamebuf also on the error path
2026-02-06  Matthijs Mekkingchg: nil: Minor logging improvements for key lifetime
2026-02-06  Matthijs MekkingMinor logging improvements for key lifetime
2026-02-06  Michał Kępieńchg: usr: Record query time for all dnstap responses
2026-02-06  Mark AndrewsRecord query time for all dnstap responses
2026-02-06  Michal Nowakchg: test: Rewrite xfer system test to pytest
2026-02-06  Michal NowakRewrite xfer system test to pytest
2026-02-06  Nicki Křížekfix: test: Allow re-run of kasp test case on all FreeBSDs
2026-02-06  Nicki KřížekAllow re-run of kasp test case on all FreeBSDs
2026-02-06  Nicki KřížekImprove logging for isctest.run.retry_with_timeout
2026-02-06  Aydın Mercanfix: dev: wipe hmac keys correctly pre-3.0 libcrypto
next