summaryrefslogtreecommitdiff
path: root/sbin/unwind/libunbound
AgeCommit message (Expand)Author
2022-01-09unwind/unbound: prepare for opaque DSA and RSA.Theo Buehler
2021-11-19Sync to unbound to allow interface names as scope-id in IPv6Florian Obser
2021-08-14Fix "no previous prototype" warningFlorian Obser
2021-08-14sync to unbound 1.13.2Florian Obser
2021-03-16sync to unbound 1.13.1; heavy lifting by sthenFlorian Obser
2021-01-25Revert local diff now that we no longer use syslog logging inFlorian Obser
2021-01-19Prevent more yacc clashes; fixes -fno-common.Florian Obser
2021-01-06do not call log_addr() when the address is NULLanton
2020-12-11Warning: arithmetic on a pointer to void is a GNU extension; mergedFlorian Obser
2020-12-11Sprinkle in some static to prevent missing prototype warnings; mergedFlorian Obser
2020-12-11sync to libunbound 1.13.0Florian Obser
2020-10-28Update to libunbound 1.12.0; heavy lifting by sthenFlorian Obser
2020-08-29Missing prototype for a currently unused function.Florian Obser
2020-08-29sync to libunbound-1.11.0Florian Obser
2020-05-19sync libunbound fixes from unbound, ok florian@Stuart Henderson
2020-05-08Use a union to ensure cmsg buffer is properly alignedJeremie Courreges-Anglas
2020-03-23Declare lz_enter_rr_into_zone() static, it's only used inFlorian Obser
2020-03-23Fix prototype.Florian Obser
2020-03-23Update to libunbound 1.10.0Florian Obser
2019-12-23Ralph Dolmans from nlnetlabs points out that libunbound usesFlorian Obser
2019-12-18Update to libunbound 1.9.6Florian Obser
2019-12-18Use neg and key cache from the passed in environment if initialized so thatFlorian Obser
2019-12-14Be less aggressive pre-allocating memory; ok florian@Otto Moerbeek
2019-12-13Revert two files committed by accidentOtto Moerbeek
2019-12-13Avoid leaks by using the _buf versions of sldns_wire2str_* functions.Otto Moerbeek
2019-12-06Stop fiddling with openlog / closelog in libunbound. unwind handlesFlorian Obser
2019-10-03Fix CVE-2019-16866Florian Obser
2019-09-12 Update to libunbound 1.9.3Florian Obser
2019-07-14Update to libunbound 1.9.2Florian Obser
2019-03-30update to libunbound 1.9.1; heavy lifting by sthen in unbound(8)Florian Obser
2019-03-01Due to the way we build libunbound inside of unwind .o files collide inFlorian Obser
2019-02-08Backport r5108 from unbound upstream, pointed out by florian@.Stuart Henderson
2019-02-08update unwind's copy of libunbound to match the new 1.9.0 update inStuart Henderson
2019-01-27Add ub_ctx_set_tls() to libunbound to enable DNS over TLS on a context.Florian Obser
2019-01-25configparser.c gets generated by the build infrastructure even thoughFlorian Obser
2019-01-24Fix a bunch of shadow and missing prototype compiler warnings.Florian Obser
2019-01-23Import bits from (lib)unbound that we need for unwind(8).Florian Obser