]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
7 years agoFixup whitespace for added authzone code.
Wouter Wijngaards [Tue, 24 Apr 2018 10:22:30 +0000 (10:22 +0000)] 
Fixup whitespace for added authzone code.

git-svn-id: file:///svn/unbound/trunk@4657 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agostrcpy to memmove, to please analysers
Ralph Dolmans [Tue, 24 Apr 2018 10:10:11 +0000 (10:10 +0000)] 
strcpy to memmove, to please analysers

git-svn-id: file:///svn/unbound/trunk@4656 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoFix libunbound return for root key sentinel.
Wouter Wijngaards [Tue, 24 Apr 2018 09:16:10 +0000 (09:16 +0000)] 
Fix libunbound return for root key sentinel.

git-svn-id: file:///svn/unbound/trunk@4655 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoAdd root-key-sentinel test description
Ralph Dolmans [Tue, 24 Apr 2018 09:13:57 +0000 (09:13 +0000)] 
Add root-key-sentinel test description

git-svn-id: file:///svn/unbound/trunk@4654 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoAdded root-key-sentinel test
Ralph Dolmans [Tue, 24 Apr 2018 09:10:38 +0000 (09:10 +0000)] 
Added root-key-sentinel test

git-svn-id: file:///svn/unbound/trunk@4653 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Added root-key-sentinel support
Ralph Dolmans [Tue, 24 Apr 2018 09:03:49 +0000 (09:03 +0000)] 
- Added root-key-sentinel support

git-svn-id: file:///svn/unbound/trunk@4652 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agomake depend
Wouter Wijngaards [Mon, 23 Apr 2018 14:42:52 +0000 (14:42 +0000)] 
make depend

git-svn-id: file:///svn/unbound/trunk@4651 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- list_auth_zones unbound-control command.
Wouter Wijngaards [Mon, 23 Apr 2018 14:42:30 +0000 (14:42 +0000)] 
- list_auth_zones unbound-control command.

git-svn-id: file:///svn/unbound/trunk@4650 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agounit test with TLS authentication
Wouter Wijngaards [Mon, 23 Apr 2018 14:18:24 +0000 (14:18 +0000)] 
unit test with TLS authentication

git-svn-id: file:///svn/unbound/trunk@4649 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix cname classification with qname minimisation enabled.
Wouter Wijngaards [Mon, 23 Apr 2018 13:14:39 +0000 (13:14 +0000)] 
- Fix cname classification with qname minimisation enabled.

git-svn-id: file:///svn/unbound/trunk@4648 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Attempt for auth zone fix; add of callback in mesh gets from
Wouter Wijngaards [Mon, 23 Apr 2018 12:51:00 +0000 (12:51 +0000)] 
- Attempt for auth zone fix; add of callback in mesh gets from
  callback does not skip callback of result.

git-svn-id: file:///svn/unbound/trunk@4647 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix sldns parse failure for CDS alternate delete syntax empty hex.
Wouter Wijngaards [Mon, 23 Apr 2018 10:35:35 +0000 (10:35 +0000)] 
- Fix sldns parse failure for CDS alternate delete syntax empty hex.

git-svn-id: file:///svn/unbound/trunk@4646 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- auth zone http download stores exact copy of downloaded file,
Wouter Wijngaards [Mon, 23 Apr 2018 10:13:50 +0000 (10:13 +0000)] 
- auth zone http download stores exact copy of downloaded file,
  including comments in the file.

git-svn-id: file:///svn/unbound/trunk@4645 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #4092: libunbound: use-caps-for-id lacks colon in
Wouter Wijngaards [Mon, 23 Apr 2018 07:51:21 +0000 (07:51 +0000)] 
- Fix #4092: libunbound: use-caps-for-id lacks colon in
  config_set_option.

git-svn-id: file:///svn/unbound/trunk@4644 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- makedist uses bz2 for expat code, instead of tar.gz.
Wouter Wijngaards [Mon, 23 Apr 2018 07:45:18 +0000 (07:45 +0000)] 
- makedist uses bz2 for expat code, instead of tar.gz.

