summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-11-16Remove remaining instances of the register keyword.mmcc
2015-11-15Clean up the remaining uses of stderr and perror() and use warn/errTodd C. Miller
2015-11-15pledge "stdio rpath wpath cpath fattr getpw flock id proc exec" at theTheo de Raadt
2015-11-15Really silly to chmod "st_mode & 07777" when making a copy of theTheo de Raadt
2015-11-15Remove more register keywords.mmcc
2015-11-15pledge for ypldap is easy because it's purely a network program.Jonathan Matthew
2015-11-14Cleanup from unifdef: set sact.sa_flags to SA_RESTART instead ofTodd C. Miller
2015-11-14Remove log_it() and call syslog(3) directly using the same format:Todd C. Miller
2015-11-14pledge "stdio inet sendfd" before entering main loop in network speakingTheo de Raadt
2015-11-14remove the machine arch from Dt - this file gets installed on moreJason McIntyre
2015-11-14these files document their config files too: adjust NAME accordingly;Jason McIntyre
2015-11-13pledge "stdio rpath dns" right at the start of the servicing loop.Theo de Raadt
2015-11-13apmd doesn't connect to the socket, it binds on it; tweak error messageJeremie Courreges-Anglas
2015-11-12use symbolics for flags to openTheo de Raadt
2015-11-12daemon() equivelant should open /dev/null; ok millertTheo de Raadt
2015-11-12new location for cron sockets; ok millertJason McIntyre
2015-11-12Use absolute paths in pathnames.h. There is no longer a need toTodd C. Miller
2015-11-12Remove repeat of getpwnam() that is not needed at all.Theo de Raadt
2015-11-12pledge the bgpd main process. Some of the promises can be improved uponSebastian Benoit
2015-11-12spacesTheo de Raadt
2015-11-12Remove SIGNALS section now that the non-syslog code has been removed.Todd C. Miller
2015-11-12Move cron socket to /var/run/cron.sock. Client code will try the oldTodd C. Miller
2015-11-12an invalid carp link state is not a fatal error, since a while newly createdOtto Moerbeek
2015-11-11Use warn/warnx and err/errx. OK jca@Todd C. Miller
2015-11-11Niether cron nor crontab need flock permission.Todd C. Miller
2015-11-11Remove obsolete utime() call. It predates the use of a socket toTodd C. Miller
2015-11-11Fix spool dir mode check to avoid extraneous chmod() calls.Todd C. Miller
2015-11-11bottom end of spamdb is just "stdio rpath wpath"Theo de Raadt
2015-11-11For "crontab -u user -e" change the euid for the mkstemp() callTodd C. Miller
2015-11-11exit on pledge failure, oopsTheo de Raadt
2015-11-11claudio twice told me pledge "stdio rpath dns" is probably enough.Theo de Raadt
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-11-10kill the whitespace.. kill the whitespace..Theo de Raadt
2015-11-10With ikectl now requiring ca specific sections not present in theJonathan Gray
2015-11-09Remove unused xpid argument to log_it().Todd C. Miller
2015-11-09Update CRONDIR comment to reality.Todd C. Miller
2015-11-09Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improveTodd C. Miller
2015-11-09Use fstatat() when checking the files in the at queue so weTodd C. Miller
2015-11-09Remove -h from the command line options.YASUOKA Masahiko
2015-11-09queue(3) instead of homegrown queues and lists. This also fixesTodd C. Miller
2015-11-08Set the effective gid to kmem so the fchown of kvm_bsd.db is allowedTodd C. Miller
2015-11-08Quiet silly clang analyzer warning in calloc() usage.Todd C. Miller
2015-11-07Ensure the safety of isprint()'s argument. Suggested by guenther@ a fewmmcc
2015-11-06Use __progname instead of the homegrown ProgramName.Todd C. Miller
2015-11-06"source" doesn't need to be a global. While here, the correct spellingFlorian Obser
2015-11-06relayd.conf(5) macro cleanup.Anthony J. Bentley
2015-11-06Radically improve the performance of bgpd filters. Based on PF's skipPeter Hessler
2015-11-06the Solver uses kept_names, so we need these there tooMarc Espie
2015-11-06Use pledge in ikectl. For now one request for sending imsgs to ikedJonathan Gray
2015-11-06err(1, "%s", "") -> err(1, NULL)mmcc