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