git-svn-id: file:///svn/unbound/trunk@4643 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Delete auth zone when removed from config.
Wouter Wijngaards [Fri, 20 Apr 2018 14:40:07 +0000 (14:40 +0000)] 
- Delete auth zone when removed from config.

git-svn-id: file:///svn/unbound/trunk@4642 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #4091: Fix that reload of auth-zone does not merge the zonefile
Wouter Wijngaards [Fri, 20 Apr 2018 14:15:34 +0000 (14:15 +0000)] 
- Fix #4091: Fix that reload of auth-zone does not merge the zonefile
  with the previous contents.

git-svn-id: file:///svn/unbound/trunk@4641 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- removed free from failed parse case.
Wouter Wijngaards [Fri, 20 Apr 2018 14:10:55 +0000 (14:10 +0000)] 
- removed free from failed parse case.

git-svn-id: file:///svn/unbound/trunk@4640 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoexplain how to read the certificate.
Wouter Wijngaards [Fri, 20 Apr 2018 13:45:59 +0000 (13:45 +0000)] 
explain how to read the certificate.

git-svn-id: file:///svn/unbound/trunk@4639 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- man page documentation for dns-over-tls forward-addr '#' notation.
Wouter Wijngaards [Fri, 20 Apr 2018 11:50:41 +0000 (11:50 +0000)] 
- man page documentation for dns-over-tls forward-addr '#' notation.

git-svn-id: file:///svn/unbound/trunk@4638 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- For addr with #authname and no @port notation, the default is 853.
Wouter Wijngaards [Thu, 19 Apr 2018 14:23:14 +0000 (14:23 +0000)] 
- For addr with #authname and no @port notation, the default is 853.

git-svn-id: file:///svn/unbound/trunk@4637 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoNote bugfix and RFC support.
Wouter Wijngaards [Thu, 19 Apr 2018 12:45:27 +0000 (12:45 +0000)] 
Note bugfix and RFC support.
- Fix #658: unbound using TLS in a forwarding configuration does not
  verify the server's certificate (RFC 8310 support).

git-svn-id: file:///svn/unbound/trunk@4636 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agonote RFC.
Wouter Wijngaards [Thu, 19 Apr 2018 12:44:04 +0000 (12:44 +0000)] 
note RFC.

git-svn-id: file:///svn/unbound/trunk@4635 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoNote example use of tls authentication.
Wouter Wijngaards [Thu, 19 Apr 2018 12:32:39 +0000 (12:32 +0000)] 
Note example use of tls authentication.

git-svn-id: file:///svn/unbound/trunk@4634 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agofix lint
Wouter Wijngaards [Thu, 19 Apr 2018 12:18:00 +0000 (12:18 +0000)] 
fix lint

git-svn-id: file:///svn/unbound/trunk@4633 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agofix doxygen comments.
Wouter Wijngaards [Thu, 19 Apr 2018 12:16:10 +0000 (12:16 +0000)] 
fix doxygen comments.

git-svn-id: file:///svn/unbound/trunk@4632 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Can set tls authentication with forward-addr: IP#tls.auth.name
Wouter Wijngaards [Thu, 19 Apr 2018 12:10:05 +0000 (12:10 +0000)] 
- Can set tls authentication with forward-addr: IP#tls.auth.name
  And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".

git-svn-id: file:///svn/unbound/trunk@4631 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix auth-zone retry timer to be on schedule with retry timeout,
Wouter Wijngaards [Wed, 18 Apr 2018 06:43:02 +0000 (06:43 +0000)] 
- Fix auth-zone retry timer to be on schedule with retry timeout,
  with backoff.  Also time a refresh at the zone expiry.

git-svn-id: file:///svn/unbound/trunk@4630 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- unit test for allow-notify
Wouter Wijngaards [Tue, 17 Apr 2018 14:58:43 +0000 (14:58 +0000)] 
- unit test for allow-notify

