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.c
Age
Commit message (
Expand
)
Author
2023-02-15
Use correct order of arguments for shutdown(2).
Florian Obser
2021-12-18
Make sure we receive what we expect over imsg.
Florian Obser
2021-10-22
oops, missed unused variable in previous
Florian Obser
2021-10-22
config_new_empty() should give us a completely empty config, let
Florian Obser
2021-10-22
Honour enabled resolvers to keep unused forwarders actually disabled
Klemens Nanni
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-02-06
Revert delayed opening of trust anchor file. The code was somewhat
Florian Obser
2021-01-30
Re-try to open DNSSEC trust anchor file if /var is not mounted yet.
Florian Obser
2021-01-29
Don't filter by address family on the route socket.
Florian Obser
2021-01-27
Determine available address families (and monitor when this changes)
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
2021-01-18
Remove c++ comment that snuck in and remove useless debug output.
Florian Obser
2021-01-12
Implement listening on 53/TCP
Florian Obser
2020-11-09
Use RB_FOREACH_SAFE instead of handrolling it
Theo Buehler
2020-11-09
Check for and handle duplicates on RB_INSERT
Theo Buehler
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-08-29
Use SO_REUSEADDR on the listening sockets
Jeremie Courreges-Anglas
2020-05-25
Do not log "startup" to syslog.
Florian Obser
2019-12-20
Try to bind to port 53 before opening the control socket.
Florian Obser
2019-12-08
Turn opportunistic DoT into their own strategies.
Florian Obser
2019-12-03
Add one more debug level and enable very detailed libunbound logging
Florian Obser
2019-12-01
Allow forcing specific domains to be resolved by specific resolvers;
Otto Moerbeek
2019-11-29
Don't hand-roll TAILQ_CONCAT in a slow way.
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-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-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-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-09-29
annoying trailing whitespaces
Florian Obser
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
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-05-03
Revert previous, I got too excited and forgot about the config file :(
Florian Obser
2019-04-30
Restrict file system access to /var/db for the dhclient lease files.
Florian Obser
2019-04-02
Add a config option to specify the preference of name servers.
Florian Obser
2019-03-31
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
YASUOKA Masahiko
2019-03-31
use AI_NUMERICHOST for ip conversion. ok florian
Ted Unangst
2019-03-30
Shuffle captive portal detection around.
Florian Obser
2019-03-22
No need to log that the DHCP lease file doesn't exist.
Jeremie Courreges-Anglas
[next]