]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
19 months agofix 'WARNING: Message has 41 extra bytes at end' 971/head
Artem [Tue, 5 Dec 2023 06:43:15 +0000 (09:43 +0300)] 
fix 'WARNING: Message has 41 extra bytes at end'

2 years ago- Fix #779: [doc] Missing documention in ub_resolve_event() for
W.C.A. Wijngaards [Fri, 11 Nov 2022 10:28:15 +0000 (11:28 +0100)] 
- Fix #779: [doc] Missing documention in ub_resolve_event() for
  callback parameter was_ratelimited.

2 years ago- Complementary fix for distutils.sysconfig deprecation in Python 3.10
George Thessalonikefs [Wed, 9 Nov 2022 10:41:28 +0000 (11:41 +0100)] 
- Complementary fix for distutils.sysconfig deprecation in Python 3.10
  to commit 62c5039ab9da42713e006e840b7578e01d66e7f2.

2 years ago- iana portlist update.
W.C.A. Wijngaards [Tue, 8 Nov 2022 14:24:24 +0000 (15:24 +0100)] 
- iana portlist update.

2 years ago- Fix #775: libunbound: subprocess reap causes parent process reap
W.C.A. Wijngaards [Tue, 8 Nov 2022 14:04:05 +0000 (15:04 +0100)] 
- Fix #775: libunbound: subprocess reap causes parent process reap
  to hang.

2 years ago- Fix to make sure to not read again after a tcp comm point is closed.
W.C.A. Wijngaards [Tue, 8 Nov 2022 12:23:44 +0000 (13:23 +0100)] 
- Fix to make sure to not read again after a tcp comm point is closed.

2 years ago- Fix to ignore tcp events for closed comm points.
W.C.A. Wijngaards [Tue, 8 Nov 2022 11:02:48 +0000 (12:02 +0100)] 
- Fix to ignore tcp events for closed comm points.

2 years agoChangelog entry for #767
George Thessalonikefs [Fri, 21 Oct 2022 13:49:56 +0000 (15:49 +0200)] 
Changelog entry for #767
- Merge #767 from jonathangray: consistently use IPv4/IPv6 in
    unbound.conf.5.

2 years agoMerge pull request #767 from jonathangray/man
Yorgos Thessalonikefs [Fri, 21 Oct 2022 13:46:45 +0000 (15:46 +0200)] 
Merge pull request #767 from jonathangray/man

consistently use IPv4/IPv6 in unbound.conf.5

2 years ago- Fix that cachedb does not store failures in the external cache.
W.C.A. Wijngaards [Fri, 21 Oct 2022 08:11:47 +0000 (10:11 +0200)] 
- Fix that cachedb does not store failures in the external cache.

2 years ago- Clarify the use of MAX_SENT_COUNT in the iterator code.
George Thessalonikefs [Tue, 18 Oct 2022 10:29:07 +0000 (12:29 +0200)] 
- Clarify the use of MAX_SENT_COUNT in the iterator code.

2 years ago- testcode/dohclient sets log identity to its name.
W.C.A. Wijngaards [Mon, 17 Oct 2022 14:00:43 +0000 (16:00 +0200)] 
- testcode/dohclient sets log identity to its name.

2 years ago- In unit test, print python script name list correctly.
W.C.A. Wijngaards [Fri, 14 Oct 2022 14:49:57 +0000 (16:49 +0200)] 
- In unit test, print python script name list correctly.

2 years agoChangelog note for #768
W.C.A. Wijngaards [Fri, 14 Oct 2022 14:22:17 +0000 (16:22 +0200)] 
Changelog note for #768
- Merge #768 from fobser: Arithmetic on a pointer to void is a GNU
  extension.

2 years agoMerge pull request #768 from fobser/void_math
Wouter Wijngaards [Fri, 14 Oct 2022 14:21:14 +0000 (16:21 +0200)] 
Merge pull request #768 from fobser/void_math

Arithmetic on a pointer to void is a GNU extension.

2 years agoArithmetic on a pointer to void is a GNU extension. 768/head
Florian Obser [Fri, 14 Oct 2022 11:56:32 +0000 (13:56 +0200)] 
Arithmetic on a pointer to void is a GNU extension.

2 years ago- Tag for 1.17.0 release. The code repository continues with 1.17.1.
W.C.A. Wijngaards [Thu, 13 Oct 2022 07:34:44 +0000 (09:34 +0200)] 
- Tag for 1.17.0 release. The code repository continues with 1.17.1.

