Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: imklog leaked several hundered KB on each HUP. Thanks to | Rainer Gerhards | 2008-03-19 | 4 | -0/+17 |
| | | | | varmojfekoj for the patch | ||||
* | added flow control options to other input sources | Rainer Gerhards | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | some minor things in regard to portability | Rainer Gerhards | 2008-03-06 | 1 | -4/+10 |
| | |||||
* | added capability to ignore client-provided timestamp on unix sockets and | Rainer Gerhards | 2008-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | - changed modules.c calling conventions to be interface-based | Rainer Gerhards | 2008-03-05 | 1 | -12/+0 |
| | | | | | | | | | | | - moved module loader from conf.c to module.c, where it belongs - made the necessary plumbing to auto-load library modules - upgraded debug system to include iRet in function exit message - changed module interface so that instances need only to be supported by output plugins (if we actually need them for input plugins, we can always add it again...) - milestone: first implementation of library modules (but do not get unloaded on exit/hup so far) | ||||
* | - changed module interface to support querying obj interface (stage work) | Rainer Gerhards | 2008-03-04 | 1 | -1/+1 |
| | | | | - changed module interface version, as the interface change is quite large | ||||
* | some cleanup | Rainer Gerhards | 2008-02-18 | 1 | -16/+0 |
| | |||||
* | - changed interface "printchopped()" so that it looks more like a generic | Rainer Gerhards | 2008-02-18 | 1 | -0/+3 |
| | | | | | | | message submission interface. Part of the ongoing modularization effort. - bugfix: invalid kernel log format -- see bug http://bugzilla.adiscon.com/show_bug.cgi?id=1 | ||||
* | changed interface of logmsg() to make it more straightforward | Rainer Gerhards | 2008-02-13 | 1 | -1/+1 |
| | |||||
* | - renamed Msg object to usual all-lowercase object name (else we ran into | Rainer Gerhards | 2008-01-30 | 1 | -1/+1 |
| | | | | | | troubles with the framework, also it was somewhat ugly...) - fixed a memory leak in object destruction (was recently introduced by object naming, not present in any released version) | ||||
* | - improved debug support a bit (assertions) | Rainer Gerhards | 2008-01-29 | 1 | -3/+3 |
| | | | | | - restructured code, moved some part out of syslogd.c to action.c, where they belong (still some more to do in that regard ;)) | ||||
* | - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1a | Rainer Gerhards | 2008-01-10 | 1 | -1/+0 |
| | | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool | ||||
* | added --enable-mudflap ./configure option | Rainer Gerhards | 2008-01-08 | 1 | -2/+2 |
| | |||||
* | - MsgSetProperty() implemented | Rainer Gerhards | 2008-01-07 | 1 | -8/+2 |
| | | | | | - defined a property class - implemented deserializer (needs some more work) | ||||
* | fixed old references to rklogd - thanks to Michael Biebl for spotting them. | Rainer Gerhards | 2008-01-03 | 1 | -2/+2 |
| | |||||
* | applied Michael Biebl's patch to clean up the makefiles | Rainer Gerhards | 2008-01-03 | 1 | -4/+2 |
| | |||||
* | some cleanup | Rainer Gerhards | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | changed termination sync type | Rainer Gerhards | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | - implemented $klogUseSyscallInterface config directive | Rainer Gerhards | 2007-12-20 | 1 | -10/+19 |
| | | | | - implemented $klogSymbolLookup config directive | ||||
* | - working on a potential race condition on the new input module interface. | Rainer Gerhards | 2007-12-20 | 1 | -3/+5 |
| | | | | | | | | | | See newsgroup posting for details on the issue: http://groups.google.com/group/comp.programming.threads/msg/330b9675f17 a1ad6 I tried some mutex operations but came to the conclusion that this does not really help. So I have now switched to plain thread cancellation, which so far seems to be OK. Need more practical experience with other input modules to make a final decision. Thus I leave all code in and have just disabled the problematic code. | ||||
* | code cleanups thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -2/+2 |
| | |||||
* | - implemented afterRun input module interface function | Rainer Gerhards | 2007-12-17 | 1 | -24/+30 |
| | | | | - implemented $klogSymbolsTwice config directive | ||||
* | code cleanup debugging fixed, should now go through standard debugging | Rainer Gerhards | 2007-12-17 | 2 | -108/+22 |
| | | | | facility | ||||
* | limited debug output | Rainer Gerhards | 2007-12-17 | 3 | -7/+10 |
| | |||||
* | fix for compile problem | Rainer Gerhards | 2007-12-17 | 4 | -124/+38 |
| | |||||
* | fixed missing file | Rainer Gerhards | 2007-12-17 | 1 | -0/+41 |
| | |||||
* | fixed compile problem (error during previous cvs commit) | Rainer Gerhards | 2007-12-17 | 2 | -144/+8 |
| | |||||
* | begun imklog, replacing klogd.c (finally we get rid of it...) | Rainer Gerhards | 2007-12-17 | 7 | -0/+2576 |