]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
3 years ago- Show build status for branch=master.
W.C.A. Wijngaards [Thu, 13 Apr 2023 09:29:53 +0000 (11:29 +0200)] 
- Show build status for branch=master.

3 years ago- Fix build badge, from failing travis link to github ci action link.
W.C.A. Wijngaards [Thu, 13 Apr 2023 09:22:11 +0000 (11:22 +0200)] 
- Fix build badge, from failing travis link to github ci action link.

3 years ago- Fix for #870: Add test case for the qname minimisation and CNAME.
W.C.A. Wijngaards [Thu, 6 Apr 2023 08:04:04 +0000 (10:04 +0200)] 
- Fix for #870: Add test case for the qname minimisation and CNAME.

3 years ago- Fix #870: NXDOMAIN instead of NOERROR rcode when asked for existing
W.C.A. Wijngaards [Tue, 4 Apr 2023 08:06:16 +0000 (10:06 +0200)] 
- Fix #870: NXDOMAIN instead of NOERROR rcode when asked for existing
  CNAME record.

3 years agoChangelog for issue #676
Philip Homburg [Fri, 24 Mar 2023 13:54:14 +0000 (14:54 +0100)] 
Changelog for issue #676

3 years agoFix issue #676: Unencrypted query is sent when forward-tls-upstream: yes is
Philip Homburg [Fri, 24 Mar 2023 13:51:37 +0000 (14:51 +0100)] 
Fix issue #676: Unencrypted query is sent when forward-tls-upstream: yes is
used without tls-cert-bundle

Model the behavior of unbound in unbound-host: always create a SSL context

3 years agoSmall fixes from Wouter's review
Philip Homburg [Thu, 23 Mar 2023 14:15:54 +0000 (15:15 +0100)] 
Small fixes from Wouter's review

3 years agoExtra consistency check to make sure that when TLS is requested, either we
Philip Homburg [Thu, 23 Mar 2023 14:00:10 +0000 (15:00 +0100)] 
Extra consistency check to make sure that when TLS is requested, either we
set up a TLS connection or we return an error.

3 years agoTests for serve-expired in combination with new 0 TTL data.
Philip Homburg [Wed, 22 Mar 2023 14:21:19 +0000 (15:21 +0100)] 
Tests for serve-expired in combination with new 0 TTL data.

3 years agoFix issue #860: Bad interaction with 0 TTL records and serve-expired
Philip Homburg [Wed, 22 Mar 2023 09:51:56 +0000 (10:51 +0100)] 
Fix issue #860: Bad interaction with 0 TTL records and serve-expired

3 years agoChangelog for issue #851
Philip Homburg [Tue, 21 Mar 2023 12:54:27 +0000 (13:54 +0100)] 
Changelog for issue #851

3 years agoFix issue #851: reserved identifier violation
Philip Homburg [Tue, 21 Mar 2023 12:51:51 +0000 (13:51 +0100)] 
Fix issue #851: reserved identifier violation

3 years ago- iana portlist update.
W.C.A. Wijngaards [Mon, 20 Mar 2023 13:55:55 +0000 (14:55 +0100)] 
- iana portlist update.

3 years ago- Fix #812, fix #846, by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
George Thessalonikefs [Fri, 17 Mar 2023 13:39:37 +0000 (14:39 +0100)] 
- Fix #812, fix #846, by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
  to ignore the unexpected eof while reading in openssl >= 3.

3 years ago- Fix ssl.h include brackets, instead of quotes.
W.C.A. Wijngaards [Thu, 16 Mar 2023 14:40:43 +0000 (15:40 +0100)] 
- Fix ssl.h include brackets, instead of quotes.

3 years ago- Fix unbound-dnstap-socket test program to reply the finish frame
W.C.A. Wijngaards [Tue, 14 Mar 2023 15:57:37 +0000 (16:57 +0100)] 
- Fix unbound-dnstap-socket test program to reply the finish frame
  over a TLS connection correctly.

3 years agofix memory leak in unbound-streamtcp when open_svr failed 857/head
eaglegai [Tue, 7 Mar 2023 13:49:54 +0000 (21:49 +0800)] 
fix memory leak in unbound-streamtcp when open_svr failed

