]> git.ipfire.org Git - thirdparty/bind9.git/shortlog
thirdparty/bind9.git
2018-08-10  Witold KręcickiTest larger quantum and more threads NG-networkonly
2018-08-10  Witold KręcickiExperiment: answer immediately to test network stack...
2018-08-10  Witold KręcickiRemove layering from isc_socket, isc_timer, isc_mem NG-2-remove-isc_bind9
2018-08-10  Witold KręcickiRemove layering from isc_task and isc_app
2018-08-10  Witold KręcickiWiP'
2018-08-10  Witold KręcickiGet rid of isc_bind9 conditional
2018-08-10  Witold KręcickiRemove unthreaded support
2018-08-08  Evan HuntMerge branch 'security-complete-dname-fix' into 'master'
2018-08-08  Evan HuntCHANGES, release note
2018-08-08  Evan Huntcaclulate nlabels and set *chainingp correctly
2018-08-08  Evan Hunttest case
2018-08-08  Evan Huntexplicit DNAME query could trigger a crash if deny...
2018-08-08  Ondřej SurýMerge branch '9-use-C99-integer-types' into 'master'
2018-08-08  Ondřej SurýAdd CHANGES entry
2018-08-08  Ondřej SurýRemove duplicate config.h
2018-08-08  Ondřej SurýReplace custom isc_boolean_t with C standard bool type
2018-08-08  Ondřej SurýReplace custom isc_u?intNN_t types with C99 u?intNN_t...
2018-08-08  Ondřej SurýGet rid of extra UINT64_MAX definition in lib/isc/win32...
2018-08-08  Ondřej SurýReplace ISC_PRINT_QUADFORMAT with inttypes.h format...
2018-08-08  Ondřej SurýCheck for C99 compatible compiler
2018-08-08  Ondřej SurýMerge branch 'silence-openbsd-warning' into 'master'
2018-08-08  Evan HuntSilence a compiler warning on openbsd and fix windows...
2018-08-08  Michał KępieńMerge branch '431-refactor-code-preparing-a-delegation...
2018-08-08  Michał KępieńAdd CHANGES entry
2018-08-08  Michał KępieńExtract code preparing a delegation response to a separ...
2018-08-08  Michał KępieńRemove unused NS_QUERYATTR_CACHEGLUEOK query attribute
2018-08-08  Michał KępieńRestore zone database and zone node if cache search...
2018-08-07  Ondřej SurýMerge branch '440-root-zone-performance-regression...
2018-08-07  Ondřej SurýMake sure the storage for isc_random32() result is...
2018-08-06  Ondřej SurýMerge branch '440-root-zone-performance-regression...
2018-08-06  Ondřej SurýUpdate ARM on the default ordering
2018-08-06  Ondřej SurýDefine and use new DNS_RDATASET_COUNT_UNDEFINED equals...
2018-08-06  Ondřej SurýModify the rrsetorder test to cope with the rrset order...
2018-08-06  Ondřej SurýRefactor code around random/cyclic/fixed to reduce...
2018-08-05  Mark AndrewsOnly get one random number per response when order...
2018-08-02  Mark AndrewsMerge branch 'remove-dead-code' into 'master'
2018-08-02  Mark Andrewsremove dead code
2018-08-02  Mark AndrewsMerge branch '442-dnssec-verify-fails-on-case-sensitivi...
2018-08-02  Mark Andrewsadd CHANGES
2018-08-02  Mark Andrewsonly check the bit map
2018-08-02  Ondřej SurýMerge branch '543-revert-!553' into 'master'
2018-08-02  Ondřej SurýRevert "Merge branch 'modified-manual-install-oot'...
2018-08-02  Ondřej SurýMerge branch '454-broken-build-with-custom-ldflags...
2018-08-02  Ondřej SurýPreserve ${LDFLAGS} contents in bin/dig/
2018-08-02  Mark AndrewsMerge branch '439-the-signed-instance-of-a-in-line...
2018-08-02  Mark Andrewsadd CHANGES
2018-08-02  Mark Andrewstreat the signed instance of a inline zone as dynamic
2018-08-02  Mark Andrewsturn off ixfr-from-differences on signed instance of...
2018-08-02  Mark Andrewsrename zone to mayberaw
2018-08-02  Mark AndrewsMerge branch '453-master-build-broken-in-documentation...
2018-08-02  Mark Andrewsadd /opt/local/share/xsl/docbook-xsl-nons to the places...
2018-08-02  Mark AndrewsMerge branch '359-question-about-using-hashtable-size...
2018-08-02  Mark Andrewslower log level to debug(1)
2018-08-02  Mark AndrewsMerge branch '424-nsupdate-tests-fail-intermittently...
2018-08-02  Mark Andrewsuse guard values for testing unixtime serial
2018-08-02  Mark Andrewssave SOA values
2018-08-01  Mark AndrewsMerge branch '406-dns_acl_isinsecure-does-not-handle...
2018-08-01  Mark Andrewsadd CHANGES note
2018-08-01  Mark Andrewshandle dns_aclelementtype_geoip
2018-08-01  Mark Andrewstest dns_acl_isinsecure with geoip element
2018-08-01  Mark AndrewsMerge branch '410-missing-sanity-check-for-call-to...
2018-08-01  Mark Andrewsadd CHANGES note
2018-08-01  Mark Andrewstest mdig '+ednsopt=:' handling
2018-08-01  Mark Andrewsfix handling of '+ednsopt=:'; support 100 ednsopts...
2018-08-01  Mark AndrewsMerge branch '372-smimea-and-tlsa-methods-incorrectly...
2018-08-01  Mark Andrewsuse tlsa and smime structs to set common values
2018-08-01  Mark AndrewsMerge branch 'modified-manual-install-oot' into 'master'
2018-08-01  Petr MenšíkUse make automatic variables to install updated manuals
2018-07-31  Ondřej SurýMerge branch '443-isc_buffer_printf-fixes' into 'master'
2018-07-31  Ondřej SurýChange isc_buffer_reallocate() into a static functions...
2018-07-31  Ondřej SurýRemove illogical condition from isc_buffer_reallocate...
2018-07-31  Ondřej SurýForbid isc_buffer_printf from growing the buffer unless...
2018-07-31  Mark AndrewsMerge branch 'misc-onerror-refcount-fixes' into 'master'
2018-07-31  Mark Andrewsadd CHANGES
2018-07-31  Mark Andrewsrefcount errors on error paths
2018-07-27  Evan HuntMerge branch '441-ns_server_servestale-can-leave-the...
2018-07-27  Mark Andrewsnamed_server_servestale could leave the server in exclu...
2018-07-24  Mark AndrewsMerge branch '432-sha2-c-does-not-compile-with-libressl...
2018-07-24  Mark Andrewslook for LIBRESSL_VERSION_NUMBER as well
2018-07-24  Ondřej SurýMerge branch '227-replace-isc_safe-with-OpenSSL-fix...
2018-07-24  Ondřej SurýLink libiscc with OpenSSL to fix CRYPTO_memcmp symbol...
2018-07-23  Evan HuntMerge branch 'fix-openssl-configure' into 'master'
2018-07-23  Ondřej SurýFix ax_check_openssl to accept yes and improve it to...
2018-07-20  Ondřej SurýMerge branch '227-replace-isc_safe-with-OpenSSL' into...
2018-07-20  Ondřej SurýFix the isc_safe_memwipe() usage with (NULL, >0)
2018-07-20  Ondřej SurýRemove isc_safe_memcompare, it's not needed anywhere...
2018-07-20  Ondřej SurýReplace isc_safe routines with their OpenSSL counter...
2018-07-20  Ondřej SurýMerge branch '261-print-c-issues' into 'master'
2018-07-20  Ondřej SurýAdd CHANGES entry for GL #261.
2018-07-20  Mark Andrewsremove lib/isc/print.c and lib/isc/tests/print_test.c
2018-07-19  Ondřej SurýMerge branch '328-make-openssl-mandatory-windows' into...
2018-07-19  Ondřej SurýIntroduce USE_OPENSSL define to Windows build, remove...
2018-07-19  Ondřej SurýMerge branch '328-make-openssl-mandatory' into 'master'
2018-07-19  Ondřej SurýFix the Windows build
2018-07-19  Ondřej SurýFix DH and ECDSA algorithms in PKCS#11 build
2018-07-19  Ondřej SurýFix the build when EdDSA algorithms are not available
2018-07-19  Ondřej SurýCleanup copyrights
2018-07-19  Ondřej SurýAdd GitLab CI tests using SoftHSMv2 as PKCS#11 provider.
2018-07-19  Ondřej SurýRemove PKCS#11 DH implementation as there's no private...
2018-07-19  Ondřej SurýCleanup the configure feature report
next