summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
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-07-02Match example code with example comment; multiple selectors should bewiz
2003-05-14whitespace fixitojun
2003-05-14strlcpy audititojun
2003-05-14setup -> set up.wiz
2003-05-06New sentence, new line.wiz
2003-05-02Add an explanation of the log format. From PR#14290.gmcgarry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
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-09-18use NETBSDSRCDIR as appropriatelukem
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-25Grammar fixes and a markup fix.wiz
2002-05-02remove commented out debug printf() accidentally committed in the last rev.lukem
2002-02-02Drop a .Pp, sort SEE ALSO.wiz
2002-02-02Drop a .Pp, sort sections.wiz
2002-01-19Whitespace nits.wiz
2002-01-18logpath_add(): store pointer to strdup(3)ed copy of path provided.lukem
2001-11-06None of the other calls to logerror() include a newline at the end of thekim
2001-07-19Put pidfile after daemonize. This would fix newsyslog(8) error.taca
2001-07-16- No more lost error messages during syslogd startup, they now all appear onmanu
2001-07-01-DLIBWRAP will enable libwrap-based filtering on UDP socket messages.itojun
2001-06-08new `-n' switch to avoid looking up hostnames.mrg
2001-05-03Logical markup. Reported in bin/12816 by Tetsuya Isaki.wiz
2001-04-03Add sections to some xrefs.wiz
2001-03-21plug memory leak. PR 12444.itojun
2001-02-19convert to use getprogname()cgd
2000-09-18Don't prematurely terminate log message on a 0x80 charactersommerfeld
2000-09-13Use setlocale(3) to activate support for international characters.tron
2000-09-13prevent one byte overrun in printline()sommerfeld
2000-07-11Xr newsyslog.ad
2000-07-02Fix minor thinko in previous. Make sure we close and keep closed alljwise
2000-06-30Remove caveat about behavior of `syslogd -s' when forwarding rules arejwise
2000-06-30Fix opening/closing of sockets when receiving a HUP, and /etc/syslog.confjwise
2000-06-30Improve behavior of `syslogd -s'.jwise
2000-06-30Back out and redo previous at Bill Sommerfeld's <sommerfeld@netbsd.org>jwise
2000-06-301.) bring usage text up to date, and clarify description of `-s' optionjwise
2000-04-12The "ftp" facility was not listed.kim
2000-02-18* in secure mode (-s), still open the inet sockets but do a shutdown(,SHUT_RD)lukem
1999-12-13use sizeof(foo) instead of hardcoded value, to help synchronizingitojun
1999-12-07RCSID police.ad
1999-12-06be more friendly with non-IPv6 kernel.itojun
1999-12-02IPv6 support in syslogd. actually we need library update as well.itojun
1999-11-30- Fix location of RCS Id string.ad