==1927474== Memcheck, a memory error detector
==1927474== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==1927474== Using Valgrind-3.16.0 and LibVEX; rerun with -h for copyright info
==1927474== Command: unbound-streamtcp -f localhost
==1927474==
fatal: bad server specs 'localhost'
==1927474==
==1927474== HEAP SUMMARY:
==1927474==     in use at exit: 131,186 bytes in 4 blocks
==1927474==   total heap usage: 5 allocs, 1 frees, 132,210 bytes allocated
==1927474==
==1927474== 40 bytes in 1 blocks are still reachable in loss record 1 of 4
==1927474==    at 0x483F751: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==1927474==    by 0x1E0573: sldns_buffer_new (sbuffer.c:21)
==1927474==    by 0x11ECED: send_em (streamtcp.c:374)
==1927474==    by 0x11E6C1: main (streamtcp.c:585)
==1927474==
==1927474== 40 bytes in 1 blocks are still reachable in loss record 2 of 4
==1927474==    at 0x483F751: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==1927474==    by 0x1E0573: sldns_buffer_new (sbuffer.c:21)
==1927474==    by 0x11ECFA: send_em (streamtcp.c:375)
==1927474==    by 0x11E6C1: main (streamtcp.c:585)
==1927474==
==1927474== 65,553 bytes in 1 blocks are still reachable in loss record 3 of 4
==1927474==    at 0x483F751: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==1927474==    by 0x1E0583: sldns_buffer_new (sbuffer.c:27)
==1927474==    by 0x11ECED: send_em (streamtcp.c:374)
==1927474==    by 0x11E6C1: main (streamtcp.c:585)
==1927474==
==1927474== 65,553 bytes in 1 blocks are still reachable in loss record 4 of 4
==1927474==    at 0x483F751: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==1927474==    by 0x1E0583: sldns_buffer_new (sbuffer.c:27)
==1927474==    by 0x11ECFA: send_em (streamtcp.c:375)
==1927474==    by 0x11E6C1: main (streamtcp.c:585)
==1927474==
==1927474== LEAK SUMMARY:
==1927474==    definitely lost: 0 bytes in 0 blocks
==1927474==    indirectly lost: 0 bytes in 0 blocks
==1927474==      possibly lost: 0 bytes in 0 blocks
==1927474==    still reachable: 131,186 bytes in 4 blocks
==1927474==         suppressed: 0 bytes in 0 blocks
==1927474==
==1927474== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Signed-off-by: eaglegai <eaglegai@163.com>
3 years agofix potential memory leak in unbound-host when errors happen
eaglegai [Mon, 6 Mar 2023 14:04:06 +0000 (22:04 +0800)] 
fix potential memory leak in unbound-host when errors happen

==3709953== HEAP SUMMARY:
==3709953==     in use at exit: 276,541 bytes in 23 blocks
==3709953==   total heap usage: 29 allocs, 6 frees, 280,682 bytes allocated
==3709953==
==3709953== 1 bytes in 1 blocks are still reachable in loss record 1 of 23
==3709953==    at 0x4866EC0: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-arm64-linux.so)
==3709953==    by 0x48E2BC3: ub_initstate (random.c:85)
==3709953==    by 0x489B067: ub_ctx_create_nopipe (libunbound.c:114)
==3709953==    by 0x489B31F: ub_ctx_create (libunbound.c:180)
==3709953==    by 0x10E203: main (unbound-host.c:433)
==3709953==
......
==3709953== 8,192 bytes in 1 blocks are still reachable in loss record 22 of 23
==3709953==    at 0x4866EC0: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-arm64-linux.so)
==3709953==    by 0x48E427B: regional_create_custom (regional.c:94)
==3709953==    by 0x48DEA03: edns_strings_create (edns.c:57)
==3709953==    by 0x489B0F3: ub_ctx_create_nopipe (libunbound.c:157)
==3709953==    by 0x489B31F: ub_ctx_create (libunbound.c:180)
==3709953==    by 0x10E203: main (unbound-host.c:433)
==3709953==
==3709953== 262,144 bytes in 1 blocks are still reachable in loss record 23 of 23
==3709953==    at 0x486933C: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-arm64-linux.so)
==3709953==    by 0x48C826F: config_create (config_file.c:179)
==3709953==    by 0x48C85AF: config_create_forlib (config_file.c:383)
==3709953==    by 0x489B0BB: ub_ctx_create_nopipe (libunbound.c:130)
==3709953==    by 0x489B31F: ub_ctx_create (libunbound.c:180)
==3709953==    by 0x10E203: main (unbound-host.c:433)
==3709953==
==3709953== LEAK SUMMARY:
==3709953==    definitely lost: 0 bytes in 0 blocks
==3709953==    indirectly lost: 0 bytes in 0 blocks
==3709953==      possibly lost: 0 bytes in 0 blocks
==3709953==    still reachable: 276,541 bytes in 23 blocks
==3709953==         suppressed: 0 bytes in 0 blocks
==3709953==
==3709953== For lists of detected and suppressed errors, rerun with: -s
==3709953== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Signed-off-by: eaglegai <eaglegai@163.com>
3 years ago#827 review response 827/head
Christian McDonald [Fri, 24 Feb 2023 14:31:19 +0000 (09:31 -0500)] 
#827 review response

