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
/
unwind.h
Age
Commit message (
Expand
)
Author
2021-08-31
Say autoconf not dhcp
Klemens Nanni
2021-07-25
We store a list of resolver strategies in order of their preference in
Florian Obser
2021-02-27
Path #defines are traditionally prefixed with _PATH.
Florian Obser
2021-01-27
Determine available address families (and monitor when this changes)
Florian Obser
2021-01-24
Implement DNS64 synthesis.
Florian Obser
2021-01-19
No need for a global uw_process; unbreaks -fno-common.
Florian Obser
2021-01-12
Implement listening on 53/TCP
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
2019-12-18
Implement unwindctl status memory to show chache memory usage.
Florian Obser
2019-12-08
More compact two column format for first section of status display; use
Otto Moerbeek
2019-12-08
Turn opportunistic DoT into their own strategies.
Florian Obser
2019-12-04
Use NI_MAXHOST like everywhere else instead of a wrong number.
Florian Obser
2019-12-03
Add one more debug level and enable very detailed libunbound logging
Florian Obser
2019-12-02
Add an "all" mode for status and a much more compact and readable histogram
Otto Moerbeek
2019-12-01
Allow forcing specific domains to be resolved by specific resolvers;
Otto Moerbeek
2019-11-29
While we learn how the "decaying" histogram works it's helpful to show
Florian Obser
2019-11-28
Track all elements of a forwarder configuration individually:
Florian Obser
2019-11-27
Move resolver preference storage to a struct which makes it easier to
Florian Obser
2019-11-27
Nuke http captive portal detection; something better is coming.
Florian Obser
2019-11-26
Improve previous
kn
2019-11-26
Fail on nonexistent config file iff -c is given
kn
2019-11-25
Signal what happened, not what needs doing.
Florian Obser
2019-11-22
Treat DNS proposals as replacement of previous proposals from the same
Florian Obser
2019-11-21
Track on which interface nameservers have been learned.
Florian Obser
2019-11-19
Print learned forwarders in unwindctl.
Florian Obser
2019-11-19
Proposals from dhclient are sometimes replacements.
Florian Obser
2019-11-19
Stop dhcp lease file parsing now that dhclient sends proposals.
Florian Obser
2019-11-14
With the stub resolver we have since some time we can resolve the
Florian Obser
2019-11-14
Since resolve() switched to a callback mechanism all uw_resolver objects
Florian Obser
2019-11-12
It is possible to cancel libunbound queries by tracking an id.
Florian Obser
2019-11-11
Implement DNS proposals to learn nameservers from network
Florian Obser
2019-11-09
Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed for
Florian Obser
2019-11-06
Move control socket to /dev like slaacd(8) is doing to be able to
Florian Obser
2019-11-06
Rename "asr" to "stub" in user visible parts.
Florian Obser
2019-11-03
*** empty log message ***
Otto Moerbeek
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-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-04-02
Add a config option to specify the preference of name servers.
Florian Obser
2019-03-30
Shuffle captive portal detection around.
Florian Obser
2019-03-24
Do not check every resolver every 30 seconds as that is wasteful and
Florian Obser
2019-02-18
Introduce IMSG_DATA_SIZE() macro to to replace reoccuring math on
Florian Obser
2019-02-17
Since we do a naive string comparison to see if the trust anchor
Florian Obser
2019-02-17
s/unwind_/uw_/ to save screen real estate; fix style(9) issues while here
Florian Obser
2019-02-10
Simplify trust anchor handling.
Florian Obser
2019-02-07
Rewrite trust anchor handling.
Florian Obser
[next]