2 years agoMerge branch 'branch-1.17.0'
W.C.A. Wijngaards [Thu, 13 Oct 2022 07:32:22 +0000 (09:32 +0200)] 
Merge branch 'branch-1.17.0'

2 years ago- Fix PROXYv2 header read for TCP connections when no proxied addresses release-1.17.0
George Thessalonikefs [Tue, 11 Oct 2022 15:39:30 +0000 (17:39 +0200)] 
- Fix PROXYv2 header read for TCP connections when no proxied addresses
  are provided.

2 years agoconsistently use IPv4/IPv6 767/head
Jonathan Gray [Mon, 10 Oct 2022 08:14:58 +0000 (19:14 +1100)] 
consistently use IPv4/IPv6

2 years agoChangelog note for tag for 1.17.0rc1 release.
W.C.A. Wijngaards [Fri, 7 Oct 2022 11:29:33 +0000 (13:29 +0200)] 
Changelog note for tag for 1.17.0rc1 release.

2 years ago- Fix unit test to properly test the reuse_write_wait_pop function. release-1.17.0rc1
George Thessalonikefs [Fri, 7 Oct 2022 09:29:46 +0000 (11:29 +0200)] 
- Fix unit test to properly test the reuse_write_wait_pop function.

2 years ago- Fix to stop possible loops in the tcp reuse code (write_wait list
George Thessalonikefs [Fri, 7 Oct 2022 09:25:36 +0000 (11:25 +0200)] 
- Fix to stop possible loops in the tcp reuse code (write_wait list
  and tcp_wait list). Based on analysis and patch from Prad Seniappan
  and Karthik Umashankar.

2 years ago- Fix proxy length debug output printout typecasts.
W.C.A. Wijngaards [Thu, 6 Oct 2022 13:53:21 +0000 (15:53 +0200)] 
- Fix proxy length debug output printout typecasts.

2 years ago- Fix to stop responses with TC flag from resulting in partial
W.C.A. Wijngaards [Thu, 6 Oct 2022 08:01:09 +0000 (10:01 +0200)] 
- Fix to stop responses with TC flag from resulting in partial
  responses. It retries to fetch the data elsewhere, or fails the
  query and in depth fix removes the TC flag from the cached item.

2 years ago- Fix checkconf test for dnscrypt and proxy port.
George Thessalonikefs [Wed, 5 Oct 2022 20:02:30 +0000 (22:02 +0200)] 
- Fix checkconf test for dnscrypt and proxy port.

2 years ago- Fix dnscrypt compile for proxy protocol code changes.
W.C.A. Wijngaards [Wed, 5 Oct 2022 12:09:12 +0000 (14:09 +0200)] 
- Fix dnscrypt compile for proxy protocol code changes.

2 years ago- Make ede.tdir test more predictable by using static data.
George Thessalonikefs [Wed, 5 Oct 2022 00:44:50 +0000 (02:44 +0200)] 
- Make ede.tdir test more predictable by using static data.

2 years ago- Use DEBUG_TDIR from environment in mini_tdir.sh for debugging.
George Thessalonikefs [Tue, 4 Oct 2022 22:48:20 +0000 (00:48 +0200)] 
- Use DEBUG_TDIR from environment in mini_tdir.sh for debugging.
- Fix string comparison in mini_tdir.sh.

2 years agoChangelog entry for #764
George Thessalonikefs [Tue, 4 Oct 2022 20:24:18 +0000 (22:24 +0200)] 
Changelog entry for #764
- Merge #764: Leniency for target discovery when under load (for
  NRDelegation changes).

