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