| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow ':' and '%' in hostname specifications so that we can specify IPv6 | dwmalone | 2004-12-28 | 1 | -1/+1 |
* | Some syslog messages delimit the program tag with whitespace rather | dwmalone | 2004-12-28 | 1 | -2/+2 |
* | Fix a minor comment typo: priveleged = privileged. | keramida | 2004-11-18 | 1 | -1/+1 |
* | Really revert the whitespace change to usage(). | ru | 2004-11-11 | 1 | -3/+3 |
* | Change TABs back to spaces in usage string constants. | glebius | 2004-11-11 | 1 | -3/+3 |
* | Whitespace. | glebius | 2004-11-11 | 1 | -11/+11 |
* | Double receive buffer size on sockets. | glebius | 2004-11-11 | 1 | -1/+18 |
* | Protect against local flooder of /var/run/log. Do not loop forever in | glebius | 2004-11-04 | 1 | -3/+7 |
* | - Use stailqueue for sockets instead of socket buffer. Thus | glebius | 2004-11-04 | 1 | -38/+74 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 1 | -4/+0 |
* | Fix dofsync() declaration. | cperciva | 2004-07-04 | 1 | -1/+1 |
* | Where syslogd would have fsync()ed a file in the past, instead set a flag | cperciva | 2004-07-04 | 1 | -3/+25 |
* | Also terminate program names if we hit a '/' - this is to be slightly | dwmalone | 2004-05-30 | 1 | -1/+2 |
* | A log file name may now be prefixed by a '-' if it should not be | dwmalone | 2004-05-30 | 1 | -2/+12 |
* | Try to be more careful about using using the file descriptor f_file. | dwmalone | 2004-05-30 | 1 | -7/+13 |
* | Some string fixes. | dwmalone | 2004-05-29 | 1 | -4/+9 |
* | Exit with a warning if the path to one of the logging sockets is | dwmalone | 2004-05-29 | 1 | -0/+4 |
* | Fix some bugs that don't manifest themselves in practice. | dwmalone | 2004-05-29 | 1 | -3/+6 |
* | Update a couple of comments. | dwmalone | 2004-05-29 | 1 | -2/+2 |
* | Silence some constness and printf type warnings. Most of the | dwmalone | 2004-05-26 | 1 | -12/+14 |
* | Use strtol to parse the <%d> tags in printline() and printsys(). | iedowse | 2004-01-31 | 1 | -18/+18 |
* | Be much more strict about parsing tagged log messages from /dev/klog; | iedowse | 2004-01-26 | 1 | -10/+20 |
* | logerror is used in syslogd to log errors from syslogd itself. It | dwmalone | 2003-11-16 | 1 | -0/+6 |
* | Remove an argument to printf that is unused. | dwmalone | 2003-11-16 | 1 | -1/+1 |
* | Avoid a corrupt timestamp on the console | gshapiro | 2003-05-17 | 1 | -2/+6 |
* | Avoid code duplication by using libutil's trimdomain() instead of | gshapiro | 2003-05-17 | 1 | -10/+4 |
* | Cleanup hostname matching in syslogd: | gshapiro | 2003-05-04 | 1 | -17/+24 |
* | Hostname specifications must allow commas in the value. They are | thomas | 2003-02-21 | 1 | -1/+2 |
* | Allow multiple hosts or programs to be named in program | thomas | 2003-02-13 | 1 | -6/+27 |
* | Factor out the code that determines whether a message must be skipped | thomas | 2002-11-07 | 1 | -26/+27 |
* | Add used #include <limits.h>. | wollman | 2002-10-27 | 1 | -0/+1 |
* | Sync usage() with reality and sort it alphabetically. | tjr | 2002-10-18 | 1 | -4/+5 |
* | Avoid referencing a removed (and freed) queue entry. This partially reverts | des | 2002-10-06 | 1 | -2/+4 |
* | Introduce to the !program specification a capability similar to the one | dcs | 2002-09-23 | 1 | -2/+14 |
* | Make syslogd -u treat "*" as all levels by explictly setting pri_cmp | dwmalone | 2002-09-04 | 1 | -5/+14 |
* | Don't give up on a remote log host when we get a EHOSTUNREACH or | cjc | 2002-08-25 | 1 | -3/+20 |
* | When parsing the program name from the incoming log message | robert | 2002-07-25 | 1 | -1/+1 |
* | When reading a program name from the syslog configuration file, | robert | 2002-07-25 | 1 | -1/+1 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | ume | 2002-07-22 | 1 | -3/+1 |
* | Remove spaces between (void) and function calls. Use TAILQ_FOREACH | des | 2002-03-24 | 1 | -30/+40 |
* | Parenthesize return values and pull an orphaned { back into the fold. | des | 2002-03-24 | 1 | -19/+18 |
* | __FBSDID, ANSIfy function definitions, staticize functions and globals, | des | 2002-03-24 | 1 | -148/+108 |
* | Un-__P(). | des | 2002-03-24 | 1 | -27/+27 |
* | Remove unnecessary setjmp.h. | maxim | 2002-02-13 | 1 | -1/+0 |
* | Unlink all log sockets at startup. | maxim | 2002-02-13 | 1 | -0/+1 |
* | Initialze a stack variable with NULL to unbreak buildworld with -Wall. | deischen | 2002-01-09 | 1 | -1/+1 |
* | Add a new flag '-c' to disable repeated line compression when the output | archie | 2002-01-05 | 1 | -2/+7 |
* | Make the default kernel prefix "kernel:" instead of the boot file, | dd | 2001-11-27 | 1 | -2/+18 |
* | If the mask length is zero, there is no need to convert it to a | ps | 2001-11-14 | 1 | -1/+4 |
* | Check the return values from calls to malloc(), calloc(), strdup() etc. | des | 2001-09-30 | 1 | -12/+33 |