8e8844567b- Tag 1.6.4rc1
wouter
2017-06-20 07:38:52 +0000
42f0849d55- Fix warning in pythonmod under clang compiler.
wouter
2017-06-20 07:05:30 +0000
de47cbbb23- Fix#1277: disable domain ratelimit by setting value to 0.
ralph
2017-06-16 13:22:43 +0000
885c704e9f- Fix to unlock view in view test.
wouter
2017-06-16 11:16:31 +0000
787f93a0f7- Fix dnscrypt chacha cert support ifdefs. - Fix dnscrypt chacha cert unit test escapes in grep. - Remove asynclook tests that cause test and purifier problems.
wouter
2017-06-16 08:20:44 +0000
98023e949band yacc, lex it.
wouter
2017-06-16 07:56:28 +0000
af45e926d7- Fix memory leak in sldns_buffer_new_frm_data.
wouter
2017-06-16 07:42:52 +0000
89fcd3d300- Free callback in edns-subnetmod on exit and restart.
wouter
2017-06-16 07:31:30 +0000
056ed919da- Fix#1301: memory leak in respip and tests.
wouter
2017-06-16 07:27:49 +0000
9beb7daffa- Fix query for refetch_glue of stub leaking to internet.
wouter
2017-06-15 15:00:07 +0000
11a4c3b818- Fix stub zone queries leaking to the internet for harden-referral-path ns checks.
wouter
2017-06-15 07:59:05 +0000
60d7c41f55- More fixes in depth for buffer checks in 0x20 qname checks.
wouter
2017-06-13 14:34:44 +0000
0826cc1278- Fix#1280: Unbound fails assert when response from authoritative contains malformed qname. When 0x20 caps-for-id is enabled, when assertions are not enabled the malformed qname is handled correctly. - 1.6.3 tag created, with only #1280 fix, trunk is 1.6.4 development.
wouter
2017-06-13 14:25:47 +0000
ec862f2591- Fix#1279: Memory leak on reload when python module is enabled.
wouter
2017-06-13 07:10:58 +0000
9babcab33c- Fix#1269: inconsistent use of built-in local zones with views. - Add defaults for new local-zone trees added to views using unbound-control.
ralph
2017-05-30 13:04:19 +0000
5825c88452- Support for openssl EVP_DigestVerify. - Support for the ED25519 algorithm with openssl (from openssl 1.1.1).
wouter
2017-05-30 12:28:25 +0000
aa244a4c80fix for lint
wouter
2017-05-29 14:34:28 +0000
7efd56cf2efixup attach_edns check for streamtcp (in case of future enhancements and smaller buffer sizes).
wouter
2017-05-29 14:27:20 +0000
2747bc0ae4- Fix assertion for low buffer size and big edns payload when worker overrides udpsize.
wouter
2017-05-29 07:32:45 +0000
c8ebc3394f- Added redirect-bogus.patch to contrib directory.
ralph
2017-05-26 12:09:38 +0000
af5c54a227- Use qstate's region for IPSECKEY rrset (ipsecmod).
george
2017-05-17 13:22:06 +0000
f9c0137d6fslightly more generic for rcodes that are not SERVFAIL.
wouter
2017-05-17 12:51:45 +0000
3c57ec7fcadon't accidentally increase repttl if it was small because of another (short-ttl) RRset in the reply. There would be cache replies trying to work with expired RRsets if this extra if wasn't there.
wouter
2017-05-17 12:43:48 +0000
61357b9c5ddescript can have NULL _name for unknown types (even though only A, AAAA at this point), but the type_buf() routine works all the time.
wouter
2017-05-17 12:39:43 +0000
1c34d91385but my fix for the comment was wrong, remove this part of the fix.
wouter
2017-05-17 12:20:58 +0000
61018de957cast size_t to long for print as %ld.
wouter
2017-05-17 12:19:35 +0000
448be5e887- updated dependencies in the makefile.
wouter
2017-05-16 07:28:50 +0000
31e253e294- Fix queries for nameservers under a stub leaking to the internet.
wouter
2017-05-12 15:10:10 +0000
eebaef35c9- Adjust servfail by iterator to not store in cache when serve-expired is enabled, to avoid overwriting useful information there.
wouter
2017-05-12 12:16:41 +0000
f7bb634c06- Add 'c' to getopt() in testbound. - iana portlist update.
ralph
2017-05-09 15:02:39 +0000
f9c3b4b818- Set SO_REUSEADDR on outgoing tcp connections to fix the bind before connect limited tcp connections. With the option tcp connections can share the same source port (for different destinations).
wouter
2017-05-08 10:41:03 +0000