aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/libunbound
Commit message (Collapse)AuthorAgeFilesLines
* Unbound: remove unbound from in-tree sourceanonimal2018-03-1842-6966/+0
| | | | We'll instead use a git submodule to pull from our unbound repo.
* Upgrade unbound libraryErik de Castro Lopo2017-06-1723-294/+644
| | | | | | | | These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm).
* update unbound, fix unbound openssl issue on OS XRiccardo Spagni2015-12-306-7/+10
|
* Revert "re-re-add Windows DNS bug fix, per c0de96f"Riccardo Spagni2015-08-181-1/+0
| | | | This reverts commit f4ba92bcccd3e016c6b5fdced079bf17d1b3f371.
* re-re-add Windows DNS bug fix, per c0de96fRiccardo Spagni2015-08-141-0/+1
|
* update unboundRiccardo Spagni2015-08-141-0/+9
|
* re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6Riccardo Spagni2015-06-021-1/+0
|
* update libunboundRiccardo Spagni2015-05-3113-24/+193
|
* Merge pull request #251Riccardo Spagni2015-04-021-1/+0
|\ | | | | | | c0de96f Fixed DNS resolution bug in Windows (Thomas Winget)
| * Fixed DNS resolution bug in WindowsThomas Winget2015-04-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Due to a bug in unbound, we were passing a string containing a null character to ub_ctx_resolvconf and ub_ctx_hosts rather than a NULL pointer. On *nix this wasn't causing headache, but on Windows this was causing unbound to not correctly load DNS settings from the OS. Note on the bug: in a Windows-specific code branch in the function ub_ctx_hosts(), if the hosts file specified was a NULL pointer, a call to getenv() was stored in a local char* and later freed. This is incorrect, as we do not own that data, and caused the program to crash.
* | update unbound from upstreamRiccardo Spagni2015-04-025-11/+15
|/
* update unbound from upstreamRiccardo Spagni2014-12-043-3/+39
|
* added unbound to external depsRiccardo Spagni2014-10-0541-0/+6397