summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/syslogd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow syslogc -n XX to display less than the whole file, and -n XX -f tosthen2011-07-121-3/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* initialize both sides of the lockpipe (only used in debug mode) to -1 toderaadt2008-09-291-3/+3
* If a |program is too slow to process the input,mpf2008-04-211-3/+15
* remove "unused variable" warningschl2007-10-171-4/+3
* Initialize length variable slen properly to avoid possible EINVALbluhm2007-09-071-2/+3
* - use getaddrinfo() instead of gethostbyname/getservbynamejason2007-05-021-24/+49
* Preserve the contents of the memory buffers when syslogd reinitializescanacar2007-03-301-13/+54
* Create "syslogd: restart" message after the setup of signalmpf2007-02-211-6/+9
* implement logging to other program's stdin.henning2007-02-201-12/+34
* Support for continuous reading of syslog memory buffers.mpf2007-01-031-18/+107
* check that stdio file descriptors are actually closed before clobberingdjm2006-09-171-6/+7
* If any of fds 0-2 are not open, dup them to our /dev/null fd.millert2005-06-101-4/+12
* memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley;djm2005-06-061-2/+5
* avoid looping on failed tty or /dev/console writes and just drop the messagedjm2005-04-211-4/+6
* shutdown the inetd socket for reading if secure; ok deraadtmarkus2005-03-121-16/+16
* avoid a null dereference when using membufs.danh2004-12-221-10/+11
* silently ignore some cases when sendto(2) fails rather than disablingdanh2004-12-211-4/+14
* Fix one case of broken duplicate supression, which happens if two linesotto2004-12-201-18/+58
* strchr("whatever", 0) returns non NULL. From Patrick Latifi.otto2004-11-111-3/+3
* size_t vs ssize_t confusionderaadt2004-09-141-6/+8
* ARGSUSED before signal handler with unused signoderaadt2004-09-141-2/+5
* -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@djm2004-07-031-13/+10
* support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;djm2004-07-031-18/+24
* extend memory buffer control protocol to support transmission of flags,djm2004-06-251-27/+75
* allow '!!prog', where the second '!' means messages from prog should onlydhartmei2004-06-031-4/+13
* Interpret !* correcly. ok dhartmei@otto2004-06-031-3/+3
* include hostname in memory buffered logs, spotted bydjm2004-05-251-4/+5
* Prevent another instance of syslogd from unlinking log sockets thatmillert2004-04-151-23/+35
* fix null pointer dereference when trying to read+clear non-existent memorydjm2004-04-131-5/+4
* Check malloc() return value. Pointed out by mpech@. Ok mpech@, deraadt@millert2004-01-191-3/+6
* buffer size should be unsigned, report mpech@; ok deraadt@djm2004-01-131-3/+4
* sort options and SYNOPSIS;jmc2004-01-051-4/+4
* spacingderaadt2004-01-041-3/+3
* Buffered logging for syslogd. Logs may be stored in memory buffers anddjm2004-01-041-45/+384
* spacingderaadt2003-12-291-5/+5
* convert from select() to poll() for main event loop; tested millert@, deraadt@djm2003-12-291-73/+59
* whack getopt ? matching; jeffi@rcn.comderaadt2003-09-191-3/+2
* Call tzset() to stash the current timezone before we chroot.millert2003-08-181-2/+4
* Privilege separated syslog daemon. The child listening to log requests dropsavsm2003-07-311-64/+120
* dont silently truncate a domain socket specified via the -p argument;avsm2003-07-081-3/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Fix typo in last commit, spotted by Brian Poole. That'll teach memillert2003-05-171-3/+3
* Cannot use strlcpy() for strings in struct utmp since they are not guaranteedmillert2003-05-171-3/+5
* Fix default facility when none is specified (should be LOG_USER,millert2003-03-211-4/+8
* fix cutnpaste; from hunter@comsys.com.uamickey2002-12-221-3/+3
* Add -n option to print message source addresses numerically rather thancloder2002-11-211-11/+18
* use more socklen_t; pvalchevderaadt2002-09-061-4/+4
* Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok.aaron2002-08-081-3/+3
* Sanity check snprintf() return values before using them. It is legal formillert2002-07-241-15/+19