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
/
parse.y
Age
Commit message (
Expand
)
Author
2021-10-22
config_new_empty() should give us a completely empty config, let
Florian Obser
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
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
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
2019-12-08
Turn opportunistic DoT into their own strategies.
Florian Obser
2019-12-01
Allow forcing specific domains to be resolved by specific resolvers;
Otto Moerbeek
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-09
Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed for
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
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-10-18
Plug mem leak in error path; ok florian@ who also spotted the rad case
Otto Moerbeek
2019-10-18
Another case of using yacc effectively to avoid repeating code; ok florian@
Otto Moerbeek
2019-10-18
Reafctor forwarder clause to avoid having to write out the same code
Otto Moerbeek
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
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-03
Default to port 853 if DoT is used; pointed out by tedu
Florian Obser
2019-04-02
Add a config option to specify the preference of name servers.
Florian Obser
2019-04-01
Implement "Authentication Domain Names" configuration as per RFC 8310
Florian Obser
2019-03-01
Due to the way we build libunbound inside of unwind .o files collide in
Florian Obser