summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2006-02-18- mention ftp facility keyword.Niall O'Higgins
2005-12-02unlink() pid file on exit. ok deraadt@Moritz Jodeit
2005-09-21rearrange sanity checks to eliminate signed arithmatic, from stevesk@Damien Miller
2005-09-16reorder tests for improved sanity, from stevesk@Damien Miller
2005-09-16unneeded headers, from stevesk@Damien Miller
2005-06-10If any of fds 0-2 are not open, dup them to our /dev/null fd.Todd C. Miller
2005-06-06memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley;Damien Miller
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
2005-04-21avoid looping on failed tty or /dev/console writes and just drop the messageDamien Miller
2005-03-12shutdown the inetd socket for reading if secure; ok deraadtMarkus Friedl
2004-12-22avoid a null dereference when using membufs.Dan Harnett
2004-12-21silently ignore some cases when sendto(2) fails rather than disablingDan Harnett
2004-12-20Fix one case of broken duplicate supression, which happens if two linesOtto Moerbeek
2004-12-02group paragraphs more logically;Jason McIntyre
2004-11-11strchr("whatever", 0) returns non NULL. From Patrick Latifi.Otto Moerbeek
2004-09-14portable code should not use that gcc __func__ specific junk when it is not n...Theo de Raadt
2004-09-14size_t vs ssize_t confusionTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
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-06-25extend memory buffer control protocol to support transmission of flags,Damien Miller
2004-06-07clarify how tags are parsed;Jason McIntyre
2004-06-03allow '!!prog', where the second '!' means messages from prog should onlyDaniel Hartmeier
2004-06-03Interpret !* correcly. ok dhartmei@Otto Moerbeek
2004-05-25include hostname in memory buffered logs, spotted byDamien Miller
2004-04-15Prevent another instance of syslogd from unlinking log sockets thatTodd C. Miller
2004-04-13fix null pointer dereference when trying to read+clear non-existent memoryDamien 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-16typos from Andrey Matveev;Jason McIntyre
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-02-26staring->starting in commentAnil Madhavapeddy
2004-01-19Check malloc() return value. Pointed out by mpech@. Ok mpech@, deraadt@Todd C. Miller
2004-01-13buffer size should be unsigned, report mpech@; ok deraadt@Damien Miller
2004-01-05sort options and SYNOPSIS;Jason McIntyre
2004-01-05clarify description of colon `action';Jason McIntyre
2004-01-04spacingTheo de Raadt
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