Age | Commit message (Expand) | Author |
2023-09-15 | Improve handling of ENOBUFS by not running in a tight loop forever. | Florian Obser |
2023-09-14 | satisfy non-c99 compilers | Theo de Raadt |
2023-09-12 | Revert accidentally committed debugging code | Theo Buehler |
2023-09-11 | Improve handling of ENOBUFS by not running in a tight loop forever. | Florian Obser |
2023-09-05 | Fix indentation, found with -Wmisleading-indentation. | Florian Obser |
2023-09-05 | Prevent warnings from -Wmissing-prototypes | Florian Obser |
2023-09-05 | Fix built. | Florian Obser |
2023-09-05 | sync to unbound 1.18.0; heavy lifting by sthen | Florian Obser |
2023-04-30 | avoid use after free | Jonathan Gray |
2023-04-18 | If rcode is SERVFAIL, there is no need to look at the packet. | Florian Obser |
2023-04-18 | Improve asr error handling. | Florian Obser |
2023-02-21 | some nameserver proposal bits: | Jason McIntyre |
2023-02-15 | Use correct order of arguments for shutdown(2). | Florian Obser |
2023-02-08 | unwind: add two missing void to function definitions | Theo Buehler |
2023-02-07 | home.arpa is a special-use domain, internally answered by libunbound. | Florian Obser |
2023-01-03 | do not mention dhclient as a dhcp route message sender | Theo de Raadt |
2022-11-29 | Ignore late check results for resolvers we no longer use. | Florian Obser |
2022-11-27 | Plug leak of tmp in case allocation of pq->abuf fails | Theo Buehler |
2022-11-27 | KNF nit: place brace correctly | Theo Buehler |
2022-11-25 | Do not crash when a tcp query is larger than the length field | Alexander Bluhm |
2022-11-13 | Sync config.h, we have ed25519 support now. | Florian Obser |
2022-10-22 | sync to unbound 1.17.0; heavy lifting by sthen | Florian Obser |
2022-09-23 | Sync to libunbound 1.16.3 | Florian Obser |
2022-08-30 | sync to libunbound 1.16.2; heavy lifting by sthen | Florian Obser |
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 |