Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: some whitespaces where incorrectly not ignored | Rainer Gerhards | 2008-05-14 | 1 | -0/+2 |
| | | | | | when parsing the config file. This is now corrected. Thanks to Michael Biebl for pointing out the problem. | ||||
* | added missing copyright statements | Rainer Gerhards | 2008-04-24 | 1 | -0/+2 |
| | | | | thanks to Michael Biebl for noticing | ||||
* | bugfix: some slightly invalid memory accesses | Rainer Gerhards | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | bugfix: fixed some minor memory leaks | Rainer Gerhards | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | worked some more on HP UX - got it to compile and receive UDP messages | Rainer Gerhards | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | - extracted logerror*() family of functions from syslogd, made them their | Rainer Gerhards | 2008-03-05 | 1 | -24/+30 |
| | | | | | | own class and converted to new object calling conventions (interface-based) - converted gss-misc into a loadable library module | ||||
* | implemented environment-settable debug options | Rainer Gerhards | 2008-02-28 | 1 | -8/+8 |
| | |||||
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -3/+3 |
| | | | | rsyslog (now) and also much easier to type | ||||
* | changed rsCStrDestruct() to use the new interface conventions | Rainer Gerhards | 2008-02-20 | 1 | -2/+2 |
| | |||||
* | - added doc on how expressions will work | Rainer Gerhards | 2008-02-19 | 1 | -2/+1 |
| | | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros | ||||
* | - added new facility and severity syntaxes to cfsysline handler | Rainer Gerhards | 2008-02-14 | 1 | -19/+105 |
| | | | | | - implemented $InputFileFacility config directive - implemented $InputFileSeverity config directive | ||||
* | bugfix: having fun with 32/64 bit portability - after 15 years, I finally | Rainer Gerhards | 2008-01-31 | 1 | -9/+9 |
| | | | | | was trapped again ;) -- now fixed, sizes > 2GB supported on 32bit platforms | ||||
* | - implemented simple output rate limiting | Rainer Gerhards | 2008-01-30 | 1 | -2/+5 |
| | | | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive - bugfix: MsgDup() did not work with new base object data structure | ||||
* | finally implemented infinite action retries via -1 retry count | Rainer Gerhards | 2008-01-30 | 1 | -1/+12 |
| | |||||
* | implemented the $ActionResumeRetryCount config directive | Rainer Gerhards | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -19/+19 |
| | | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS... | ||||
* | - implemented new GetSize() handler for config files | Rainer Gerhards | 2008-01-09 | 1 | -6/+86 |
| | | | | - implemented $MainMsgQueueMaxFileSize configuration directive | ||||
* | previous patch was incorrect | Rainer Gerhards | 2007-12-20 | 1 | -3/+4 |
| | |||||
* | bugfix: memory leak in cfsysline.c/doGetWord() fixed | Rainer Gerhards | 2007-12-20 | 1 | -1/+9 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -8/+7 |
| | |||||
* | fixed some type conversion warnings that appeared on 64 bit machines - | Rainer Gerhards | 2007-12-07 | 1 | -3/+3 |
| | | | | these were in debug statements, so indicated no real problem | ||||
* | - added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -1/+45 |
| | | | | | | | | | | command handler entries need to be removed when module is unloaded - added support so that linkedlist key can be used for owner handle - enhanced llExecFunc to support deletion of list elements (on behalf of user function being called, slight interface change) - enhanced linkedlist class so that list elements can now be deleted based on the key value they have - created entry point so that CfSysLine handlers are removed on modExit() | ||||
* | added support so that linkedlist key can be used for owner handle | Rainer Gerhards | 2007-11-21 | 1 | -7/+32 |
| | |||||
* | added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -6/+10 |
| | | | | command handler entries need to be removed when module is unloaded | ||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 1 | -0/+1 |
| | |||||
* | cleaned up compiler warnings | Rainer Gerhards | 2007-09-11 | 1 | -6/+6 |
| | |||||
* | removed debug aid that sneaked in | Rainer Gerhards | 2007-09-07 | 1 | -1/+0 |
| | |||||
* | - added eCmdHdlrGetWord command handler | Rainer Gerhards | 2007-09-07 | 1 | -0/+55 |
| | | | | - added $ModDir config directive | ||||
* | applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1 | Michael Meckelein | 2007-08-22 | 1 | -0/+6 |
| | | | | release | ||||
* | fixed a bug that would have manifested when module configuration commands | Rainer Gerhards | 2007-08-09 | 1 | -1/+10 |
| | | | | | would have been freed. The current code base, however, never does this, so this is not a real bug fix - it's in preparation of future work | ||||
* | changed rsyslog.h include order to solve debian sid zlib inlcude issue | Michael Meckelein | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 1 | -2/+2 |
| | | | | clib | ||||
* | enhanced $Include to allow inclusion of a complete directory | Rainer Gerhards | 2007-08-01 | 1 | -4/+16 |
| | |||||
* | - some more code cleanup | Rainer Gerhards | 2007-08-01 | 1 | -15/+19 |
| | | | | - enhanced cfsysline interface to disallow chaining of command handlers | ||||
* | - loading default values as done yesterday *is* clean (I've just reviewed | Rainer Gerhards | 2007-08-01 | 1 | -4/+1 |
| | | | | | | the code again) - moved omfile-specifc global variables (for cfsysline settings) from syslogd.c to omfile.c | ||||
* | - $ResetConfigVariables now also works vir the table-driven sytem. However, | Rainer Gerhards | 2007-07-31 | 1 | -0/+7 |
| | | | | | I need to fix an issue with loading default settings when syslogd is started or HUPed | ||||
* | - all cfsysline directives now use new table-driven cfsysline system except | Rainer Gerhards | 2007-07-31 | 1 | -1/+1 |
| | | | | for $ResetConfigVariables | ||||
* | omfile.c now uses the new table-driven cfsysline system | Rainer Gerhards | 2007-07-31 | 1 | -3/+77 |
| | |||||
* | - got the basic code in place to create an in-memory list of cfsysline | Rainer Gerhards | 2007-07-31 | 1 | -4/+76 |
| | | | | handlers (omfile.c used as testing case) -- not yet in active code | ||||
* | - added interface to register a cfsysline command handler (basic | Rainer Gerhards | 2007-07-31 | 1 | -1/+39 |
| | | | | functionality) | ||||
* | prepared cfsysline.c for integration into output modules | Rainer Gerhards | 2007-07-31 | 1 | -15/+12 |
| | |||||
* | - added doCustomHdlr() to cfsysline.c - this completes implementing | Rainer Gerhards | 2007-07-31 | 1 | -0/+18 |
| | | | | functions for canned handlers. | ||||
* | - added macro to abort a function and go to finalizer | Rainer Gerhards | 2007-07-31 | 1 | -11/+6 |
| | | | | - added output of config file line number when a parsing error occured | ||||
* | - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler to | Rainer Gerhards | 2007-07-31 | 1 | -8/+49 |
| | | | | use it | ||||
* | - moved the SetCCEscapeCharacter config file directive to cfsysline.c and | Rainer Gerhards | 2007-07-31 | 1 | -25/+37 |
| | | | | also generalized it for further use while doing so | ||||
* | - moved umask & file/dir creation mode parsing to cfsysline.c | Rainer Gerhards | 2007-07-31 | 1 | -6/+93 |
| | | | | - added macro for easy and consistent check of iRet return value | ||||
* | moved doGetGID() to cfsysline.c | Rainer Gerhards | 2007-07-31 | 1 | -0/+46 |
| | |||||
* | moved doBinaryOption() and doGetGUID() to cfsysline.c | Rainer Gerhards | 2007-07-30 | 1 | -0/+115 |
| | |||||
* | - added cfsysline objects - initial set of functions | Rainer Gerhards | 2007-07-30 | 1 | -0/+137 |
- fixed bug in OMSRcreate() - always returned SR_RET_OK |