summaryrefslogtreecommitdiff
path: root/sbin/unwind
AgeCommit message (Expand)Author
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
2021-08-14Fix "no previous prototype" warningFlorian Obser
2021-08-14sync to unbound 1.13.2Florian Obser
2021-07-25Do not doubt a secure (i.e. validated) NXDOMAIN response when we justFlorian Obser
2021-07-25We store a list of resolver strategies in order of their preference inFlorian Obser
2021-07-24Capitalise DNS response code, stub learns from SLAAC, clarify wordingkn
2021-07-18Document dhcpleased(8) and slaacd(8) besides dhclient(8) as DNS sourcekn
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-03-16sync to unbound 1.13.1; heavy lifting by sthenFlorian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-24We need to track the pid of the connecting control connection to beFlorian Obser
2021-02-20zap unneccessary .Pp;Jason McIntyre
2021-02-19Add an EXAMPLES sectionsolene
2021-02-07Only probe for DNS64 presence when we know that we can talk to the slaacdFlorian Obser
2021-02-06Revert delayed opening of trust anchor file. The code was somewhatFlorian Obser
2021-01-31Make progress when stepping through rdns proposals even when skippingFlorian Obser
2021-01-30Re-try to open DNSSEC trust anchor file if /var is not mounted yet.Florian Obser
2021-01-29Some libunbound configuration changes can change the quality of aFlorian Obser
2021-01-29Don't filter by address family on the route socket.Florian Obser
2021-01-28A new resolver can be created while we currently run a check with theFlorian Obser
2021-01-27Determine available address families (and monitor when this changes)Florian Obser
2021-01-26Some config changes require a restart of all resolvers even DEAD ones;Florian Obser
2021-01-25Revert local diff now that we no longer use syslog logging inFlorian Obser
2021-01-25Disable logging to syslog for libunbound. We are not getting anythingFlorian Obser
2021-01-24Implement DNS64 synthesis.Florian Obser