3 years ago- Fix for #852: Completion of error handling.
W.C.A. Wijngaards [Thu, 23 Feb 2023 12:38:29 +0000 (13:38 +0100)] 
- Fix for #852: Completion of error handling.

3 years agoChangelog entry for issue #825 842/head
Philip Homburg [Tue, 21 Feb 2023 08:29:39 +0000 (09:29 +0100)] 
Changelog entry for issue #825

3 years agoMerge branch 'master' into ecs-serve-expired-bug
Philip Homburg [Tue, 21 Feb 2023 08:28:13 +0000 (09:28 +0100)] 
Merge branch 'master' into ecs-serve-expired-bug

3 years agoImproved comment
Philip Homburg [Tue, 21 Feb 2023 08:27:03 +0000 (09:27 +0100)] 
Improved comment

3 years agoTest cache update from serve-expired and client-subnet-always-forward
Philip Homburg [Thu, 9 Feb 2023 13:17:39 +0000 (14:17 +0100)] 
Test cache update from serve-expired and client-subnet-always-forward

3 years agoifdef CLIENT_SUBNET
Philip Homburg [Tue, 21 Feb 2023 08:21:24 +0000 (09:21 +0100)] 
ifdef CLIENT_SUBNET

3 years agoFix issue #825: interaction between ECS and serve-expired.
Philip Homburg [Tue, 31 Jan 2023 14:16:38 +0000 (15:16 +0100)] 
Fix issue #825: interaction between ECS and serve-expired.

3 years agoChangelog entry for
George Thessalonikefs [Fri, 10 Feb 2023 15:54:44 +0000 (16:54 +0100)] 
Changelog entry for
- Clean up iterator/iterator.c::error_response_cache() and allow for
  better interaction with serve-expired, prefetch and cached error
  responses.

3 years ago- Clean up iterator/iterator.c::error_response_cache() and allow for
George Thessalonikefs [Fri, 10 Feb 2023 15:51:07 +0000 (16:51 +0100)] 
- Clean up iterator/iterator.c::error_response_cache() and allow for
  better interaction with serve-expired, prefetch and cached error
  responses.

3 years ago- Add testcase for refreshing expired error responses.
George Thessalonikefs [Thu, 9 Feb 2023 11:44:01 +0000 (12:44 +0100)] 
- Add testcase for refreshing expired error responses.

3 years ago- Fix to git ignore the library symbol file that configure can create.
W.C.A. Wijngaards [Thu, 9 Feb 2023 11:08:27 +0000 (12:08 +0100)] 
- Fix to git ignore the library symbol file that configure can create.

3 years ago- Fix consistency of unit test without roundrobin answers for the
W.C.A. Wijngaards [Thu, 9 Feb 2023 10:46:33 +0000 (11:46 +0100)] 
- Fix consistency of unit test without roundrobin answers for the
  cnametooptout unit test.

3 years agoChangelog entry for
George Thessalonikefs [Thu, 9 Feb 2023 09:52:56 +0000 (10:52 +0100)] 
Changelog entry for
- Allow TTL refresh of expired error responses.

3 years ago- Allow TTL refresh of expired error responses.
George Thessalonikefs [Thu, 9 Feb 2023 09:47:46 +0000 (10:47 +0100)] 
- Allow TTL refresh of expired error responses.

