summaryrefslogtreecommitdiff
path: root/sbin/unwind
AgeCommit message (Expand)Author
2023-09-15Improve handling of ENOBUFS by not running in a tight loop forever.Florian Obser
2023-09-14satisfy non-c99 compilersTheo de Raadt
2023-09-12Revert accidentally committed debugging codeTheo Buehler
2023-09-11Improve handling of ENOBUFS by not running in a tight loop forever.Florian Obser
2023-09-05Fix indentation, found with -Wmisleading-indentation.Florian Obser
2023-09-05Prevent warnings from -Wmissing-prototypesFlorian Obser
2023-09-05Fix built.Florian Obser
2023-09-05sync to unbound 1.18.0; heavy lifting by sthenFlorian Obser
2023-04-30avoid use after freeJonathan Gray
2023-04-18If rcode is SERVFAIL, there is no need to look at the packet.Florian Obser
2023-04-18Improve asr error handling.Florian Obser
2023-02-21some nameserver proposal bits:Jason McIntyre
2023-02-15Use correct order of arguments for shutdown(2).Florian Obser
2023-02-08unwind: add two missing void to function definitionsTheo Buehler
2023-02-07home.arpa is a special-use domain, internally answered by libunbound.Florian Obser
2023-01-03do not mention dhclient as a dhcp route message senderTheo de Raadt
2022-11-29Ignore late check results for resolvers we no longer use.Florian Obser
2022-11-27Plug leak of tmp in case allocation of pq->abuf failsTheo Buehler
2022-11-27KNF nit: place brace correctlyTheo Buehler
2022-11-25Do not crash when a tcp query is larger than the length fieldAlexander Bluhm
2022-11-13Sync config.h, we have ed25519 support now.Florian Obser
2022-10-22sync to unbound 1.17.0; heavy lifting by sthenFlorian Obser
2022-09-23Sync to libunbound 1.16.3Florian Obser
2022-08-30sync to libunbound 1.16.2; heavy lifting by sthenFlorian Obser
2022-08-29Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd,Theo de Raadt
2022-06-18sync to libunbound 1.16.0; heavy lifting by sthenFlorian Obser
2022-06-18We were a bit too enthusiastic when we copied libunbound and some otherFlorian Obser
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-13parse_packet() is used by unbound to parse response packets, notFlorian Obser
2022-03-12Probe for DNS64 presence with an absolute name so that asr doesn't addFlorian Obser
2022-03-03Use LDNS_RCODE define; no functional changeFlorian Obser
2022-03-01Update to libunbound 1.15.0; heavy lifting by sthen in unbound(8).Florian Obser
2022-03-01Upstream renamed parse_extract_edns toFlorian Obser
2022-01-09unwind/unbound: prepare for opaque DSA and RSA.Theo Buehler
2021-12-18Make sure we receive what we expect over imsg.Florian Obser
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-11-19Sync to unbound to allow interface names as scope-id in IPv6Florian Obser
2021-11-16Validate RTM_PROPOSAL in resolver not frontendKlemens Nanni
2021-11-16Simplify address family handling, ditch inet_ntop(3)Klemens Nanni
2021-11-16Install missing scope identifier for IPv6 link-local addressesKlemens Nanni
2021-10-24Use braces in config examplesKlemens Nanni
2021-10-23unwind(8) gives the most preferred resolver strategy a bit more timeFlorian Obser
2021-10-22oops, missed unused variable in previousFlorian Obser
2021-10-22config_new_empty() should give us a completely empty config, letFlorian Obser
2021-10-22Honour enabled resolvers to keep unused forwarders actually disabledKlemens Nanni
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-08-31Adjust .Bl widthKlemens Nanni
2021-08-31Say autoconf not dhcpKlemens Nanni
2021-08-30INADDR_LOOPBACK check needs htonl(3) to workKlemens Nanni
2021-08-14Use new val-max-restart: 0 option to stop unwind from trying differentFlorian Obser