Age | Commit message (Expand) | Author |
2022-08-29 | Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd, | Theo de Raadt |
2022-06-18 | sync to libunbound 1.16.0; heavy lifting by sthen | Florian Obser |
2022-06-18 | We were a bit too enthusiastic when we copied libunbound and some other | Florian Obser |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-13 | parse_packet() is used by unbound to parse response packets, not | Florian Obser |
2022-03-12 | Probe for DNS64 presence with an absolute name so that asr doesn't add | Florian Obser |
2022-03-03 | Use LDNS_RCODE define; no functional change | Florian Obser |
2022-03-01 | Update to libunbound 1.15.0; heavy lifting by sthen in unbound(8). | Florian Obser |
2022-03-01 | Upstream renamed parse_extract_edns to | Florian Obser |
2022-01-09 | unwind/unbound: prepare for opaque DSA and RSA. | Theo Buehler |
2021-12-18 | Make sure we receive what we expect over imsg. | Florian Obser |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-11-19 | Sync to unbound to allow interface names as scope-id in IPv6 | Florian Obser |
2021-11-16 | Validate RTM_PROPOSAL in resolver not frontend | Klemens Nanni |
2021-11-16 | Simplify address family handling, ditch inet_ntop(3) | Klemens Nanni |
2021-11-16 | Install missing scope identifier for IPv6 link-local addresses | Klemens Nanni |
2021-10-24 | Use braces in config examples | Klemens Nanni |
2021-10-23 | unwind(8) gives the most preferred resolver strategy a bit more time | Florian Obser |
2021-10-22 | oops, missed unused variable in previous | Florian Obser |
2021-10-22 | config_new_empty() should give us a completely empty config, let | Florian Obser |
2021-10-22 | Honour enabled resolvers to keep unused forwarders actually disabled | Klemens Nanni |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-08-31 | Adjust .Bl width | Klemens Nanni |
2021-08-31 | Say autoconf not dhcp | Klemens Nanni |
2021-08-30 | INADDR_LOOPBACK check needs htonl(3) to work | Klemens Nanni |
2021-08-14 | Use new val-max-restart: 0 option to stop unwind from trying different | Florian Obser |
2021-08-14 | Fix "no previous prototype" warning | Florian Obser |
2021-08-14 | sync to unbound 1.13.2 | Florian Obser |
2021-07-25 | Do not doubt a secure (i.e. validated) NXDOMAIN response when we just | Florian Obser |
2021-07-25 | We store a list of resolver strategies in order of their preference in | Florian Obser |
2021-07-24 | Capitalise DNS response code, stub learns from SLAAC, clarify wording | kn |
2021-07-18 | Document dhcpleased(8) and slaacd(8) besides dhclient(8) as DNS source | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-03-16 | sync to unbound 1.13.1; heavy lifting by sthen | Florian Obser |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-24 | We need to track the pid of the connecting control connection to be | Florian Obser |
2021-02-20 | zap unneccessary .Pp; | Jason McIntyre |
2021-02-19 | Add an EXAMPLES section | solene |
2021-02-07 | Only probe for DNS64 presence when we know that we can talk to the slaacd | Florian Obser |
2021-02-06 | Revert delayed opening of trust anchor file. The code was somewhat | Florian Obser |
2021-01-31 | Make progress when stepping through rdns proposals even when skipping | Florian Obser |
2021-01-30 | Re-try to open DNSSEC trust anchor file if /var is not mounted yet. | Florian Obser |
2021-01-29 | Some libunbound configuration changes can change the quality of a | Florian Obser |
2021-01-29 | Don't filter by address family on the route socket. | Florian Obser |
2021-01-28 | A new resolver can be created while we currently run a check with the | Florian Obser |
2021-01-27 | Determine available address families (and monitor when this changes) | Florian Obser |
2021-01-26 | Some config changes require a restart of all resolvers even DEAD ones; | Florian Obser |
2021-01-25 | Revert local diff now that we no longer use syslog logging in | Florian Obser |
2021-01-25 | Disable logging to syslog for libunbound. We are not getting anything | Florian Obser |
2021-01-24 | Implement DNS64 synthesis. | Florian Obser |