summaryrefslogtreecommitdiff
path: root/sbin/pflogd/privsep.c
AgeCommit message (Expand)Author
2015-04-28Someone went to the trouble of vertically aligning a set of parameters butMike Larkin
2014-06-26Create temporary file with mkstemp and unlink if rename operation fails.Tobias Stoeckmann
2013-09-13errx() provides its own newline, so remove it from the string hereBret Lambert
2009-12-24spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.hIgor Sobrado
2006-10-25Remove some unneeded externs. OK canacar@Moritz Jodeit
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2006-01-15If the log file is invalid/incompatible, try to rename the bad log fileCan Erkin Acar
2004-12-22also pass SIGINT/QUIT to child, from mpech@. ok avsm@Otto Moerbeek
2004-07-14no \n in errx(3)Henning Brauer
2004-04-08sigh, really fix the error message this time, thanks Moritz JodeitAnil Madhavapeddy
2004-04-08reorder error message and send_fd in order to display the correctAnil Madhavapeddy
2004-04-03dont close an invalid fd, canacar@ okAnil Madhavapeddy
2004-03-14Check return code of chdir() after chroot(); noted by Joris Vink, slight modOtto Moerbeek
2004-02-13cleanup signal handling; close descriptors.Otto Moerbeek
2004-01-18Create log files if they do not already exist, but do not followCan Erkin Acar
2004-01-15Synchronize with syslogd privsep: When reading a new command fails,Can Erkin Acar
2003-10-22spacingTheo de Raadt
2003-10-22use setgroups too; canacar okTheo de Raadt
2003-10-22caution with killTheo de Raadt
2003-10-22privilege seperated pflogdCan Erkin Acar