]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
2025-12-05  Colin Vidalchg: dev: Shrunk cfgobj down from 72 bytes to 48 bytes
2025-12-05  Colin Vidalshrunk cfgobj down to 48bytes
2025-12-04  Colin Vidalchg: dev: Remove memory context form `cfg_obj_t`
2025-12-04  Colin Vidaldocument usage of BIND9 constructors/destructors
2025-12-04  Colin Vidalremove --memstats from cfg_test
2025-12-04  Colin Vidalremove memory context from parser context
2025-12-04  Colin Vidalcfg_parse_ API doesn't need memory context
2025-12-04  Colin Vidalremove `references` from cfg_parser_t
2025-12-04  Colin Vidalparser: add cfg_string_create() API
2025-12-04  Andoni Duartechg: doc: Set up version for BIND 9.21.17
2025-12-04  Andoni Duarte... Update BIND version to 9.21.17-dev
2025-12-04  Evan Huntfix: dev: Standardize CHECK and RETERR macros
2025-12-03  Evan Huntuse a standard CLEANUP macro
2025-12-03  Evan Huntadd coccinelle script
2025-12-03  Mark AndrewsRemove unreachable code
2025-12-03  Mark AndrewsUse isc_result_t more consistently
2025-12-03  Mark AndrewsRename isc_result_t ret; to isc_result_t result;
2025-12-03  Evan Huntswitch to RETERR where it wasn't being used
2025-12-03  Evan Huntswitch to CHECK where it wasn't being used
2025-12-03  Evan Huntstandardize CHECK and RETERR macros
2025-12-03  Colin Vidalchg: dev: Add RRSIG if required as soon as they are...
2025-12-03  Colin Vidaltest for RRSIG provided as soon as they are found
2025-12-03  Colin Vidaladd RRSIG if required as soon as they are found
2025-12-03  Arаm Sаrgsyаnfix: test: Fix an issue with unreachable cache's unit...
2025-12-02  Aram SargsyanFix an issue with unreachable cache's unit test
2025-12-02  Mark Andrewsfix: nil: Fix mislocated 'break;'
2025-12-02  Mark AndrewsFix mislocated break
2025-12-01  Mark Andrewsnew: usr: Add +[no]showtruncated and +[no]showallmessag...
2025-12-01  Mark AndrewsAdd +showallmessages to dig
2025-12-01  Mark Andrewscheck that dig +showtruncated works
2025-12-01  Mark AndrewsAdd +[no]showtruncated to dig
2025-12-01  Michał Kępieńchg: doc: Update CVE checklist
2025-12-01  Michał KępieńClean up URL templates in the summary table
2025-12-01  Michał KępieńAdd Earliest Notification row to the summary table
2025-12-01  Michał KępieńReplace "ASN" with "EVN" in the CVE checklist
2025-12-01  Matthijs Mekkingchg: test: Wait for log zone_needdump is more reliable
2025-12-01  Matthijs MekkingWait for log zone_needdump is more reliable
2025-11-28  Evan Huntfix: dev: Pass isc_buffer_t pointers when applicable
2025-11-28  Evan Huntpass isc_buffer_t pointers when applicable
2025-11-28  Matthijs Mekkingchg: usr: Improve output of 'rndc dnssec -status'
2025-11-28  Matthijs MekkingSplit rndc dnssec manpage into sections
2025-11-28  Matthijs MekkingUpdate kasp based system tests to new output
2025-11-28  Matthijs MekkingChange output of rndc dnssec -status
2025-11-28  Matthijs MekkingAdd verbose option to rndc dnssec -status
2025-11-28  Matthijs Mekkingchg: test: Rewrite multisigner system test to pytest
2025-11-28  Matthijs Mekkingdnskey is now a property of Key class
2025-11-28  Matthijs MekkingUpdate misleading comments in multisigner test
2025-11-28  Matthijs MekkingRemove common kasp shell script
2025-11-28  Matthijs MekkingClean up shell script remnants
2025-11-28  Matthijs MekkingConvert model2.secondary test to pytest
2025-11-28  Matthijs MekkingUpdate multisigner system test to set primary
2025-11-28  Matthijs MekkingMake test code flexible for more providers
2025-11-28  Matthijs MekkingConvert model2.multisigner test to pytest
2025-11-28  Ondřej Surýchg: usr: Provide more information when the memory...
2025-11-28  Ondřej SurýProvide more information when the memory allocation...
2025-11-28  Ondřej Surýfix: nil: Fix missing field 'merge' initializer for...
2025-11-28  Ondřej SurýFix missing field 'merge' initializer for the new cfg_c...
2025-11-28  Colin Vidalfix: dev: Fix uninitialized pointer check on getipandke...
2025-11-28  Colin Vidalfix unitiailized pointer check on getipandkeylist
2025-11-28  Nicki Křížekchg: test: Remove obsolete checks for PYTHON executable
2025-11-28  Nicki KřížekRemove obsolete dnspython prerequisite checks
2025-11-28  Nicki KřížekRemove extraneous prerequisite script for timeouts...
2025-11-28  Nicki KřížekRemove obsolete checks for PYTHON executable
2025-11-28  Ondřej Surýfix: usr: Fix caching RRSIG covering cache NODATA...
2025-11-28  Ondřej SurýFix not caching RRSIG covering cache NODATA record
2025-11-28  Ondřej SurýRefactor the conditions when adding new NEGATIVE header
2025-11-28  Ondřej SurýEvict the RRSIG when adding negative header
2025-11-28  Colin Vidalfix: usr: Fix parsing bug in remote-servers with key...
2025-11-28  Colin Vidaladd checkconf test for named remote-servers
2025-11-28  Colin Vidalcheck validity of key and tls in a server-list
2025-11-28  Colin Vidalcheck remote-servers list correctness
2025-11-28  Colin Vidalrefactoring of `named_config_getipandkeylist`
2025-11-28  Colin Vidalminimal fix for missing `key`/`tls` in named `remote...
2025-11-28  Colin Vidalremove `dns_notify_dequeue`
2025-11-28  Colin Vidaltest named remote-servers `key` usage
2025-11-28  Colin Vidalallow named remote-servers list with key or tls
2025-11-27  Arаm Sаrgsyаnfix: usr: Fix TLS contexts cache object usage bug in...
2025-11-27  Aram SargsyanFix a bug where tlsctx_cache could be destroyed while...
2025-11-27  Ondřej Surýfix: usr: Fix the spurious timeouts while resolving...
2025-11-27  Ondřej SurýDetect resolution loops between fetches
2025-11-27  Ondřej Surýchg: usr: Change the QNAME minimization algorithm to...
2025-11-27  Ondřej SurýChange the QNAME minimization algorithm to follow the...
2025-11-27  Michal Nowaknew: ci: Add Fedora 43
2025-11-27  Michal NowakAdd Fedora 43
2025-11-27  Nicki Křížeknew: test: Create trust anchors from isctest.kasp.Key
2025-11-27  Nicki KřížekMock DSDigest for compatibility with older dnspython
2025-11-27  Nicki KřížekAdd a template for TA and generate it from isctest...
2025-11-27  Nicki KřížekParse DNSKEY into a dnspython type in isctest.kasp...
2025-11-27  Alessio Poddafix: dev: Add support for more linkers with LTO
2025-11-27  Alessio PoddaAdd auto LTO option
2025-11-27  Alessio PoddaRename -Dnamed-lto=off to -Dnamed-lto=disabled
2025-11-27  Alessio PoddaAdd support for more linkers with LTO
2025-11-27  Ondřej Surýchg: dev: Use malloc_usable_size()/malloc_size() for...
2025-11-27  Ondřej SurýUse malloc_usable_size()/malloc_size() for memory accou...
2025-11-27  Ondřej Surýrem: dev: Remove internal memory filling in favor of...
2025-11-27  Ondřej SurýEnable junk filling via jemalloc option in the CI
2025-11-27  Ondřej SurýRemove internal memory filling in favor of jemalloc...
2025-11-27  Ondřej Surýchg: nil: Add optional debugging output for fetch conte...
2025-11-27  Ondřej SurýAdd optional debugging output for fetch context referen...
2025-11-27  Ondřej Surýchg: nil: Split qctx_destroy() into qctx_deinit() and...
next