aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.96: unlink all log sockets at startup.Maxim Konovalov2002-02-271-0/+1
* MFC rev. 1.97: remove unnecessary setjmp.h.Maxim Konovalov2002-02-201-1/+0
* MFC: Add a new flag '-c' to disable repeated line compression.Archie Cobbs2002-01-082-2/+13
* MFC: rev 1.92, If the mask length is zero, there is no need toPaul Saab2001-11-271-1/+4
* MFC: synch with HEAD:Dag-Erling Smørgrav2001-10-183-167/+265
* MFC: 1.82, allow syslogd(8) update its idea of the local hostname whenCrist J. Clark2001-09-221-7/+27
* MFC: 1.25, Fix some small errors and markup nits.Crist J. Clark2001-08-291-9/+8
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-9/+8
* MFC: rev 1.39 (syslogd(8) requires logs files to be created before itDavid E. O'Brien2001-08-021-0/+6
* MFC 1.80:Hajimu UMEMOTO2001-07-261-4/+9
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
* MFC: 1.105, lose masked host bits from IP address given with '-a' option.Crist J. Clark2001-07-101-1/+3
* MFC: (1.36) Mention that -a is ignored with -s.Ruslan Ermilov2001-06-231-0/+6
* Sync with -current:David Malone2001-05-293-16/+25
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
* MFC: Document LOG_CONSOLE. Approved-by: jkhChris Timmons2001-04-031-3/+6
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-062-7/+20
* MFC: IPv6 support for syslogd.Hajimu UMEMOTO2001-02-183-146/+420
* MFC: Stop syslogd looping messages to the console.David Malone2001-02-051-1/+1
* MFC: Add LOG_CONSOLE and make sure it doesn't end up on /dev/console.Poul-Henning Kamp2001-01-091-0/+2
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
* MFC: Sync with syslogd in -current. Includes:David Malone2000-10-303-55/+172
* MFC: forgotten -n to SYNOPSISAlfred Perlstein2000-09-231-1/+1
* MFC: -n option to disable dns queries for every request.Paul Saab2000-08-072-3/+12
* MFC:Paul Saab2000-07-011-7/+13
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-6/+12
* Fix a nit in my previous commit: make SIGHUP and SIGCHLD restartableJoerg Wunsch2000-02-291-2/+2
* Fix a serious bug in syslogd regarding the handling of pipes. The bugJoerg Wunsch2000-02-281-35/+96
* s|/dev/log|/var/run/log|Peter Wemm2000-02-141-1/+1
* Add section number to .Xr. Use .Pa for filenames.Philippe Charnier2000-01-233-12/+15
* Do this the Right Way (tm), i.e. use shutdown() instead of fooling aroundDag-Erling Smørgrav2000-01-141-6/+2
* Reflect the change in secure mode semantics, and document fascist modeDag-Erling Smørgrav2000-01-141-3/+2
* Slight change of secure mode semantics: instead of reading (and counting)Dag-Erling Smørgrav2000-01-141-13/+16
* Fix page fault in -vv mode.Ruslan Ermilov2000-01-131-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* This is the addition of a syslog(3) security.* top-level category. ThisBrian Feldman1999-08-211-5/+4
* Make hostname comparisons case insensitiveBrian Somers1999-08-171-4/+5
* readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i'Dmitrij Tejblum1999-05-061-11/+11
* Is there a limit to how stupid I can get?Dag-Erling Smørgrav1999-05-041-2/+2
* Little fix in previous: watch NUL-termination.Dmitrij Tejblum1999-05-021-2/+2
* Fight with false newlines in kernel message logs. Output a line into log onlyDmitrij Tejblum1999-05-021-37/+64
* Implement fascist mode (do not open a datagram socket at all).Dag-Erling Smørgrav1999-04-302-7/+9
* Ensure a terminating null when processing hostname strings fromChris Timmons1998-12-291-4/+7
* Accept "!*" as a valid all-programs tag line as documented.Chris Timmons1998-12-291-2/+2
* Block SIGHUP during call to gethostbyaddr().Chris Timmons1998-12-281-1/+6
* Allow either tabs or spaces in configuration files.Jordan K. Hubbard1998-12-042-10/+22
* When warning about discarding packets in secure mode, include the IPDavid Greenman1998-11-051-2/+3
* Submitted by: archie@whistle.comJulian Elischer1998-08-252-3/+4