summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-06-14Remove main() prototype and unused envp argument.anton
2017-06-13Initialize the length parameter for radius_get_vs_raw_attr() sinceYASUOKA Masahiko
2017-06-12Use unlinkat() when removing the contents of a directory so we don'tTodd C. Miller
2017-06-12destroy lint remnants.Marc Espie
2017-06-12device path should be PATH_MAX. Any NAME_MAX without +1 is suspectTheo de Raadt
2017-06-11missing .Fn markup for main(); found with mandoc -TlintIngo Schwarze
2017-06-10Fix broken escaping: "\." is almost never what you want; found withIngo Schwarze
2017-06-10Don't describe AppleTalk's output format and bugs.Michal Mazurek
2017-06-09mention that the config file is created at first run, since it doesn'tTed Unangst
2017-06-09If we receive a router solicitation with a source link-layer addressFlorian Obser
2017-06-09Drop uneeded return from rollback_patch().Antoine Jacoutot
2017-06-09/etc/mtree/BSD.x11.dist is part of base, not X; so check forAntoine Jacoutot
2017-06-08update permissions info to match recent changesTodd C. Miller
2017-06-08Add logging for when we find a non-file in the at spool that wasTodd C. Miller
2017-06-08Invoke openssl with -passin file rather than -key in ca_revoke().Jonathan Gray
2017-06-07In cron(8), require that crontab and at files in the spool be ownedTodd C. Miller
2017-06-07vmctl: change default "vmctl console" (cu) baud rate to 115200. NotMike Larkin
2017-06-07When running at jobs, open the at spool and use the directory fdTodd C. Miller
2017-06-07vmd: Implement simulated baudrate support in the ns8250 module. TheMike Larkin
2017-06-07vmd: properly advertise 640k base memory, not 636k. That was a holdoverMike Larkin
2017-06-07reword "listen on socket" somewhat; ok gillesJason McIntyre
2017-06-05Set the group on cron's Unix domain socket _before_ making itTodd C. Miller
2017-06-04Malloc the superblock buffer to make sure that it is properly aligned.Christian Weisgerber
2017-06-03config -e mode should match our other policies which ensure og-rwx /bsd.Theo de Raadt
2017-06-03Move slaacd to /sbinFlorian Obser
2017-06-01Revert 1.16 ("add a workaround for the rebound portjacking hijinks"),Stuart Henderson
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-06-01mention /var/db/acpi; diff from Jan Stary <hans at stare dot cz>;Ingo Schwarze
2017-05-31No slaacd.conf(5) is currently planned. Remove Xr to nonexistent manual.Theo Buehler
2017-05-31Too vs To. Found by Denis Fondras openbsd (at) ledeuns (dot) netClaudio Jeker
2017-05-31Man page bits for ext-community which grew a few more subtypes.Claudio Jeker
2017-05-31Update ext community printer to the changes done in bgpd.Claudio Jeker
2017-05-31Oups, that should have not been committed. Revert.Claudio Jeker
2017-05-31Rework the way we do extended communities (mainly in the parser) and updateClaudio Jeker
2017-05-31Deleting a default route proposal is a bit of work and the code gotFlorian Obser
2017-05-31do not leak address and dfr proposals if an interface goes awayFlorian Obser
2017-05-31add a workaround for the rebound portjacking hijinks. ok millertTed Unangst
2017-05-31remove DEBUG_IMSG; I have figured out imsg flow by now; no binaryFlorian Obser
2017-05-31ca_revoke() gets called two ways. Directly from ca_opt() with keynameJonathan Gray
2017-05-31tweak previous;Jason McIntyre
2017-05-31use strerror; from Edgar PettijohnTheo de Raadt
2017-05-31typo; from Edgar PettijohnTheo de Raadt
2017-05-31Fix a memory leak in pkey_add() error path. All current callers fatalJonathan Gray
2017-05-30add option "query from <ip>" to ntpd.conf, to specify a local IPSebastian Benoit
2017-05-30Oops, this was RTP_BGP during development to be able to easier spotFlorian Obser
2017-05-30MIN->MINIMUM, even though smb is currently disabled.Theo de Raadt
2017-05-30Send a source link-layer address option with our solicitations.Florian Obser
2017-05-30whitespace encountered during reviewTheo de Raadt
2017-05-30remove extended communities that have the transitive bit set fromSebastian Benoit
2017-05-30split vioblk read/write functions into start and finish as prep forTed Unangst