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-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
2019-02-08
Oops, unbreak captive portal detection.
Florian Obser
2019-02-07
Rewrite trust anchor handling.
Florian Obser
2019-02-05
Cm yes | Cm no -> Cm yes | no
Jason McIntyre
2019-02-05
unref resolver in error branch
Florian Obser
2019-02-05
missing full stop;
Jason McIntyre
2019-02-04
various minor tweaks, plus an adjustment from florian;
Jason McIntyre
2019-02-03
Stop lying about slaacd(8).
Florian Obser
2019-02-03
Captive portal detection for unwind(8).
Florian Obser
2019-02-01
Don't send udp sockets that we failed to open to the frontend,
Florian Obser
2019-02-01
port is in network byte order
Florian Obser
2019-01-31
Remove a log statement used for debug
solene
2019-01-31
restrict commands reload and log to root only
solene
2019-01-30
fix parsing of imcomplete dhclient.lease files, initialize epoch to 0.
Sebastian Benoit
2019-01-30
check that ips in the forwarder {} sections are indeed ips.
Sebastian Benoit
2019-01-30
remove not needed includes in uw_parse.y
Sebastian Benoit
2019-01-29
replace err() with yyerror/YYERROR, only leave err() where we run out
Sebastian Benoit
2019-01-29
Get rid of ugly access(2) and still be able to run without a config
Florian Obser
2019-01-29
notyet
Florian Obser
2019-01-29
Bring macro section in line with other config file man pages.
Florian Obser
2019-01-29
Make imsg processing much more paranoid.
Florian Obser
2019-01-29
nl in forwarder line is optional, makes the grammar conform more to manual
Otto Moerbeek
2019-01-29
We don't need IMSG_SHUTDOWN, we can just close the sockets.
Florian Obser
2019-01-27
Implement DNS over TLS (DoT).
Florian Obser
2019-01-27
Add ub_ctx_set_tls() to libunbound to enable DNS over TLS on a context.
Florian Obser
2019-01-27
unwind(8) traces its ancestry to rad(8) and inherited all of its include
Florian Obser
2019-01-26
fix trustanchor path; from Caspar Schutijser. Thanks!
Florian Obser
2019-01-25
We are not holding on to a ref to the resolver if ub_resolve_event fails.
Florian Obser
2019-01-25
configparser.c gets generated by the build infrastructure even though
Florian Obser
2019-01-25
make sure resolver exists before sending detailed info
Florian Obser
[next]