summaryrefslogtreecommitdiff
path: root/sbin/unwind
AgeCommit message (Expand)Author
2019-03-24Reduce debug logging in best_resolver() to two lines, helps a bit withFlorian Obser
2019-03-24recheck all resolvers when we are no longer behind a captive portalFlorian Obser
2019-03-24Do not check every resolver every 30 seconds as that is wasteful andFlorian Obser
2019-03-24If we can't check the resolver its state is UNKNOWN.Florian Obser
2019-03-24remove useless debug outputFlorian Obser
2019-03-22No need to log that the DHCP lease file doesn't exist.Jeremie Courreges-Anglas
2019-03-15Correctly interlock config reloads imsgs.Florian Obser
2019-03-04According to RFC 7230 Section 3.2 header field names areFlorian Obser
2019-03-02Unfortunately we cannot use unveil in the main process since thisFlorian Obser
2019-03-01Due to the way we build libunbound inside of unwind .o files collide inFlorian Obser
2019-02-18fix typoTheo de Raadt
2019-02-18Introduce IMSG_DATA_SIZE() macro to to replace reoccuring math onFlorian Obser
2019-02-17Since we do a naive string comparison to see if the trust anchorFlorian Obser
2019-02-17On log verbosity change we need to restart all resolvers: add missingFlorian Obser
2019-02-17Pass verbosity changes to captive portal process.Florian Obser
2019-02-17 s/unwind_/uw_/ to save screen real estate; fix style(9) issues while hereFlorian Obser
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-02-11With the rewrite of the trust anchor handling code we no longer need aFlorian Obser
2019-02-10Simplify trust anchor handling.Florian Obser
2019-02-08Backport r5108 from unbound upstream, pointed out by florian@.Stuart Henderson
2019-02-08update unwind's copy of libunbound to match the new 1.9.0 update inStuart Henderson
2019-02-08Oops, unbreak captive portal detection.Florian Obser
2019-02-07Rewrite trust anchor handling.Florian Obser
2019-02-05Cm yes | Cm no -> Cm yes | noJason McIntyre
2019-02-05unref resolver in error branchFlorian Obser
2019-02-05missing full stop;Jason McIntyre
2019-02-04various minor tweaks, plus an adjustment from florian;Jason McIntyre
2019-02-03Stop lying about slaacd(8).Florian Obser
2019-02-03Captive portal detection for unwind(8).Florian Obser
2019-02-01Don't send udp sockets that we failed to open to the frontend,Florian Obser
2019-02-01port is in network byte orderFlorian Obser
2019-01-31Remove a log statement used for debugsolene
2019-01-31restrict commands reload and log to root onlysolene
2019-01-30fix parsing of imcomplete dhclient.lease files, initialize epoch to 0.Sebastian Benoit
2019-01-30check that ips in the forwarder {} sections are indeed ips.Sebastian Benoit
2019-01-30remove not needed includes in uw_parse.ySebastian Benoit
2019-01-29replace err() with yyerror/YYERROR, only leave err() where we run outSebastian Benoit
2019-01-29Get rid of ugly access(2) and still be able to run without a configFlorian Obser
2019-01-29notyetFlorian Obser
2019-01-29Bring macro section in line with other config file man pages.Florian Obser
2019-01-29Make imsg processing much more paranoid.Florian Obser
2019-01-29nl in forwarder line is optional, makes the grammar conform more to manualOtto Moerbeek
2019-01-29We don't need IMSG_SHUTDOWN, we can just close the sockets.Florian Obser
2019-01-27Implement DNS over TLS (DoT).Florian Obser
2019-01-27Add ub_ctx_set_tls() to libunbound to enable DNS over TLS on a context.Florian Obser
2019-01-27unwind(8) traces its ancestry to rad(8) and inherited all of its includeFlorian Obser
2019-01-26fix trustanchor path; from Caspar Schutijser. Thanks!Florian Obser
2019-01-25We are not holding on to a ref to the resolver if ub_resolve_event fails.Florian Obser
2019-01-25configparser.c gets generated by the build infrastructure even thoughFlorian Obser
2019-01-25make sure resolver exists before sending detailed infoFlorian Obser