Age | Commit message (Expand) | Author |
2024-10-08 | apply the CVE-2024-8508 fix from unbound (put a limit on resources used | Stuart Henderson |
2024-09-06 | Repair build with gcc. | Miod Vallat |
2024-09-05 | Sync to unbound 1.21.0; heavy lifting by sthen | Florian Obser |
2024-08-09 | Add 2024 root zone trust-anchor, it is expected to be used in 2026. | Florian Obser |
2024-06-30 | Clearify "force" and "preference" interaction. | Florian Obser |
2024-06-29 | Disable the shared cache between resolvers for now. | Florian Obser |
2024-06-14 | sync to unbound 1.20.0 | Florian Obser |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-10 | Keep probing upstream servers. | Florian Obser |
2024-05-09 | ctime(3) and ctime_r(3) can fail when timestamps are way off. | Florian Obser |
2024-04-28 | gmtime(3) / locatime(3) can fail when timestamps are way off. | Florian Obser |
2024-04-13 | sync to unbound 1.19.3 | Florian Obser |
2024-02-25 | Let some missing missing RFC 1918 reverse zones through. | Florian Obser |
2024-02-13 | Fix for CVE-2023-50387 and CVE-2023-50868. | Florian Obser |
2023-12-14 | Use imsg_get_fd() to access the fd passed with the imsg. | Claudio Jeker |
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 |