]> git.ipfire.org Git - thirdparty/unbound.git/shortlog
thirdparty/unbound.git
2022-09-16  Yorgos ThessalonikefsApply suggestions from code review 753/head
2022-09-11  George Thessalonikefs- ACL per interface: refactor, complete testing and...
2022-09-11  George Thessalonikefs- Add functionality to skip tdir tests from the .pre...
2022-09-11  George ThessalonikefsDocumentation for interface-* options.
2022-09-11  George ThessalonikefsCleared error messages for interface-* options.
2022-09-11  George ThessalonikefsInitial commit for interface based ACL.
2022-09-02  W.C.A. Wijngaards- Fix to check pthread_t size after pthread has been...
2022-09-02  W.C.A. Wijngaards- Remove include that was there for debug purposes.
2022-09-01  W.C.A. Wijngaards- Fix to log a verbose message at operational notice...
2022-09-01  W.C.A. Wijngaards- Fix to set out of file descriptor warning to operatio...
2022-09-01  W.C.A. Wijngaards- Slow down log frequency of write wait failures.
2022-09-01  W.C.A. Wijngaards- Fix to update config tests to fix checking if nonbloc...
2022-08-31  W.C.A. Wijngaards- Fix for wait for udp send to stop when packet is...
2022-08-31  W.C.A. Wijngaards- Fix to wait for blocked write on UDP sockets, with...
2022-08-31  W.C.A. Wijngaards- Patch from Vadim Fedorenko that adds MSG_DONTWAIT...
2022-08-31  W.C.A. Wijngaards- Fix to avoid process wide fcntl calls mixed with...
2022-08-22  W.C.A. Wijngaards- Fix #741: systemd socket activation fails on IPv6.
2022-08-12  W.C.A. Wijngaards- Fix to log accept error ENFILE and EMFILE errno,...
2022-08-05  W.C.A. Wijngaards- Fix #734 [FR] enable unbound-checkconf to detect...
2022-08-04  W.C.A. Wijngaards- Fix ratelimit inconsistency, for ip-ratelimits the...
2022-08-02  W.C.A. WijngaardsChangelog note for #730
2022-08-02  Wouter WijngaardsMerge pull request #730 from luisdallos/win81-unsup...
2022-08-02  W.C.A. Wijngaards- Fix unittest for edns subnet change.
2022-08-02  W.C.A. Wijngaards- Fix edns subnet so that scope 0 answers only match...
2022-08-02  Luis DallosFix startup failure on Windows 8.1 due to unsupported... 730/head
2022-08-01  W.C.A. Wijngaards- Fix #728: alloc_reg_obtain() core dump. Stop double
2022-08-01  W.C.A. Wijngaards- The code repo continues with 1.16.3.
2022-08-01  W.C.A. Wijngaards- Tests for ghost domain fixes. release-1.16.2
2022-08-01  W.C.A. Wijngaards- Fix the novel ghost domain issues CVE-2022-30698...
2022-07-23  George Thessalonikefs- Cleanup some comments and TODO text.
2022-07-19  W.C.A. WijngaardsChangelog note for #718
2022-07-19  Wouter WijngaardsMerge pull request #718 from hunts/make_rtt_max_timeout...
2022-07-19  George Thessalonikefs- Update documentation for 'outbound-msg-retry:'.
2022-07-16  Minghang ChenIntroduce infra-cache-max-rtt option to config max... 718/head
2022-07-15  W.C.A. Wijngaards- iana portlist update.
2022-07-15  W.C.A. Wijngaards- Merge PR 714: Avoid treat normal hosts as unresponsiv...
2022-07-15  Wouter WijngaardsMerge pull request #714 from hunts/rtt-of-expired-host
2022-07-14  Hunts ChenAvoid treat normal hosts as unresponsive servers 714/head
2022-07-12  George Thessalonikefs- For windows crosscompile, fix setting the IPV6_MTU...
2022-07-12  W.C.A. Wijngaards- Fix dname count in sldns parse type descriptor for...
2022-07-11  W.C.A. Wijngaards- Fix verbose EDE error printout.
2022-07-11  Wouter WijngaardsMerge pull request #711 from NLnetLabs/add-security.md
2022-07-11  W.C.A. Wijngaards- This became 1.16.1 on 11 July 2022.
2022-07-05  maertsen add SECURITY.md, based on krill 711/head
2022-07-04  W.C.A. Wijngaards- Tag for 1.16.1rc1 release. release-1.16.1 release-1.16.1rc1
2022-07-04  George ThessalonikefsMerge branch 'crrodriguez-IP_BIND_ADDRESS_NO_PORT'
2022-07-04  George Thessalonikefs- For #668: relocate and make code more portable.
2022-07-04  George ThessalonikefsMerge branch 'IP_BIND_ADDRESS_NO_PORT' of https://githu...
2022-07-04  George Thessalonikefs- Fix bug introduced in 'improve val_sigcrypt.c::algo_n...
2022-07-03  George Thessalonikefs- Reintroduce documentation and more EDE support for
2022-07-03  George Thessalonikefs- Improve val_sigcrypt.c::algo_needs_missing for one...
2022-07-03  George Thessalonikefs- Fix for correct openssl error when adding windows...
2022-07-03  George ThessalonikefsFor #660: formatting, less verbose logging, add EDE...
2022-07-03  George ThessalonikefsChangelog entry for #660
2022-07-03  Yorgos ThessalonikefsMerge pull request #660 from InfrastructureServices...
2022-07-03  George Thessalonikefs- Add missing changelog entries from PR #706.
2022-07-03  George ThessalonikefsChangelog entry for #671:
2022-07-03  George ThessalonikefsMerge branch 'InfrastructureServices-fips-mode-algo...
2022-07-01  George ThessalonikefsMerge branch 'master' into InfrastructureServices-fips...
2022-07-01  Yorgos ThessalonikefsMerge pull request #706 from NLnetLabs/nxns-fallback
2022-07-01  George Thessalonikefs- Improved logging for NXNS fallback. 706/head
2022-06-29  George Thessalonikefs- Allow fallback to the parent side when MAX_TARGET_NX...
2022-06-29  George Thessalonikefs- Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
2022-06-29  W.C.A. WijngaardsRemove debug output from windows compile workflow.
2022-06-29  W.C.A. Wijngaards- Fix compile warning for windows compile.
2022-06-29  W.C.A. Wijngaards- Fix detection of libz on windows compile with static...
2022-06-29  W.C.A. WijngaardsDebug output for windows compile workflow.
2022-06-29  George Thessalonikefs- Fix #704: [FR] Statistics counter for number of outgo...
2022-06-29  George Thessalonikefs- Add debug option to the mini_tdir.sh test code.
2022-06-29  George ThessalonikefsMerge branch 'master' of github.com:NLnetLabs/unbound
2022-06-29  W.C.A. Wijngaards- iana portlist update.
2022-06-28  George Thessalonikefs- Formatting.
2022-06-28  George Thessalonikefs- Fix for cached 0 TTL records to not trigger prefetchi...
2022-06-28  W.C.A. Wijngaards- Fix test program dohclient close to use portability...
2022-06-27  George Thessalonikefs- Show the output of the exact .rpl run that failed...
2022-06-23  tcarpayUpdate changelog with #705 change
2022-06-23  tcarpayclarify addition of verbosity level mentioned in #705
2022-06-22  Philip HomburgFix use after free issue with edns options (https:... 703/head
2022-06-21  Philip HomburgMerge branch 'zone-parsers-blank-line-issue'
2022-06-21  Philip HomburgChange log entry for lines with blanks issue 695/head
2022-06-20  George Thessalonikefs- Remove unused LDNS function check for GOST Engine...
2022-06-14  George Thessalonikefs- Note in the unbound.conf text that NOTIFY is allowed...
2022-06-14  George ThessalonikefsChangelog entry for #688
2022-06-14  Yorgos ThessalonikefsMerge pull request #688 from NLnetLabs/rpz-url-notify...
2022-06-14  George Thessalonikefs- Add testcase for allowing NOTIFY on URL addresses. 688/head
2022-06-14  Philip HomburgTest loading a zone with blank lines over https
2022-06-14  Philip HomburgAvoid network traffic during test, a bit of cleanup
2022-06-13  Philip HomburgFix issue with lines that only consist of blanks with...
2022-06-08  Philip HomburgTest loading a cached zone that has lines consisting...
2022-06-03  George Thessalonikefs- Fix for edns client subnet to respect not looking...
2022-06-03  W.C.A. Wijngaards- makedist.sh picks up 32bit libssp-0.dll when 32bit...
2022-06-02  W.C.A. WijngaardsContinue with 1.16.1 under development.
2022-05-31  Philip HomburgAdd url 'master' to allow notify list
2022-05-31  Philip Homburgallow-notify doesn't work for url on rpz zones (https...
2022-05-27  W.C.A. Wijngaards- Version is set to 1.16.0 for release. Release tag... release-1.16.0 release-1.16.0rc1
2022-05-27  W.C.A. Wijngaards- Fix #684: [FTBS] configure script error with libmnl...
2022-05-20  W.C.A. Wijngaards- Fix some lint type warnings.
2022-05-20  W.C.A. Wijngaards- Fix ede test to not use default pidfile, and use...
2022-05-20  W.C.A. Wijngaards- Fix to silence test for ede error output to the conso...
2022-05-19  George ThessalonikefsMerge branch 'fips-mode-algo-ed25519' of https://github...
next