aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.c
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-081-2/+7
* 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-181-164/+253
* MFC: 1.82, allow syslogd(8) update its idea of the local hostname whenCrist J. Clark2001-09-221-7/+27
* MFC 1.80:Hajimu UMEMOTO2001-07-261-4/+9
* MFC: 1.105, lose masked host bits from IP address given with '-a' option.Crist J. Clark2001-07-101-1/+3
* Sync with -current:David Malone2001-05-291-10/+13
* MFC: IPv6 support for syslogd.Hajimu UMEMOTO2001-02-181-140/+387
* 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: Sync with syslogd in -current. Includes:David Malone2000-10-301-43/+83
* MFC: -n option to disable dns queries for every request.Paul Saab2000-08-071-3/+10
* MFC:Paul Saab2000-07-011-7/+13
* 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
* Add section number to .Xr. Use .Pa for filenames.Philippe Charnier2000-01-231-3/+2
* Do this the Right Way (tm), i.e. use shutdown() instead of fooling aroundDag-Erling Smørgrav2000-01-141-6/+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-281-1/+1
* 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-301-3/+4
* 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-041-8/+8
* When warning about discarding packets in secure mode, include the IPDavid Greenman1998-11-051-2/+3
* Submitted by: archie@whistle.comJulian Elischer1998-08-251-3/+3
* Harlan.Stenn@pfcs.com added two (very interesting) options to syslogd forPoul-Henning Kamp1998-07-271-3/+3
* Add -u, -v and -vv options to syslogd, this improves the control andPoul-Henning Kamp1998-07-221-12/+108
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
* Fix off by 1 error.Guido van Rooij1998-07-021-2/+2
* Note in log file if messages are being forwarded from aSteve Price1998-06-271-2/+9
* Implement new argument -l (OpenBSD has -a but we already use that).Guido van Rooij1998-06-251-57/+87
* Reviewed by: guido@mouse.gvr.orgJulian Elischer1998-06-241-25/+18
* Allow syslogd to separate out kernel log messages with a knownJulian Elischer1998-06-101-4/+15
* Remove a bogus dependency on the size of the inkernel msgbuf.Poul-Henning Kamp1998-05-191-4/+3
* Make syslogd function in non-secure mode.Brian Somers1998-05-071-4/+4
* Augment the last change after some deliberation with rgrimes & peter.Poul-Henning Kamp1998-04-241-23/+31
* Even with '-s', syslogd still creates an AF_INET socket, althoughPoul-Henning Kamp1998-04-221-23/+22
* Don't assume sigset_t and int are equivalent. Also, getJames Raynard1998-02-281-6/+8
* Cosmetic in usage string.Philippe Charnier1997-10-201-9/+12
* Use snprintf() instead of sprintf() most of the time.Brian Somers1997-09-191-11/+11
* Nobody ever seemed to be interested in reviewing these changes, and iJoerg Wunsch1997-05-031-5/+209