summaryrefslogtreecommitdiffstats
path: root/sbin/unwind/libunbound (follow)
Commit message (Expand)AuthorAgeFilesLines
* sync to unbound 1.13.1; heavy lifting by sthenflorian2021-03-1636-2951/+3596
* Revert local diff now that we no longer use syslog logging inflorian2021-01-251-4/+0
* Prevent more yacc clashes; fixes -fno-common.florian2021-01-191-0/+6
* do not call log_addr() when the address is NULLanton2021-01-061-2/+3
* Warning: arithmetic on a pointer to void is a GNU extension; mergedflorian2020-12-111-1/+1
* Sprinkle in some static to prevent missing prototype warnings; mergedflorian2020-12-111-3/+3
* sync to libunbound 1.13.0florian2020-12-1133-3217/+4712
* Update to libunbound 1.12.0; heavy lifting by sthenflorian2020-10-2841-3922/+5457
* Missing prototype for a currently unused function.florian2020-08-291-0/+1
* sync to libunbound-1.11.0florian2020-08-2937-3423/+4480
* sync libunbound fixes from unbound, ok florian@sthen2020-05-199-72/+246
* Use a union to ensure cmsg buffer is properly alignedjca2020-05-081-4/+10
* Declare lz_enter_rr_into_zone() static, it's only used inflorian2020-03-231-1/+1
* Fix prototype.florian2020-03-231-1/+1
* Update to libunbound 1.10.0florian2020-03-2348-2889/+5570
* Ralph Dolmans from nlnetlabs points out that libunbound usesflorian2019-12-233-468/+696
* Update to libunbound 1.9.6florian2019-12-1838-790/+848
* Use neg and key cache from the passed in environment if initialized so thatflorian2019-12-181-0/+4
* Be less aggressive pre-allocating memory; ok florian@otto2019-12-141-1/+1
* Revert two files committed by accidentotto2019-12-131-1/+1
* Avoid leaks by using the _buf versions of sldns_wire2str_* functions.otto2019-12-131-1/+1
* Stop fiddling with openlog / closelog in libunbound. unwind handlesflorian2019-12-061-0/+4
* Fix CVE-2019-16866florian2019-10-031-2/+2
* Update to libunbound 1.9.3florian2019-09-1224-2178/+2456
* Update to libunbound 1.9.2florian2019-07-1419-132/+508
* update to libunbound 1.9.1; heavy lifting by sthen in unbound(8)florian2019-03-3018-62/+211
* Due to the way we build libunbound inside of unwind .o files collide inflorian2019-03-012-5/+16
* Backport r5108 from unbound upstream, pointed out by florian@.sthen2019-02-081-0/+6
* update unwind's copy of libunbound to match the new 1.9.0 update insthen2019-02-0828-2531/+3676
* Add ub_ctx_set_tls() to libunbound to enable DNS over TLS on a context.florian2019-01-273-0/+25
* configparser.c gets generated by the build infrastructure even thoughflorian2019-01-252-4651/+2
* Fix a bunch of shadow and missing prototype compiler warnings.florian2019-01-248-14/+15
* Import bits from (lib)unbound that we need for unwind(8).florian2019-01-23178-0/+119135