2 years agoLeniency for target discovery when under load (for NRDelegation changes) (#764)
Yorgos Thessalonikefs [Tue, 4 Oct 2022 20:21:08 +0000 (22:21 +0200)] 
Leniency for target discovery when under load (for NRDelegation changes) (#764)

* - Introduce leniency for target discovery when under load.

* - Allow for easier testing (to be reverted).

* - Happy compiler.

* - Precheck access to target_fetch_policy.

* - Do not mark a nameserver as resolved when one of A/AAAA is negative.

* - Update fetch_glue.rpl test for (possible) outstanding queries.

* - Update fetch_glue_cname.rpl test for possible outstanding queries.

* - Better fix for fetch_glue_cname.rpl.

* - Fix iter_emptydp_for_glue.rpl to match the referral.

* - Disabled the nxns tests for now (to be reverted).

* - Update iter_recurse.rpl for possible outstanding queries.

* Revert "- Disabled the nxns tests for now (to be reverted)."

This reverts commit 34a9c13a90015fba5f8a8a1c516c00d4bf5003f8.

* Revert "- Allow for easier testing (to be reverted)."

This reverts commit b6dfe35e1d02c89ada5b656fdf8956304bb73be8.

2 years ago- Fix to clean up after the acl_interface unit test.
W.C.A. Wijngaards [Tue, 4 Oct 2022 14:59:10 +0000 (16:59 +0200)] 
- Fix to clean up after the acl_interface unit test.

2 years ago- Fix static analysis report to remove dead code from the
W.C.A. Wijngaards [Tue, 4 Oct 2022 07:08:11 +0000 (09:08 +0200)] 
- Fix static analysis report to remove dead code from the
  rpz_callback_from_iterator_module function.

2 years ago- Fix to close errno block in comm_point_tcp_handle_read outside of
W.C.A. Wijngaards [Mon, 3 Oct 2022 14:21:39 +0000 (16:21 +0200)] 
- Fix to close errno block in comm_point_tcp_handle_read outside of
  ifdef.

2 years agoChangelog entry for #760
George Thessalonikefs [Mon, 3 Oct 2022 13:34:22 +0000 (15:34 +0200)] 
Changelog entry for #760
- Merge #760: PROXYv2 downstream support. (New proxy-protocol-port
  configuration option).

2 years agoPROXYv2 downstream support (#760)
Yorgos Thessalonikefs [Mon, 3 Oct 2022 13:29:47 +0000 (15:29 +0200)] 
PROXYv2 downstream support (#760)

2 years ago- Fix windows compile, the identifier interface is defined in headers.
W.C.A. Wijngaards [Mon, 3 Oct 2022 13:03:50 +0000 (15:03 +0200)] 
- Fix windows compile, the identifier interface is defined in headers.

2 years ago- Fix test tdir skip report printout.
W.C.A. Wijngaards [Mon, 3 Oct 2022 08:26:30 +0000 (10:26 +0200)] 
- Fix test tdir skip report printout.

2 years ago- Fix to remove erroneous TC flag from TCP upstream.
W.C.A. Wijngaards [Mon, 3 Oct 2022 07:53:41 +0000 (09:53 +0200)] 
- Fix to remove erroneous TC flag from TCP upstream.

2 years ago- Better output for skipped tdir tests.
George Thessalonikefs [Mon, 26 Sep 2022 13:51:28 +0000 (15:51 +0200)] 
- Better output for skipped tdir tests.

2 years ago- Fix doxygen warning in respip.h.
W.C.A. Wijngaards [Wed, 21 Sep 2022 13:23:04 +0000 (15:23 +0200)] 
- Fix doxygen warning in respip.h.

2 years ago- This patch was released in 1.16.3, the code repository continues
W.C.A. Wijngaards [Wed, 21 Sep 2022 10:16:13 +0000 (12:16 +0200)] 
- This patch was released in 1.16.3, the code repository continues
  with the previous features and fixes for 1.17.0.

2 years agoMerge branch 'branch-1.16.3'
W.C.A. Wijngaards [Wed, 21 Sep 2022 10:11:26 +0000 (12:11 +0200)] 
Merge branch 'branch-1.16.3'

2 years ago- Patch for CVE-2022-3204 Non-Responsive Delegation Attack. release-1.16.3
W.C.A. Wijngaards [Wed, 21 Sep 2022 09:10:38 +0000 (11:10 +0200)] 
- Patch for CVE-2022-3204 Non-Responsive Delegation Attack.

2 years agobranch for 1.16.3 release.
W.C.A. Wijngaards [Wed, 21 Sep 2022 09:09:03 +0000 (11:09 +0200)] 
branch for 1.16.3 release.

2 years agoMerge pull request #757 from NLnetLabs/philip-issue-749
Philip-NLnetLabs [Tue, 20 Sep 2022 13:07:14 +0000 (15:07 +0200)] 
Merge pull request #757 from NLnetLabs/philip-issue-749

Philip issue 749

2 years agoMerge branch 'ryndia-issue-749' into philip-issue-749 757/head
Philip Homburg [Tue, 20 Sep 2022 12:48:57 +0000 (14:48 +0200)] 
Merge branch 'ryndia-issue-749' into philip-issue-749

2 years ago- Remove unused testcode/mini_tpkg.sh file.
George Thessalonikefs [Tue, 20 Sep 2022 12:47:24 +0000 (14:47 +0200)] 
- Remove unused testcode/mini_tpkg.sh file.

2 years agoAlign with version 1.58 on cvsweb.openbsd.org
Philip Homburg [Tue, 20 Sep 2022 12:47:19 +0000 (14:47 +0200)] 
Align with version 1.58 on cvsweb.openbsd.org

2 years ago- Convert tdir tests to use the new skip_test functionality.
George Thessalonikefs [Tue, 20 Sep 2022 12:45:20 +0000 (14:45 +0200)] 
- Convert tdir tests to use the new skip_test functionality.

2 years agoChangelog entry for #753:
George Thessalonikefs [Tue, 20 Sep 2022 09:36:01 +0000 (11:36 +0200)] 
Changelog entry for #753:
- Merge #753: ACL per interface. (New interface-* configuration
  options).

2 years agoMerge pull request #753 from NLnetLabs/acl_interface
Yorgos Thessalonikefs [Fri, 16 Sep 2022 14:45:59 +0000 (16:45 +0200)] 
Merge pull request #753 from NLnetLabs/acl_interface

ACL per interface

2 years agoApply suggestions from code review 753/head
Yorgos Thessalonikefs [Fri, 16 Sep 2022 12:43:23 +0000 (14:43 +0200)] 
Apply suggestions from code review

Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
2 years ago- ACL per interface: refactor, complete testing and a bugfix for
George Thessalonikefs [Sun, 11 Sep 2022 18:57:41 +0000 (20:57 +0200)] 
- ACL per interface: refactor, complete testing and a bugfix for
  interface names.

2 years ago- Add functionality to skip tdir tests from the .pre file;
George Thessalonikefs [Fri, 8 Oct 2021 16:21:24 +0000 (18:21 +0200)] 
- Add functionality to skip tdir tests from the .pre file;
- Initial tests for interface-* options.

2 years agoDocumentation for interface-* options.
George Thessalonikefs [Fri, 8 Oct 2021 16:08:17 +0000 (18:08 +0200)] 
Documentation for interface-* options.

2 years agoCleared error messages for interface-* options.
George Thessalonikefs [Fri, 8 Oct 2021 16:07:33 +0000 (18:07 +0200)] 
Cleared error messages for interface-* options.

2 years agoInitial commit for interface based ACL.
George Thessalonikefs [Thu, 19 Aug 2021 14:12:19 +0000 (16:12 +0200)] 
Initial commit for interface based ACL.

2 years agoUpdate arc4random.c 749/head
ryndia [Wed, 7 Sep 2022 16:16:20 +0000 (20:16 +0400)] 
Update arc4random.c

2 years ago- Fix to check pthread_t size after pthread has been detected.
W.C.A. Wijngaards [Fri, 2 Sep 2022 08:21:00 +0000 (10:21 +0200)] 
- Fix to check pthread_t size after pthread has been detected.

2 years ago- Remove include that was there for debug purposes.
W.C.A. Wijngaards [Fri, 2 Sep 2022 08:11:23 +0000 (10:11 +0200)] 
- Remove include that was there for debug purposes.

2 years ago- Fix to log a verbose message at operational notice level if a
W.C.A. Wijngaards [Thu, 1 Sep 2022 13:14:20 +0000 (15:14 +0200)] 
- Fix to log a verbose message at operational notice level if a
  thread is not responding, to stats requests. It is logged with
  thread identifiers.

2 years ago- Fix to set out of file descriptor warning to operational verbosity.
W.C.A. Wijngaards [Thu, 1 Sep 2022 12:01:56 +0000 (14:01 +0200)] 
- Fix to set out of file descriptor warning to operational verbosity.

2 years ago- Slow down log frequency of write wait failures.
W.C.A. Wijngaards [Thu, 1 Sep 2022 12:00:29 +0000 (14:00 +0200)] 
- Slow down log frequency of write wait failures.

2 years ago- Fix to update config tests to fix checking if nonblocking sockets
W.C.A. Wijngaards [Thu, 1 Sep 2022 07:16:05 +0000 (09:16 +0200)] 
- Fix to update config tests to fix checking if nonblocking sockets
  work on OpenBSD.

2 years ago- Fix for wait for udp send to stop when packet is successfully sent.
W.C.A. Wijngaards [Wed, 31 Aug 2022 14:45:15 +0000 (16:45 +0200)] 
- Fix for wait for udp send to stop when packet is successfully sent.

2 years ago- Fix to wait for blocked write on UDP sockets, with a timeout if it
W.C.A. Wijngaards [Wed, 31 Aug 2022 09:54:11 +0000 (11:54 +0200)] 
- Fix to wait for blocked write on UDP sockets, with a timeout if it
  takes too long the packet is dropped.

2 years ago- Patch from Vadim Fedorenko that adds MSG_DONTWAIT to receive
W.C.A. Wijngaards [Wed, 31 Aug 2022 08:11:25 +0000 (10:11 +0200)] 
- Patch from Vadim Fedorenko that adds MSG_DONTWAIT to receive
  operations, so that instruction reordering does not cause mistakenly
  blocking socket operations.

2 years ago- Fix to avoid process wide fcntl calls mixed with nonblocking
W.C.A. Wijngaards [Wed, 31 Aug 2022 08:09:39 +0000 (10:09 +0200)] 
- Fix to avoid process wide fcntl calls mixed with nonblocking
  operations after a blocked write.

2 years ago- Fix #741: systemd socket activation fails on IPv6.
W.C.A. Wijngaards [Mon, 22 Aug 2022 07:12:08 +0000 (09:12 +0200)] 
- Fix #741: systemd socket activation fails on IPv6.

2 years ago- Fix to log accept error ENFILE and EMFILE errno, but slowly, once
W.C.A. Wijngaards [Fri, 12 Aug 2022 07:54:29 +0000 (09:54 +0200)] 
- Fix to log accept error ENFILE and EMFILE errno, but slowly, once
  per 10 seconds. Also log accept failures when no slow down is used.

2 years ago- Fix #734 [FR] enable unbound-checkconf to detect more (basic)
W.C.A. Wijngaards [Fri, 5 Aug 2022 12:41:05 +0000 (14:41 +0200)] 
- Fix #734 [FR] enable unbound-checkconf to detect more (basic)
  errors.

2 years ago- Fix ratelimit inconsistency, for ip-ratelimits the value is the
W.C.A. Wijngaards [Thu, 4 Aug 2022 09:33:37 +0000 (11:33 +0200)] 
- Fix ratelimit inconsistency, for ip-ratelimits the value is the
  amount allowed, like for ratelimits.

2 years agoChangelog note for #730
W.C.A. Wijngaards [Tue, 2 Aug 2022 14:12:31 +0000 (16:12 +0200)] 
Changelog note for #730
- Merge #730 from luisdallos: Fix startup failure on Windows 8.1 due
  to unsupported IPV6_USER_MTU socket option being set.

2 years agoMerge pull request #730 from luisdallos/win81-unsup-sockopt-fix
Wouter Wijngaards [Tue, 2 Aug 2022 14:12:16 +0000 (16:12 +0200)] 
Merge pull request #730 from luisdallos/win81-unsup-sockopt-fix

Fix startup failure on Windows 8.1 due to unsupported IPV6_USER_MTU socket option being set

2 years ago- Fix unittest for edns subnet change.
W.C.A. Wijngaards [Tue, 2 Aug 2022 12:43:57 +0000 (14:43 +0200)] 
- Fix unittest for edns subnet change.

2 years ago- Fix edns subnet so that scope 0 answers only match sourcemask 0
W.C.A. Wijngaards [Tue, 2 Aug 2022 12:13:55 +0000 (14:13 +0200)] 
- Fix edns subnet so that scope 0 answers only match sourcemask 0
  queries for answers from cache if from a query with sourcemask 0.

2 years agoFix startup failure on Windows 8.1 due to unsupported IPV6_USER_MTU socket option... 730/head
Luis Dallos [Tue, 2 Aug 2022 03:00:25 +0000 (23:00 -0400)] 
Fix startup failure on Windows 8.1 due to unsupported IPV6_USER_MTU socket option being set

Newer mingw-w64 (starting from 8.0.1) introduces support for `IPV6_USER_MTU` socket
option [1], which is not supported on Windows 8.1 and older [2]. As there is no way
to avoid this socket option from being picked at compile time when targeting older
versions of Windows, check for `setsockopt(..., IPV6_USER_MTU, ...)` failures at
runtime in order to avoid startup failure on those versions of Windows where the
`IPV6_USER_MTU` socket option is unsupported.

[1]: mirror/mingw-w64@e30bff4
[2]: `WSAGetLastError()` returns `WSAENOPROTOOPT` (`Bad protocol option`) error code

2 years ago- Fix #728: alloc_reg_obtain() core dump. Stop double
W.C.A. Wijngaards [Mon, 1 Aug 2022 14:45:41 +0000 (16:45 +0200)] 
- Fix #728: alloc_reg_obtain() core dump. Stop double
  alloc_reg_release when serviced_create fails.

2 years ago- The code repo continues with 1.16.3.
W.C.A. Wijngaards [Mon, 1 Aug 2022 13:17:10 +0000 (15:17 +0200)] 
- The code repo continues with 1.16.3.

2 years ago- Tests for ghost domain fixes. release-1.16.2
W.C.A. Wijngaards [Mon, 1 Aug 2022 11:26:22 +0000 (13:26 +0200)] 
- Tests for ghost domain fixes.

2 years ago- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
W.C.A. Wijngaards [Mon, 1 Aug 2022 11:24:40 +0000 (13:24 +0200)] 
- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.

2 years ago- Cleanup some comments and TODO text.
George Thessalonikefs [Sat, 23 Jul 2022 17:55:15 +0000 (19:55 +0200)] 
- Cleanup some comments and TODO text.

2 years agoChangelog note for #718
W.C.A. Wijngaards [Tue, 19 Jul 2022 13:19:12 +0000 (15:19 +0200)] 
Changelog note for #718
- Merge #718: Introduce infra-cache-max-rtt option to config max
  retransmit timeout.

2 years agoMerge pull request #718 from hunts/make_rtt_max_timeout_configurable
Wouter Wijngaards [Tue, 19 Jul 2022 13:15:34 +0000 (15:15 +0200)] 
Merge pull request #718 from hunts/make_rtt_max_timeout_configurable

Introduce infra-cache-max-rtt option to config max retransmit timeout

2 years ago- Update documentation for 'outbound-msg-retry:'.
George Thessalonikefs [Tue, 19 Jul 2022 10:47:01 +0000 (12:47 +0200)] 
- Update documentation for 'outbound-msg-retry:'.

2 years agoIntroduce infra-cache-max-rtt option to config max retransmit timeout 718/head
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

2 years ago- iana portlist update.
W.C.A. Wijngaards [Fri, 15 Jul 2022 07:20:25 +0000 (09:20 +0200)] 
- iana portlist update.

2 years ago- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
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.

2 years agoMerge pull request #714 from hunts/rtt-of-expired-host
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

2 years agoAvoid treat normal hosts as unresponsive servers 714/head
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.

3 years ago- For windows crosscompile, fix setting the IPV6_MTU socket option
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.

3 years ago- Fix dname count in sldns parse type descriptor for SVCB and HTTPS.
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.

3 years ago- Fix verbose EDE error printout.
W.C.A. Wijngaards [Mon, 11 Jul 2022 11:13:51 +0000 (13:13 +0200)] 
- Fix verbose EDE error printout.

3 years agoMerge pull request #711 from NLnetLabs/add-security.md
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

3 years ago- This became 1.16.1 on 11 July 2022.
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.

3 years ago add SECURITY.md, based on krill 711/head
maertsen [Tue, 5 Jul 2022 14:39:04 +0000 (16:39 +0200)] 
 add SECURITY.md, based on krill

3 years ago- Tag for 1.16.1rc1 release. release-1.16.1 release-1.16.1rc1
W.C.A. Wijngaards [Mon, 4 Jul 2022 11:48:56 +0000 (13:48 +0200)] 
- Tag for 1.16.1rc1 release.

3 years agoMerge branch 'crrodriguez-IP_BIND_ADDRESS_NO_PORT'
George Thessalonikefs [Mon, 4 Jul 2022 10:47:33 +0000 (12:47 +0200)] 
Merge branch 'crrodriguez-IP_BIND_ADDRESS_NO_PORT'

3 years ago- For #668: relocate and make code more portable.
George Thessalonikefs [Mon, 4 Jul 2022 10:46:17 +0000 (12:46 +0200)] 
- For #668: relocate and make code more portable.