| Commit message (Expand) | Author | Age | Files | Lines |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | This is the addition of a syslog(3) security.* top-level category. This | green | 1999-08-21 | 1 | -5/+4 |
* | Make hostname comparisons case insensitive | brian | 1999-08-17 | 1 | -4/+5 |
* | readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i' | dt | 1999-05-06 | 1 | -11/+11 |
* | Is there a limit to how stupid I can get? | des | 1999-05-04 | 1 | -2/+2 |
* | Little fix in previous: watch NUL-termination. | dt | 1999-05-02 | 1 | -2/+2 |
* | Fight with false newlines in kernel message logs. Output a line into log only | dt | 1999-05-02 | 1 | -37/+64 |
* | Implement fascist mode (do not open a datagram socket at all). | des | 1999-04-30 | 2 | -7/+9 |
* | Ensure a terminating null when processing hostname strings from | cwt | 1998-12-29 | 1 | -4/+7 |
* | Accept "!*" as a valid all-programs tag line as documented. | cwt | 1998-12-29 | 1 | -2/+2 |
* | Block SIGHUP during call to gethostbyaddr(). | cwt | 1998-12-28 | 1 | -1/+6 |
* | Allow either tabs or spaces in configuration files. | jkh | 1998-12-04 | 2 | -10/+22 |
* | When warning about discarding packets in secure mode, include the IP | dg | 1998-11-05 | 1 | -2/+3 |
* | Submitted by: archie@whistle.com | julian | 1998-08-25 | 2 | -3/+4 |
* | Harlan.Stenn@pfcs.com added two (very interesting) options to syslogd for | phk | 1998-07-27 | 1 | -3/+3 |
* | Add -u, -v and -vv options to syslogd, this improves the control and | phk | 1998-07-22 | 3 | -17/+147 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -2/+2 |
* | Fix off by 1 error. | guido | 1998-07-02 | 1 | -2/+2 |
* | Note in log file if messages are being forwarded from a | steve | 1998-06-27 | 1 | -2/+9 |
* | Implement new argument -l (OpenBSD has -a but we already use that). | guido | 1998-06-25 | 2 | -59/+98 |
* | Reviewed by: guido@mouse.gvr.org | julian | 1998-06-24 | 1 | -25/+18 |
* | Allow syslogd to separate out kernel log messages with a known | julian | 1998-06-10 | 2 | -6/+22 |
* | Remove a bogus dependency on the size of the inkernel msgbuf. | phk | 1998-05-19 | 1 | -4/+3 |
* | Make syslogd function in non-secure mode. | brian | 1998-05-07 | 1 | -4/+4 |
* | Augment the last change after some deliberation with rgrimes & peter. | phk | 1998-04-24 | 2 | -25/+35 |
* | Even with '-s', syslogd still creates an AF_INET socket, although | phk | 1998-04-22 | 1 | -23/+22 |
* | Don't assume sigset_t and int are equivalent. Also, get | jraynard | 1998-02-28 | 1 | -6/+8 |
* | Cosmetic in usage string. | charnier | 1997-10-20 | 3 | -21/+23 |
* | Documentation for the LOG_NTP facility. While i was at it, added a | joerg | 1997-10-06 | 1 | -2/+9 |
* | Use snprintf() instead of sprintf() most of the time. | brian | 1997-09-19 | 2 | -13/+13 |
* | Explain a little more about the piping feature. | joerg | 1997-09-14 | 1 | -3/+7 |
* | Nobody ever seemed to be interested in reviewing these changes, and i | joerg | 1997-05-03 | 2 | -10/+284 |
* | add an Id line, minor mdoc fix ups | jmg | 1997-04-29 | 2 | -35/+63 |
* | Whoops -- code inspection showed I forgot to clean up getopt string | pst | 1997-04-26 | 1 | -2/+2 |
* | Secure mode (-s) incorrectly disabled both sending and receiving of syslog | pst | 1997-04-26 | 2 | -22/+15 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -2/+2 |
* | Save and restore the state of the variable Initialized inside die(). | joerg | 1997-03-14 | 1 | -1/+4 |
* | Typo police. | mpp | 1997-02-22 | 1 | -4/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | The "burn-in" phase has finished: this set of patches seems to run | joerg | 1997-02-22 | 2 | -7/+287 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | Unlink LogName before attempting to open it. Since we now have a lovely | jkh | 1997-01-03 | 1 | -1/+2 |
* | Revert part of the previous change. syslogd (when logging to ttys) | peter | 1996-12-10 | 1 | -5/+3 |
* | Don't close f->f_file on F_TTY types on error returns from ttymsg() since | peter | 1996-11-26 | 1 | -4/+1 |
* | Make the handling of the /dev/ prefix for tty names more consistant. | peter | 1996-11-26 | 1 | -20/+28 |
* | put on my flame resistant suit and tempt fate by attempting to fix some of | peter | 1996-11-18 | 1 | -51/+69 |
* | Back out the entire change from rev 1.11 of syslogd.c. It was bogus. | joerg | 1996-10-28 | 2 | -53/+8 |
* | Reviewed by: various (mailing list feedback) | julian | 1996-10-23 | 2 | -7/+57 |
* | syslogd has always bugged me with it's async startup at boot time. | peter | 1996-10-05 | 1 | -6/+71 |
* | Add info field. | pst | 1996-09-27 | 1 | -1/+1 |