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
Age
Commit message (
Expand
)
Author
2019-07-14
Update to libunbound 1.9.2
Florian Obser
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-23
If we find ourselves behind a captive portal shutdown the service port.
Florian Obser
2019-05-23
typo
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-05-08
When starting up use the built-in DNSSEC trust anchor as well as the
Florian Obser
2019-05-06
Only try to resolve the DNSSEC trust anchor if we have a validating
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-03
Default to port 853 if DoT is used; pointed out by tedu
Florian Obser
2019-04-02
be consistent with "DoT"; from raf czlonka
Jason McIntyre
2019-04-02
move the captive portal text into the actual block;
Jason McIntyre
2019-04-02
use a compact list for previous, and tweak a little; ok florian
Jason McIntyre
2019-04-02
the fiendishly that needed some extra space here didn't pan out
Florian Obser
2019-04-02
Simplify code; we can loop over our resolvers now.
Florian Obser
2019-04-02
Add a config option to specify the preference of name servers.
Florian Obser
2019-04-02
Collapse case statements to a common fall through and use the passed
Florian Obser
2019-04-02
Introduce array of resolvers in preparation of custom ordering
Florian Obser
2019-04-01
Reduce code duplication and ensure that a type of resolver and it's
Florian Obser
2019-04-01
Implement "Authentication Domain Names" configuration as per RFC 8310
Florian Obser
2019-03-31
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
YASUOKA Masahiko
2019-03-31
we don't need to set openssl lock callbacks. this code is not threaded.
Ted Unangst
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-30
Do not try to print NULL with %s.
Florian Obser
2019-03-30
update to libunbound 1.9.1; heavy lifting by sthen in unbound(8)
Florian Obser
2019-03-24
Reduce debug logging in best_resolver() to two lines, helps a bit with
Florian Obser
2019-03-24
recheck all resolvers when we are no longer behind a captive portal
Florian Obser
2019-03-24
Do not check every resolver every 30 seconds as that is wasteful and
Florian Obser
2019-03-24
If we can't check the resolver its state is UNKNOWN.
Florian Obser
2019-03-24
remove useless debug output
Florian Obser
2019-03-22
No need to log that the DHCP lease file doesn't exist.
Jeremie Courreges-Anglas
2019-03-15
Correctly interlock config reloads imsgs.
Florian Obser
2019-03-04
According to RFC 7230 Section 3.2 header field names are
Florian Obser
2019-03-02
Unfortunately we cannot use unveil in the main process since this
Florian Obser
2019-03-01
Due to the way we build libunbound inside of unwind .o files collide in
Florian Obser
2019-02-18
fix typo
Theo de Raadt
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
On log verbosity change we need to restart all resolvers: add missing
Florian Obser
2019-02-17
Pass verbosity changes to captive portal process.
Florian Obser
2019-02-17
s/unwind_/uw_/ to save screen real estate; fix style(9) issues while here
Florian Obser
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2019-02-11
With the rewrite of the trust anchor handling code we no longer need a
Florian Obser
2019-02-10
Simplify trust anchor handling.
Florian Obser
2019-02-08
Backport r5108 from unbound upstream, pointed out by florian@.
Stuart Henderson
2019-02-08
update unwind's copy of libunbound to match the new 1.9.0 update in
Stuart Henderson
[next]