Ralph Dolmans
75a2a05c7c
Merge branch 'openssl' of https://github.com/noloader/unbound into noloader-openssl
2020-03-02 12:23:38 +01:00
George Thessalonikefs
c5897dc058
- Fix compiler warning in dns64/dns64.c.
2020-03-02 11:52:33 +01:00
Jeffrey Walton
05041f9cff
Add Android to Travis testing.
2020-03-01 09:28:26 -05:00
Jeffrey Walton
f5f83bc025
Fix link error when OpenSSL is configured with no-engine (GH #175 )
2020-02-29 19:27:44 -05:00
W.C.A. Wijngaards
93189d3083
Changelog note for PR #164 and text for release explanation.
...
- Merge PR #164 : Framestreams, this branch implements dnstap
unidirectional connectivity in unbound. This has a number of
new features.
The dependency on libfstrm is removed. The fstrm protocol code
resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
contains a brief definition of what unbound needs.
The make unbound-dnstap-socket builds a debug tool,
unbound-dnstap-socket. It can listen, accept multiple DNSTAP
streams and print information. Commandline options control it.
Unbound can reconnect if the unix domain socket file socket is
closed. This uses exponential backoff after which it uses a
one second timer to throttle cpu down. There is also support
to use TCP and TLS for connecting to the log server. There
are new config options to turn them on, in the dnstap section
in the man page and example config file. dnstap-ip with IP
address of server for TCP or TLS use. dnstap-tls to turn
on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
dnstap-tls-client-key-file and dnstap-tls-client-cert-file
to configure the certificates for server authentication and
client authentication, or leave at "" to not use that.
2020-02-28 15:23:54 +01:00
Wouter Wijngaards
1c3f0293fd
Merge pull request #164 from NLnetLabs/framestreams
...
Framestreams
2020-02-28 15:19:09 +01:00
W.C.A. Wijngaards
614ed2717b
Merge branch 'master' into framestreams
...
Fixed bison and flex conflicts by regenerating the files.
2020-02-28 14:31:24 +01:00
Ralph Dolmans
8f1cb41725
Merge PR #172 : Add IBM s390x arch for testing, by noloader.
2020-02-28 11:42:17 +01:00
Ralph Dolmans
81de07e208
Merge branch 'noloader-master'
2020-02-28 11:40:48 +01:00
Ralph Dolmans
b42a21d419
Merge branch 'master' of https://github.com/noloader/unbound into noloader-master
2020-02-28 11:39:35 +01:00
W.C.A. Wijngaards
e13dfc743d
For incoming ssl context with verifypem != NULL, we can set
...
SSL_VERIFY_FAIL_IF_NO_PEER_CERT that can reject client
connections without peer cert during the handshake, which is nicer
than just a connection drop to the client (when we then check
for no peer certificate afterwards).
2020-02-28 11:10:12 +01:00
W.C.A. Wijngaards
d5544a0f13
dnstap io, cast void unused return value.
2020-02-28 11:09:45 +01:00
W.C.A. Wijngaards
d68c1e29b6
Changelog note for PR #173 .
...
- Merge PR #173 : updated makedist.sh for config.guess and
config.sub and sha256 digest for gpg, by noloader.
2020-02-28 10:15:57 +01:00
Wouter Wijngaards
6e54225bd7
Merge pull request #173 from noloader/makedist
...
Update makedist.sh
2020-02-28 10:14:33 +01:00
W.C.A. Wijngaards
ed5a9ed1b1
dnstap io, fix for review comment.
2020-02-28 09:22:15 +01:00
W.C.A. Wijngaards
49622dd51a
dnstap io, fix uniform error message for no dnstap-socket-path.
2020-02-28 09:19:53 +01:00
W.C.A. Wijngaards
e856908696
dnstap io, free alloced resource on fail path.
2020-02-28 09:17:02 +01:00
W.C.A. Wijngaards
065506d1a8
dnstap io, use sldns_str_print to print to string.
2020-02-28 09:11:10 +01:00
W.C.A. Wijngaards
b63032b4dd
dnstap io, fixup fptr_wlist for unbound_dnstap_socket tool.
2020-02-28 08:55:10 +01:00
W.C.A. Wijngaards
85c4e58831
dnstap debug tool, document string change more clearly.
2020-02-28 08:36:44 +01:00
W.C.A. Wijngaards
5b61afd38c
Return 0 when ssl authentication is not available
2020-02-28 08:11:11 +01:00
Jeffrey Walton
8fbb03de5e
Update makedist.sh
...
Use the latest config.guess and config.sub
Use SHA-256 for release signing
2020-02-27 19:10:05 -05:00
Jeffrey Walton
1cb1e90f53
Add IBM s390x arch for testing
...
I believe this is a big-endian platform, so it is nice to have for insurance
2020-02-27 12:56:20 -05:00
George Thessalonikefs
c50f9dd412
Merge branch 'noloader-travis'
2020-02-27 18:14:14 +01:00
George Thessalonikefs
9efe85fb4c
- Merge PR #171 : Add additional compilers and platforms to Travis
...
testing, by noloader.
2020-02-27 18:13:22 +01:00
George Thessalonikefs
6476a11189
- Provide openssl location for osx travis build.
2020-02-27 18:11:25 +01:00
W.C.A. Wijngaards
398e260145
Fixup ssl authentication not available with check for it.
2020-02-27 16:57:24 +01:00
Jeffrey Walton
e382b884d3
Use Brew to install OpenSSL on OS X
2020-02-27 10:52:58 -05:00
W.C.A. Wijngaards
f03245c362
Document log check functions.
2020-02-27 16:28:36 +01:00
Jeffrey Walton
2d6e0d8eea
Add additional compilers and platforms to Travis testing
2020-02-27 10:08:49 -05:00
W.C.A. Wijngaards
6f4818ebcb
- Fix more undefined sanitizer issues, in respip copy_rrset null
...
dname, and in the client_info_compare routine for null memcmp.
2020-02-27 15:43:27 +01:00
W.C.A. Wijngaards
57bbbfc0e6
- Fix #170 : Fix gcc undefined sanitizer signed integer overflow
...
warning in signature expiry RFC1982 serial number arithmetic.
2020-02-27 15:22:35 +01:00
W.C.A. Wijngaards
348e246b66
- Fix #169 : Fix warning for daemon/remote.c output may be truncated
...
from snprintf.
2020-02-27 15:08:10 +01:00
W.C.A. Wijngaards
f469049198
- iana portlist updated.
2020-02-26 14:32:14 +01:00
W.C.A. Wijngaards
5aa8ae510e
Fix spelling of dtstream.c
2020-02-26 13:11:27 +01:00
W.C.A. Wijngaards
e24d7c64a8
Dnstap io, note that it creates a thread when possible.
2020-02-26 12:21:42 +01:00
W.C.A. Wijngaards
6a51e9e037
Add dnstap io callbacks to fptr whitelist event.
2020-02-26 12:14:52 +01:00
W.C.A. Wijngaards
58b7e732b8
Fixup dtstream.h file description comment. And for dtstream.c too.
2020-02-26 12:05:38 +01:00
W.C.A. Wijngaards
de35486fb7
Documentation for prefer-ip4, Issue #165 .
2020-02-25 09:58:32 +01:00
W.C.A. Wijngaards
318d4e91cc
- Fix #165 : Add prefer-ip4: yesno config option to prefer ipv4 for
...
using ipv4 filters, because the hosts ip6 netblock /64 is not owned
by one operator, and thus reputation is shared.
2020-02-25 09:55:59 +01:00
George Thessalonikefs
f99dd8f6dc
Changelog note for PR #166 .
...
- Merge PR #166 : Fix typo in unbound.service.in, by glitsj16.
2020-02-24 12:01:20 +01:00
gthess
137d1d896a
Merge pull request #166 from glitsj16/systemd-units
...
Fix typo in unbound.service.in
2020-02-24 11:57:50 +01:00
glitsj16
42ee37847f
Fix typo
2020-02-22 01:16:11 +00:00
Florian Obser
5aaa5e253d
Allow the kernel to provide random source ports.
...
On some operating systems, for example OpenBSD since some decades, the
kernel binds to a random source port if asked for any port (port
number 0). There is no need to replicate this functionality in
userland.
2020-02-20 14:54:06 +01:00
W.C.A. Wijngaards
d2a843b422
- master branch has 1.10.1 version.
2020-02-20 14:42:58 +01:00
W.C.A. Wijngaards
6d7e0d68cf
Note tag position in Changelog.
2020-02-20 14:41:39 +01:00
W.C.A. Wijngaards
66836f591e
Merge branch 'master' of github.com:NLnetLabs/unbound
2020-02-20 09:17:40 +01:00
W.C.A. Wijngaards
ec0d6f196e
- Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
...
Unbound from Yuri Voinov.
2020-02-20 09:17:24 +01:00
Alex Band
e55b89096f
Add GitHub Sponsors for Organisations
2020-02-20 09:13:54 +01:00
W.C.A. Wijngaards
57baa78dd1
Fix memory leak in error case. From review.
2020-02-19 17:33:36 +01:00