summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/privsep.c
AgeCommit message (Expand)Author
2008-11-23Remove some whitespace.Brad Smith
2008-09-29do not close a random file descriptor in debug mode, PR 5938 from mickeyTheo de Raadt
2008-03-16avoid errno trashing, ok mpf henningTheo de Raadt
2008-03-16syslogd leaves zombies around if multiple |/pathto/mylogprogMarco Pfatschbacher
2007-03-15use warnx and not logerror in monitor, logerror is for the slave;Damien Miller
2007-02-20implement logging to other program's stdin.Henning Brauer
2006-07-09Use sigaction() instead of signal() in the parent and use theTodd C. Miller
2005-12-02unlink() pid file on exit. ok deraadt@Moritz Jodeit
2005-06-06fix fd leak on SIGHUP after config change, spotted by Stephen Marley; ok avsm@Damien Miller
2005-05-23noo need for endpwent() here at all, ok theoHenning Brauer
2005-05-03setres[ug]id; ok deraadt@Damien Miller
2004-09-14portable code should not use that gcc __func__ specific junk when it is not n...Theo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-07-09ansiTheo de Raadt
2004-07-03-Wall,-Wshadow cleanup with avsm@; ok henning@ krw@Damien Miller
2004-07-03support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;Damien Miller
2004-04-09Also pass SIGINT and SIGQUIT to child, noticed by mpech@Can Erkin Acar
2004-04-02Do not bother closing an fd when we know it has failed.Anil Madhavapeddy
2004-03-14Check return code of chdir() after chroot(); noted by Joris Vink, slight modOtto Moerbeek
2004-03-06cleanup, mostly signal handlingOtto Moerbeek
2004-02-26cure my spelingAnil Madhavapeddy
2004-01-04Buffered logging for syslogd. Logs may be stored in memory buffers andDamien Miller
2003-12-29delintTheo de Raadt
2003-12-29spacingTheo de Raadt
2003-12-29convert from select() to poll() for main event loop; tested millert@, deraadt@Damien Miller
2003-10-26correct bad dprintf, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
2003-10-24fix an occasional hang noticed by mpech@ when a SIGHUPCan Erkin Acar
2003-10-22setgroups; avsm okTheo de Raadt
2003-09-24cleanup privsep communications between child/parent with a lot moreAnil Madhavapeddy
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-01clean up debug output some, and correct an incorrect error check inAnil Madhavapeddy
2003-07-31delintTheo de Raadt
2003-07-31knfAnil Madhavapeddy
2003-07-31Privilege separated syslog daemon. The child listening to log requests dropsAnil Madhavapeddy