Ralph Dolmans
7fa2b19389
- Fix .travis.yml error, missing 'env' option.
2020-03-19 18:11:22 +01:00
Ralph Dolmans
5f7d73ae88
- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
2020-03-19 17:59:08 +01:00
Ralph Dolmans
f9b814c06a
Merge branch 'noloader-libevent'
2020-03-19 17:58:01 +01:00
Ralph Dolmans
1cf77d4255
Merge branch 'libevent' of https://github.com/noloader/unbound into noloader-libevent
2020-03-19 17:57:35 +01:00
Ralph Dolmans
3cf6c3f7ca
Merge branch 'fobser-kernel-random-port'
2020-03-19 17:38:09 +01:00
Ralph Dolmans
d0ee8c1cbd
Add changelog entries for PR#134.
2020-03-19 17:37:27 +01:00
Ralph Dolmans
4504dd3737
- Log warning when using outgoing-port-permit and outgoing-port-avoid
...
while explicit port randomisation is disabled.
2020-03-19 17:34:46 +01:00
Ralph Dolmans
87474563ff
Merge branch 'kernel-random-port' of https://github.com/fobser/unbound into fobser-kernel-random-port
2020-03-19 15:48:12 +01:00
Ralph Dolmans
2c03028fa3
- Fix #158 : open tls-session-ticket-keys as binary, for Windows. By Daisuke
...
HIGASHI.
2020-03-19 14:00:33 +01:00
Ralph Dolmans
68eab24db7
Merge branch 'noloader-ios'
2020-03-19 10:55:55 +01:00
Ralph Dolmans
acfa55713c
- Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton.
2020-03-19 10:55:39 +01:00
Jeffrey Walton
dafe849c5b
Add libevent testing to Travis
2020-03-17 12:33:08 -04:00
Jeffrey Walton
20dbd6339e
Sync with upstream
2020-03-17 06:32:13 -04:00
W.C.A. Wijngaards
e4268663e6
- Fix #192 : In the unbound-checkconf tool, the module config of
...
dns64 subnetcache respip validator iterator is whitelisted, it was
reported it seems to work.
2020-03-16 09:44:38 +01:00
Wouter Wijngaards
59fe188954
- Fix compile of test tools without protobuf.
2020-03-12 10:49:24 +01:00
Ralph Dolmans
28e6c86e61
- Add check to make sure RPZ records are subdomain of configured zone origin.
2020-03-11 17:37:50 +01:00
George Thessalonikefs
67b4ab2c90
- Changelog entry for ( Fix #189 , Merge PR #190 ).
2020-03-11 11:50:38 +01:00
gthess
68044510e5
Merge pull request #190 from noloader/netbsd
...
Fix NetBSD compile (GH #189 )
2020-03-11 11:45:16 +01:00
W.C.A. Wijngaards
50bc604586
Changelog for #188 and configure script created. Removed unneeded whitespace.
2020-03-11 08:41:56 +01:00
W.C.A. Wijngaards
39c18add57
Fix #188 : unbound-control.c:882:6: error: 'execlp' is unavailable: not available on tvOS
2020-03-11 08:39:48 +01:00
Jeffrey Walton
6ab0db6e25
Fix NetBSD compile (GH #189 )
2020-03-11 03:35:28 -04:00
George Thessalonikefs
10e5ab2c5f
Merge branch 'noloader-makefile'
2020-03-06 12:01:05 +01:00
George Thessalonikefs
730aa097f8
- Changelog note for PR #186 : Fix unrecognized 'echo -n' option on OS X,
...
by noloader.
2020-03-06 11:59:13 +01:00
Jeffrey Walton
171740222c
Fix unrecognized 'echo -n' option on OS X
...
Also see https://github.com/NLnetLabs/unbound/issues/183 .
This PR also updates a few typos in README-Travis.md, and expands the discussion of PKG_CONFIG_PATH for those who are not familiar with it.
2020-03-05 14:53:08 -05:00
W.C.A. Wijngaards
93c92eeabb
Fix changelog note, it is #182 , not #184 .
2020-03-05 17:03:28 +01:00
W.C.A. Wijngaards
b8540e1e70
Changelog note for #184 .
...
- Fix PR #184 from noloader: Add iOS testing to Travis.
2020-03-05 17:02:20 +01:00
Wouter Wijngaards
a29a61529c
Merge pull request #182 from noloader/ios
...
Add iOS testing to Travis
2020-03-05 17:01:59 +01:00
Jeffrey Walton
135fdd5839
Add iOS testing to Travis
2020-03-05 06:44:13 -05:00
Ralph Dolmans
cd6bb00f2c
- Update README-Travis.md (from PR #179 ), by Jeffrey Walton.
2020-03-04 12:02:10 +01:00
George Thessalonikefs
a1b2261b7b
- Merge PR #180 from noloader: Avoid calling exit in Travis script.
2020-03-04 10:25:04 +01:00
gthess
1e48e73222
Merge pull request #181 from noloader/openssl-pie
...
Fix OpenSSL -pie warning on Android
2020-03-04 10:22:23 +01:00
W.C.A. Wijngaards
779d65208e
Changelog note for PR#180 .
...
- Merge PR#180 from noloader: Avoid calling exit in Travis script.
2020-03-04 08:18:00 +01:00
Wouter Wijngaards
ee9fd34d1f
Merge pull request #180 from noloader/travis
...
Avoid calling exit in Travis script
2020-03-04 08:17:39 +01:00
Jeffrey Walton
a53c452f25
Test OpenSSL -pie changes
...
See https://github.com/openssl/openssl/issues/11237
2020-03-03 16:25:25 -05:00
Jeffrey Walton
fc2d2459af
Avoid calling exit in Travis script
...
The Travis docs state it should not be done. Blame Jeffrey Walton. Sorry about that.
2020-03-03 14:01:06 -05:00
George Thessalonikefs
114d650d32
- Upgrade config.guess(2020-01-01) and config.sub(2020-01-01).
2020-03-03 18:29:11 +01:00
George Thessalonikefs
0c51af0fb4
- Make contrib/android/install_openssl.sh Code of Conduct compliant.
2020-03-02 16:12:51 +01:00
George Thessalonikefs
e756724f86
Merge branch 'noloader-android'
2020-03-02 15:22:19 +01:00
George Thessalonikefs
f4eaf6c0ff
- Merge PR #174 : Add Android to Travis testing, by noloader.
...
- Move android build scripts to contrib/ and allow android tests to fail.
2020-03-02 15:17:59 +01:00
George Thessalonikefs
e67d4c99d6
Merge branch 'master' of https://github.com/noloader/unbound into noloader-android
2020-03-02 14:46:04 +01:00
Ralph Dolmans
26f057d668
Merge branch 'noloader-openssl'
2020-03-02 14:14:25 +01:00
Ralph Dolmans
868ce6372d
- Add github reference in changelog ( Fix #175 , Merge PR #176 )
2020-03-02 14:13:20 +01:00
Ralph Dolmans
90040b24ce
- Fix link error when OpenSSL is configured with no-engine, thanks noloader.
2020-03-02 14:06:10 +01:00
W.C.A. Wijngaards
4207b58700
- Fix #177 : dnstap does not build on macOS.
2020-03-02 13:33:34 +01:00
Willem Toorop
d4dcdba07e
Cleanup nettle_ecc_point when verifying for ...
...
... ECDSA256 with libnettle
2020-03-02 12:27:45 +01:00
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