summaryrefslogtreecommitdiffstats
path: root/sbin/unwind/libunbound/util
AgeCommit message (Expand)AuthorFilesLines
2021-03-16sync to unbound 1.13.1; heavy lifting by sthenflorian20-2639/+3078
2021-01-25Revert local diff now that we no longer use syslog logging inflorian1-4/+0
2021-01-19Prevent more yacc clashes; fixes -fno-common.florian1-0/+6
2021-01-06do not call log_addr() when the address is NULLanton1-2/+3
2020-12-11Warning: arithmetic on a pointer to void is a GNU extension; mergedflorian1-1/+1
2020-12-11Sprinkle in some static to prevent missing prototype warnings; mergedflorian1-3/+3
2020-12-11sync to libunbound 1.13.0florian17-2830/+3272
2020-10-28Update to libunbound 1.12.0; heavy lifting by sthenflorian16-2766/+3917
2020-08-29sync to libunbound-1.11.0florian14-3031/+3788
2020-05-19sync libunbound fixes from unbound, ok florian@sthen2-1/+35
2020-05-08Use a union to ensure cmsg buffer is properly alignedjca1-4/+10
2020-03-23Fix prototype.florian1-1/+1
2020-03-23Update to libunbound 1.10.0florian25-2362/+2931
2019-12-23Ralph Dolmans from nlnetlabs points out that libunbound usesflorian3-468/+696
2019-12-18Update to libunbound 1.9.6florian14-392/+440
2019-12-14Be less aggressive pre-allocating memory; ok florian@otto1-1/+1
2019-12-13Revert two files committed by accidentotto1-1/+1
2019-12-13Avoid leaks by using the _buf versions of sldns_wire2str_* functions.otto1-1/+1
2019-12-06Stop fiddling with openlog / closelog in libunbound. unwind handlesflorian1-0/+4
2019-10-03Fix CVE-2019-16866florian1-2/+2
2019-09-12 Update to libunbound 1.9.3florian14-1970/+2191
2019-07-14Update to libunbound 1.9.2florian8-33/+117
2019-03-30update to libunbound 1.9.1; heavy lifting by sthen in unbound(8)florian4-8/+27
2019-03-01Due to the way we build libunbound inside of unwind .o files collide inflorian1-3/+8
2019-02-08update unwind's copy of libunbound to match the new 1.9.0 update insthen15-2261/+2767
2019-01-25configparser.c gets generated by the build infrastructure even thoughflorian2-4651/+2
2019-01-24Fix a bunch of shadow and missing prototype compiler warnings.florian2-0/+2
2019-01-23Import bits from (lib)unbound that we need for unwind(8).florian71-0/+48835