| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove spaces between (void) and function calls. Use TAILQ_FOREACH | Dag-Erling Smørgrav | 2002-03-24 | 1 | -30/+40 |
| * | Parenthesize return values and pull an orphaned { back into the fold. | Dag-Erling Smørgrav | 2002-03-24 | 1 | -19/+18 |
| * | __FBSDID, ANSIfy function definitions, staticize functions and globals, | Dag-Erling Smørgrav | 2002-03-24 | 1 | -147/+107 |
| * | Un-__P(). | Dag-Erling Smørgrav | 2002-03-24 | 1 | -27/+27 |
| * | Remove unnecessary setjmp.h. | Maxim Konovalov | 2002-02-13 | 1 | -1/+0 |
| * | Unlink all log sockets at startup. | Maxim Konovalov | 2002-02-13 | 1 | -0/+1 |
| * | Initialze a stack variable with NULL to unbreak buildworld with -Wall. | Daniel Eischen | 2002-01-09 | 1 | -1/+1 |
| * | Add a new flag '-c' to disable repeated line compression when the output | Archie Cobbs | 2002-01-05 | 1 | -2/+7 |
| * | Make the default kernel prefix "kernel:" instead of the boot file, | Dima Dorfman | 2001-11-27 | 1 | -2/+18 |
| * | If the mask length is zero, there is no need to convert it to a | Paul Saab | 2001-11-14 | 1 | -1/+4 |
| * | Check the return values from calls to malloc(), calloc(), strdup() etc. | Dag-Erling Smørgrav | 2001-09-30 | 1 | -12/+33 |
| * | Add a strcasecmp() call I forgot in my hurry to commit the previous fix. | Dag-Erling Smørgrav | 2001-09-13 | 1 | -1/+2 |
| * | The previous commit appeared to just shove the bug under the carpet rather | Dag-Erling Smørgrav | 2001-09-13 | 1 | -5/+23 |
| * | Fix logging from remote hosts, which has been broken since (at least) revision | Dag-Erling Smørgrav | 2001-09-13 | 1 | -2/+3 |
| * | Fixed the free(3) panic overlooked due to the -Wno-uninitialized. | Ruslan Ermilov | 2001-09-11 | 1 | -1/+2 |
| * | - Silence warnings: apply `const' generously, mark some variables | Dima Dorfman | 2001-09-09 | 1 | -44/+48 |
| * | Correct a last minute sizeof() bogon in my previous commit. | Kris Kennaway | 2001-09-05 | 1 | -1/+1 |
| * | Introduce a -b option that allows the user to specify which address to | Dima Dorfman | 2001-09-01 | 1 | -5/+11 |
| * | Fix some unsafe signal handlers, and be careful not to overflow on fd_set. | Kris Kennaway | 2001-09-01 | 1 | -101/+135 |
| * | Gives syslogd(8) the ability to refresh its idea of the hostname of | Crist J. Clark | 2001-08-27 | 1 | -7/+27 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -2/+5 |
| * | - `-a' option for IPv6 was not working correctly. | Hajimu UMEMOTO | 2001-07-19 | 1 | -4/+9 |
| * | Lose any stray host bits that a user may have entered when providing | Crist J. Clark | 2001-07-02 | 1 | -1/+3 |
| * | Fix constness warning introduced in syslog.h 1.21. | David Malone | 2001-05-21 | 1 | -2/+2 |
| * | Add the ability to specify alternate PID file for syslogd. | David Malone | 2001-05-10 | 1 | -3/+6 |
| * | MAXHOSTNAMELEN includes the NUL | Brian Somers | 2001-03-09 | 1 | -5/+5 |
| * | This seems to stop syslog console messages looping. The problem | David Malone | 2001-02-04 | 1 | -1/+1 |
| * | IPv6 support for syslogd. | Hajimu UMEMOTO | 2000-12-16 | 1 | -138/+385 |
| * | Add the "LOG_CONSOLE" facility and tell syslogd to not log it on | Poul-Henning Kamp | 2000-11-25 | 1 | -0/+2 |
| * | Syslogd normally converts messages of facility kern to facility | David Malone | 2000-10-17 | 1 | -2/+6 |
| * | Fix unexploitable off by one error as mentioned on Bugtraq. | Warner Losh | 2000-09-19 | 1 | -2/+1 |
| * | Update the usage string to reflect -n as an option. | Paul Saab | 2000-08-07 | 1 | -1/+1 |
| * | Actually make syslogd understand the new -n option by putting it | Paul Saab | 2000-08-07 | 1 | -1/+1 |
| * | Sort cases in getopt switch statement. | David Malone | 2000-08-03 | 1 | -31/+32 |
| * | Replace two calls to strlen+calloc+strcpy with strdup. | David Malone | 2000-08-03 | 1 | -12/+4 |
| * | Change option -r to -n inline with conventions we use elsewhere. | Paul Saab | 2000-07-29 | 1 | -3/+3 |
| * | Add option 'r' to syslogd which will disable dns queries for every | Paul Saab | 2000-07-29 | 1 | -3/+10 |
| * | Allow syslogd to select messages based on the originating host in | David Malone | 2000-07-24 | 1 | -7/+51 |
| * | Prevent a non-exploitable remote buffer overflow. | Kris Kennaway | 2000-06-08 | 1 | -3/+3 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | Enable 8bit chars excepting high controls | Andrey A. Chernov | 2000-04-18 | 1 | -4/+10 |
| * | 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 |
| * | Add section number to .Xr. Use .Pa for filenames. | Philippe Charnier | 2000-01-23 | 1 | -3/+2 |
| * | Do this the Right Way (tm), i.e. use shutdown() instead of fooling around | Dag-Erling Smørgrav | 2000-01-14 | 1 | -6/+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 | 1 | -1/+1 |
| * | Make hostname comparisons case insensitive | Brian Somers | 1999-08-17 | 1 | -4/+5 |