]> git.ipfire.org Git - thirdparty/unbound.git/shortlog
thirdparty/unbound.git
2023-08-16  W.C.A. Wijngaards- Fix out of bounds read in parse_edns_options_from_que... 762/head
2023-08-16  W.C.A. Wijngaards- Fix possibly unaligned memory access.
2023-08-16  W.C.A. Wijngaards- Fix possibly unaligned memory access.
2023-08-08  George Thessalonikefs- For #762: Introduce stat counters for downstream...
2023-08-08  George Thessalonikefs- For #762: Interaction between DNS Cookies and source...
2023-08-07  George Thessalonikefs- For #762: Silence maybe-uninitialized compiler warning.
2023-08-07  George Thessalonikefs- For #762: Remove re-introduced files from merge ...
2023-08-07  George Thessalonikefs- For #762: annotate case statement fallthrough for...
2023-08-05  George ThessalonikefsMerge branch 'master' into features/downstream-cookies
2023-08-05  George Thessalonikefs- For #762: remove uneeded include.
2023-08-05  George Thessalonikefs- For #762: Cleaner manpage text and uniform use of...
2023-08-05  George Thessalonikefs- For #762: Introduce rpl testing for DNS Cookies.
2023-08-04  George Thessalonikefs- For #762: Formatting.
2023-08-04  George Thessalonikefs- For #762: relocate EDNS cookie code to util/edns...
2023-08-02  George Thessalonikefs- For #762: remove relocated code.
2023-08-02  George Thessalonikefs- Move a cache reply callback in worker.c closer to...
2023-08-01  George Thessalonikefs- For #762: Ignore util/siphash.c for the 01-doc test.
2023-08-01  George Thessalonikefs- For #762: relocate RFC 1982 serial number arithmetic...
2023-08-01  George Thessalonikefs- Fix to use the now cached EDE, if any, for CD_bit...
2023-08-01  George Thessalonikefs- More braces and formatting for Fix for EDNS EDE size...
2023-08-01  W.C.A. Wijngaards- Fix for EDNS EDE size calculation.
2023-08-01  George Thessalonikefs- Merge #911 from natalie-reece: Exclude EDE before...
2023-08-01  George Thessalonikefs- For #911: Try to trim EXTRA-TEXT (and LDNS_EDE_OTHER...
2023-07-31  W.C.A. Wijngaards- iana portlist update.
2023-07-31  George Thessalonikefs- Merge #790 from Tom Carpay: Add support for EDE cachi...
2023-07-31  Yorgos Thessalonikefs- For #790: Update formatting in cachedb/cachedb.c 790/head
2023-07-31  George ThessalonikefsMerge branch 'master' of https://github.com/natalie...
2023-07-31  George Thessalonikefs- For #790: clean testcase.
2023-07-30  George ThessalonikefsMerge branch 'master' into features/ede-caching-cachedb
2023-07-30  George Thessalonikefs- Merge #759 from Tom Carpay: Add EDE (RFC8914) caching.
2023-07-30  George Thessalonikefs- For #759: fix doc string. 759/head
2023-07-28  George Thessalonikefs- Fix unused variable compile warning for kernel timest...
2023-07-28  George Thessalonikefs- Review for #790: Fix memory leak.
2023-07-28  George Thessalonikefs- Review for #790: Address Wouter's comments.
2023-07-28  George Thessalonikefs- Review for #790: replace tdir tests with simpler...
2023-07-28  George ThessalonikefsAddress review comments for #759:
2023-07-28  George ThessalonikefsAddress review comments for #759:
2023-07-21  George Thessalonikefs- Merge #889 from borisVanhoof: Free memory in error...
2023-07-21  George Thessalonikefs- For #889: Account for num_detached_states before...
2023-07-21  George Thessalonikefs- For #889: use netcat-openbsd instead of netcat-tradit...
2023-07-21  George ThessalonikefsMerge branch 'free_memory_in_error_case' of https:...
2023-07-21  George Thessalonikefs- Cleaner failure code for callback functions in interf...
2023-07-21  George Thessalonikefs- Merge #390 from Frank Riley: Add missing callbacks...
2023-07-21  George ThessalonikefsMerge branch 'python_add_missing_callbacks' of https...
2023-07-21  George Thessalonikefs- Merge #118 from mibere: Changed verbosity level for...
2023-07-21  mibereLog established connection to Redis
2023-07-21  mibereChanged verbosity level for Redis init & deinit
2023-07-21  George Thessalonikefs- Merge #857 from eaglegai: fix potential memory leaks...
2023-07-21  George Thessalonikefs- For #857: fix mixed declarations and code.
2023-07-21  George ThessalonikefsMerge branch 'master' of https://github.com/eaglegai...
2023-07-20  George ThessalonikefsMerge branch 'master' of github.com:NLnetLabs/unbound
2023-07-20  George Thessalonikefs- Merge #901 from Sergei Trofimovich: config: improve...
2023-07-20  W.C.A. Wijngaards- For #909: Fix RR class comparison.
2023-07-20  George ThessalonikefsMerge branch 'module-error' of https://github.com/trofi...
2023-07-20  George Thessalonikefs- Merge #909 from headshog: Numeric truncation when...
2023-07-20  George ThessalonikefsFor #909: Numeric truncation when parsing TYPEXX and...
2023-07-20  George ThessalonikefsMerge branch 'fix-numtrunc' of https://github.com/heads...
2023-07-19  headshogparse sldns_get_rr_class_by_name and sldns_get_rr_type_... 909/head
2023-07-19  George Thessalonikefs- For #759: add support for cached EDEs to cachedump
2023-07-19  George Thessalonikefs- Remove redundant checks when attaching EDE to a SERVF...
2023-07-19  George ThessalonikefsReview for #759:
2023-07-17  George ThessalonikefsReview for #759:
2023-07-17  headshogfix numtrunc in str2wire.c
2023-07-14  George Thessalonikefs- More clear description of the different auth-zone...
2023-07-13  George Thessalonikefs- Merge #880 from chipitsine: services/authzone.c:...
2023-07-13  George ThessalonikefsMerge branch 'cleanup_cppcheck' of https://github.com...
2023-07-13  George ThessalonikefsMerge branch 'master' into features/ede-caching
2023-07-11  Natalie ReeceExclude EDE before other EDNS options when there isn... 911/head
2023-07-11  George Thessalonikefs- Merge #664 from tilan7763: Add prefetch support for...
2023-07-07  George ThessalonikefsMerge branch 'tilan7663-subnet_cache_prefetch' into... 907/head
2023-07-06  George Thessalonikefs- For #664: easier code flow for subnetcache prefetching.
2023-07-03  George Thessalonikefs- Skip the 00-lint test. splint is not maintained;...
2023-07-03  George Thessalonikefs- Merge #802: add validation EDEs to queries where...
2023-07-03  George Thessalonikefs- For #802: Cleanup comments and add RCODE check for... 802/head
2023-07-03  W.C.A. Wijngaards- Fix dereference of NULL variable warning in mesh_do_c...
2023-07-03  George Thessalonikefs- Merge #739: Add SVCB dohpath support.
2023-07-03  George Thessalonikefs- Code cleanup for sldns_str2wire_svcparam_key_lookup. 739/head
2023-07-03  W.C.A. Wijngaards- Fix #906: warning: ‘Py_SetProgramName’ is deprecated.
2023-07-03  George Thessalonikefs- For #739: minor cleanup for testcases.
2023-06-30  George ThessalonikefsMerge branch 'master' into features/dohpath-for-unbound
2023-06-29  George Thessalonikefs- Merge #827 from rcmcdonald91: Eliminate unnecessary...
2023-06-29  George Thessalonikefs- More fixes for reference counting for python module...
2023-06-29  W.C.A. Wijngaards- Fix python modules with multiple scripts, by incremen...
2023-06-27  George Thessalonikefs- Remove warning about unknown cast-function-type warni...
2023-06-27  George Thessalonikefs- Merge #892: Add cachedb hit stat. Introduces 'num...
2023-06-22  W.C.A. WijngaardsAdd changelog and contrib/README mention for #903
2023-06-22  Wouter WijngaardsMerge pull request #903 from beni-sandu/master
2023-06-22  Beniamin Sanducontrib: add yocto compatible init script 903/head
2023-06-22  George Thessalonikefs- For #762: please doxygen.
2023-06-22  George Thessalonikefs- For #762: relocate edns_opt_list_append_keepalive.
2023-06-22  George Thessalonikefs- For #762: More generic integration for siphash.c
2023-06-19  Sergei Trofimovichconfig: improve handling of unknown modules 901/head
2023-06-15  Philip HomburgChangelog for #887 and #516
2023-06-15  Philip HomburgMerge branch 'freebsd-aslr-issue'
2023-06-14  George Thessalonikefs- For #762: fix compiler C90 warning.
2023-06-14  George Thessalonikefs- Properly handle all return values of worker_check_req...
2023-06-12  W.C.A. Wijngaards- Fix for uncertain unit test for doh buffer size events.
2023-06-12  W.C.A. WijngaardsChangelog note for #895
2023-06-12  W.C.A. Wijngaards- Merge #896: Fix: #895: pythonmodule: add all site...
2023-06-12  Wouter WijngaardsMerge pull request #896 from socketpair/bugfix
next