summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-02-18fix typoTheo de Raadt
2019-02-18Change ps_len of struct pfioc_states and psn_len of structAlexander Bluhm
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-16SSID/LLADDR/LINK_STATE_IS_UP changes must discard the previousKenneth R Westerback
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-02-13Nuke unused variable.Kenneth R Westerback
2019-02-13Try harder to start a new line when link is obtained and a newKenneth R Westerback
2019-02-12Restructure code to simplifiy imsg communications, further separatingKenneth R Westerback
2019-02-11With the rewrite of the trust anchor handling code we no longer need aFlorian Obser
2019-02-10Delete BUGS: dubious style and not relevant/accurateJeremie Courreges-Anglas
2019-02-10Add a warning that scan_ffs doesn't support FFS2 filesystemsJeremie Courreges-Anglas
2019-02-10Drop useless .TH line; ok jmc@Jeremie Courreges-Anglas
2019-02-10Anchor names must not be emptykn
2019-02-10Unify anchor name sanity checkskn
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-06Replace overlapping memcpy() with memmove() in getpathname().Todd C. Miller
2019-02-06Replace overlapping memcpy() with memmove() in getpathname().Todd C. Miller
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-05dev_t is signed to permit passing -1 as an invalid condition, but theTheo de Raadt
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-02Show the routing address selected by "route-to" in "pfctl -s states".YASUOKA Masahiko
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-31Make divert-packet port accept any port specificationkn
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-29Add a dedicated sysctl(2) node for witness(4).Visa Hankala
2019-01-29Reuse copy_satopfaddr() when killing entrieskn