summaryrefslogtreecommitdiff
path: root/sbin/unwind
AgeCommit message (Expand)Author
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
2021-01-23Move resolv_conf string generation for ASR to function; makesFlorian Obser
2021-01-23Don't just blindly upgrade to VALIDATING if we see a SECURE answer.Florian Obser
2021-01-19Make imsg event structs static to fix -fno-common.Florian Obser
2021-01-19Move control_state and ctl_conns to control.c, it's not neededFlorian Obser
2021-01-19Prevent more yacc clashes; fixes -fno-common.Florian Obser
2021-01-19Reduce scope of routesock unbreaking -fno-common.Florian Obser
2021-01-19No need for a global uw_process; unbreaks -fno-common.Florian Obser
2021-01-18Remove c++ comment that snuck in and remove useless debug output.Florian Obser
2021-01-12Implement listening on 53/TCPFlorian Obser
2021-01-12Rewrite query parsing and answer formatting using libunbound providedFlorian Obser
2021-01-06do not call log_addr() when the address is NULLanton
2020-12-26Update default preference listkn
2020-12-26Otto hit an impossible situation: an answer bigger than 64k.Florian Obser
2020-12-11Introduce query_imsg2str() to simplify printing "qname class type".Florian Obser
2020-12-11The recent fix to handle large answers in unwind (errata #5 for 6.8)Florian Obser
2020-12-11Warning: arithmetic on a pointer to void is a GNU extension; mergedFlorian Obser
2020-12-11Sprinkle in some static to prevent missing prototype warnings; mergedFlorian Obser
2020-12-11sync to libunbound 1.13.0Florian Obser
2020-11-09Use RB_FOREACH_SAFE instead of handrolling itTheo Buehler
2020-11-09Check for and handle duplicates on RB_INSERTTheo Buehler
2020-11-09Don't leak domain when freeing block list nodesTheo Buehler
2020-11-05Handle DNS answers that are larger than the maximum imsg size (aboutFlorian Obser
2020-10-29Add some documentation about the cachingsolene
2020-10-28Update to libunbound 1.12.0; heavy lifting by sthenFlorian Obser
2020-10-02Plug leak of 'str': at the end of the strsep() loop it is NULL, soOtto Moerbeek
2020-09-12When an interface disapears we need to forget the learned autoconfFlorian Obser
2020-08-29Use SO_REUSEADDR on the listening socketsJeremie Courreges-Anglas
2020-08-29Missing prototype for a currently unused function.Florian Obser
2020-08-29sync to libunbound-1.11.0Florian Obser
2020-05-25Do not log "startup" to syslog.Florian Obser
2020-05-19sync libunbound fixes from unbound, ok florian@Stuart Henderson