Rainer Gerhards
|
52b6b6f221
|
- added new facility and severity syntaxes to cfsysline handler
- implemented $InputFileFacility config directive
- implemented $InputFileSeverity config directive
|
2008-02-14 15:43:50 +00:00 |
|
Rainer Gerhards
|
fbd4ecdce4
|
- implemented new GetSize() handler for config files
- implemented $MainMsgQueueMaxFileSize configuration directive
|
2008-01-09 08:25:25 +00:00 |
|
Rainer Gerhards
|
004229dda6
|
changed license to GPLv3 (for what is to become rsyslog v3)
|
2007-12-14 11:21:57 +00:00 |
|
Rainer Gerhards
|
df0b35c047
|
code cleanup
|
2007-12-07 13:29:49 +00:00 |
|
Rainer Gerhards
|
bb6bfca3df
|
added support so that linkedlist key can be used for owner handle
|
2007-11-21 11:33:22 +00:00 |
|
Rainer Gerhards
|
8d606ea26d
|
added an identifier to command handler table - need to identify which
command handler entries need to be removed when module is unloaded
|
2007-11-21 10:52:19 +00:00 |
|
Rainer Gerhards
|
5b9f98ee20
|
- added eCmdHdlrGetWord command handler
- added $ModDir config directive
|
2007-09-07 08:56:43 +00:00 |
|
Michael Meckelein
|
fb13c3a398
|
applied patches which will be released under 1.19.1, changed doc for 1.19.1
release
|
2007-08-22 10:49:32 +00:00 |
|
Rainer Gerhards
|
2b51194f65
|
- some more code cleanup
- enhanced cfsysline interface to disallow chaining of command handlers
|
2007-08-01 07:46:36 +00:00 |
|
Rainer Gerhards
|
86afe5b17c
|
- all cfsysline directives now use new table-driven cfsysline system except
for $ResetConfigVariables
|
2007-07-31 16:29:39 +00:00 |
|
Rainer Gerhards
|
9234c95d74
|
omfile.c now uses the new table-driven cfsysline system
|
2007-07-31 16:07:40 +00:00 |
|
Rainer Gerhards
|
074ece90c0
|
- got the basic code in place to create an in-memory list of cfsysline
handlers (omfile.c used as testing case) -- not yet in active code
|
2007-07-31 15:23:28 +00:00 |
|
Rainer Gerhards
|
7449e8356b
|
- added interface to register a cfsysline command handler (basic
functionality)
|
2007-07-31 13:30:55 +00:00 |
|
Rainer Gerhards
|
19e94f1959
|
prepared cfsysline.c for integration into output modules
|
2007-07-31 12:34:45 +00:00 |
|
Rainer Gerhards
|
cc768428f3
|
- added doCustomHdlr() to cfsysline.c - this completes implementing
functions for canned handlers.
|
2007-07-31 10:07:03 +00:00 |
|
Rainer Gerhards
|
e123f620d3
|
- added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler to
use it
|
2007-07-31 08:12:11 +00:00 |
|
Rainer Gerhards
|
c135ef6de2
|
- moved the SetCCEscapeCharacter config file directive to cfsysline.c and
also generalized it for further use while doing so
|
2007-07-31 07:51:43 +00:00 |
|
Rainer Gerhards
|
4d162e6a58
|
- moved umask & file/dir creation mode parsing to cfsysline.c
- added macro for easy and consistent check of iRet return value
|
2007-07-31 07:37:04 +00:00 |
|
Rainer Gerhards
|
1531dbee97
|
moved doGetGID() to cfsysline.c
|
2007-07-31 06:59:33 +00:00 |
|
Rainer Gerhards
|
8618cc00b0
|
moved doBinaryOption() and doGetGUID() to cfsysline.c
|
2007-07-30 12:19:20 +00:00 |
|
Rainer Gerhards
|
6808a7e2f1
|
- added cfsysline objects - initial set of functions
- fixed bug in OMSRcreate() - always returned SR_RET_OK
|
2007-07-30 10:12:22 +00:00 |
|