summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* simplified action calling using new interface Warning: this version has aRainer Gerhards2007-07-238-53/+41
| | | | | structure alignment issue in omusrmsg.c, I currently do not know why. I check in so that others can look at it.
* moved file write output module to own set of code filesRainer Gerhards2007-07-2212-1093/+1219
|
* added $ModLoad MySQL config directiveRainer Gerhards2007-07-221-18/+28
|
* added $ModLoad MySQL (dummy) config directiveRainer Gerhards2007-07-222-0/+37
|
* changed calling interface for doAction() as a reminder for the otherRainer Gerhards2007-07-223-3/+3
| | | | modules
* changed interface, now is updated by rule engineRainer Gerhards2007-07-224-4/+4
|
* moved some more modules to their own file setsRainer Gerhards2007-07-2210-1464/+1770
|
* moved mysql action to its own code filesRainer Gerhards2007-07-206-236/+338
|
* moved code for user and wall message action into its own filesRainer Gerhards2007-07-205-173/+256
|
* moved part of the shell action to its own moduleRainer Gerhards2007-07-209-4/+118
|
* bumped version numberRainer Gerhards2007-07-201-2/+2
|
* - removed a memory leak that could occur if timegenerated was used in RFCRainer Gerhards2007-07-202-21/+115
| | | | | | 3164 format in templates - did some preparation in msg.c for advanced multithreading - placed the hooks, but not yet any active code
* cleanupRainer Gerhards2007-07-201-5/+3
|
* removed incorrect note on -m parameterRainer Gerhards2007-07-201-3/+0
|
* replaced system() calls with something more reasonable. Please note thatRainer Gerhards2007-07-204-55/+100
| | | | | this might break compatibility with some existing configuration files. We accept this in favour of the gained security.
* defined some macros for further use with advanced multithreadingRainer Gerhards2007-07-201-6/+12
|
* reflect new -r option behaviourRainer Gerhards2007-07-201-3/+3
|
* updated usage() - forgotten when changed -r optionRainer Gerhards2007-07-201-1/+1
|
* removed incompatibility to sysklogd in syslogd -r option parsingRainer Gerhards2007-07-201-2/+5
|
* prepared doc set for 1.17.1 releasev1-17-1Rainer Gerhards2007-07-203-7/+14
|
* added the capability to continue trying to write log files when the fileRainer Gerhards2007-07-202-2/+12
| | | | | system is full. Functionality based on patch by Martin Schulze to sysklogd package.
* reflect recently removed bugsRainer Gerhards2007-07-191-4/+0
|
* added missing contributors, list unfortuantely still far from beingRainer Gerhards2007-07-191-2/+17
| | | | complete
* fixed another memory leak on HUPing and on exiting rsyslogd again thanks toRainer Gerhards2007-07-192-3/+10
| | | | varmojfekoj for the patch
* moved message object into its own set of filesRainer Gerhards2007-07-197-1102/+1269
|
* applied patch from Bartosz Kuźma to fix portability bug in configure.acRainer Gerhards2007-07-191-2/+2
|
* begin designing module interfaceRainer Gerhards2007-07-191-0/+51
|
* more cleanup; restored compatibility to non-gcc compilersRainer Gerhards2007-07-183-1/+10
|
* code cleanup (removed compiler warningsRainer Gerhards2007-07-1811-187/+191
|
* fixed minimal memory leak on HUP (caused by templates) thanks toRainer Gerhards2007-07-184-1/+59
| | | | varmojfekoj for the patch
* applied cleanup patch by Peter VrabecRainer Gerhards2007-07-184-7/+13
|
* fixed bug that caused $AllowedSenders to handle IPv6 scopes incorrectly;Rainer Gerhards2007-07-181-2/+3
| | | | | also fixed but that could grabble $AllowedSender wildcards. Thanks to mildew@gmail.com for the patch
* fixed a bug that could case host wildcards to become corruptedRainer Gerhards2007-07-181-1/+1
|
* fixed a bug which caused install to install program under wrong nameRainer Gerhards2007-07-182-5/+7
|
* bumped version numberRainer Gerhards2007-07-181-2/+2
|
* preparing for releasev1-17-0Rainer Gerhards2007-07-171-3/+3
|
* bumped version number to 1.17.0Rainer Gerhards2007-07-172-3/+3
|
* cleaned up code. removed conditional construct where "fromHost" could notRainer Gerhards2007-07-171-8/+2
| | | | be NULL
* improved AllowedSender code and portability - thanks to mildew@gmail.comRainer Gerhards2007-07-172-1/+17
|
* added capability to auto-generate directoriesRainer Gerhards2007-07-171-1/+1
|
* added new config paramsRainer Gerhards2007-07-171-0/+45
|
* added $FailOnChownFailure config parameterRainer Gerhards2007-07-175-15/+38
|
* added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroupRainer Gerhards2007-07-175-19/+152
|
* added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariablesRainer Gerhards2007-07-173-11/+40
| | | | directives
* added $DirCreateMode config directiveRainer Gerhards2007-07-173-2/+18
|
* basic support for creating directories with dynaFiles addedRainer Gerhards2007-07-173-159/+218
|
* added support (checks) for inlineRainer Gerhards2007-07-171-0/+1
|
* cleaned up code in AddAllowedSender()Rainer Gerhards2007-07-173-111/+115
|
* added new config paramsRainer Gerhards2007-07-171-0/+25
|
* dded $ControlCharacterEscapePrefix config parameterRainer Gerhards2007-07-172-1/+29
|