summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2012-04-04Return an error much earlier if recvmsg failsTheo de Raadt
2011-07-12Allow syslogc -n XX to display less than the whole file, and -n XX -f toStuart Henderson
2010-04-30shuffle some things around to deal with incomplete typesJonathan Gray
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2008-11-23Remove some whitespace.Brad Smith
2008-09-29initialize both sides of the lockpipe (only used in debug mode) to -1 toTheo de Raadt
2008-09-29do not close a random file descriptor in debug mode, PR 5938 from mickeyTheo de Raadt
2008-04-21If a |program is too slow to process the input,Marco Pfatschbacher
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-16avoid errno trashing, ok mpf henningTheo de Raadt
2008-03-16syslogd leaves zombies around if multiple |/pathto/mylogprogMarco Pfatschbacher
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2007-10-17remove "unused variable" warningsCharles Longeau
2007-09-07Initialize length variable slen properly to avoid possible EINVALAlexander Bluhm
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-02- use getaddrinfo() instead of gethostbyname/getservbynameJason Wright
2007-03-30Preserve the contents of the memory buffers when syslogd reinitializesCan Erkin Acar
2007-03-15use warnx and not logerror in monitor, logerror is for the slave;Damien Miller
2007-03-06mention log to pipe in the blurb here. the details are all in syslog.conf.5,Henning Brauer
2007-02-21Create "syslogd: restart" message after the setup of signalMarco Pfatschbacher
2007-02-20document syslog to other programs, ok jmcHenning Brauer
2007-02-20implement logging to other program's stdin.Henning Brauer
2007-01-03Support for continuous reading of syslog memory buffers.Marco Pfatschbacher
2006-09-17check that stdio file descriptors are actually closed before clobberingDamien Miller
2006-07-09Use sigaction() instead of signal() in the parent and use theTodd C. Miller
2006-06-22CAVEATSRay Lai
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