fd4bcbf41bregional_alloc + memcpy to regional_alloc_init
ralph
2017-04-26 15:03:32 +0000
4449cb4ed8please lint
ralph
2017-04-26 13:27:07 +0000
0be5e03a03- Implemented trust anchor signaling using key tag query.
ralph
2017-04-26 12:58:13 +0000
30af680c75- Based on #1257: check parse limit before t increment in sldns RR string parse routine.
wouter
2017-04-26 09:03:15 +0000
56fa55c4c2- trunk contains 1.6.3 version number (changes from 1.6.2 back from when the 1.6.2rc1 tag has been created).
wouter
2017-04-24 12:30:55 +0000
0a217826f9variables get_option and set_option also for dnscrypt.
wouter
2017-04-24 09:00:45 +0000
9c78af8fd0- unbound-checkconf -o allows query of dnstap config variables. Also unbound-control get_option.
wouter
2017-04-24 08:30:32 +0000
2c2c4f6c2a- iana portlist update
ralph
2017-04-21 10:26:01 +0000
4a6a87e6c3- Fix#1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
ralph
2017-04-21 10:20:35 +0000
85a5a277c6- Fix#1253: unused variable in edns-subnet/addrtree.c:getbit().
ralph
2017-04-18 13:25:09 +0000
e61bcbfd71- Fix#1252: more indentation inconsistencies.
ralph
2017-04-18 09:00:52 +0000
c9b7a99a61one more dependency
wouter
2017-04-13 12:47:46 +0000
6e077f9cf9- (for 1.6.3:) unbound.h exports the shm stats structures. They use type long long and no ifdefs, and ub_ before the typenames.
wouter
2017-04-13 12:47:29 +0000
7ab393f952- Added ECS unit test (from Manu Bretelle). - ECS documentation fix (from Manu Bretelle).
ralph
2017-04-13 08:49:32 +0000
ca3bbbaf26- tag for 1.6.2rc1
wouter
2017-04-13 07:37:07 +0000
059c3b9f93- Fix#1250: inconsistent indentation in services/listen_dnsport.c.
wouter
2017-04-13 07:17:05 +0000
91dc0c2527- subnet mem value is available in shm, also when not enabled, to make the struct easier to memmap by other applications, independent of the configuration of unbound.
wouter
2017-04-12 15:01:11 +0000
09aa92b446- Set SHM ECS memory usage to 0 when module not loaded.
ralph
2017-04-12 13:51:34 +0000
ec8e746c14- Fix#1249: unbound doesn't return FORMERR to bogus ECS.
ralph
2017-04-12 13:12:21 +0000
6bb149e7b9- Properly check for allocation failure in local_data_find_tag_datas.
ralph
2017-04-12 12:44:53 +0000
9c39f97933- Fix#1247: unbound does not shorten source prefix length when forwarding ECS.
ralph
2017-04-12 11:47:18 +0000
c2cea9742b- Also display ECS module memory stats in stats_shm
ralph
2017-04-11 13:37:39 +0000
630d010b05- Display ECS module memory usage.
ralph
2017-04-11 13:10:30 +0000
69b95138b8better description. - harden-algo-downgrade: no also makes unbound more lenient about digest algorithms in DS records.
wouter
2017-04-10 13:56:31 +0000
606e079e89- harden algo downgrade also makes unbound more lenient about digest algorithms in DS records.
wouter
2017-04-10 13:38:50 +0000
1d3e451335- Use correct identifier for SHM destroy.
ralph
2017-04-10 12:58:26 +0000
d8a0ad2f75- Zero initialize addrtree allocation.
ralph
2017-04-10 10:46:54 +0000
957c97805bRespip dereference after NULL check.
ralph
2017-04-10 10:18:22 +0000
9b5ca3ffd8- Remove ECS option after REFUSED answer - Fix small memory leak in edns_opt_copy_alloc
ralph
2017-04-10 09:12:04 +0000
fb883575c5- Fix pythonmod for cb changes. - Some whitespace fixup.
george
2017-04-07 17:07:16 +0000
1acd41add5Unlock view in respip unit test
ralph
2017-04-07 08:57:05 +0000
b4ee3a800a- Fix pythonmod for cb changes.
wouter
2017-04-06 14:17:37 +0000
5262f39894- Fix#1244: document that use of chroot requires trust anchor file to be under chroot.
wouter
2017-04-04 13:39:33 +0000
5db6e95520- Do not add current time twice to TTL before ECS cache store. - Do not touch rrset cache after ECS cache message generation. - Use LDNS_EDNS_CLIENT_SUBNET as default ECS opcode.
ralph
2017-04-03 09:36:18 +0000
3ad4ef86b2- Fix#1217: Add metrics to unbound-control interface showing crypted, cert request, plaintext and malformed queries (from Manu Bretelle).
wouter
2017-04-03 09:03:32 +0000
509e1b4115include for gettimeofday
wouter
2017-03-27 06:50:29 +0000
7d2b8dcf4c- Remove (now unused) event2 include from dnscrypt code.
wouter
2017-03-27 06:27:22 +0000
e8104361b1- Update Changelog.
george
2017-03-24 11:02:26 +0000
b92d2de4fd- Fix to prevent non-referal query from being cached as referal when the no_cache_store flag was set.
george
2017-03-24 10:51:56 +0000
ac4f0b210f- Fix#1239: configure fails to find python distutils if python prints warning.
wouter
2017-03-23 10:23:38 +0000
0380b96b0a- Fix#1229: Systemd service sandboxing, options in wrong sections.
wouter
2017-03-22 07:22:34 +0000
b56b1d258a- Fix#1238: segmentation fault when adding through the remote interface a per-view local zone to a view with no previous (configured) local zones.
wouter
2017-03-22 07:19:38 +0000
aa24cd43cfltmain from Fedora distro.
wouter
2017-03-21 14:20:59 +0000
25cc2eec22autoconf (because easier diffs with other releases)
wouter
2017-03-21 14:18:45 +0000
12728301d7- Merge EDNS Client subnet implementation from feature branch into main branch, using new EDNS processing framework.
ralph
2017-03-21 12:08:17 +0000
072eb0621c- Fix doxygen for dnscrypt files.
wouter
2017-03-21 08:50:17 +0000
e385b865d5- fixup for lruhash (whitespace and header file comment). - dnscrypt tests.
wouter
2017-03-20 15:51:34 +0000
221cc9ce92nicer gettimeofday error handling.
wouter
2017-03-20 15:35:00 +0000
1609d1cea5Fixup compile without libsodium.
wouter
2017-03-20 15:30:53 +0000
25d0a7279d- make depend, autoconf, remove warnings about statement before var.
wouter
2017-03-20 15:09:06 +0000
a48c8c5ba0- #1217. DNSCrypt support, with --enable-dnscrypt, libsodium and then enabled in the config file from Manu Bretelle.
wouter
2017-03-20 14:55:31 +0000
8eb62715cf- Fix#1237 - Wrong resolving in chain, for norec queries that get SERVFAIL returned.
wouter
2017-03-17 14:32:25 +0000
7230af0dcb- Patch for view functionality for local-data-ptr from Björn Ketelaars.
wouter
2017-03-17 08:01:40 +0000
b6b86b42aeprettier size_t and defines.
wouter
2017-03-16 15:43:25 +0000
89d724e393remove debug print out
wouter
2017-03-16 09:27:08 +0000
27d8c63674- Add trustanchor.unbound CH TXT that gets a response with a number of TXT RRs with a string like "example.com. 2345 1234" with the trust anchors and their keytags.
wouter
2017-03-16 09:17:58 +0000
37d054722fFixup validation test; the YXDOMAIN is returned and the DNAME.
wouter
2017-03-13 08:29:08 +0000
838e7b0434- Fix#1235: Fix too long DNAME expansion produces SERVFAIL instead of YXDOMAIN + query loop, reported by Petr Spacek.
wouter
2017-03-13 08:27:01 +0000
7dd4463598- --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and DS records. NSEC3 is not disabled. - fake-sha1 test option; print warning if used. To make unit tests.
wouter
2017-03-09 13:18:08 +0000