git-svn-id: file:///svn/unbound/trunk@4629 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- allow-notify: config statement for auth-zones.
Wouter Wijngaards [Tue, 17 Apr 2018 13:23:35 +0000 (13:23 +0000)] 
- allow-notify: config statement for auth-zones.

git-svn-id: file:///svn/unbound/trunk@4628 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- auth zone notify work.
Wouter Wijngaards [Tue, 17 Apr 2018 12:18:34 +0000 (12:18 +0000)] 
- auth zone notify work.

git-svn-id: file:///svn/unbound/trunk@4627 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- auth zone notify work.
Wouter Wijngaards [Mon, 16 Apr 2018 15:10:30 +0000 (15:10 +0000)] 
- auth zone notify work.

git-svn-id: file:///svn/unbound/trunk@4626 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- auth zone notify work.
Wouter Wijngaards [Mon, 16 Apr 2018 14:24:57 +0000 (14:24 +0000)] 
- auth zone notify work.

git-svn-id: file:///svn/unbound/trunk@4625 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix auth zone target lookup iterator.
Wouter Wijngaards [Mon, 16 Apr 2018 13:14:24 +0000 (13:14 +0000)] 
- Fix auth zone target lookup iterator.
- notify with prefix

git-svn-id: file:///svn/unbound/trunk@4624 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix memory free on fail for $INCLUDE in authzone.
Wouter Wijngaards [Fri, 13 Apr 2018 13:04:26 +0000 (13:04 +0000)] 
- Fix memory free on fail for $INCLUDE in authzone.
- Fix that an internal error to look up the wrong rr type for
  auth zone gets stopped, before trying to send there.
- auth zone notify work.

git-svn-id: file:///svn/unbound/trunk@4623 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix for max include depth for authzones.
Wouter Wijngaards [Fri, 13 Apr 2018 06:25:30 +0000 (06:25 +0000)] 
- Fix for max include depth for authzones.

git-svn-id: file:///svn/unbound/trunk@4622 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agofix lint.
Wouter Wijngaards [Tue, 10 Apr 2018 15:06:51 +0000 (15:06 +0000)] 
fix lint.

git-svn-id: file:///svn/unbound/trunk@4621 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoFix doxygen
Wouter Wijngaards [Tue, 10 Apr 2018 15:06:02 +0000 (15:06 +0000)] 
Fix doxygen

git-svn-id: file:///svn/unbound/trunk@4620 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- auth zone notify work.
Wouter Wijngaards [Tue, 10 Apr 2018 14:57:38 +0000 (14:57 +0000)] 
- auth zone notify work.

git-svn-id: file:///svn/unbound/trunk@4619 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agocast neg cache stats to long long
Ralph Dolmans [Tue, 10 Apr 2018 11:48:05 +0000 (11:48 +0000)] 
cast neg cache stats to long long

git-svn-id: file:///svn/unbound/trunk@4618 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agomake depend
Wouter Wijngaards [Tue, 10 Apr 2018 11:46:21 +0000 (11:46 +0000)] 
make depend

git-svn-id: file:///svn/unbound/trunk@4617 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN statistics
Ralph Dolmans [Tue, 10 Apr 2018 11:39:23 +0000 (11:39 +0000)] 
- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN statistics
  counters

git-svn-id: file:///svn/unbound/trunk@4616 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoNote default value.
Wouter Wijngaards [Tue, 10 Apr 2018 07:47:52 +0000 (07:47 +0000)] 
Note default value.

git-svn-id: file:///svn/unbound/trunk@4615 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- documentation for low-rtt and low-rtt-pct.
Wouter Wijngaards [Tue, 10 Apr 2018 07:34:26 +0000 (07:34 +0000)] 
- documentation for low-rtt and low-rtt-pct.

git-svn-id: file:///svn/unbound/trunk@4614 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoget_option and set_option for low-rtt and low-rtt-pct.
Wouter Wijngaards [Mon, 9 Apr 2018 13:39:29 +0000 (13:39 +0000)] 
get_option and set_option for low-rtt and low-rtt-pct.

