Merge remote-tracking branch 'origin/tags/release-1.7.3' into release-1.7.3
anonimal
2018-06-23 02:34:41 +0000
873b46f247Put fixes in 1.7.3 for release. - Fix for unbound-control on Windows and set TCP socket parameters more closely. - Fix windows unbound-control no cert bad file descriptor error. - Fix unbound-checkconf for control-use-cert.
wouter
2018-06-21 07:38:14 +0000
0f9b6582fa- Fix that first control-interface determines if TLS is used. Warn when IP address interfaces are used without TLS.
wouter
2018-06-14 08:14:43 +0000
393bb36e37- #4103: Fix that auth-zone does not insist on SOA record first in file for url downloads.
wouter
2018-06-14 07:09:01 +0000
04e4ee1d26- Don't count CNAME response types received during qname minimisation as query restart.
ralph
2018-06-12 13:09:14 +0000
0a357ade0aremove unreachable point for portablity
wouter
2018-06-12 13:02:52 +0000
8374fb2613- remade dependencies in the Makefile.
wouter
2018-06-12 12:23:56 +0000
1056a26264- Fix buffer size warning in unit test.
wouter
2018-06-12 11:01:14 +0000
d14abd4a57Continue to read also when signals are sent.
wouter
2018-06-12 10:50:51 +0000
83da630f76better documentation in header file
wouter
2018-06-12 10:15:08 +0000
ab61a40dd4- Rename tls-additional-ports to tls-additional-port, because every line adds one port.
wouter
2018-06-12 08:45:57 +0000
ed387e5f93Fixup error print for unix pipe.
wouter
2018-06-12 08:15:44 +0000
e8165c8de0Accurate printout in status output.
wouter
2018-06-12 08:05:03 +0000
7ad84e32e0- #4102 for NSD, but for Unbound. Named unix pipes do not use certificate and key files, access can be restricted with file and directory permissions. The option control-use-cert is no longer used, and ignored if found in unbound.conf.
wouter
2018-06-12 07:43:52 +0000
a8902d2d35- tag for 1.7.2rc1
wouter
2018-06-04 10:40:47 +0000
5399c14f2f- Fix deadlock caused by incoming notify for auth-zone.
wouter
2018-06-04 09:01:55 +0000
472d02ab51- Rename additional-tls-port to tls-additional-ports. The older name is accepted for backwards compatibility.
wouter
2018-06-01 08:02:04 +0000
3506f85724- Patch from Syzdek: Add ability to ignore RD bit and treat all requests as if the RD bit is set.
wouter
2018-05-30 09:33:21 +0000
ae80d3cf46- Fix that fallback for windows port.
wouter
2018-05-29 07:52:31 +0000
ee22f0ee84- in compat/arc4random call getentropy_urandom when getentropy fails with ENOSYS.
wouter
2018-05-29 07:48:58 +0000
4a5ccf25b0- tls-win-cert option that adds the system certificate store for authenticating DNS-over-TLS connections. It can be used instead of the tls-cert-bundle option, or with it to add certificates.
wouter
2018-05-28 14:15:06 +0000
8fa54ec661- Add routine from getdns to add windows cert store to the SSL_CTX.
wouter
2018-05-28 13:22:10 +0000
aee754fc46- Fix windows tcp and tls spin on events.
wouter
2018-05-28 12:30:34 +0000
c8130661f9- Fix close events for tcp only.
wouter
2018-05-25 10:41:24 +0000
4fbdf39ad1- Fix that tcp sticky events are removed for closed fd on windows.
wouter
2018-05-25 10:02:06 +0000
0ab6ec77d0- For TCP and TLS connections that don't establish, perform address update in infra cache, so future selections can exclude them.
wouter
2018-05-25 06:21:39 +0000
432f0d8062setup when ssl upstream or a cert-bundle is configured.
wouter
2018-05-24 13:03:10 +0000
c2d8866e86- Fix mesh state assertion failure due to callback removal.
wouter
2018-05-07 11:29:12 +0000
dab69869cd- Fix windows to not have sticky TLS events for TCP. - Fix read of DNS over TLS length and data in one read call.
wouter
2018-05-07 08:31:17 +0000
d0d6b73eb4- Fix that configure --with-libhiredis also turns on cachedb.
wouter
2018-05-03 09:59:18 +0000
a59c4e5e0etrunk has 1.7.2 in development
wouter
2018-05-03 07:59:09 +0000
0418878e3eFixup test for new timeout value.
wouter
2018-05-02 06:52:46 +0000
bb358ef952- Fix fail to reject dead peers in forward-zone, with ssl-upstream.
wouter
2018-05-02 06:36:02 +0000
1ad21fa550- Fix that unbound-control reload frees the rrset keys and returns the memory pages to the system.
wouter
2018-05-01 14:00:06 +0000
bfdad92471valgrind for unittest.
wouter
2018-05-01 12:20:37 +0000
6b679fd74fvalgrind more unit tests.
wouter
2018-05-01 12:12:21 +0000
4532af436f- Fix spelling error in man page and note defaults as no instead of off.
wouter
2018-04-30 07:24:05 +0000
f499c788faRemove pthread check when building with mingw.
TheCharlatan
2018-04-26 16:18:39 +0200
6e90021c03- tag for 1.7.1rc1 release.
wouter
2018-04-26 07:18:42 +0000
dbbaa5f52f- Fix for crash in daemon_cleanup with dnstap during reload, from Saksham Manchanda. - Also that for dnscrypt.
wouter
2018-04-26 06:59:49 +0000
a20b463a88- Fix memory leak when caching wildcard records for aggressive NSEC use
ralph
2018-04-25 13:13:05 +0000