summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2010-01-01Fix previous: Dd argument and lost Em markup.wiz
2010-01-01fold long lines.mbalmer
2009-10-15reinstate a sentence partly removed in v1.43 regarding the defaultplunky
2009-07-16draft-ietf-syslog-protocol-23 -> RFC 5424yamt
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-20Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,mschuett
2009-04-09.br -> .Pp, capitalize subsection titlesjoerg
2009-02-06PR/40563: Takahiro Hayashi: syslogd(8) refers freed pointer on exitingmschuett
2009-02-01Bump date for previous.wiz
2009-02-01note some options' optarg in DESCRIPTION as well.yamt
2009-02-01make -o option consistent with others.yamt
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-03no point in using int_fast16_t here.christos
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
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
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-23Add -T to SYNOPSIS.wiz
2006-04-23Fix typo.wiz
2006-04-19PR 32579: Add a -T flag to syslogd, which causes it to use local time forpavel
2006-01-20Add reference to RFC 3164. From Pavel Cahyna in PR 32578.wiz
2005-06-02appease gcc -Wuninitializedlukem
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
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-19Make HTML-save.wiz
2004-11-19Fix typo, and make HTML-save.wiz
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