git-svn-id: file:///svn/unbound/trunk@4613 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- low-rtt and low-rtt-pct in unbound.conf enable the server selection
Wouter Wijngaards [Mon, 9 Apr 2018 13:27:28 +0000 (13:27 +0000)] 
- low-rtt and low-rtt-pct in unbound.conf enable the server selection
  of fast servers for some percentage of the time.

git-svn-id: file:///svn/unbound/trunk@4612 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Accept both option names with and without colon for get_option
Wouter Wijngaards [Mon, 9 Apr 2018 10:42:48 +0000 (10:42 +0000)] 
- Accept both option names with and without colon for get_option
  and set_option.

git-svn-id: file:///svn/unbound/trunk@4611 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- num.query.authzone.up and num.query.authzone.down statistics counters.
Wouter Wijngaards [Mon, 9 Apr 2018 10:15:06 +0000 (10:15 +0000)] 
- num.query.authzone.up and num.query.authzone.down statistics counters.
- Fix downstream auth zone, only fallback when auth zone fails to
  answer and fallback is enabled.

git-svn-id: file:///svn/unbound/trunk@4610 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix that flush_zone sets prefetch ttl expired, so that with
Wouter Wijngaards [Mon, 9 Apr 2018 07:39:59 +0000 (07:39 +0000)] 
- Fix that flush_zone sets prefetch ttl expired, so that with
  serve-expired enabled it'll start prefetching those entries.

git-svn-id: file:///svn/unbound/trunk@4609 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoRemoved unused files (from an editor?).
Wouter Wijngaards [Fri, 6 Apr 2018 06:16:03 +0000 (06:16 +0000)] 
Removed unused files (from an editor?).

git-svn-id: file:///svn/unbound/trunk@4608 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- ED448 support.
Wouter Wijngaards [Thu, 5 Apr 2018 14:44:17 +0000 (14:44 +0000)] 
- ED448 support.

git-svn-id: file:///svn/unbound/trunk@4607 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
Wouter Wijngaards [Thu, 5 Apr 2018 13:43:05 +0000 (13:43 +0000)] 
- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3
  tls_choose_sigalg routine does not allow the ciphers for the pipe,
  so use TLSv1.2.

git-svn-id: file:///svn/unbound/trunk@4606 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoFixup.
Wouter Wijngaards [Thu, 5 Apr 2018 09:58:59 +0000 (09:58 +0000)] 
Fixup.

git-svn-id: file:///svn/unbound/trunk@4605 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix above stub queries for type NS and useless delegation point.
Wouter Wijngaards [Thu, 5 Apr 2018 09:53:27 +0000 (09:53 +0000)] 
- Fix above stub queries for type NS and useless delegation point.

git-svn-id: file:///svn/unbound/trunk@4604 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- nitpick fixes in example.conf.
Wouter Wijngaards [Thu, 5 Apr 2018 08:30:25 +0000 (08:30 +0000)] 
- nitpick fixes in example.conf.

git-svn-id: file:///svn/unbound/trunk@4603 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agomake depend
Wouter Wijngaards [Thu, 5 Apr 2018 08:10:40 +0000 (08:10 +0000)] 
make depend

git-svn-id: file:///svn/unbound/trunk@4602 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Combine write of tcp length and tcp query for dns over tls.
Wouter Wijngaards [Thu, 5 Apr 2018 08:10:25 +0000 (08:10 +0000)] 
- Combine write of tcp length and tcp query for dns over tls.

git-svn-id: file:///svn/unbound/trunk@4601 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix unable to resolve after new WLAN connection, due to auth-zone
Wouter Wijngaards [Tue, 3 Apr 2018 12:22:35 +0000 (12:22 +0000)] 
- Fix unable to resolve after new WLAN connection, due to auth-zone
  failing with a forwarder set.  Now, auth-zone is only used for
  answers (not referrals) when a forwarder is set.

