Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added ability to specify flow control mode for imuxsock | Rainer Gerhards | 2008-08-08 | 1 | -10/+29 |
| | |||||
* | added $InputUnixListenSocketHostName config directive | Rainer Gerhards | 2008-08-01 | 1 | -6/+21 |
| | | | | | | It permits to override the hostname being used on a local unix socket. This is useful for differentiating "hosts" running in several jails. Feature was suggested by David Darville, thanks for the suggestion. | ||||
* | added capability to ignore client-provided timestamp on unix sockets and | Rainer Gerhards | 2008-03-06 | 1 | -0/+47 |
made this mode the default; this was needed, as some programs (e.g. sshd) log with inconsistent timezone information, what messes up the local logs (which by default don't even contain time zone information). This seems to be consistent with what sysklogd did for the past four years. Alternate behaviour may be desirable if gateway-like processes send messages via the local log slot - in this case, it can be enabled via the $InputUnixListenSocketIgnoreMsgTimestamp and $SystemLogSocketIgnoreMsgTimestamp config directives |