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