git-svn-id: file:///svn/unbound/trunk@4600 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #4043: make test fails due to v6 presentation issue in macOS.
Wouter Wijngaards [Tue, 3 Apr 2018 07:47:02 +0000 (07:47 +0000)] 
- Fix #4043: make test fails due to v6 presentation issue in macOS.

git-svn-id: file:///svn/unbound/trunk@4599 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Check "result" in dup_all(), by Florian Obser.
Ralph Dolmans [Thu, 29 Mar 2018 08:02:26 +0000 (08:02 +0000)] 
- Check "result" in dup_all(), by Florian Obser.

git-svn-id: file:///svn/unbound/trunk@4598 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix unbound-control get_option aggressive-nsec
Ralph Dolmans [Fri, 23 Mar 2018 12:23:02 +0000 (12:23 +0000)] 
- Fix unbound-control get_option aggressive-nsec

git-svn-id: file:///svn/unbound/trunk@4597 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agofix compile.
Wouter Wijngaards [Thu, 22 Mar 2018 09:39:26 +0000 (09:39 +0000)] 
fix compile.

git-svn-id: file:///svn/unbound/trunk@4596 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoChangelog typo fix
Ralph Dolmans [Wed, 21 Mar 2018 15:42:25 +0000 (15:42 +0000)] 
Changelog typo fix

git-svn-id: file:///svn/unbound/trunk@4595 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agodeleted the chmod+x on this file, this means it removed the svn:executable property.
Wouter Wijngaards [Wed, 21 Mar 2018 15:02:25 +0000 (15:02 +0000)] 
deleted the chmod+x on this file, this means it removed the svn:executable property.

git-svn-id: file:///svn/unbound/trunk@4594 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Do use cached NSEC records to generate negative answers for domains under
Ralph Dolmans [Wed, 21 Mar 2018 14:34:17 +0000 (14:34 +0000)] 
- Do use cached NSEC records to generate negative answers for domains under
  DNSSEC Negative Trust Anchors.

git-svn-id: file:///svn/unbound/trunk@4593 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- iana port update.
Wouter Wijngaards [Mon, 19 Mar 2018 13:19:53 +0000 (13:19 +0000)] 
- iana port update.

git-svn-id: file:///svn/unbound/trunk@4592 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- corrected a minor typo in the changelog.
Wouter Wijngaards [Fri, 16 Mar 2018 06:46:56 +0000 (06:46 +0000)] 
- corrected a minor typo in the changelog.
- move htobe64/be64toh portability code to cachedb.c.

git-svn-id: file:///svn/unbound/trunk@4591 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agofix.
Wouter Wijngaards [Thu, 15 Mar 2018 14:28:04 +0000 (14:28 +0000)] 
fix.

git-svn-id: file:///svn/unbound/trunk@4590 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agodoc and flex and yacc.
Wouter Wijngaards [Thu, 15 Mar 2018 14:23:51 +0000 (14:23 +0000)] 
doc and flex and yacc.

git-svn-id: file:///svn/unbound/trunk@4589 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Create additional tls service interfaces by opening them on other
Wouter Wijngaards [Thu, 15 Mar 2018 14:19:02 +0000 (14:19 +0000)] 
- Create additional tls service interfaces by opening them on other
  portnumbers and listing the portnumbers as additional-tls-port: nr.

git-svn-id: file:///svn/unbound/trunk@4588 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #3817: core dump happens in libunbound delete, when queued
Wouter Wijngaards [Thu, 15 Mar 2018 13:32:19 +0000 (13:32 +0000)] 
- Fix #3817: core dump happens in libunbound delete, when queued
  servfail hits deleted message queue.

git-svn-id: file:///svn/unbound/trunk@4587 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Add --with-libhiredis, unbound support for a new cached backend
Wouter Wijngaards [Thu, 15 Mar 2018 12:33:51 +0000 (12:33 +0000)] 
- Add --with-libhiredis, unbound support for a new cached backend
  that uses a Redis server as the storage.  This implementation
  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
  And unbound should be built with both --enable-cachedb and
  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
  should exist).  Patch from Jinmei Tatuya (Infoblox).

