Age | Commit message (Expand) | Author |
2019-11-03 | When we are talking to an upstream nameserver we should not refuse to | Florian Obser |
2019-11-03 | *** empty log message *** | Otto Moerbeek |
2019-11-02 | unused global | Florian Obser |
2019-11-02 | When we are behind a captive portal we very likely need to use the asr | Florian Obser |
2019-10-31 | With the asr fallback we can skip the service port up & down dance, | Florian Obser |
2019-10-31 | Add asr resolver type which completely bypasses libunbound and uses the | Florian Obser |
2019-10-21 | Optionally log blocked queries when using the block list. | Florian Obser |
2019-10-19 | Plug mem leak when the list of dhcp resolvers didn't change. ok florian@ | Otto Moerbeek |
2019-10-18 | Plug mem leak in error path; ok florian@ who also spotted the rad case | Otto Moerbeek |
2019-10-18 | Another case of using yacc effectively to avoid repeating code; ok florian@ | Otto Moerbeek |
2019-10-18 | Reafctor forwarder clause to avoid having to write out the same code | Otto Moerbeek |
2019-10-12 | handle version.bind / version.server | Florian Obser |
2019-10-12 | Carry the answer in the pending_query struct. Makes it clearer who is | Florian Obser |
2019-10-12 | Be more strict with which queries to accept. Modeled after | Florian Obser |
2019-10-12 | Don't hand parse the query, libunbound has query_info_parse() for that. | Florian Obser |
2019-10-08 | Make sure struct pending_query is fully initialized by using calloc. | Florian Obser |
2019-10-06 | Eek, check overflow with destination size, not source | Florian Obser |
2019-10-03 | Fix CVE-2019-16866 | Florian Obser |
2019-09-30 | Introduce defines for DNSSEC validation states. | Florian Obser |
2019-09-29 | Fix histogram code to do an inclusive check for the upper bound to | Otto Moerbeek |
2019-09-29 | annoying trailing whitespaces | Florian Obser |
2019-09-25 | Do not leak cur_ns in case of malformed lease file. | Florian Obser |
2019-09-25 | Be more robust when dealing with malformed lease files. | Florian Obser |
2019-09-12 | Update to libunbound 1.9.3 | Florian Obser |
2019-07-14 | Update to libunbound 1.9.2 | Florian Obser |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-23 | If we find ourselves behind a captive portal shutdown the service port. | Florian Obser |
2019-05-23 | typo | Florian Obser |
2019-05-14 | Move common config passing code into a function. | Florian Obser |
2019-05-13 | Remove strict mode for now, it is in the way. | Florian Obser |
2019-05-10 | Implement DNS block lists. If unwind is queried for a domain | Florian Obser |
2019-05-08 | When starting up use the built-in DNSSEC trust anchor as well as the | Florian Obser |
2019-05-06 | Only try to resolve the DNSSEC trust anchor if we have a validating | Florian Obser |
2019-05-03 | Revert previous, I got too excited and forgot about the config file :( | Florian Obser |
2019-04-30 | Restrict file system access to /var/db for the dhclient lease files. | Florian Obser |
2019-04-03 | Default to port 853 if DoT is used; pointed out by tedu | Florian Obser |
2019-04-02 | be consistent with "DoT"; from raf czlonka | Jason McIntyre |
2019-04-02 | move the captive portal text into the actual block; | Jason McIntyre |
2019-04-02 | use a compact list for previous, and tweak a little; ok florian | Jason McIntyre |
2019-04-02 | the fiendishly that needed some extra space here didn't pan out | Florian Obser |
2019-04-02 | Simplify code; we can loop over our resolvers now. | Florian Obser |
2019-04-02 | Add a config option to specify the preference of name servers. | Florian Obser |
2019-04-02 | Collapse case statements to a common fall through and use the passed | Florian Obser |
2019-04-02 | Introduce array of resolvers in preparation of custom ordering | Florian Obser |
2019-04-01 | Reduce code duplication and ensure that a type of resolver and it's | Florian Obser |
2019-04-01 | Implement "Authentication Domain Names" configuration as per RFC 8310 | Florian Obser |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-03-31 | we don't need to set openssl lock callbacks. this code is not threaded. | Ted Unangst |
2019-03-31 | use AI_NUMERICHOST for ip conversion. ok florian | Ted Unangst |