W.C.A. Wijngaards
7033234a48
- Fix for #870 : Add test case for the qname minimisation and CNAME.
2023-04-06 10:04:04 +02:00
W.C.A. Wijngaards
c7618a9b80
- Fix #870 : NXDOMAIN instead of NOERROR rcode when asked for existing
...
CNAME record.
2023-04-04 10:06:16 +02:00
Philip Homburg
312035f58a
Changelog for issue #676
2023-03-24 14:54:14 +01:00
Philip Homburg
e850ca67f1
Changelog for issue #851
2023-03-21 13:54:27 +01:00
W.C.A. Wijngaards
8f83c0a2cb
- iana portlist update.
2023-03-20 14:55:55 +01:00
George Thessalonikefs
d7e7761141
- Fix #812 , fix #846 , by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
...
to ignore the unexpected eof while reading in openssl >= 3.
2023-03-17 14:39:37 +01:00
W.C.A. Wijngaards
a97d7175a6
- Fix ssl.h include brackets, instead of quotes.
2023-03-16 15:40:43 +01:00
W.C.A. Wijngaards
4f25d75d4b
- Fix unbound-dnstap-socket test program to reply the finish frame
...
over a TLS connection correctly.
2023-03-14 16:57:37 +01:00
W.C.A. Wijngaards
d97c174f50
- Fix for #852 : Completion of error handling.
2023-02-23 13:38:29 +01:00
Philip Homburg
ed07c5424d
Changelog entry for issue #825
2023-02-21 09:29:39 +01:00
George Thessalonikefs
02a77f0567
Changelog entry for
...
- Clean up iterator/iterator.c::error_response_cache() and allow for
better interaction with serve-expired, prefetch and cached error
responses.
2023-02-10 16:54:44 +01:00
George Thessalonikefs
96c70d91ca
- Add testcase for refreshing expired error responses.
2023-02-09 12:44:01 +01:00
W.C.A. Wijngaards
488811157e
- Fix to git ignore the library symbol file that configure can create.
2023-02-09 12:08:27 +01:00
W.C.A. Wijngaards
e225e4bcab
- Fix consistency of unit test without roundrobin answers for the
...
cnametooptout unit test.
2023-02-09 11:46:33 +01:00
George Thessalonikefs
1c1c5d72d3
Changelog entry for
...
- Allow TTL refresh of expired error responses.
2023-02-09 10:52:56 +01:00
W.C.A. Wijngaards
a8977df4d9
- Fix unit tests for spurious empty messages.
2023-02-09 10:38:55 +01:00
W.C.A. Wijngaards
4953daa016
- 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.
2023-02-09 09:56:40 +01:00
W.C.A. Wijngaards
5ab5b3b43a
- Fix #841 : Unbound won't build with aaaa-filter-iterator.patch.
2023-02-08 11:36:52 +01:00
George Thessalonikefs
24e6d1e18e
- Add duration variable for speed_local.test.
2023-01-30 11:33:58 +01:00
W.C.A. Wijngaards
c482999898
- Fix acx_nlnetlabs.m4 for -Wstrict-prototypes.
2023-01-26 10:54:38 +01:00
George Thessalonikefs
6bf677e7de
Fix #833 : [FR] Ability to set the Redis password.
2023-01-23 11:45:07 +01:00
W.C.A. Wijngaards
d666e9bd13
- Fix #835 : [FR] Ability to use Redis unix sockets.
2023-01-23 10:10:23 +01:00
W.C.A. Wijngaards
77f15428c9
- Add #835 : [FR] Ability to use Redis unix sockets.
2023-01-23 10:09:28 +01:00
W.C.A. Wijngaards
111e66ae64
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.
2023-01-20 16:19:20 +01:00
W.C.A. Wijngaards
6afdc336ba
- Fix test for new default.
2023-01-19 16:06:30 +01:00
W.C.A. Wijngaards
c9233f8429
- Set default for harden-unknown-additional to no. So that it does
...
not hamper future protocol developments.
2023-01-19 15:45:10 +01:00
W.C.A. Wijngaards
8df1e58209
- 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.
2023-01-19 14:59:18 +01:00
W.C.A. Wijngaards
d69f875261
- 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.
2023-01-19 14:16:17 +01:00
W.C.A. Wijngaards
b12ab31ae3
- 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.
2023-01-18 13:18:47 +01:00
W.C.A. Wijngaards
90d42148de
- Improve documentation for #826 , describe the large collisions amount.
2023-01-13 11:22:47 +01:00
W.C.A. Wijngaards
469133e8df
Changelog note and documentation for #826
...
- Merge #826 : Аdd a metric about the maximum number of collisions in
lrushah.
2023-01-13 11:01:46 +01:00
W.C.A. Wijngaards
aa621f1c04
Code repository continues with version 1.17.2.
2023-01-12 10:21:28 +01:00
W.C.A. Wijngaards
0fed35a4b7
- Fix python version detection in configure.
2023-01-09 15:10:00 +01:00
W.C.A. Wijngaards
4517dcd439
- Fix python module install path detection.
2023-01-09 15:03:38 +01:00
W.C.A. Wijngaards
c5c4f6d40b
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.
2023-01-06 13:23:02 +01:00
W.C.A. Wijngaards
ba6325f24f
- Fix #823 : Response change to NODATA for some ANY queries since
...
1.12, tested on 1.16.1.
2023-01-06 09:16:59 +01:00
W.C.A. Wijngaards
2025946247
Changelog note for tag for 1.17.1rc1.
...
- Tag for 1.17.1 release.
2023-01-05 11:06:07 +01:00
W.C.A. Wijngaards
70260273a4
- Update github workflows to use checkout v3.
2023-01-02 13:30:03 +01:00
W.C.A. Wijngaards
1224cd9d25
- Fix windows compile for libunbound subprocess reap comm point closes.
2023-01-02 13:06:39 +01:00
George Thessalonikefs
0682d4371e
- Merge #569 from JINMEI Tatuya: add keep-cache option to
...
'unbound-control reload' to keep caches.
2022-12-14 16:40:00 +01:00
George Thessalonikefs
af2ef61c49
- Merge #461 from Christian Allred: Add max-query-restarts option.
2022-12-13 15:54:51 +01:00
George Thessalonikefs
67cf625608
Merge branch 'master' of github.com:NLnetLabs/unbound
2022-12-13 13:59:42 +01:00
George Thessalonikefs
c61b2121b5
- Expose 'max-sent-count' as a configuration option; the
...
default value retains Unbound's behavior.
2022-12-13 13:57:07 +01:00
George Thessalonikefs
859d0f2dfe
- Expose 'statistics-inhibit-zero' as a configuration option; the
...
default value retains Unbound's behavior.
2022-12-13 10:47:37 +01:00
W.C.A. Wijngaards
1a2e6aabac
- Fix to wrap Makefile scripts directory in quotes for uninstall.
2022-12-13 09:03:52 +01:00
W.C.A. Wijngaards
726aa5b0f5
Changelog note for #808
...
- Merge #808 : Wrap Makefile script's directory variables in quotes.
2022-12-13 08:53:44 +01:00
W.C.A. Wijngaards
6b8642b662
Fix date.
2022-12-01 13:05:02 +01:00
W.C.A. Wijngaards
5c041c0ba9
- Fix #773 : When used with systemd-networkd, unbound does not start
...
until systemd-networkd-wait-online.service times out.
2022-12-01 13:04:05 +01:00
George Thessalonikefs
d7a9def160
- Clear documentation for interactivity between the subnet module and
...
the serve-expired and prefetch configuration options.
2022-11-30 14:45:36 +01:00
George Thessalonikefs
ef8111ece7
Merge branch 'master' of github.com:NLnetLabs/unbound
2022-11-30 14:34:00 +01:00