]>
git.ipfire.org Git - thirdparty/unbound.git/log
Minghang Chen [Sat, 16 Jul 2022 08:19:35 +0000 (01:19 -0700)]
Introduce infra-cache-max-rtt option to config max retransmit timeout
Added the option and let it default to 120 seconds so that it won't change
current behavior.
Related-to #717
W.C.A. Wijngaards [Fri, 15 Jul 2022 07:20:25 +0000 (09:20 +0200)]
- iana portlist update.
W.C.A. Wijngaards [Fri, 15 Jul 2022 06:51:31 +0000 (08:51 +0200)]
- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
And fixup the lock code.
Wouter Wijngaards [Fri, 15 Jul 2022 06:49:51 +0000 (08:49 +0200)]
Merge pull request #714 from hunts/rtt-of-expired-host
Avoid treat normal hosts as unresponsive servers
Hunts Chen [Thu, 14 Jul 2022 17:16:13 +0000 (10:16 -0700)]
Avoid treat normal hosts as unresponsive servers
This is a fix for issue #713
When infra-keep-probing is on, all hosts with expired entries were treated as
unresponsive servers and thus causing problems (see #713).
This commit change that, so that normal hosts with expired entries are treated
as unknown servers.
George Thessalonikefs [Tue, 12 Jul 2022 15:17:59 +0000 (17:17 +0200)]
- For windows crosscompile, fix setting the IPV6_MTU socket option
equivalent (IPV6_USER_MTU); allows cross compiling with latest
cross-compiler versions.
W.C.A. Wijngaards [Tue, 12 Jul 2022 11:29:51 +0000 (13:29 +0200)]
- Fix dname count in sldns parse type descriptor for SVCB and HTTPS.
W.C.A. Wijngaards [Mon, 11 Jul 2022 11:13:51 +0000 (13:13 +0200)]
- Fix verbose EDE error printout.
Wouter Wijngaards [Mon, 11 Jul 2022 09:37:28 +0000 (11:37 +0200)]
Merge pull request #711 from NLnetLabs/add-security.md
add SECURITY.md, based on krill
W.C.A. Wijngaards [Mon, 11 Jul 2022 09:34:54 +0000 (11:34 +0200)]
- This became 1.16.1 on 11 July 2022.
The code repo continues with version 1.16.2 under development.
maertsen [Tue, 5 Jul 2022 14:39:04 +0000 (16:39 +0200)]
add SECURITY.md, based on krill
W.C.A. Wijngaards [Mon, 4 Jul 2022 11:48:56 +0000 (13:48 +0200)]
- Tag for 1.16.1rc1 release.
George Thessalonikefs [Mon, 4 Jul 2022 10:47:33 +0000 (12:47 +0200)]
Merge branch 'crrodriguez-IP_BIND_ADDRESS_NO_PORT'
George Thessalonikefs [Mon, 4 Jul 2022 10:46:17 +0000 (12:46 +0200)]
- For #668: relocate and make code more portable.
George Thessalonikefs [Mon, 4 Jul 2022 09:15:58 +0000 (11:15 +0200)]
Merge branch 'IP_BIND_ADDRESS_NO_PORT' of https://github.com/crrodriguez/unbound into crrodriguez-IP_BIND_ADDRESS_NO_PORT
George Thessalonikefs [Mon, 4 Jul 2022 07:34:45 +0000 (09:34 +0200)]
- Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
one loop pass'.
George Thessalonikefs [Sun, 3 Jul 2022 22:06:26 +0000 (00:06 +0200)]
- Reintroduce documentation and more EDE support for
val_sigcrypt.c::dnskeyset_verify_rrset_sig.
George Thessalonikefs [Sun, 3 Jul 2022 21:32:18 +0000 (23:32 +0200)]
- Improve val_sigcrypt.c::algo_needs_missing for one loop pass.
George Thessalonikefs [Sun, 3 Jul 2022 20:41:39 +0000 (22:41 +0200)]
- Fix for correct openssl error when adding windows CA certificates to
the openssl trust store.
George Thessalonikefs [Sun, 3 Jul 2022 20:32:56 +0000 (22:32 +0200)]
For #660: formatting, less verbose logging, add EDE information.
George Thessalonikefs [Sun, 3 Jul 2022 20:27:17 +0000 (22:27 +0200)]
Changelog entry for #660
- Merge PR #660 from Petr Menšík: Sha1 runtime insecure.
Yorgos Thessalonikefs [Sun, 3 Jul 2022 20:24:58 +0000 (22:24 +0200)]
Merge pull request #660 from InfrastructureServices/sha1-runtime-insecure
Sha1 runtime insecure
George Thessalonikefs [Sun, 3 Jul 2022 20:21:56 +0000 (22:21 +0200)]
- Add missing changelog entries from PR #706.
George Thessalonikefs [Sun, 3 Jul 2022 20:08:47 +0000 (22:08 +0200)]
Changelog entry for #671:
- Merge PR #671 from Petr Menšík: Disable
ED25519 and ED448 in FIPS
mode on openssl3.
George Thessalonikefs [Sun, 3 Jul 2022 19:59:20 +0000 (21:59 +0200)]
Merge branch 'InfrastructureServices-fips-mode-algo-
ed25519 '
George Thessalonikefs [Fri, 1 Jul 2022 15:04:11 +0000 (17:04 +0200)]
Merge branch 'master' into InfrastructureServices-fips-mode-algo-
ed25519
Yorgos Thessalonikefs [Fri, 1 Jul 2022 14:24:33 +0000 (16:24 +0200)]
Merge pull request #706 from NLnetLabs/nxns-fallback
NXNS fallback
George Thessalonikefs [Fri, 1 Jul 2022 14:18:33 +0000 (16:18 +0200)]
- Improved logging for NXNS fallback.
George Thessalonikefs [Wed, 29 Jun 2022 15:31:23 +0000 (17:31 +0200)]
- Allow fallback to the parent side when MAX_TARGET_NX is reached.
This will also allow MAX_TARGET_NX more NXDOMAINs.
George Thessalonikefs [Wed, 29 Jun 2022 15:26:09 +0000 (17:26 +0200)]
- Fix to not count cached NXDOMAIN for MAX_TARGET_NX.
W.C.A. Wijngaards [Wed, 29 Jun 2022 10:01:39 +0000 (12:01 +0200)]
Remove debug output from windows compile workflow.
W.C.A. Wijngaards [Wed, 29 Jun 2022 10:00:44 +0000 (12:00 +0200)]
- Fix compile warning for windows compile.
W.C.A. Wijngaards [Wed, 29 Jun 2022 09:41:20 +0000 (11:41 +0200)]
- Fix detection of libz on windows compile with static option.
W.C.A. Wijngaards [Wed, 29 Jun 2022 09:17:12 +0000 (11:17 +0200)]
Debug output for windows compile workflow.
George Thessalonikefs [Wed, 29 Jun 2022 08:51:54 +0000 (10:51 +0200)]
- Fix #704: [FR] Statistics counter for number of outgoing UDP queries
sent; introduces 'num.query.udpout' to the 'unbound-control stats'
command.
George Thessalonikefs [Wed, 29 Jun 2022 08:47:18 +0000 (10:47 +0200)]
- Add debug option to the mini_tdir.sh test code.
George Thessalonikefs [Wed, 29 Jun 2022 08:44:43 +0000 (10:44 +0200)]
Merge branch 'master' of github.com:NLnetLabs/unbound
W.C.A. Wijngaards [Wed, 29 Jun 2022 07:38:31 +0000 (09:38 +0200)]
- iana portlist update.
George Thessalonikefs [Tue, 28 Jun 2022 16:31:27 +0000 (18:31 +0200)]
- Formatting.
George Thessalonikefs [Tue, 28 Jun 2022 15:05:28 +0000 (17:05 +0200)]
- Fix for cached 0 TTL records to not trigger prefetching when
serve-expired-client-timeout is set.
W.C.A. Wijngaards [Tue, 28 Jun 2022 07:23:43 +0000 (09:23 +0200)]
- Fix test program dohclient close to use portability routine.
George Thessalonikefs [Mon, 27 Jun 2022 22:22:30 +0000 (00:22 +0200)]
- Show the output of the exact .rpl run that failed with 'make test'.
tcarpay [Thu, 23 Jun 2022 15:21:17 +0000 (17:21 +0200)]
Update changelog with #705 change
tcarpay [Thu, 23 Jun 2022 13:00:48 +0000 (15:00 +0200)]
clarify addition of verbosity level mentioned in #705
Philip Homburg [Wed, 22 Jun 2022 13:00:28 +0000 (15:00 +0200)]
Fix use after free issue with edns options (https://github.com/NLnetLabs/unbound/issues/663)
Philip Homburg [Tue, 21 Jun 2022 13:32:35 +0000 (15:32 +0200)]
Merge branch 'zone-parsers-blank-line-issue'
Philip Homburg [Tue, 21 Jun 2022 13:30:04 +0000 (15:30 +0200)]
Change log entry for lines with blanks issue
George Thessalonikefs [Mon, 20 Jun 2022 14:27:15 +0000 (16:27 +0200)]
- Remove unused LDNS function check for GOST Engine unloading.
George Thessalonikefs [Tue, 14 Jun 2022 15:59:56 +0000 (17:59 +0200)]
- Note in the unbound.conf text that NOTIFY is allowed from the url:
addresses for auth and rpz zones.
George Thessalonikefs [Tue, 14 Jun 2022 15:56:23 +0000 (17:56 +0200)]
Changelog entry for #688
- Merge PR #688: Rpz url notify issue.
Yorgos Thessalonikefs [Tue, 14 Jun 2022 15:53:01 +0000 (17:53 +0200)]
Merge pull request #688 from NLnetLabs/rpz-url-notify-issue
Rpz url notify issue
George Thessalonikefs [Tue, 14 Jun 2022 15:44:37 +0000 (17:44 +0200)]
- Add testcase for allowing NOTIFY on URL addresses.
Philip Homburg [Tue, 14 Jun 2022 15:05:03 +0000 (17:05 +0200)]
Test loading a zone with blank lines over https
Philip Homburg [Tue, 14 Jun 2022 15:04:23 +0000 (17:04 +0200)]
Avoid network traffic during test, a bit of cleanup
Philip Homburg [Mon, 13 Jun 2022 09:41:14 +0000 (11:41 +0200)]
Fix issue with lines that only consist of blanks with optional comment
Philip Homburg [Wed, 8 Jun 2022 12:42:37 +0000 (14:42 +0200)]
Test loading a cached zone that has lines consisting of blanks
George Thessalonikefs [Fri, 3 Jun 2022 14:11:35 +0000 (16:11 +0200)]
- Fix for edns client subnet to respect not looking in its cache when
instructed to do so (e.g., prefetch).
W.C.A. Wijngaards [Fri, 3 Jun 2022 13:18:27 +0000 (15:18 +0200)]
- makedist.sh picks up 32bit libssp-0.dll when 32bit compile.
W.C.A. Wijngaards [Thu, 2 Jun 2022 11:56:52 +0000 (13:56 +0200)]
Continue with 1.16.1 under development.
Philip Homburg [Tue, 31 May 2022 13:06:29 +0000 (15:06 +0200)]
Add url 'master' to allow notify list
Philip Homburg [Tue, 31 May 2022 13:05:12 +0000 (15:05 +0200)]
allow-notify doesn't work for url on rpz zones (https://github.com/NLnetLabs/unbound/issues/679)
W.C.A. Wijngaards [Fri, 27 May 2022 14:09:28 +0000 (16:09 +0200)]
- Version is set to 1.16.0 for release. Release tag 1.16.0rc1.
W.C.A. Wijngaards [Fri, 27 May 2022 07:10:16 +0000 (09:10 +0200)]
- Fix #684: [FTBS] configure script error with libmnl on openSUSE 15.3 (and possibly other distributions)
W.C.A. Wijngaards [Fri, 20 May 2022 13:32:27 +0000 (15:32 +0200)]
- Fix some lint type warnings.
W.C.A. Wijngaards [Fri, 20 May 2022 13:14:11 +0000 (15:14 +0200)]
- Fix ede test to not use default pidfile, and use local interface.
W.C.A. Wijngaards [Fri, 20 May 2022 07:08:29 +0000 (09:08 +0200)]
- Fix to silence test for ede error output to the console from the
test setup script.
George Thessalonikefs [Thu, 19 May 2022 09:53:48 +0000 (12:53 +0300)]
Merge branch 'fips-mode-algo-
ed25519 ' of https://github.com/InfrastructureServices/unbound into InfrastructureServices-fips-mode-algo-
ed25519
George Thessalonikefs [Wed, 18 May 2022 16:55:20 +0000 (19:55 +0300)]
- Fix typos in config_set_option for the 'num-threads' and
'ede-serve-expired' options.
George Thessalonikefs [Sun, 15 May 2022 19:49:03 +0000 (22:49 +0300)]
- Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
by updating unbound-control's documentation.
W.C.A. Wijngaards [Thu, 12 May 2022 14:30:19 +0000 (16:30 +0200)]
- For #677: Added tls-system-cert to config parser and documentation.
- Changelog note for #677.
Wouter Wijngaards [Thu, 12 May 2022 14:16:49 +0000 (16:16 +0200)]
Merge pull request #677 from InfrastructureServices/use-system-cas
Allow using system certificates not only on Windows
Petr Mensik [Thu, 12 May 2022 14:07:41 +0000 (16:07 +0200)]
Allow using system certificates not only on Windows
OpenSSL has a way to load default file. That file might contain usable
certificates to verify common connections. Allow similar trust as on
windows and leave it on openssl package to provide sane defaults.
Also provide use-system-cert alias, because it is not windows specific
anymore.
Yorgos Thessalonikefs [Wed, 11 May 2022 23:17:42 +0000 (01:17 +0200)]
Merge pull request #674 from NLnetLabs/prefetch_when_ecs_enabled
Fix #417: prefetch and ECS causing cache corruption when used
George Thessalonikefs [Wed, 17 Feb 2021 12:39:15 +0000 (13:39 +0100)]
- Fix #417: prefetch and ECS causing cache corruption when used
together.
W.C.A. Wijngaards [Wed, 11 May 2022 15:10:42 +0000 (17:10 +0200)]
- Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
host.
Petr Mensik [Wed, 27 Apr 2022 17:58:39 +0000 (19:58 +0200)]
Disable
ED25519 and ED448 in FIPS mode on openssl3
Both crypto functions are not allowed by FIPS 140-3. Use openssl 3.0
function to check FIPS mode presence and use it to make those algorithms
unsupported.
George Thessalonikefs [Tue, 10 May 2022 13:57:17 +0000 (15:57 +0200)]
- Fix Python build in non-source directory; based on patch by
Michael Tokarev.
tcarpay [Fri, 6 May 2022 10:53:49 +0000 (12:53 +0200)]
Changelog entry for #604: Add the basic EDE (RFC8914) cases
tcarpay [Fri, 6 May 2022 10:48:53 +0000 (12:48 +0200)]
Add the basic EDE (RFC8914) cases (#604)
W.C.A. Wijngaards [Thu, 28 Apr 2022 12:51:47 +0000 (14:51 +0200)]
- Fix #670: SERVFAIL problems with unbound 1.15.0 running on
OpenBSD 7.1.
Cristian Rodríguez [Sat, 23 Apr 2022 23:08:45 +0000 (23:08 +0000)]
Set IP_BIND_ADDRESS_NO_PORT on outbound tcp sockets
When bound to a local address the kernel does not know if the socket
will listen() or connect() and must reserve a port inmediately after
bind() effectively limiting the random port range to ~32k.
when IP_BIND_ADDRESS_NO_PORT is set, the kernel delays source port
allocation until the time the complete 4-tuple is known allowing
a much larger number of combinations
Petr Mensik [Tue, 12 Apr 2022 13:45:38 +0000 (15:45 +0200)]
Log detailed openssl error also for digests failures
Make output still only shown in verbose detail. But provide openssl
error details to make a reason more obvious.
Petr Mensik [Fri, 8 Apr 2022 13:49:31 +0000 (15:49 +0200)]
Forward indeterminate status higher
Create a path where it can result in insecure.
Petr Mensik [Fri, 8 Apr 2022 10:15:14 +0000 (12:15 +0200)]
Make SHA-1 signed domains insecure if openssl refuses the digest
RHEL9/CentOS 9 would fail in default crypto policy. If call to openssl
returns invalid digest then report the name insecure. If all tested
signatures return the same issue, then make the reply insecure.
W.C.A. Wijngaards [Fri, 8 Apr 2022 09:19:40 +0000 (11:19 +0200)]
- Fix zonemd unsupported algo check to set reason to NULL before the
check routine, but after malformed checks, to get the correct NULL
output when the digest matches.
W.C.A. Wijngaards [Fri, 8 Apr 2022 09:10:11 +0000 (11:10 +0200)]
- Fix zonemd unsupported algo check to print unsupported reason before
zeroing it.
W.C.A. Wijngaards [Fri, 8 Apr 2022 08:54:57 +0000 (10:54 +0200)]
- Fix zonemd unsupported algo check reason to not copy to next record,
and check for success for debug printout.
W.C.A. Wijngaards [Fri, 8 Apr 2022 07:36:01 +0000 (09:36 +0200)]
- Fix zonemd unsupported algo check.
W.C.A. Wijngaards [Fri, 8 Apr 2022 07:29:37 +0000 (09:29 +0200)]
- Fix zonemd check to allow unsupported algorithms to load.
If there are only unsupported algorithms, or unsupported schemes,
and no failed or successful other ZONEMD records, or malformed
or bad ZONEMD records, the unsupported records allow the zone load.
W.C.A. Wijngaards [Fri, 25 Mar 2022 15:07:23 +0000 (16:07 +0100)]
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
W.C.A. Wijngaards [Wed, 23 Mar 2022 12:56:52 +0000 (13:56 +0100)]
- Fix #651: [FR] Better logging for refused queries.
George Thessalonikefs [Fri, 18 Mar 2022 14:04:16 +0000 (16:04 +0200)]
- Minor formatting.
George Thessalonikefs [Fri, 18 Mar 2022 14:00:45 +0000 (16:00 +0200)]
Merge PR #648 from eaglegai: fix -q doesn't work when use with
'unbound-control stats_shm'
eaglegai [Fri, 18 Mar 2022 11:08:02 +0000 (19:08 +0800)]
fix -q doesn't work when use with 'unbound-control stats_shm'
Signed-off-by: eaglegai <eaglegai@163.com>
W.C.A. Wijngaards [Thu, 17 Mar 2022 13:24:37 +0000 (14:24 +0100)]
- Fix to describe auth-zone and other configuration at the local-zone
configuration option, to allow for more broadly view of the options.
W.C.A. Wijngaards [Wed, 16 Mar 2022 08:54:53 +0000 (09:54 +0100)]
- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
W.C.A. Wijngaards [Wed, 9 Mar 2022 08:43:07 +0000 (09:43 +0100)]
Changelog note for #644, move commands together for library binary.
Wouter Wijngaards [Wed, 9 Mar 2022 08:41:54 +0000 (09:41 +0100)]
Merge pull request #644 from FGasper/issue_643_pkgconfig_install_lib
Make `install-lib` make target install the pkg-config file.
Felipe Gasper [Tue, 8 Mar 2022 19:01:09 +0000 (14:01 -0500)]
Make `install-lib` make target install the pkg-config file.
Issue #643
W.C.A. Wijngaards [Mon, 7 Mar 2022 13:02:31 +0000 (14:02 +0100)]
- Fix configure for python to use sysutils, because distutils is
deprecated. It uses sysutils when available, distutils otherwise.