summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.c
AgeCommit message (Expand)Author
2009-02-06PR/40563: Takahiro Hayashi: syslogd(8) refers freed pointer on exitingmschuett
2009-01-22PR/40438: Takahiro Hayashi: syslogd(8) refers freed areamschuett
2009-01-22sign-compare fixes for amd64lukem
2009-01-18fix -Wsign-compare issueslukem
2008-12-29fix suseconds_t format.christos
2008-11-27PR/40043: Geoff C. Wing: syslogd timestamping and protocol parsing deficiencieschristos
2008-11-07PR/39874: Geoff C. Wing: For compatibility trim hostname domains in bsdchristos
2008-11-07Remove trailing whitespace.minskim
2008-11-04use localtime_rchristos
2008-11-04Call tzset() to init TZ information for localtime().blymn
2008-11-03make sure that we memset the struct tm we pass to mktime and set isdst to -1christos
2008-11-03PR/39857: Bernd Ernesti: Fix broken output caused by a wrong offset. Fromchristos
2008-10-31Import syslogd SoC project by Martin Schuette:christos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-13Clarify how one is supposed to use the pointers returned by getutentries()dholland
2006-11-13PR/34979: Scott Ellis: Detect 0 length name and skip it instead of infinitechristos
2006-10-21matches_spec: fix a bug so that "+host111,host1" actually matches to host1.yamt
2006-09-16PR/30879: Jukka Salmi: syslogd(8) doesn't parse `@' hostname specificationchristos
2006-09-16PR/28753: Martin J. Laubach: syslogd disables remote logging on non-fatal errorschristos
2006-09-16Sync usage with man page (-b).wiz
2006-09-15PR/14563: Brian A. Seklecki: syslogd binds udp sockets on all interfaceschristos
2006-04-24It's "its."snj
2006-04-19PR 32579: Add a -T flag to syslogd, which causes it to use local time forpavel
2005-06-02appease gcc -Wuninitializedlukem
2005-01-09Abolish the magic 7, and count iovectors explicitly.christos
2004-12-09Make syslogd automatically recover from full disks by noticing that thematt
2004-11-23Fix typo that caused priories to compare incorrectly. PR bin/28376 andthorpej
2004-11-19-u changed to -U when porting from FreeBSD; update comment.wiz
2004-11-19We have to read the config file the first time after we allocate thethorpej
2004-11-19Merge the thorpej-syslogd-hack-branch down to the trunk. Enhancementsthorpej
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-10-28Postpone initial setting of the alarm timer until after the call to daemon(),heas
2004-10-10Add -S to usage.wiz
2004-10-08Don't fsync() kernel messages by default -- enable it with the "-S" flag.mycroft
2004-03-06use "volatile sig_atomic_t" for gothup; Havard Eidnesitojun
2004-03-06make SIGHUP handler very small, and call init() from the main poll() loop.itojun
2003-10-17Implement -r, which prevents syslogd from compressing multiple messages withlukem
2003-10-16safer use of reallocitojun
2003-09-19no need for explicit '?'; openbsditojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-14whitespace fixitojun
2003-05-14strlcpy audititojun
2002-11-16die if out-of-range uid/gid is specified.itojun
2002-09-24set IPV6_V6ONLY to 1 to avoid complicated access control issueitojun
2002-08-02add utmpx support;christos
2002-06-09no need for KAME_SCOPEID any longeritojun
2002-05-25ANSIfy, and some KNF. Sort options in getopt-switch. Drop some unneededwiz
2002-05-25Sort options in man page, don't mention non-existing '-S' option,wiz
2002-05-02remove commented out debug printf() accidentally committed in the last rev.lukem
2002-01-18logpath_add(): store pointer to strdup(3)ed copy of path provided.lukem