Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | merge 1.8.1 | Stuart Henderson | |
2018-10-08 | import unbound 1.8.1 | Stuart Henderson | |
tests on arm64 (danj@), sparc64 (kn@), amd64 (benno@ and me) | |||
2018-09-20 | merge unbound 1.8.0 | Stuart Henderson | |
2018-09-20 | import unbound 1.8.0, tested by myself and benno@ | Stuart Henderson | |
2018-09-17 | remove binary doc files that aren't really useful to have in-tree | Stuart Henderson | |
2018-09-17 | merge conflicts | Stuart Henderson | |
2018-09-17 | import unbound 1.7.3, testing from benno@ and Brad. | Stuart Henderson | |
2018-09-09 | merge in some missed bits from 1.7.0 to simplify update prep. | Stuart Henderson | |
2018-09-09 | merge in some missed bits from 1.7.0 to simplify update prep. | Stuart Henderson | |
(I think we actually had slightly beyond 1.7.0, I've left code bits but there are some SSL->TLS changes which go away with this and will come back with the update). | |||
2018-03-29 | Check the result of strdup not the argument for NULL to report malloc | Florian Obser | |
errors. Pointed out by benno | |||
2018-03-29 | update to unbound 1.7.0 | Florian Obser | |
testing tb, sthen OK benno, sthen | |||
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2018-02-07 | update to unbound 1.6.8, testing millert, OK sthen | Florian Obser | |
2017-11-01 | Extra space in previous | Jeremie Courreges-Anglas | |
2017-11-01 | Make ip-transparent option work by using SO_BINDANY. | Florian Obser | |
OK jca, benno | |||
2017-09-29 | update to unbound-1.6.6, ok florian | Stuart Henderson | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2017-08-23 | sync with upstream; unbound 1.6.5 | Stuart Henderson | |
2017-08-23 | Fix trust anchor installation when two anchors are present. Concretely, fixes | Stuart Henderson | |
root.key creation if unbound is installed between sep11 and oct11 2017. Looks good to jca. This is the only substantial change in Unbound 1.6.5; next commit will sync ancillary files. | |||
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2017-08-12 | update to unbound 1.6.4, ok florian@ | Stuart Henderson | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2017-02-26 | Use mkdir -p instead of install -d to create the obj/util directory. | Theo Buehler | |
The latter defaults to 755, which doesn't play nicely with BUILDUSER. Problem reported by jmc and Jan Stary; tested by myself and jmc. ok ajacoutot | |||
2017-02-21 | update to unbound-1.6.1 release; only version string changes compared to | Stuart Henderson | |
the release candidate we had. | |||
2017-02-17 | Update to unbound-1.6.1rc3 - thanks millert@ and Brad for tests. | Stuart Henderson | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2017-01-28 | Back out make(obj) hack: it doesn't solve the problem entirely and may | Theo Buehler | |
interfere with read-only src tree setups. | |||
2017-01-24 | Add a workaround for the fact that 'install -d' without explicit mode | Theo Buehler | |
defaults to 755, which is incompatible with WOBJUMASK. Make sure that obj/util has permissions :wobj 770, as all other directories in obj/. Issue also found by jmc, actual reason tracked down by ajacoutot. ok ajacoutot | |||
2016-12-14 | Remove a resource leak by closing the socket in all error cases. | Ricardo Mestre | |
The patch was already committed upstream. OK tb@ and sthen@. jca@ has a valid point that the error would be fatal and most likely the socket would not leak, nevertheless create_tcp_accept_sock() close the socket everytime so for clarity apply the same principal here in create_local_accept_sock() | |||
2016-10-05 | Rewriting USER gets in the way of the de-escalation mechanism as it | Martin Natano | |
shadows the real user's identity. ok deraadt | |||
2016-09-06 | Backport unbound r3830/3831 from upstreadm, fixing an issue where it can | Stuart Henderson | |
become unresponsive and need to be restarted following a connectivity outage. From Brad, ok florian@ r3831 | wouter | 2016-08-23 04:49:01 -0400 (Tue, 23 Aug 2016) | 3 lines - Fix #804: lower num_target_queries for iterator also for failed lookups. r3830 | wouter | 2016-08-23 04:30:12 -0400 (Tue, 23 Aug 2016) | 3 lines - Fix #804: unbound stops responding after outage. Fixes queries that attempt to wait for an empty list of subqueries. | |||
2016-06-22 | backport r3782, fixing qname-minimisation with various broken DNS servers, | Stuart Henderson | |
often found at CDNs. - Use QTYPE=A for QNAME minimisation. - Keep track of number of time-outs when performing QNAME minimisation. Stop minimising when number of time-outs for a QNAME/QTYPE pair is more than three. | |||
2016-06-22 | backport r3781, fix segfault in -h | Stuart Henderson | |
2016-06-22 | update to unbound-1.5.9. (there will be a follow-up commit to cherrypick a | Stuart Henderson | |
couple of post-1.5.9 patches). tests from Mark Patruck, danj, matthieu, millert. reads ok to jung, ok florian. | |||
2014-11-20 | update to Unbound 1.5.0, ok sthen@ | Brad Smith | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2016-03-05 | update to unbound 1.5.8, ok florian@ jung@ | Stuart Henderson | |
2014-11-20 | update to Unbound 1.5.0, ok sthen@ | Brad Smith | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2016-01-19 | Backport r3602 | wouter | 2016-01-19 15:37:54 +0000 (Tue, 19 Jan 2016) | 3 lines | Stuart Henderson | |
- Squelch 'cannot assign requested address' log messages unless verbosity is high, it was spammed after network down. (problem reported by Philippe Meunier) | |||
2015-12-15 | update to Unbound 1.5.7, looks fine to deraadt@. | Stuart Henderson | |
Notable addition: implements optional support for qname minimisation (a privacy improvement; see draft-ietf-dnsop-qname-minimisation-07) | |||
2012-08-23 | update to unbound 1.4.18 | Stuart Henderson | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2015-12-10 | minor changes, mostly whitespace, from unbound 1.5.7 | Stuart Henderson | |
2015-12-10 | use echo rather than here documents for compat with some other shells; | Stuart Henderson | |
from unbound 1.5.7 (reducing the main diff..) | |||
2015-12-10 | typo fixes from 1.5.7 | Stuart Henderson | |
2015-12-10 | typo fix, from 1.5.7 | Stuart Henderson | |
2015-12-09 | typo fixes from unbound-1.5.7rc1 | Stuart Henderson | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2015-11-05 | merge | Stuart Henderson | |