summaryrefslogtreecommitdiffstats
path: root/sbin/unwind (follow)
Commit message (Expand)AuthorAgeFilesLines
* sync to unbound 1.13.1; heavy lifting by sthenflorian2021-03-1636-2951/+3596
* Path #defines are traditionally prefixed with _PATH.florian2021-02-273-8/+8
* We need to track the pid of the connecting control connection to beflorian2021-02-241-4/+6
* zap unneccessary .Pp;jmc2021-02-201-4/+2
* Add an EXAMPLES sectionsolene2021-02-191-2/+26
* Only probe for DNS64 presence when we know that we can talk to the slaacdflorian2021-02-071-2/+3
* Revert delayed opening of trust anchor file. The code was somewhatflorian2021-02-063-62/+16
* Make progress when stepping through rdns proposals even when skippingflorian2021-01-311-3/+3
* Re-try to open DNSSEC trust anchor file if /var is not mounted yet.florian2021-01-303-16/+62
* Some libunbound configuration changes can change the quality of aflorian2021-01-291-11/+17
* Don't filter by address family on the route socket.florian2021-01-291-4/+4
* A new resolver can be created while we currently run a check with theflorian2021-01-281-3/+7
* Determine available address families (and monitor when this changes)florian2021-01-275-14/+126
* Some config changes require a restart of all resolvers even DEAD ones;florian2021-01-261-4/+2
* Revert local diff now that we no longer use syslog logging inflorian2021-01-251-4/+0
* Disable logging to syslog for libunbound. We are not getting anythingflorian2021-01-252-6/+9
* Implement DNS64 synthesis.florian2021-01-247-15/+738
* Move resolv_conf string generation for ASR to function; makesflorian2021-01-231-14/+25
* Don't just blindly upgrade to VALIDATING if we see a SECURE answer.florian2021-01-231-3/+3
* Make imsg event structs static to fix -fno-common.florian2021-01-193-18/+15
* Move control_state and ctl_conns to control.c, it's not neededflorian2021-01-194-26/+24
* Prevent more yacc clashes; fixes -fno-common.florian2021-01-191-0/+6
* Reduce scope of routesock unbreaking -fno-common.florian2021-01-191-3/+6
* No need for a global uw_process; unbreaks -fno-common.florian2021-01-194-26/+17
* Remove c++ comment that snuck in and remove useless debug output.florian2021-01-181-3/+2
* Implement listening on 53/TCPflorian2021-01-123-11/+313
* Rewrite query parsing and answer formatting using libunbound providedflorian2021-01-121-168/+218
* do not call log_addr() when the address is NULLanton2021-01-061-2/+3
* Update default preference listkn2020-12-261-3/+3
* Otto hit an impossible situation: an answer bigger than 64k.florian2020-12-262-4/+11
* Introduce query_imsg2str() to simplify printing "qname class type".florian2020-12-111-18/+24
* The recent fix to handle large answers in unwind (errata #5 for 6.8)florian2020-12-113-83/+81
* Warning: arithmetic on a pointer to void is a GNU extension; mergedflorian2020-12-111-1/+1
* Sprinkle in some static to prevent missing prototype warnings; mergedflorian2020-12-111-3/+3
* sync to libunbound 1.13.0florian2020-12-1133-3217/+4712
* Use RB_FOREACH_SAFE instead of handrolling ittb2020-11-093-12/+7
* Check for and handle duplicates on RB_INSERTtb2020-11-093-6/+17
* Don't leak domain when freeing block list nodestb2020-11-091-1/+2
* Handle DNS answers that are larger than the maximum imsg size (aboutflorian2020-11-054-25/+77
* Add some documentation about the cachingsolene2020-10-292-4/+12
* Update to libunbound 1.12.0; heavy lifting by sthenflorian2020-10-2841-3922/+5457
* Plug leak of 'str': at the end of the strsep() loop it is NULL, sootto2020-10-021-2/+2
* When an interface disapears we need to forget the learned autoconfflorian2020-09-123-8/+25
* Use SO_REUSEADDR on the listening socketsjca2020-08-291-1/+8
* Missing prototype for a currently unused function.florian2020-08-291-0/+1
* sync to libunbound-1.11.0florian2020-08-2937-3423/+4480
* Do not log "startup" to syslog.florian2020-05-251-3/+1
* sync libunbound fixes from unbound, ok florian@sthen2020-05-199-72/+246
* sockaddr_rtdns does not guarantee alignment of the buffer. So firstotto2020-05-101-5/+10
* Use a union to ensure cmsg buffer is properly alignedjca2020-05-081-4/+10