index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
unwind
/
resolver.c
Age
Commit message (
Expand
)
Author
2021-02-07
Only probe for DNS64 presence when we know that we can talk to the slaacd
Florian Obser
2021-02-06
Revert delayed opening of trust anchor file. The code was somewhat
Florian Obser
2021-01-31
Make progress when stepping through rdns proposals even when skipping
Florian Obser
2021-01-30
Re-try to open DNSSEC trust anchor file if /var is not mounted yet.
Florian Obser
2021-01-29
Some libunbound configuration changes can change the quality of a
Florian Obser
2021-01-28
A new resolver can be created while we currently run a check with the
Florian Obser
2021-01-27
Determine available address families (and monitor when this changes)
Florian Obser
2021-01-26
Some config changes require a restart of all resolvers even DEAD ones;
Florian Obser
2021-01-25
Disable logging to syslog for libunbound. We are not getting anything
Florian Obser
2021-01-24
Implement DNS64 synthesis.
Florian Obser
2021-01-23
Move resolv_conf string generation for ASR to function; makes
Florian Obser
2021-01-23
Don't just blindly upgrade to VALIDATING if we see a SECURE answer.
Florian Obser
2021-01-19
Make imsg event structs static to fix -fno-common.
Florian Obser
2021-01-19
No need for a global uw_process; unbreaks -fno-common.
Florian Obser
2020-12-26
Otto hit an impossible situation: an answer bigger than 64k.
Florian Obser
2020-12-11
Introduce query_imsg2str() to simplify printing "qname class type".
Florian Obser
2020-12-11
The recent fix to handle large answers in unwind (errata #5 for 6.8)
Florian Obser
2020-11-05
Handle DNS answers that are larger than the maximum imsg size (about
Florian Obser
2020-09-12
When an interface disapears we need to forget the learned autoconf
Florian Obser
2020-05-10
sockaddr_rtdns does not guarantee alignment of the buffer. So first
Otto Moerbeek
2020-03-19
Return when create_solver() returns NULL to prevent null pointer dereference
tobhe
2020-01-28
We are not correctly upgrading from "UNKNOWN" to "VALIDATING"
Florian Obser
2020-01-28
sbin/unwind: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-20
We can not share a cache between validating and resolving strategies.
Florian Obser
2019-12-23
Ralph Dolmans from nlnetlabs points out that libunbound uses
Florian Obser
2019-12-18
Workaround unbound github issue #99.
Florian Obser
2019-12-18
Implement unwindctl status memory to show chache memory usage.
Florian Obser
2019-12-18
Rework unified cache handling to be able to unify key and neg caches.
Florian Obser
2019-12-15
Make this fit in 80 cols.
Florian Obser
2019-12-15
Allow more outgoing ports, the default 16 is pretty tight for the
Otto Moerbeek
2019-12-14
Be less aggressive pre-allocating memory; ok florian@
Otto Moerbeek
2019-12-14
Simplify resolve_done.
Florian Obser
2019-12-14
No use to create resolvers we know are going to be dead; ok florian@
Otto Moerbeek
2019-12-13
Don't try dead resolvers; ok florian@
Otto Moerbeek
2019-12-13
print type as type and not as rcode
Otto Moerbeek
2019-12-13
Avoid leaks by using the _buf versions of sldns_wire2str_* functions.
Otto Moerbeek
2019-12-12
Only create (and check) resolvers listed in preferences.
Florian Obser
2019-12-11
Plug leaks related to running queue maintenance. ok florian@
Otto Moerbeek
2019-12-10
Similar to doubting NXDOMAIN when we just switched networks we also
Florian Obser
2019-12-08
Limit advertised UDP payload size to 1232 bytes to prevent PMTU /
Florian Obser
2019-12-08
Turn opportunistic DoT into their own strategies.
Florian Obser
2019-12-06
Log why an answer is bogus.
Florian Obser
2019-12-06
Use the middle of the histogram bar in the median computations
Otto Moerbeek
2019-12-05
be less verbose in debug logging; ok florian@
Otto Moerbeek
2019-12-04
When we detect that a resolver strategy is not validating because the
Florian Obser
2019-12-04
If we see a validated result, we can (must!) assume the resolver is
Otto Moerbeek
2019-12-03
Cleanup query logging.
Florian Obser
2019-12-03
Cleanup check_resolver_done() debug logging.
Florian Obser
2019-12-03
Add one more debug level and enable very detailed libunbound logging
Florian Obser
2019-12-03
No need to store "why_bogus" with the resolver, we are no longer
Florian Obser
[next]