Age | Commit message (Expand) | Author |
2015-11-13 | apmd doesn't connect to the socket, it binds on it; tweak error message | Jeremie Courreges-Anglas |
2015-11-12 | use symbolics for flags to open | Theo de Raadt |
2015-11-12 | daemon() equivelant should open /dev/null; ok millert | Theo de Raadt |
2015-11-12 | new location for cron sockets; ok millert | Jason McIntyre |
2015-11-12 | Use absolute paths in pathnames.h. There is no longer a need to | Todd C. Miller |
2015-11-12 | Remove repeat of getpwnam() that is not needed at all. | Theo de Raadt |
2015-11-12 | pledge the bgpd main process. Some of the promises can be improved upon | Sebastian Benoit |
2015-11-12 | spaces | Theo de Raadt |
2015-11-12 | Remove SIGNALS section now that the non-syslog code has been removed. | Todd C. Miller |
2015-11-12 | Move cron socket to /var/run/cron.sock. Client code will try the old | Todd C. Miller |
2015-11-12 | an invalid carp link state is not a fatal error, since a while newly created | Otto Moerbeek |
2015-11-11 | Use warn/warnx and err/errx. OK jca@ | Todd C. Miller |
2015-11-11 | Niether cron nor crontab need flock permission. | Todd C. Miller |
2015-11-11 | Remove obsolete utime() call. It predates the use of a socket to | Todd C. Miller |
2015-11-11 | Fix spool dir mode check to avoid extraneous chmod() calls. | Todd C. Miller |
2015-11-11 | bottom end of spamdb is just "stdio rpath wpath" | Theo de Raadt |
2015-11-11 | For "crontab -u user -e" change the euid for the mkstemp() call | Todd C. Miller |
2015-11-11 | exit on pledge failure, oops | Theo de Raadt |
2015-11-11 | claudio twice told me pledge "stdio rpath dns" is probably enough. | Theo de Raadt |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-11-10 | kill the whitespace.. kill the whitespace.. | Theo de Raadt |
2015-11-10 | With ikectl now requiring ca specific sections not present in the | Jonathan Gray |
2015-11-09 | Remove unused xpid argument to log_it(). | Todd C. Miller |
2015-11-09 | Update CRONDIR comment to reality. | Todd C. Miller |
2015-11-09 | Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve | Todd C. Miller |
2015-11-09 | Use fstatat() when checking the files in the at queue so we | Todd C. Miller |
2015-11-09 | Remove -h from the command line options. | YASUOKA Masahiko |
2015-11-09 | queue(3) instead of homegrown queues and lists. This also fixes | Todd C. Miller |
2015-11-08 | Set the effective gid to kmem so the fchown of kvm_bsd.db is allowed | Todd C. Miller |
2015-11-08 | Quiet silly clang analyzer warning in calloc() usage. | Todd C. Miller |
2015-11-07 | Ensure the safety of isprint()'s argument. Suggested by guenther@ a few | mmcc |
2015-11-06 | Use __progname instead of the homegrown ProgramName. | Todd C. Miller |
2015-11-06 | "source" doesn't need to be a global. While here, the correct spelling | Florian Obser |
2015-11-06 | relayd.conf(5) macro cleanup. | Anthony J. Bentley |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-11-06 | the Solver uses kept_names, so we need these there too | Marc Espie |
2015-11-06 | Use pledge in ikectl. For now one request for sending imsgs to iked | Jonathan Gray |
2015-11-06 | err(1, "%s", "") -> err(1, NULL) | mmcc |
2015-11-05 | undo botched import to wrong dir, spotted by sobrado@ | Stuart Henderson |
2015-11-05 | merge | Stuart Henderson |
2015-11-05 | update to unbound 1.5.6, ok millert@ florian@ | Stuart Henderson |
2015-11-05 | merge | Stuart Henderson |
2015-11-05 | update to NSD 4.1.6, ok millert@ florian@ | Stuart Henderson |
2015-11-05 | pledge(2) for slowcgi. | Florian Obser |
2015-11-05 | re-shuffle slowcgi_listen to run less code as root. | Florian Obser |
2015-11-05 | pledge(2) for httpd. | Florian Obser |
2015-11-05 | Account for the header size when dealing with null link layer ifaces. | Jeremie Courreges-Anglas |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-11-05 | there is a retry path in here which contains rename() and fchown(). | Theo de Raadt |