aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-223-17/+147
* 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-252-59/+98
* Reviewed by: guido@mouse.gvr.orgJulian Elischer1998-06-241-25/+18
* Allow syslogd to separate out kernel log messages with a knownJulian Elischer1998-06-102-6/+22
* 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-242-24/+34
* Even with '-s', syslogd still creates an AF_INET socket, althoughPoul-Henning Kamp1998-04-221-21/+20
* Don't assume sigset_t and int are equivalent. Also, getJames Raynard1998-02-281-6/+8
* Cosmetic in usage string.Philippe Charnier1997-10-203-21/+23
* Documentation for the LOG_NTP facility. While i was at it, added aJoerg Wunsch1997-10-061-2/+9
* Use snprintf() instead of sprintf() most of the time.Brian Somers1997-09-192-13/+13
* Explain a little more about the piping feature.Joerg Wunsch1997-09-141-3/+7
* Nobody ever seemed to be interested in reviewing these changes, and iJoerg Wunsch1997-05-032-10/+284
* add an Id line, minor mdoc fix upsJohn-Mark Gurney1997-04-292-35/+63
* Whoops -- code inspection showed I forgot to clean up getopt stringPaul Traina1997-04-261-2/+2
* Secure mode (-s) incorrectly disabled both sending and receiving of syslogPaul Traina1997-04-262-22/+15
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Save and restore the state of the variable Initialized inside die().Joerg Wunsch1997-03-141-1/+4
* Typo police.Mike Pritchard1997-02-221-4/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* The "burn-in" phase has finished: this set of patches seems to runJoerg Wunsch1997-02-222-7/+287