W.C.A. Wijngaards
75be0d3e14
Merge branch 'master' into infra-keep-probing
2020-07-27 13:16:39 +02:00
George Thessalonikefs
69f0adf83b
- Merge PR #268 , draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
...
March 2020, by and0x000.
2020-07-27 13:11:46 +02:00
George Thessalonikefs
4231883480
Merge branch 'master' of https://github.com/and0x000/unbound into and0x000-master
2020-07-27 13:07:19 +02:00
W.C.A. Wijngaards
e4b702ef4f
Changelog note for PR #270
...
- Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf
2020-07-27 13:02:47 +02:00
Wouter Wijngaards
5db73977d8
Merge pull request #270 from cgzones/munin
...
munin plugin: always exit 0 in autoconf
2020-07-27 13:02:30 +02:00
Ralph Dolmans
04ab1c9c87
Merge branch 'master' of github.com:NLnetLabs/unbound
2020-07-27 12:14:41 +02:00
Ralph Dolmans
4bd97633a1
- Merge PR #269 , Fix python module len() implementations, by Torbjörn Lönnemark
2020-07-27 12:14:08 +02:00
Ralph Dolmans
5184c91e9c
Merge pull request #269 from tobbez/python-fix-len
...
Fix python module len() implementations
2020-07-27 12:12:31 +02:00
W.C.A. Wijngaards
d201a11a67
- branch now named 1.11.1. 1.11.0rc1 became the 1.11.0 release.
2020-07-27 12:10:28 +02:00
Ralph Dolmans
2fe398f4bf
EDNS client tags - insert configured tags into tree
2020-07-24 16:00:13 +02:00
Ralph Dolmans
64806a0d14
Add edns-client-tag configuration option
2020-07-24 14:52:04 +02:00
Ralph Dolmans
16029281a8
Start of EDNS client tags implementation.
2020-07-23 17:17:44 +02:00
Christian Göttsche
c6ff5558de
munin plugin: always exit 0 in autoconf
...
The autoconf operation should always exit 0, also in case the answer in "no",
see https://guide.munin-monitoring.org/en/latest/develop/plugins/plugin-concise.html#autoconf
2020-07-23 16:04:26 +02:00
W.C.A. Wijngaards
0d77f9af6c
stream reuse, test with connection drops.
2020-07-23 10:29:36 +02:00
W.C.A. Wijngaards
fc55a4b8ce
stream reuse, test with a list of outstanding queries to the upstream server.
2020-07-23 10:18:17 +02:00
W.C.A. Wijngaards
72f8871e61
stream reuse, test timeout and simultaneous queries.
2020-07-22 15:40:17 +02:00
W.C.A. Wijngaards
f1c4a4d515
stream reuse, fix cleanup with streams in the connection table.
2020-07-22 15:20:58 +02:00
W.C.A. Wijngaards
2d20edb39f
stream reuse, free up elements that are connected in outside network delete.
2020-07-22 10:30:50 +02:00
W.C.A. Wijngaards
8b43b94b22
Merge branch 'master' into stream-reuse
2020-07-22 09:53:57 +02:00
W.C.A. Wijngaards
63b92ea1e8
Merge branch 'master' into infra-keep-probing
2020-07-22 09:53:30 +02:00
Torbjörn Lönnemark
9af8080f2b
Fix python module len() implementations
...
They were all missing the 'self.' prefix when accessing the 'obj'
instance variable, causing the following exception when attempting to
call len() on (for example) a ReplyInfo_RRSet:
File "/usr/lib/python3.7/site-packages/unboundmodule.py", line 377, in __len__
def __len__(self): return obj.rrset_count
NameError: name 'obj' is not defined
2020-07-22 03:13:00 +02:00
and0x000
dd0b55250b
draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on March 2020
2020-07-20 18:10:21 +02:00
W.C.A. Wijngaards
753487ff7f
- branch now named 1.11.0 and 1.11.0rc1 tag.
2020-07-20 13:02:09 +02:00
W.C.A. Wijngaards
c8ff4f55e7
- Fix contrib/fastrpz.patch to apply cleanly. It fixes for changes
...
due to added libdynmod, but it does not compile, it conflicts with
new rpz code.
2020-07-20 11:05:28 +02:00
W.C.A. Wijngaards
6a13b51bed
- Fix contrib/fastrpz.patch to apply cleanly.
2020-07-20 10:55:13 +02:00
W.C.A. Wijngaards
477bb1a6ff
- Fix contrib/fastrpz.patch to apply cleanly.
2020-07-20 10:53:30 +02:00
W.C.A. Wijngaards
53ecdfc0b5
- Fix streamtcp to print packet data to stdout. This makes the
...
stdout and stderr not mix together lines, when parsing its output.
2020-07-20 10:34:40 +02:00
W.C.A. Wijngaards
b7b5952c3a
- Fix lock dependency cycle in rpz zone config setup.
2020-07-17 17:15:55 +02:00
W.C.A. Wijngaards
7d4445c03d
- Fix libnettle compile for session ticket key callback function
...
changes.
2020-07-17 16:53:52 +02:00
Ralph Dolmans
3a21617c62
Merge branch 'jcourreges-align-cmsg-buffers'
2020-07-17 13:07:49 +02:00
Ralph Dolmans
14a0433470
- Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie
...
Courrèges-Anglas.
- Fix PR #234 log_assert sizeof to use union buffer.
2020-07-17 13:07:03 +02:00
Ralph Dolmans
7d364f1111
Merge branch 'align-cmsg-buffers' of https://github.com/jcourreges/unbound into jcourreges-align-cmsg-buffers
2020-07-17 13:01:44 +02:00
W.C.A. Wijngaards
3d1383bed3
Merge branch 'master' into infra-keep-probing
2020-07-16 16:00:06 +02:00
W.C.A. Wijngaards
a9c8da5cfb
Merge branch 'master' into stream-reuse
2020-07-16 15:58:20 +02:00
W.C.A. Wijngaards
2902ee133b
- Fix unused variable warning for clang analyzer.
2020-07-16 15:41:25 +02:00
W.C.A. Wijngaards
84adade86c
- Fix check conf test for referencing installation paths.
2020-07-16 14:47:15 +02:00
W.C.A. Wijngaards
ff5d0ce327
Merge branch 'master' into stream-reuse
2020-07-16 14:13:24 +02:00
George Thessalonikefs
8876751ed1
- Changelog entry for PR #265 ; include-toplevel.
2020-07-16 13:01:28 +02:00
gthess
7b0c2c5e5d
Merge pull request #265 from NLnetLabs/include-toplevel
...
Introduce include-toplevel configuration option; closes #161 .
2020-07-16 12:57:42 +02:00
George Thessalonikefs
833ab1aab3
Merge branch 'master' into include-toplevel
2020-07-16 12:53:29 +02:00
Ralph Dolmans
b953cd9aa0
Change unbound-dnstap-socket void cast for unused parameter
2020-07-16 12:31:30 +02:00
Ralph Dolmans
d75f58d659
- Add changelog entry for bidirectional frame streams support.
2020-07-16 11:45:10 +02:00
Ralph Dolmans
fc86347578
Merge pull request #264 from NLnetLabs/fstrm-bidi
...
Bidirectional frame streams support
2020-07-16 11:42:29 +02:00
Ralph Dolmans
6ca79ff727
correct byte count in comment
2020-07-16 10:54:18 +02:00
Ralph Dolmans
889b979a0e
remove unused define
2020-07-15 23:01:13 +02:00
Ubuntu
ec6fde611c
Cleaned up adjustment in message encoding, fixes spurious negative TTLs
2020-07-15 15:36:06 +00:00
Ralph Dolmans
7189ba715d
dnstap log message typo fix
2020-07-15 17:33:48 +02:00
Ralph Dolmans
b280527e3e
Log dnstap connection close due to unknown content type.
2020-07-15 17:31:18 +02:00
Ralph Dolmans
e7cc57ceae
- Ignore unknown frame streams control fields.
2020-07-15 17:16:14 +02:00
Ubuntu
b5b79e3a36
Add feature to serve original TTLs rather than decrementing ones
2020-07-15 15:15:45 +00:00