3 years ago- Fix unit tests for spurious empty messages.
W.C.A. Wijngaards [Thu, 9 Feb 2023 09:38:55 +0000 (10:38 +0100)] 
- Fix unit tests for spurious empty messages.

3 years ago- Fix to ignore entirely empty responses, and try at another authority.
W.C.A. Wijngaards [Thu, 9 Feb 2023 08:56:40 +0000 (09:56 +0100)] 
- Fix to ignore entirely empty responses, and try at another authority.
  This turns completely empty responses, a type of noerror/nodata into
  a servfail, but they do not conform to RFC2308, and the retry can
  fetch improved content.

3 years ago- Fix #841: Unbound won't build with aaaa-filter-iterator.patch.
W.C.A. Wijngaards [Wed, 8 Feb 2023 10:36:52 +0000 (11:36 +0100)] 
- Fix #841: Unbound won't build with aaaa-filter-iterator.patch.

3 years agoset modinfo to null last
Christian McDonald [Wed, 1 Feb 2023 20:17:59 +0000 (15:17 -0500)] 
set modinfo to null last

3 years ago- Add duration variable for speed_local.test.
George Thessalonikefs [Mon, 30 Jan 2023 10:33:58 +0000 (11:33 +0100)] 
- Add duration variable for speed_local.test.

3 years agoFix copyright date
R. Christian McDonald [Sat, 28 Jan 2023 19:02:51 +0000 (14:02 -0500)] 
Fix copyright date

3 years agoRegenerate configure for the fix acx_nlnetlabs.m4 for -Wstrict-prototypes.
W.C.A. Wijngaards [Thu, 26 Jan 2023 09:59:16 +0000 (10:59 +0100)] 
Regenerate configure for the fix acx_nlnetlabs.m4 for -Wstrict-prototypes.

3 years ago- Fix acx_nlnetlabs.m4 for -Wstrict-prototypes.
W.C.A. Wijngaards [Thu, 26 Jan 2023 09:54:38 +0000 (10:54 +0100)] 
- Fix acx_nlnetlabs.m4 for -Wstrict-prototypes.

3 years agoFix #833: [FR] Ability to set the Redis password.
George Thessalonikefs [Mon, 23 Jan 2023 10:38:57 +0000 (11:38 +0100)] 
Fix #833: [FR] Ability to set the Redis password.

3 years ago- Fix #835: [FR] Ability to use Redis unix sockets.
W.C.A. Wijngaards [Mon, 23 Jan 2023 09:10:23 +0000 (10:10 +0100)] 
- Fix #835: [FR] Ability to use Redis unix sockets.

3 years ago- Add #835: [FR] Ability to use Redis unix sockets.
W.C.A. Wijngaards [Mon, 23 Jan 2023 09:09:28 +0000 (10:09 +0100)] 
- Add #835: [FR] Ability to use Redis unix sockets.

3 years agoChangelog note for #819, generate configparser.c and comment syntax change.
W.C.A. Wijngaards [Fri, 20 Jan 2023 15:19:20 +0000 (16:19 +0100)] 
Changelog note for #819, generate configparser.c and comment syntax change.
- Merge #819: Added new static zone type block_a to suppress all A
  queries for specific zones.

3 years agoMerge pull request #819 from pavel-odintsov/pavel/suppress_a
Wouter Wijngaards [Fri, 20 Jan 2023 15:18:05 +0000 (16:18 +0100)] 
Merge pull request #819 from pavel-odintsov/pavel/suppress_a

Added new static zone type block_a to suppress all A queries for specific zones

3 years agocleanup callbacks that might have been registered by Python script
R. Christian McDonald [Thu, 19 Jan 2023 21:30:47 +0000 (16:30 -0500)] 
cleanup callbacks that might have been registered by Python script

3 years agoMerge branch 'NLnetLabs:master' into rcm-python-reloading
R. Christian McDonald [Thu, 19 Jan 2023 21:28:12 +0000 (16:28 -0500)] 
Merge branch 'NLnetLabs:master' into rcm-python-reloading

3 years ago- Fix test for new default.
W.C.A. Wijngaards [Thu, 19 Jan 2023 15:06:30 +0000 (16:06 +0100)] 
- Fix test for new default.

3 years ago- Set default for harden-unknown-additional to no. So that it does
W.C.A. Wijngaards [Thu, 19 Jan 2023 14:45:10 +0000 (15:45 +0100)] 
- Set default for harden-unknown-additional to no. So that it does
  not hamper future protocol developments.

