]>
git.ipfire.org Git - thirdparty/unbound.git/log
TCY16 [Fri, 26 Nov 2021 14:35:53 +0000 (15:35 +0100)]
add error in case of incorrect string for local-zone-default-ede
TCY16 [Fri, 26 Nov 2021 14:12:56 +0000 (15:12 +0100)]
add config option for global EDE flag, local-zone specific EDE flag and default EDE code for a zone
TCY16 [Fri, 19 Nov 2021 10:55:13 +0000 (11:55 +0100)]
add forgotten autogenerated files
TCY16 [Fri, 19 Nov 2021 10:27:13 +0000 (11:27 +0100)]
change do_ede to be local-zone specific and add places for more EDE codes
Tom Carpay [Tue, 16 Nov 2021 13:21:03 +0000 (13:21 +0000)]
add missing parsing
TCY16 [Tue, 16 Nov 2021 10:25:58 +0000 (11:25 +0100)]
setup for configurable EDEs for local-zone
Tom Carpay [Tue, 16 Nov 2021 08:25:53 +0000 (08:25 +0000)]
remove superfluous EDE left over from merge
Tom Carpay [Mon, 15 Nov 2021 15:00:35 +0000 (15:00 +0000)]
Fix merge bugs
Tom Carpay [Mon, 15 Nov 2021 14:48:35 +0000 (14:48 +0000)]
Merge branch 'master' into features/rfc8914-ede
Tom Carpay [Mon, 15 Nov 2021 14:18:56 +0000 (14:18 +0000)]
Document PR #563 to changelog
tcarpay [Mon, 15 Nov 2021 14:14:51 +0000 (15:14 +0100)]
Merge pull request #563 from NLnetLabs/bugfix/general-edns-options3
Better positioning of general EDNS option handling: revisited V2
Tom Carpay [Mon, 15 Nov 2021 14:00:31 +0000 (14:00 +0000)]
Clarify KEEPALIVE EDNS0 option operation
Tom Carpay [Mon, 15 Nov 2021 13:40:51 +0000 (13:40 +0000)]
Make explicit whether edns options are parsed from queries or responses
Tom Carpay [Mon, 15 Nov 2021 12:33:08 +0000 (12:33 +0000)]
add missing return code
tcarpay [Mon, 15 Nov 2021 12:03:26 +0000 (13:03 +0100)]
Remove wrongly added EDE comments
Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
TCY16 [Wed, 10 Nov 2021 15:58:54 +0000 (16:58 +0100)]
make local_data ede inclusion configurable, rewrite local_error_encode to include this logic, and remove superfluous msgparse_check_edns_in_packet function
tcarpay [Mon, 8 Nov 2021 11:28:03 +0000 (12:28 +0100)]
Update util/data/msgparse.c
Co-authored-by: gthess <george@nlnetlabs.nl>
TCY16 [Mon, 8 Nov 2021 10:50:57 +0000 (11:50 +0100)]
add potential EDE spots
TCY16 [Mon, 8 Nov 2021 10:50:29 +0000 (11:50 +0100)]
complete renaming of the modules edns list
tcarpay [Mon, 8 Nov 2021 10:02:54 +0000 (11:02 +0100)]
Apply suggestions from code review
Co-authored-by: Willem Toorop <willem@nlnetlabs.nl>
W.C.A. Wijngaards [Fri, 5 Nov 2021 12:22:27 +0000 (13:22 +0100)]
Changelog note for #565
- Merge #565: unbound.service.in: Disable ProtectKernelTunables again.
Wouter Wijngaards [Fri, 5 Nov 2021 12:21:00 +0000 (13:21 +0100)]
Merge pull request #565 from Maryse47/patch-1
unbound.service.in: Disable ProtectKernelTunables again
W.C.A. Wijngaards [Fri, 5 Nov 2021 11:13:38 +0000 (12:13 +0100)]
- Fix to remove unused code from rpz resolve client and action
function.
W.C.A. Wijngaards [Fri, 5 Nov 2021 11:02:50 +0000 (12:02 +0100)]
- Fix analyzer review failure in rpz action override code to not
crash on unlocking the local zone lock.
George Thessalonikefs [Fri, 5 Nov 2021 10:21:30 +0000 (11:21 +0100)]
- Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event.
George Thessalonikefs [Fri, 5 Nov 2021 10:15:19 +0000 (11:15 +0100)]
- Fix for #558: fix loop in comm_point->tcp_free when a comm_point is reclaimed
more than once during callbacks.
W.C.A. Wijngaards [Fri, 5 Nov 2021 09:16:27 +0000 (10:16 +0100)]
- Fix that forward-zone name is documented as the full name of the
zone. It is not relative but a fully qualified domain name.
Maryse47 [Wed, 3 Nov 2021 13:05:11 +0000 (13:05 +0000)]
Disable ProtectKernelTunables again
This option was removed in https://github.com/NLnetLabs/unbound/commit/
ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8 but reintroduced in https://github.com/NLnetLabs/unbound/commit/
c32b9e4ba95983146eac805719db720f02a64358
Disable it with commentary in hope to prevent slipping it in again.
W.C.A. Wijngaards [Tue, 2 Nov 2021 15:45:02 +0000 (16:45 +0100)]
- Fix #552: Unbound assumes index.html exists on RPZ host.
Tom Carpay [Mon, 1 Nov 2021 15:01:07 +0000 (15:01 +0000)]
Fix keepalive logic
Tom Carpay [Mon, 1 Nov 2021 13:48:31 +0000 (13:48 +0000)]
Move option handling to parse-time
Tom Carpay [Mon, 1 Nov 2021 12:48:40 +0000 (12:48 +0000)]
split edns_data.opt_list in opt_list_in and opt_list_out
opt_list_in for parsed (incoming) edns options, and
opt_list_out for outgoing (to be encoded) edns options
Tom Carpay [Mon, 1 Nov 2021 10:44:55 +0000 (10:44 +0000)]
Remove apply_edns_options from worker and mesh...
to be returned in message encoding later...
Tom Carpay [Wed, 27 Oct 2021 14:01:56 +0000 (14:01 +0000)]
Outgoing module options go to opt_list_modules_out
And opt_list_modules_out is reset in case of failure
BEWARE! No options from modules will be encoded in the responses now!
Tom Carpay [Wed, 27 Oct 2021 13:48:49 +0000 (13:48 +0000)]
Modules have their own outgoing ends options list
But nothing happens with it yet
TCY16 [Mon, 18 Oct 2021 14:45:42 +0000 (16:45 +0200)]
add dnssec ede tests
George Thessalonikefs [Thu, 14 Oct 2021 12:01:39 +0000 (14:01 +0200)]
- Fix testcode, 0 is a valid EDE INFO-CODE.
TCY16 [Wed, 13 Oct 2021 13:28:10 +0000 (15:28 +0200)]
change unittests to match just the ede code
George Thessalonikefs [Wed, 13 Oct 2021 10:02:29 +0000 (12:02 +0200)]
Merge branch 'features/rfc8914-ede' of github.com:NLnetLabs/unbound into features/rfc8914-ede
George Thessalonikefs [Wed, 13 Oct 2021 09:59:36 +0000 (11:59 +0200)]
- Introduce 'ede=<info-code>' and 'all_noedns' as options in the MATCH line for
replay test packets.
TCY16 [Wed, 13 Oct 2021 09:17:42 +0000 (11:17 +0200)]
add test setup for DNSSEC EDEs
W.C.A. Wijngaards [Mon, 11 Oct 2021 15:23:30 +0000 (17:23 +0200)]
- Fix to protect custom regional create against small values.
W.C.A. Wijngaards [Mon, 11 Oct 2021 15:00:20 +0000 (17:00 +0200)]
- Fix chaos replies to have truncation for short message lengths,
or long reply strings.
TCY16 [Fri, 8 Oct 2021 13:55:40 +0000 (15:55 +0200)]
add more tests
TCY16 [Fri, 8 Oct 2021 13:54:10 +0000 (15:54 +0200)]
add DNSKEY EDE code
W.C.A. Wijngaards [Mon, 4 Oct 2021 07:19:27 +0000 (09:19 +0200)]
- Fix to add example.conf note for outbound-msg-retry.
TCY16 [Fri, 1 Oct 2021 12:46:29 +0000 (14:46 +0200)]
add EDE responses to unittests
TCY16 [Thu, 30 Sep 2021 14:56:50 +0000 (16:56 +0200)]
add EDE response to autotrust_init_failsig test
TCY16 [Thu, 30 Sep 2021 14:39:40 +0000 (16:39 +0200)]
add EDE response to autotrust_init_fail test
TCY16 [Wed, 29 Sep 2021 10:54:41 +0000 (12:54 +0200)]
add QDCOUNT=0 to CHAOS query in ACL
TCY16 [Tue, 28 Sep 2021 14:35:50 +0000 (16:35 +0200)]
fix CH class response
TCY16 [Tue, 28 Sep 2021 11:48:36 +0000 (13:48 +0200)]
process @wcawijngaards' comments v2
TCY16 [Tue, 28 Sep 2021 11:28:25 +0000 (13:28 +0200)]
process @wcawijngaards' comments
TCY16 [Tue, 28 Sep 2021 08:05:47 +0000 (10:05 +0200)]
change strncpy to memmove at @wcawijngaards' suggestion
Tom Carpay [Mon, 27 Sep 2021 14:17:21 +0000 (14:17 +0000)]
add routine to add EDE to ACL:refused at correct location
W.C.A. Wijngaards [Mon, 27 Sep 2021 13:09:01 +0000 (15:09 +0200)]
- Implement RFC8375: Special-Use Domain 'home.arpa.'.
W.C.A. Wijngaards [Tue, 21 Sep 2021 12:34:56 +0000 (14:34 +0200)]
- Fix crosscompile script for the shared build flags.
W.C.A. Wijngaards [Tue, 21 Sep 2021 11:51:34 +0000 (13:51 +0200)]
- Fix crosscompile windows to use libssp when it exists.
- For the windows compile script disable gost.
- Fix that on windows, use BIO_set_callback_ex instead of deprecated
W.C.A. Wijngaards [Tue, 21 Sep 2021 07:23:38 +0000 (09:23 +0200)]
- Fix crosscompile shell syntax.
W.C.A. Wijngaards [Tue, 21 Sep 2021 07:20:56 +0000 (09:20 +0200)]
- For crosscompile on windows, detect 64bit stackprotector library.
W.C.A. Wijngaards [Mon, 20 Sep 2021 15:52:34 +0000 (17:52 +0200)]
- Fix crosscompile on windows to work with openssl 3.0.0 the
link with ws2_32 needs -l:libssp.a for __strcpy_chk.
Also copy results from lib64 directory if needed.
Tom Carpay [Mon, 20 Sep 2021 09:42:47 +0000 (09:42 +0000)]
Merge branch 'features/rfc8914-ede' of github.com:NLnetLabs/unbound into features/rfc8914-ede
TCY16 [Mon, 20 Sep 2021 09:42:39 +0000 (11:42 +0200)]
add forgotten compile error fixes from previous commit
Tom Carpay [Mon, 20 Sep 2021 09:35:30 +0000 (09:35 +0000)]
Merge branch 'features/rfc8914-ede' of github.com:NLnetLabs/unbound into features/rfc8914-ede
TCY16 [Mon, 20 Sep 2021 09:35:00 +0000 (11:35 +0200)]
add routine to do EDE on ACL blocked messages
Tom Carpay [Wed, 15 Sep 2021 10:15:35 +0000 (10:15 +0000)]
Answer LDNS_EDE_RRSIGS_MISSING for normal answers with missing signatures
TCY16 [Wed, 15 Sep 2021 09:17:04 +0000 (11:17 +0200)]
add possible EDE spots
Tom Carpay [Tue, 14 Sep 2021 07:45:51 +0000 (07:45 +0000)]
First step towards specific EDE DNSSEC errors
TCY16 [Mon, 13 Sep 2021 11:25:17 +0000 (13:25 +0200)]
add mesh bogus test, possible locations for more EDE and remove superfluous todo comments
W.C.A. Wijngaards [Fri, 10 Sep 2021 13:27:05 +0000 (15:27 +0200)]
- Fix more initialisation errors reported by gcc sanitizer.
W.C.A. Wijngaards [Fri, 10 Sep 2021 13:11:30 +0000 (15:11 +0200)]
- Fix lock debug code for gcc sanitizer reports.
W.C.A. Wijngaards [Fri, 10 Sep 2021 12:30:57 +0000 (14:30 +0200)]
- Fix initialisation errors reported by gcc sanitizer.
W.C.A. Wijngaards [Wed, 8 Sep 2021 15:26:30 +0000 (17:26 +0200)]
- Fix root_anchor test to check with new icannbundle date.
TCY16 [Wed, 8 Sep 2021 14:38:33 +0000 (16:38 +0200)]
add DNSSEC indeterminate EDE and DNAME expansion test
W.C.A. Wijngaards [Wed, 8 Sep 2021 13:07:11 +0000 (15:07 +0200)]
- Fix for #41: change outbound retry to int to fix signed comparison
warnings.
W.C.A. Wijngaards [Wed, 8 Sep 2021 12:52:56 +0000 (14:52 +0200)]
- Small fixes for #41: changelog, conflicts resolved,
processQueryResponse takes an iterator env argument like other
functions in the iterator, no colon in string for set_option,
and some whitespace style, to make it similar to the rest.
W.C.A. Wijngaards [Wed, 8 Sep 2021 12:38:58 +0000 (14:38 +0200)]
Merge branch 'countsudoku-feature/configure-outbound_msg_retry'
W.C.A. Wijngaards [Wed, 8 Sep 2021 12:38:36 +0000 (14:38 +0200)]
Merge branch 'feature/configure-outbound_msg_retry' of git://github.com/countsudoku/unbound into countsudoku-feature/configure-outbound_msg_retry
Tom Carpay [Mon, 6 Sep 2021 13:13:49 +0000 (13:13 +0000)]
add ede to always_refuse and always_null
W.C.A. Wijngaards [Fri, 3 Sep 2021 14:41:21 +0000 (16:41 +0200)]
Changelog entry for #538
- Fix #538: Fix subnetcache statistics.
Wouter Wijngaards [Fri, 3 Sep 2021 14:41:07 +0000 (16:41 +0200)]
Merge pull request #538 from tduboys/fix_subnetcache_statistics
Fix subnetcache statistics
Thomas du Boÿs [Fri, 3 Sep 2021 07:59:15 +0000 (09:59 +0200)]
Fix subnetcache statistics
W.C.A. Wijngaards [Wed, 1 Sep 2021 14:21:10 +0000 (16:21 +0200)]
- Fix tcp fastopen failure when disabled, try normal connect instead.
tcarpay [Tue, 31 Aug 2021 13:22:44 +0000 (15:22 +0200)]
add setup of RPZ and full tests of earlier implemented EDEs
W.C.A. Wijngaards [Fri, 27 Aug 2021 08:33:21 +0000 (10:33 +0200)]
- Fix #533: Negative responses get cached even when setting
cache-max-negative-ttl: 1
W.C.A. Wijngaards [Wed, 25 Aug 2021 14:19:12 +0000 (16:19 +0200)]
- Fix asynclook unit test for setup of lockchecks before log.
W.C.A. Wijngaards [Wed, 25 Aug 2021 12:51:59 +0000 (14:51 +0200)]
- Fix compile warning in libunbound for listen desetup routine.
W.C.A. Wijngaards [Wed, 25 Aug 2021 12:18:29 +0000 (14:18 +0200)]
- Fix RPZ locks. Do not unlock zones lock if requested and rpz find
zone does not find the zone. Readlock the clientip that is found
for ipbased triggers. Unlock the nsdname zone lock when done.
Unlock zone and ip in rpz nsip and nsdname callback. Unlock
authzone and localzone if clientip found in rpz worker call.
W.C.A. Wijngaards [Wed, 25 Aug 2021 11:37:50 +0000 (13:37 +0200)]
- Fix the stream wait stream_wait_count_lock and http2 buffer locks
setup and desetup from race condition.
W.C.A. Wijngaards [Wed, 25 Aug 2021 11:14:53 +0000 (13:14 +0200)]
- Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.)
to insert into RPZ.
W.C.A. Wijngaards [Wed, 25 Aug 2021 08:19:48 +0000 (10:19 +0200)]
Changelog note for #401
- Merge #401: RPZ triggers. This add additional RPZ triggers,
unbound supports a full set of rpz triggers, and this now
includes nsdname, nsip and clientip triggers. Also actions
are fully supported, and this now includes the tcp-only action.
Wouter Wijngaards [Wed, 25 Aug 2021 08:14:12 +0000 (10:14 +0200)]
Merge pull request #401 from NLnetLabs/rpz-triggers
RPZ triggers
tcarpay [Mon, 23 Aug 2021 12:26:32 +0000 (14:26 +0200)]
add localzones test
tcarpay [Mon, 23 Aug 2021 12:00:04 +0000 (14:00 +0200)]
set up for tpkg test
tcarpay [Fri, 20 Aug 2021 14:28:27 +0000 (16:28 +0200)]
Merge branch 'master' into features/rfc8914-ede
W.C.A. Wijngaards [Fri, 20 Aug 2021 13:18:39 +0000 (15:18 +0200)]
Changelog entry for #531
- Fix #531: Fix: passed to proc after free.
Wouter Wijngaards [Fri, 20 Aug 2021 13:15:41 +0000 (15:15 +0200)]
Merge pull request #531 from Shchelk/ptpaf
Fix: passed to proc after free
Shchelkunov Artem [Fri, 20 Aug 2021 13:06:12 +0000 (18:06 +0500)]
Fix: passed to proc after free
Found by static analyzer svace
Static analyzer message: Pointer 'dp' is passed to a function at
iter_hints.c:401 after the referenced memory was deallocated at
iter_hints.c:174 by passing as 3rd parameter to function 'hints_insert'
at iter_hints.c:398.
on-behalf-of: @ideco-team <github@ideco.ru>
W.C.A. Wijngaards [Fri, 20 Aug 2021 12:32:13 +0000 (14:32 +0200)]
Changelog note for #529 and nicer layout.
- Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
undefined.
Wouter Wijngaards [Fri, 20 Aug 2021 12:29:18 +0000 (14:29 +0200)]
Merge pull request #529 from Shchelk/next
Fix: log_assert does nothing if UNBOUND_DEBUG is undefined