summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-09-03No need for a private #define for the INQUIRY response_format value '2'. JustKenneth R Westerback
2020-09-02Fix clang warning in vmctl(8)Theo Buehler
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big toKenneth R Westerback
2020-08-30If no replies are received for a while due to connectivity issuesOtto Moerbeek
2020-08-29typo; pointed out by Matthias (mpfr AT fn.de), thanks!Florian Obser
2020-08-27add missing "regex" keyword; from heddi nabbisenJason McIntyre
2020-08-26Set fastcgi socket default on server and location.Florian Obser
2020-08-25check that fcgiport string value is within rangetracey
2020-08-24Add support for non-localhost fastcgi sockets.tracey
2020-08-24The kernel provides sufficiently randomised ports.Florian Obser
2020-08-24merge unbound 1.11.0Stuart Henderson
2020-08-24update to unbound 1.11.0, tests tb@ dtucker@, ok tb@Stuart Henderson
2020-08-23Merge listen_sock into address, since there's a 1:1 correlation. Save someMartijn van Duren
2020-08-21Fix wrong fall through. The IMSG_CTL_SHOW_DB_INTRA case should onlyjan
2020-08-21Remove redundent code.jan
2020-08-21Fix column spacing for disk transfer speedskn
2020-08-20Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messagesJonathan Matthew
2020-08-19add unveil(2) againRicardo Mestre
2020-08-17Previous commit broke two things:Martijn van Duren
2020-08-17add geneve option printing.David Gwynne
2020-08-17don't need to shift the vxlan vni twice.David Gwynne
2020-08-17add initial support for handling geneve packets.David Gwynne
2020-08-16Reflect recent wsfontload(8) changes in the man page.Frederic Cambus
2020-08-13Be compatible with bpftrace(8)'s output when printing stack traces in maps.Martin Pieuchot
2020-08-13When dealing with integers, it seems that [1] and [1, 2) are the same.Martin Pieuchot
2020-08-13Improve documentation.Martin Pieuchot
2020-08-09Some times ago we disabled in-kernel timeout for pppx(4) relatedmvs
2020-08-08Greatly simplify snmpe_parsevarbinds.Martijn van Duren
2020-08-07Do not hardcode the key length.Martin Pieuchot
2020-08-05Get the default values for font height and width in wsfontload(8) usingFrederic Cambus
2020-08-03remove unused functionsSebastian Benoit
2020-08-03remove another tautologySebastian Benoit
2020-08-03remove unused assignmentSebastian Benoit
2020-08-03remove tautological conditionSebastian Benoit
2020-08-03remove dead assignmentsSebastian Benoit
2020-07-31Replace warnc() with warnx() + strerror() since the first is less portable.Claudio Jeker
2020-07-30Remove the unused function canonicalize_host(), it was copied from relayd.Sebastian Benoit
2020-07-28-Separate out the adding of trust anchors into a separate function thanBob Beck
2020-07-28One tiny step towards adding RRDP support in rpki-client.Claudio Jeker
2020-07-27Fix return value check for openssl API. Do not return success if pkey is NULL.tobhe
2020-07-25remove unsused enum key_type, copied initialy from relays.Sebastian Benoit
2020-07-25Add a EXIT STATUS sectionsolene
2020-07-25More DESC -> DESCR; spotted by espie@Antoine Jacoutot
2020-07-25tyop: DESC -> DESCRAntoine Jacoutot
2020-07-24fix sentence grammar in AUTHORS;Jason McIntyre
2020-07-24make it a bit clearer that -p is a path to a package repository,Jason McIntyre
2020-07-23Fix strlcpy() usage. The size argument should be the full size ofTodd C. Miller
2020-07-23Update to 4.3.2.Florian Obser
2020-07-22sensorsd(8) reported an unveil failure due to chdir / . CallAlexander Bluhm
2020-07-22force long-names on msdos filenames, so that folk can see pretty namesTheo de Raadt