3 years ago- Add harden-unknown-additional option. Default on and it removes
W.C.A. Wijngaards [Thu, 19 Jan 2023 13:59:18 +0000 (14:59 +0100)] 
- Add harden-unknown-additional option. Default on and it removes
  unknown records from the authority section and additional section.
  Thanks to Xiang Li, from NISL Lab, Tsinghua University.

3 years ago- Set max-udp-size default to 1232. This is the same default value as
W.C.A. Wijngaards [Thu, 19 Jan 2023 13:16:17 +0000 (14:16 +0100)] 
- Set max-udp-size default to 1232. This is the same default value as
  the default value for edns-buffer-size. It restricts client edns
  buffer size choices, and makes unbound behave similar to other DNS
  resolvers. The new choice, down from 4096 means it is harder to get
  large responses from Unbound. Thanks to Xiang Li, from NISL Lab,
  Tsinghua University.

3 years ago- Fix not following cleared RD flags potentially enables amplification
W.C.A. Wijngaards [Wed, 18 Jan 2023 12:18:47 +0000 (13:18 +0100)] 
- Fix not following cleared RD flags potentially enables amplification
  DDoS attacks, reported by Xiang Li and Wei Xu from NISL Lab,
  Tsinghua University. The fix stops query loops, by refusing to send
  RD=0 queries to a forwarder, they still get answered from cache.

3 years agoeliminate unnecessary Python reloading which causes memory leaks
Christian McDonald [Fri, 13 Jan 2023 21:39:28 +0000 (16:39 -0500)] 
eliminate unnecessary Python reloading which causes memory leaks

3 years ago- Improve documentation for #826, describe the large collisions amount.
W.C.A. Wijngaards [Fri, 13 Jan 2023 10:22:47 +0000 (11:22 +0100)] 
- Improve documentation for #826, describe the large collisions amount.

3 years agoChangelog note and documentation for #826
W.C.A. Wijngaards [Fri, 13 Jan 2023 10:01:46 +0000 (11:01 +0100)] 
Changelog note and documentation for #826
- Merge #826: Аdd a metric about the maximum number of collisions in
  lrushah.

3 years agoMerge pull request #826 from sakateka/lruhash_max_collisions
Wouter Wijngaards [Fri, 13 Jan 2023 09:57:44 +0000 (10:57 +0100)] 
Merge pull request #826 from sakateka/lruhash_max_collisions

Аdd a metric about the maximum number of collisions in lrushah

3 years agoadd a metric about the maximum number of collisions in lrushah 826/head
Sergey Kacheev [Fri, 13 Jan 2023 06:33:38 +0000 (13:33 +0700)] 
add a metric about the maximum number of collisions in lrushah

3 years agoCode repository continues with version 1.17.2.
W.C.A. Wijngaards [Thu, 12 Jan 2023 09:21:28 +0000 (10:21 +0100)] 
Code repository continues with version 1.17.2.

3 years ago- Fix python version detection in configure.
W.C.A. Wijngaards [Mon, 9 Jan 2023 14:10:00 +0000 (15:10 +0100)] 
- Fix python version detection in configure.

3 years ago- Fix python module install path detection.
W.C.A. Wijngaards [Mon, 9 Jan 2023 14:03:38 +0000 (15:03 +0100)] 
- Fix python module install path detection.

3 years agoChangelog note for 1.17.1rc2 fix.
W.C.A. Wijngaards [Fri, 6 Jan 2023 12:23:02 +0000 (13:23 +0100)] 
Changelog note for 1.17.1rc2 fix.
- Fix wildcard in hyperlocal zone service degradation, reported
  by Sergey Kacheev. This fix is included in 1.17.1rc2.

3 years agoMerge branch 'branch-1.17.1'
W.C.A. Wijngaards [Fri, 6 Jan 2023 12:22:06 +0000 (13:22 +0100)] 
Merge branch 'branch-1.17.1'

3 years ago- Fix wildcard in hyperlocal zone service degradation, reported release-1.17.1 release-1.17.1rc2
W.C.A. Wijngaards [Fri, 6 Jan 2023 12:21:39 +0000 (13:21 +0100)] 
- Fix wildcard in hyperlocal zone service degradation, reported
  by Sergey Kacheev.