git-svn-id: file:///svn/unbound/trunk@4586 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago1.7.1 in development
Wouter Wijngaards [Thu, 15 Mar 2018 10:19:14 +0000 (10:19 +0000)] 
1.7.1 in development

git-svn-id: file:///svn/unbound/trunk@4585 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoTest and fix.
Wouter Wijngaards [Tue, 13 Mar 2018 13:14:56 +0000 (13:14 +0000)] 
Test and fix.

git-svn-id: file:///svn/unbound/trunk@4583 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
Wouter Wijngaards [Tue, 13 Mar 2018 12:52:11 +0000 (12:52 +0000)] 
- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually
  flushed with serve-expired on.

git-svn-id: file:///svn/unbound/trunk@4582 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoFix
Wouter Wijngaards [Tue, 13 Mar 2018 08:13:16 +0000 (08:13 +0000)] 
Fix

git-svn-id: file:///svn/unbound/trunk@4581 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix typo in documentation.
Wouter Wijngaards [Tue, 13 Mar 2018 08:12:38 +0000 (08:12 +0000)] 
- Fix typo in documentation.

git-svn-id: file:///svn/unbound/trunk@4580 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Check IXFR start serial.
Wouter Wijngaards [Mon, 12 Mar 2018 14:34:24 +0000 (14:34 +0000)] 
- Check IXFR start serial.

git-svn-id: file:///svn/unbound/trunk@4579 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #3727: Protocol name is TLS, options have been renamed but
Wouter Wijngaards [Mon, 12 Mar 2018 12:35:53 +0000 (12:35 +0000)] 
- Fix #3727: Protocol name is TLS, options have been renamed but
  documentation is not consistent.

git-svn-id: file:///svn/unbound/trunk@4578 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- tag 1.7.0rc3. release-1.7.0rc3
Wouter Wijngaards [Mon, 12 Mar 2018 09:22:16 +0000 (09:22 +0000)] 
- tag 1.7.0rc3.

git-svn-id: file:///svn/unbound/trunk@4576 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Added documentation for aggressive-nsec: yes.
Wouter Wijngaards [Mon, 12 Mar 2018 08:21:44 +0000 (08:21 +0000)] 
- Added documentation for aggressive-nsec: yes.

git-svn-id: file:///svn/unbound/trunk@4575 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoconfigure --disable-swig-version-check stops the swig version check.
Wouter Wijngaards [Fri, 9 Mar 2018 08:01:11 +0000 (08:01 +0000)] 
configure --disable-swig-version-check stops the swig version check.

git-svn-id: file:///svn/unbound/trunk@4574 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #3598: Fix swig build issue on rhel6 based system.
Wouter Wijngaards [Fri, 9 Mar 2018 08:00:40 +0000 (08:00 +0000)] 
- Fix #3598: Fix swig build issue on rhel6 based system.

git-svn-id: file:///svn/unbound/trunk@4573 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago1.7.0rc2 release-1.7.0rc2
Wouter Wijngaards [Thu, 8 Mar 2018 13:37:34 +0000 (13:37 +0000)] 
1.7.0rc2

git-svn-id: file:///svn/unbound/trunk@4571 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- note when tag 1.7.0rc1 happened in the changelog.
Wouter Wijngaards [Wed, 7 Mar 2018 08:57:33 +0000 (08:57 +0000)] 
- note when tag 1.7.0rc1 happened in the changelog.

git-svn-id: file:///svn/unbound/trunk@4570 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Attempt to remove warning about trailing whitespace.
Wouter Wijngaards [Wed, 7 Mar 2018 08:52:49 +0000 (08:52 +0000)] 
- Attempt to remove warning about trailing whitespace.

git-svn-id: file:///svn/unbound/trunk@4569 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Attempt to remove warning about trailing whitespace.
Wouter Wijngaards [Wed, 7 Mar 2018 08:52:18 +0000 (08:52 +0000)] 
- Attempt to remove warning about trailing whitespace.

