]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
2018-06-21  Ondřej SurýSet with_cmocka=no by default
2018-06-20  Ondřej SurýMerge branch '250-integrate-cmocka-into-our-build-scrip...
2018-06-20  Ondřej SurýAdd support for cmocka assert testing by overriding...
2018-06-20  Ondřej SurýAdd --wrap linker option detection
2018-06-20  Ondřej SurýEnforce TAP output from cmocka based unit tests
2018-06-20  Ondřej SurýIntegrate cmocka unit testing framework to kyua
2018-06-19  Ondřej SurýMerge branch 'check-gitlab-existence' into 'master'
2018-06-19  Witold KręcickiCheck if gitlab exists in git-replay-merge.sh{
2018-06-19  Mark AndrewsMerge branch '336-default-of-rrset-order-silently-chang...
2018-06-19  Mark AndrewsRestore default rrset-order to random.
2018-06-15  Michał KępieńMerge branch '266-convert-verifyzone-to-a-libdns-functi...
2018-06-15  Michał KępieńAdd CHANGES entry
2018-06-15  Michał KępieńFix coding style issues in lib/dns/zoneverify.c
2018-06-15  Michał KępieńConstify function arguments throughout lib/dns/zoneverify.c
2018-06-15  Michał KępieńPropagate dns_zoneverify_dnssec() errors to callers
2018-06-15  Michał KępieńRemove fatal() and check_result() from lib/dns/zoneverify.c
2018-06-15  Michał KępieńReplace remaining fprintf() calls with zoneverify_...
2018-06-15  Michał KępieńProperly handle record_found() errors
2018-06-15  Michał KępieńDo not call exit() upon dns_zoneverify_dnssec() errors
2018-06-15  Michał KępieńDo not call exit() upon record_nsec3() errors
2018-06-15  Michał KępieńDo not call exit() upon match_nsec3() errors
2018-06-15  Michał KępieńDo not call exit() upon isoptout() errors
2018-06-15  Michał KępieńDo not call exit() upon NSEC3 verification errors
2018-06-15  Michał KępieńDo not call exit() upon verifynsec() errors
2018-06-15  Michał KępieńDo not call exit() upon check_no_rrsig() errors
2018-06-15  Michał KępieńDo not call exit() upon verifyset() errors
2018-06-15  Michał KępieńDo not call exit() upon verifynode() errors
2018-06-15  Michał KępieńDo not call exit() upon is_empty() errors
2018-06-15  Michał KępieńDo not call exit() upon check_no_nsec() errors
2018-06-15  Michał KępieńDo not call exit() upon verify_nodes() errors
2018-06-15  Michał KępieńDo not call exit() upon check_bad_algorithms() errors
2018-06-15  Michał KępieńDo not call exit() upon check_dnskey() errors
2018-06-15  Michał KępieńDo not call exit() upon check_apex_rrsets() errors
2018-06-15  Michał KępieńUse RUNTIME_CHECK instead of check_result() where it...
2018-06-15  Michał KępieńExtract print_summary() from dns_zoneverify_dnssec()
2018-06-15  Michał KępieńExtract check_bad_algorithms() from dns_zoneverify_dnssec()
2018-06-15  Michał KępieńExtract verify_nodes() from dns_zoneverify_dnssec()
2018-06-15  Michał KępieńExtract determine_active_algorithms() from dns_zoneveri...
2018-06-15  Michał KępieńExtract check_dnskey_sigs() from check_dnskey()
2018-06-15  Michał KępieńExtract check_dnskey() from dns_zoneverify_dnssec()
2018-06-15  Michał KępieńExtract check_apex_rrsets() from dns_zoneverify_dnssec()
2018-06-15  Michał KępieńImplement zoneverify_log_error() and zoneverify_print()
2018-06-15  Michał KępieńMove algorithm tables to the verification context structure
2018-06-15  Michał KępieńMove commonly used dns_rdataset_t structures to the...
2018-06-15  Michał KępieńMove commonly used variables to the verification contex...
2018-06-15  Michał KępieńDo not use static variables in lib/dns/zoneverify.c
2018-06-15  Michał KępieńRename verifyzone() to dns_zoneverify_dnssec()
2018-06-15  Michał KępieńMove verifyzone() and its dependencies into lib/dns...
2018-06-15  Michał KępieńReplace type_format() and TYPE_FORMATSIZE with their...
2018-06-15  Michał KępieńMerge branch '341-constify-dns_rdata_tostruct' into...
2018-06-15  Mark AndrewsDeclare the 'rdata' argument for dns_rdata_tostruct...
2018-06-14  Ondřej SurýMerge branch 'fix-pkcs11-build' into 'master'
2018-06-14  Ondřej SurýAdd better EMPTY_TRANSLATION_UNIT to isc/util.h
2018-06-14  Ondřej SurýPut proper guards in openssl_shim.{c,h} when compiling...
2018-06-14  Ondřej SurýMerge branch 'tests-server-stale-prereq' into 'master'
2018-06-14  Petr MenšíkFix server-stale requirement, skip without Time::HiRes
2018-06-14  Ondřej SurýMerge branch '309-fix-default-recursion' into 'master'
2018-06-14  Evan Huntadd a regression test for default allow-recursion settings
2018-06-14  Evan Huntallow-recursion could incorrectly inherit from the...
2018-06-14  Ondřej SurýMerge branch '337-remove-copyright-information-from...
2018-06-14  Ondřej SurýRemove copyright information from the generated configu...
2018-06-13  Ondřej SurýMerge branch '328-add-openssl-shim' into 'master'
2018-06-13  Ondřej SurýUpdate copyrights and whitespace
2018-06-13  Ondřej SurýAdd thin openssl shim for OpenSSL 1.1.x and LibreSSL...
2018-06-13  Witold KrecickiMerge branch 'fix-qmin-test-addr-order' into 'master'
2018-06-13  Witold KręcickiFix qname minimization test failures with A/AAAA ordering
2018-06-13  Michał KępieńMerge branch '298-fix-dname-handling-in-dnssec-tools...
2018-06-13  Michał KępieńAdd CHANGES entry
2018-06-13  Mark AndrewsPull out the saving of the zone cut into a separate...
2018-06-13  Michał KępieńTreat records below a DNAME as out-of-zone data
2018-06-13  Ondřej SurýMerge branch '328-remove-openssl-patch' into 'master'
2018-06-13  Ondřej SurýRemove the OpenSSL PKCS#11 patches - not really needed now
2018-06-13  Michał KępieńMerge branch '284-unify-keyfile-to-configuration-conver...
2018-06-13  Michał KępieńAdd helper variables in mkeys system test
2018-06-13  Michał KępieńReplace duplicated code snippet with calls to helper...
2018-06-13  Michał KępieńAdd helper functions for converting keyfile data into...
2018-06-12  Witold KrecickiMerge branch '16-qname-minimization' into 'master'
2018-06-12  Witold KręcickiAdd qname-minimization off as an option; test fixes
2018-06-12  Witold KręcickiCHANGES entry
2018-06-12  Witold Kręcickiqname minimization: ARM entry
2018-06-12  Evan Huntnits
2018-06-12  Witold Kręcickiqname-minimization: Some post-review style/minor fixes
2018-06-12  Mark Andrewsupdate qname-minimization
2018-06-12  Witold Kręcicki+x permissions on bin/tests/system scripts
2018-06-12  Witold KręcickiRequire python with dnspython module
2018-06-12  Witold Kręcickiqname minimization: log how many qmin steps were taken
2018-06-12  Witold KręcickiDisable qname minimization if we encounter a bad server
2018-06-12  Evan Huntstyle nits (mostly line length)
2018-06-12  Evan Huntrename test to qmin; add it to conf.sh.in and Makefile...
2018-06-12  Witold Kręcickiqname minimization: fix tests
2018-06-12  Witold Kręcicki- qname minimization:
2018-06-12  Witold KręcickiQNAME minimization
2018-06-11  Michał KępieńMerge branch '269-refactor-zone-logging-functions'...
2018-06-11  Michał KępieńAdd CHANGES entry
2018-06-11  Michał KępieńReimplement all zone logging functions using dns_zone_l...
2018-06-11  Michał KępieńAdd dns_zone_logv()
2018-06-08  Evan HuntMerge branch 'validate-glue' into 'master'
2018-06-08  Evan HuntCHANGES
2018-06-08  Evan Huntensure that we attempt to validate glue if it's signed
2018-06-08  Evan HuntMerge branch '324-add-obsolete-answer-cookie-to-master...
next