3 years ago- Fix #823: Response change to NODATA for some ANY queries since
W.C.A. Wijngaards [Fri, 6 Jan 2023 08:16:59 +0000 (09:16 +0100)] 
- Fix #823: Response change to NODATA for some ANY queries since
  1.12, tested on 1.16.1.

3 years agoChangelog note for tag for 1.17.1rc1. release-1.17.1rc1
W.C.A. Wijngaards [Thu, 5 Jan 2023 10:06:07 +0000 (11:06 +0100)] 
Changelog note for tag for 1.17.1rc1.
- Tag for 1.17.1 release.

3 years agoAdd Mastodon link
Alex Band [Wed, 4 Jan 2023 15:21:43 +0000 (16:21 +0100)] 
Add Mastodon link

3 years agoAdd Mastodon
Alex Band [Wed, 4 Jan 2023 14:57:45 +0000 (15:57 +0100)] 
Add Mastodon

3 years agoAdded new static zone type block_a to suppress all A queries for specific zones 819/head
Pavel Odintsov [Tue, 3 Jan 2023 16:44:10 +0000 (16:44 +0000)] 
Added new static zone type block_a to suppress all A queries for specific zones

3 years ago- Update github workflows to use checkout v3.
W.C.A. Wijngaards [Mon, 2 Jan 2023 12:30:03 +0000 (13:30 +0100)] 
- Update github workflows to use checkout v3.

3 years ago- Fix windows compile for libunbound subprocess reap comm point closes.
W.C.A. Wijngaards [Mon, 2 Jan 2023 12:06:39 +0000 (13:06 +0100)] 
- Fix windows compile for libunbound subprocess reap comm point closes.

3 years ago- Merge #569 from JINMEI Tatuya: add keep-cache option to
George Thessalonikefs [Wed, 14 Dec 2022 15:37:05 +0000 (16:37 +0100)] 
- Merge #569 from JINMEI Tatuya: add keep-cache option to
  'unbound-control reload' to keep caches.

3 years ago- Use an explicit 'reload_keep_cache' command and introduce test cases
George Thessalonikefs [Wed, 14 Dec 2022 15:33:28 +0000 (16:33 +0100)] 
- Use an explicit 'reload_keep_cache' command and introduce test cases
  for #569.

3 years agoMerge branch 'reuse-caches-on-reload' of https://github.com/jinmeiib/unbound-1 into...
George Thessalonikefs [Tue, 13 Dec 2022 15:42:38 +0000 (16:42 +0100)] 
Merge branch 'reuse-caches-on-reload' of https://github.com/jinmeiib/unbound-1 into jinmeiib-reuse-caches-on-reload

3 years ago- Merge #461 from Christian Allred: Add max-query-restarts option.
George Thessalonikefs [Tue, 13 Dec 2022 14:50:45 +0000 (15:50 +0100)] 
- Merge #461 from Christian Allred: Add max-query-restarts option.

3 years ago- Updates for #461 (Add max-query-restarts option).
George Thessalonikefs [Tue, 13 Dec 2022 14:08:11 +0000 (15:08 +0100)] 
- Updates for #461 (Add max-query-restarts option).

3 years agoMerge branch 'restart_conf' of https://github.com/cgallred/unbound into cgallred...
George Thessalonikefs [Tue, 13 Dec 2022 13:35:01 +0000 (14:35 +0100)] 
Merge branch 'restart_conf' of https://github.com/cgallred/unbound into cgallred-restart_conf

