Age | Commit message (Expand) | Author |
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 |
2019-01-25 | typo | Florian Obser |
2019-01-25 | We also need to check the rcode in the wire paket. | Florian Obser |
2019-01-25 | fix dhclient.conf syntax | Florian Obser |
2019-01-25 | pasto; from Caspar Schutijser, thanks! | Florian Obser |
2019-01-25 | The correct spelling is AF_ROUTE; from Caspar Schutijser, thanks! | Florian Obser |
2019-01-24 | Open and close listening sockets on localhost:53 depending on if we can | Florian Obser |
2019-01-24 | fix shift/reduce conflict | Florian Obser |
2019-01-24 | Fix a bunch of shadow and missing prototype compiler warnings. | Florian Obser |
2019-01-24 | Switch to libunbound internals for packet parsing. | Florian Obser |
2019-01-24 | When we switched from the fork based ub_resolve_async() to | Florian Obser |