summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i'dt1999-05-061-11/+11
* Is there a limit to how stupid I can get?des1999-05-041-2/+2
* Little fix in previous: watch NUL-termination.dt1999-05-021-2/+2
* Fight with false newlines in kernel message logs. Output a line into log onlydt1999-05-021-37/+64
* Implement fascist mode (do not open a datagram socket at all).des1999-04-302-7/+9
* Ensure a terminating null when processing hostname strings fromcwt1998-12-291-4/+7
* Accept "!*" as a valid all-programs tag line as documented.cwt1998-12-291-2/+2
* Block SIGHUP during call to gethostbyaddr().cwt1998-12-281-1/+6
* Allow either tabs or spaces in configuration files.jkh1998-12-042-10/+22
* When warning about discarding packets in secure mode, include the IPdg1998-11-051-2/+3
* Submitted by: archie@whistle.comjulian1998-08-252-3/+4
* Harlan.Stenn@pfcs.com added two (very interesting) options to syslogd forphk1998-07-271-3/+3
* Add -u, -v and -vv options to syslogd, this improves the control andphk1998-07-223-17/+147
* Fixed printf format errors.bde1998-07-061-2/+2
* Fix off by 1 error.guido1998-07-021-2/+2
* Note in log file if messages are being forwarded from asteve1998-06-271-2/+9
* Implement new argument -l (OpenBSD has -a but we already use that).guido1998-06-252-59/+98
* Reviewed by: guido@mouse.gvr.orgjulian1998-06-241-25/+18
* Allow syslogd to separate out kernel log messages with a knownjulian1998-06-102-6/+22
* Remove a bogus dependency on the size of the inkernel msgbuf.phk1998-05-191-4/+3
* Make syslogd function in non-secure mode.brian1998-05-071-4/+4
* Augment the last change after some deliberation with rgrimes & peter.phk1998-04-242-25/+35
* Even with '-s', syslogd still creates an AF_INET socket, althoughphk1998-04-221-23/+22
* Don't assume sigset_t and int are equivalent. Also, getjraynard1998-02-281-6/+8
* Cosmetic in usage string.charnier1997-10-203-21/+23
* Documentation for the LOG_NTP facility. While i was at it, added ajoerg1997-10-061-2/+9
* Use snprintf() instead of sprintf() most of the time.brian1997-09-192-13/+13
* Explain a little more about the piping feature.joerg1997-09-141-3/+7
* Nobody ever seemed to be interested in reviewing these changes, and ijoerg1997-05-032-10/+284
* add an Id line, minor mdoc fix upsjmg1997-04-292-35/+63
* Whoops -- code inspection showed I forgot to clean up getopt stringpst1997-04-261-2/+2
* Secure mode (-s) incorrectly disabled both sending and receiving of syslogpst1997-04-262-22/+15
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Save and restore the state of the variable Initialized inside die().joerg1997-03-141-1/+4
* Typo police.mpp1997-02-221-4/+4
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
* The "burn-in" phase has finished: this set of patches seems to runjoerg1997-02-222-7/+287
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Unlink LogName before attempting to open it. Since we now have a lovelyjkh1997-01-031-1/+2
* Revert part of the previous change. syslogd (when logging to ttys)peter1996-12-101-5/+3
* Don't close f->f_file on F_TTY types on error returns from ttymsg() sincepeter1996-11-261-4/+1
* Make the handling of the /dev/ prefix for tty names more consistant.peter1996-11-261-20/+28
* put on my flame resistant suit and tempt fate by attempting to fix some ofpeter1996-11-181-51/+69
* Back out the entire change from rev 1.11 of syslogd.c. It was bogus.joerg1996-10-282-53/+8
* Reviewed by: various (mailing list feedback)julian1996-10-232-7/+57
* syslogd has always bugged me with it's async startup at boot time.peter1996-10-051-6/+71
* Add info field.pst1996-09-271-1/+1
* Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatiblepst1996-07-222-19/+28
* Correct synopsis (-d, -I options were missing because -mdoc mistookwollman1996-05-201-2/+2
* With the recent 'make install' change in the kernel build makefiles, anpeter1995-11-141-2/+4
OpenPOWER on IntegriCloud