3 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Tue, 13 Dec 2022 12:59:42 +0000 (13:59 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

3 years ago- Expose 'max-sent-count' as a configuration option; the
George Thessalonikefs [Tue, 13 Dec 2022 12:50:05 +0000 (13:50 +0100)] 
- Expose 'max-sent-count' as a configuration option; the
  default value retains Unbound's behavior.

3 years ago- Expose 'statistics-inhibit-zero' as a configuration option; the
George Thessalonikefs [Tue, 13 Dec 2022 09:04:06 +0000 (10:04 +0100)] 
- Expose 'statistics-inhibit-zero' as a configuration option; the
  default value retains Unbound's behavior.

3 years ago- Fix to wrap Makefile scripts directory in quotes for uninstall.
W.C.A. Wijngaards [Tue, 13 Dec 2022 08:03:52 +0000 (09:03 +0100)] 
- Fix to wrap Makefile scripts directory in quotes for uninstall.

3 years agoChangelog note for #808
W.C.A. Wijngaards [Tue, 13 Dec 2022 07:53:44 +0000 (08:53 +0100)] 
Changelog note for #808
- Merge #808: Wrap Makefile script's directory variables in quotes.

3 years agoMerge pull request #808 from sneurlax/fix/windows
Wouter Wijngaards [Tue, 13 Dec 2022 07:53:07 +0000 (08:53 +0100)] 
Merge pull request #808 from sneurlax/fix/windows

Wrap Makefile script's directory variables in quotes

3 years agowrap directory variables in quotes 808/head
sneurlax [Tue, 13 Dec 2022 01:27:19 +0000 (19:27 -0600)] 
wrap directory variables in quotes

see https://github.com/NLnetLabs/unbound/issues/807

3 years agoadd validation EDEs to CD bit queries
TCY16 [Mon, 5 Dec 2022 10:41:17 +0000 (11:41 +0100)] 
add validation EDEs to CD bit queries

3 years agoFix date.
W.C.A. Wijngaards [Thu, 1 Dec 2022 12:05:02 +0000 (13:05 +0100)] 
Fix date.

3 years ago- Fix #773: When used with systemd-networkd, unbound does not start
W.C.A. Wijngaards [Thu, 1 Dec 2022 12:04:05 +0000 (13:04 +0100)] 
- Fix #773: When used with systemd-networkd, unbound does not start
  until systemd-networkd-wait-online.service times out.

3 years ago- Clear documentation for interactivity between the subnet module and
George Thessalonikefs [Wed, 30 Nov 2022 13:45:36 +0000 (14:45 +0100)] 
- Clear documentation for interactivity between the subnet module and
  the serve-expired and prefetch configuration options.

3 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
George Thessalonikefs [Wed, 30 Nov 2022 13:34:00 +0000 (14:34 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

3 years ago- Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
George Thessalonikefs [Wed, 30 Nov 2022 13:33:16 +0000 (14:33 +0100)] 
- Add SVCB and HTTPS to the types removed by 'unbound-control flush'.

3 years ago- Fix #782: Segmentation fault in stats.c:404.
W.C.A. Wijngaards [Wed, 30 Nov 2022 09:18:27 +0000 (10:18 +0100)] 
- Fix #782: Segmentation fault in stats.c:404.

3 years agoChangelog entry for #720
Philip Homburg [Tue, 29 Nov 2022 15:20:52 +0000 (16:20 +0100)] 
Changelog entry for #720

3 years ago- Fix for the ignore of tcp events for closed comm points, preserve
W.C.A. Wijngaards [Mon, 28 Nov 2022 09:04:52 +0000 (10:04 +0100)] 
- Fix for the ignore of tcp events for closed comm points, preserve
  the use after free protection features.

3 years agoadd subnetcache test and rename/improve cachedb test
TCY16 [Thu, 24 Nov 2022 15:14:37 +0000 (16:14 +0100)] 
add subnetcache test and rename/improve cachedb test

3 years agoAdd subnetcache support
TCY16 [Thu, 24 Nov 2022 15:11:42 +0000 (16:11 +0100)] 
Add subnetcache support

3 years agoMerge pull request #720 from jonathangray/winsock_uaf
Philip-NLnetLabs [Wed, 23 Nov 2022 13:08:01 +0000 (14:08 +0100)] 
Merge pull request #720 from jonathangray/winsock_uaf

fix use after free when WSACreateEvent() fails

3 years ago- Ignore expired error responses.
George Thessalonikefs [Tue, 22 Nov 2022 16:44:55 +0000 (17:44 +0100)] 
- Ignore expired error responses.

3 years agoRemove erroneous filepath in test
tcarpay [Tue, 22 Nov 2022 11:11:55 +0000 (12:11 +0100)] 
Remove erroneous filepath in test

3 years agoadd ede cachedb test
TCY16 [Mon, 21 Nov 2022 14:26:49 +0000 (15:26 +0100)] 
add ede cachedb test

3 years agoadd cachedb support
TCY16 [Mon, 21 Nov 2022 10:35:27 +0000 (11:35 +0100)] 
add cachedb support