summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2013-11-24more unsigned char casts for ctypeTheo de Raadt
2013-10-09Trim leading white space from the message before trying to extractTodd C. Miller
2013-08-19put do { } while (0) around the dprintf macro to make it less scaryDavid Gwynne
2013-07-201. there's no "selectors function"Matthias Kilian
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-02-10-h includes RFC 3164 style hostnames when forwarding;Markus Friedl
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