aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/libunbound/libunbound.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-03external: remove unbound submoduleselsta1-0/+0
2020-09-06Revert "unbound: update to get build fixes"moneromooo-monero1-0/+0
This reverts commit 541a7c81a1c9e6b261fc13e0b9e3829df46a0bdf. It breaks the depends build
2020-09-06unbound: update to get build fixesmoneromooo-monero1-0/+0
2019-02-24unbound: update to get the redefinition fixmoneromooo-monero1-0/+0
2018-09-29Update unbound submodule to 7f23967iDunk54001-0/+0
Fixes building in MSYS2 with openssl 1.1.1
2018-07-06Build: bump unbound to 1.7.3anonimal1-0/+0
2018-03-18Unbound: add git submodule for unboundanonimal1-0/+0
2018-03-18Unbound: remove unbound from in-tree sourceanonimal1-1382/+0
We'll instead use a git submodule to pull from our unbound repo.
2017-06-17Upgrade unbound libraryErik de Castro Lopo1-11/+132
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).
2015-12-30update unbound, fix unbound openssl issue on OS XRiccardo Spagni1-1/+4
2015-08-18Revert "re-re-add Windows DNS bug fix, per c0de96f"Riccardo Spagni1-1/+0
This reverts commit f4ba92bcccd3e016c6b5fdced079bf17d1b3f371.
2015-08-14re-re-add Windows DNS bug fix, per c0de96fRiccardo Spagni1-0/+1
2015-08-14update unboundRiccardo Spagni1-0/+9
2015-06-02re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6Riccardo Spagni1-1/+0
2015-05-31update libunboundRiccardo Spagni1-1/+5
2015-04-02Merge pull request #251Riccardo Spagni1-1/+0
c0de96f Fixed DNS resolution bug in Windows (Thomas Winget)
2015-04-02Fixed DNS resolution bug in WindowsThomas Winget1-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.
2015-04-02update unbound from upstreamRiccardo Spagni1-1/+1
2014-12-04update unbound from upstreamRiccardo Spagni1-2/+22
2014-10-05added unbound to external depsRiccardo Spagni1-0/+1227