| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | Paul Saab | 2000-07-01 | 1 | -7/+13 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 2 | -6/+12 |
| * | Fix a nit in my previous commit: make SIGHUP and SIGCHLD restartable | Joerg Wunsch | 2000-02-29 | 1 | -2/+2 |
| * | Fix a serious bug in syslogd regarding the handling of pipes. The bug | Joerg Wunsch | 2000-02-28 | 1 | -35/+96 |
| * | s|/dev/log|/var/run/log| | Peter Wemm | 2000-02-14 | 1 | -1/+1 |
| * | Add section number to .Xr. Use .Pa for filenames. | Philippe Charnier | 2000-01-23 | 3 | -12/+15 |
| * | Do this the Right Way (tm), i.e. use shutdown() instead of fooling around | Dag-Erling Smørgrav | 2000-01-14 | 1 | -6/+2 |
| * | Reflect the change in secure mode semantics, and document fascist mode | Dag-Erling Smørgrav | 2000-01-14 | 1 | -3/+2 |
| * | Slight change of secure mode semantics: instead of reading (and counting) | Dag-Erling Smørgrav | 2000-01-14 | 1 | -13/+16 |
| * | Fix page fault in -vv mode. | Ruslan Ermilov | 2000-01-13 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | This is the addition of a syslog(3) security.* top-level category. This | Brian Feldman | 1999-08-21 | 1 | -5/+4 |
| * | Make hostname comparisons case insensitive | Brian Somers | 1999-08-17 | 1 | -4/+5 |
| * | readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i' | Dmitrij Tejblum | 1999-05-06 | 1 | -11/+11 |
| * | Is there a limit to how stupid I can get? | Dag-Erling Smørgrav | 1999-05-04 | 1 | -2/+2 |
| * | Little fix in previous: watch NUL-termination. | Dmitrij Tejblum | 1999-05-02 | 1 | -2/+2 |
| * | Fight with false newlines in kernel message logs. Output a line into log only | Dmitrij Tejblum | 1999-05-02 | 1 | -37/+64 |
| * | Implement fascist mode (do not open a datagram socket at all). | Dag-Erling Smørgrav | 1999-04-30 | 2 | -7/+9 |
| * | Ensure a terminating null when processing hostname strings from | Chris Timmons | 1998-12-29 | 1 | -4/+7 |
| * | Accept "!*" as a valid all-programs tag line as documented. | Chris Timmons | 1998-12-29 | 1 | -2/+2 |
| * | Block SIGHUP during call to gethostbyaddr(). | Chris Timmons | 1998-12-28 | 1 | -1/+6 |
| * | Allow either tabs or spaces in configuration files. | Jordan K. Hubbard | 1998-12-04 | 2 | -10/+22 |
| * | When warning about discarding packets in secure mode, include the IP | David Greenman | 1998-11-05 | 1 | -2/+3 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1998-08-25 | 2 | -3/+4 |
| * | Harlan.Stenn@pfcs.com added two (very interesting) options to syslogd for | Poul-Henning Kamp | 1998-07-27 | 1 | -3/+3 |
| * | Add -u, -v and -vv options to syslogd, this improves the control and | Poul-Henning Kamp | 1998-07-22 | 3 | -17/+147 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-06 | 1 | -2/+2 |
| * | Fix off by 1 error. | Guido van Rooij | 1998-07-02 | 1 | -2/+2 |
| * | Note in log file if messages are being forwarded from a | Steve Price | 1998-06-27 | 1 | -2/+9 |
| * | Implement new argument -l (OpenBSD has -a but we already use that). | Guido van Rooij | 1998-06-25 | 2 | -59/+98 |
| * | Reviewed by: guido@mouse.gvr.org | Julian Elischer | 1998-06-24 | 1 | -25/+18 |
| * | Allow syslogd to separate out kernel log messages with a known | Julian Elischer | 1998-06-10 | 2 | -6/+22 |
| * | Remove a bogus dependency on the size of the inkernel msgbuf. | Poul-Henning Kamp | 1998-05-19 | 1 | -4/+3 |
| * | Make syslogd function in non-secure mode. | Brian Somers | 1998-05-07 | 1 | -4/+4 |
| * | Augment the last change after some deliberation with rgrimes & peter. | Poul-Henning Kamp | 1998-04-24 | 2 | -24/+34 |
| * | Even with '-s', syslogd still creates an AF_INET socket, although | Poul-Henning Kamp | 1998-04-22 | 1 | -21/+20 |
| * | Don't assume sigset_t and int are equivalent. Also, get | James Raynard | 1998-02-28 | 1 | -6/+8 |
| * | Cosmetic in usage string. | Philippe Charnier | 1997-10-20 | 3 | -21/+23 |
| * | Documentation for the LOG_NTP facility. While i was at it, added a | Joerg Wunsch | 1997-10-06 | 1 | -2/+9 |
| * | Use snprintf() instead of sprintf() most of the time. | Brian Somers | 1997-09-19 | 2 | -13/+13 |
| * | Explain a little more about the piping feature. | Joerg Wunsch | 1997-09-14 | 1 | -3/+7 |
| * | Nobody ever seemed to be interested in reviewing these changes, and i | Joerg Wunsch | 1997-05-03 | 2 | -10/+284 |
| * | add an Id line, minor mdoc fix ups | John-Mark Gurney | 1997-04-29 | 2 | -35/+63 |
| * | Whoops -- code inspection showed I forgot to clean up getopt string | Paul Traina | 1997-04-26 | 1 | -2/+2 |
| * | Secure mode (-s) incorrectly disabled both sending and receiving of syslog | Paul Traina | 1997-04-26 | 2 | -22/+15 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-31 | 1 | -2/+2 |
| * | Save and restore the state of the variable Initialized inside die(). | Joerg Wunsch | 1997-03-14 | 1 | -1/+4 |
| * | Typo police. | Mike Pritchard | 1997-02-22 | 1 | -4/+4 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 2 | -2/+2 |
| * | The "burn-in" phase has finished: this set of patches seems to run | Joerg Wunsch | 1997-02-22 | 2 | -7/+287 |