git-svn-id: file:///svn/unbound/trunk@4568 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- patch suggested by Debian lintian: allow to -> allow one to, from
Wouter Wijngaards [Wed, 7 Mar 2018 08:40:09 +0000 (08:40 +0000)] 
- patch suggested by Debian lintian: allow to -> allow one to, from
  A. Schulze.

git-svn-id: file:///svn/unbound/trunk@4567 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- patch to log creates keytag queries, from A. Schulze.
Wouter Wijngaards [Wed, 7 Mar 2018 08:39:10 +0000 (08:39 +0000)] 
- patch to log creates keytag queries, from A. Schulze.

git-svn-id: file:///svn/unbound/trunk@4566 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fixed contrib/fastrpz.patch, even though this already applied
Wouter Wijngaards [Wed, 7 Mar 2018 08:32:14 +0000 (08:32 +0000)] 
- Fixed contrib/fastrpz.patch, even though this already applied
  cleanly for me, now also for others.

git-svn-id: file:///svn/unbound/trunk@4565 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix for windows compile.
Wouter Wijngaards [Tue, 6 Mar 2018 09:18:53 +0000 (09:18 +0000)] 
- Fix for windows compile.

git-svn-id: file:///svn/unbound/trunk@4563 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- svn trunk contains 1.7.0, this is the number for the next release. release-1.7.0rc1
Wouter Wijngaards [Tue, 6 Mar 2018 09:07:22 +0000 (09:07 +0000)] 
- svn trunk contains 1.7.0, this is the number for the next release.

git-svn-id: file:///svn/unbound/trunk@4561 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Reverted fix for #3512, this may not be the best way forward;
Wouter Wijngaards [Tue, 6 Mar 2018 08:22:33 +0000 (08:22 +0000)] 
- Reverted fix for #3512, this may not be the best way forward;
  although it could be changed at a later time, to stay similar to
  other implementations.

git-svn-id: file:///svn/unbound/trunk@4560 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix #3582: Squelch address already in use log when reuseaddr option
Wouter Wijngaards [Mon, 5 Mar 2018 15:45:34 +0000 (15:45 +0000)] 
- Fix #3582: Squelch address already in use log when reuseaddr option
  causes same port to be used twice for tcp connections.

git-svn-id: file:///svn/unbound/trunk@4559 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- iana port update.
Wouter Wijngaards [Mon, 5 Mar 2018 14:38:30 +0000 (14:38 +0000)] 
- iana port update.

git-svn-id: file:///svn/unbound/trunk@4558 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years agoremoved unneeded includes.
Wouter Wijngaards [Mon, 5 Mar 2018 14:37:14 +0000 (14:37 +0000)] 
removed unneeded includes.

git-svn-id: file:///svn/unbound/trunk@4557 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix to check define of DSA for when openssl is without deprecated.
Wouter Wijngaards [Mon, 5 Mar 2018 14:28:21 +0000 (14:28 +0000)] 
- Fix to check define of DSA for when openssl is without deprecated.

git-svn-id: file:///svn/unbound/trunk@4556 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix nettle compile.
Wouter Wijngaards [Tue, 27 Feb 2018 13:03:54 +0000 (13:03 +0000)] 
- Fix nettle compile.

git-svn-id: file:///svn/unbound/trunk@4555 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix compile with staticexe and python module.
Wouter Wijngaards [Tue, 27 Feb 2018 10:53:49 +0000 (10:53 +0000)] 
- Fix compile with staticexe and python module.

git-svn-id: file:///svn/unbound/trunk@4554 be551aaa-1e26-0410-a405-d3ace91eadb9

7 years ago- Fix compile without threads, and remove unused variable.
Wouter Wijngaards [Tue, 27 Feb 2018 10:36:12 +0000 (10:36 +0000)] 
- Fix compile without threads, and remove unused variable.

git-svn-id: file:///svn/unbound/trunk@4553 be551aaa-1e26-0410-a405-d3ace91eadb9