Age | Commit message (Expand) | Author |
2019-02-26 | get rid of the mpw goop | David Gwynne |
2019-02-26 | implement support for pwe3 ioctls | David Gwynne |
2019-02-23 | Correct comment on delete_addresses() return value. | Kenneth R Westerback |
2019-02-23 | Restore pre-a2k19 behaviour of clearing out all existing addresses | Kenneth R Westerback |
2019-02-21 | If sysctl(8) was compiled with an obsolete struct sensordev size, | Alexander Bluhm |
2019-02-21 | Compute params of shrunk partition and not of resized one; ok krw@ | Otto Moerbeek |
2019-02-20 | Tweak previous, use the same wording everywhere | Jeremie Courreges-Anglas |
2019-02-20 | avoid abbreviation "AF" when "address family" fits on the line; noted by Alfr... | Theo de Raadt |
2019-02-19 | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. | Stefan Sperling |
2019-02-19 | oops, bad Pp snuck in; | Jason McIntyre |
2019-02-18 | Rework the certificate generation examples a bit: | Stuart Henderson |
2019-02-18 | fix typo | Theo de Raadt |
2019-02-18 | Change ps_len of struct pfioc_states and psn_len of struct | Alexander Bluhm |
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-16 | SSID/LLADDR/LINK_STATE_IS_UP changes must discard the previous | Kenneth R Westerback |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-02-13 | Nuke unused variable. | Kenneth R Westerback |
2019-02-13 | Try harder to start a new line when link is obtained and a new | Kenneth R Westerback |
2019-02-12 | Restructure code to simplifiy imsg communications, further separating | Kenneth R Westerback |
2019-02-11 | With the rewrite of the trust anchor handling code we no longer need a | Florian Obser |
2019-02-10 | Delete BUGS: dubious style and not relevant/accurate | Jeremie Courreges-Anglas |
2019-02-10 | Add a warning that scan_ffs doesn't support FFS2 filesystems | Jeremie Courreges-Anglas |
2019-02-10 | Drop useless .TH line; ok jmc@ | Jeremie Courreges-Anglas |
2019-02-10 | Anchor names must not be empty | kn |
2019-02-10 | Unify anchor name sanity checks | kn |
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-06 | Replace overlapping memcpy() with memmove() in getpathname(). | Todd C. Miller |
2019-02-06 | Replace overlapping memcpy() with memmove() in getpathname(). | Todd C. Miller |
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-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
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-02 | Show the routing address selected by "route-to" in "pfctl -s states". | YASUOKA Masahiko |
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 | Make divert-packet port accept any port specification | kn |
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 |