Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made syntax of -r chrystal-clear in doc (at least I hope so...) | Rainer Gerhards | 2007-07-23 | 2 | -8/+10 |
| | |||||
* | added new modules file set | Rainer Gerhards | 2007-07-23 | 2 | -0/+185 |
| | |||||
* | preparing for 1.17.2 release | Rainer Gerhards | 2007-07-23 | 2 | -4/+4 |
| | |||||
* | added $DropTrailingLFOnReception config directive | Rainer Gerhards | 2007-07-23 | 1 | -0/+8 |
| | |||||
* | added DropTrailingLFOnReception config directive | Rainer Gerhards | 2007-07-23 | 2 | -0/+14 |
| | |||||
* | fixed a very nasty bug in structure creation of struct filed (caused | Rainer Gerhards | 2007-07-23 | 6 | -86/+25 |
| | | | | | omusrmsg to be defunct) - many thanks to maharaja for providing the right idea at the right time ;) | ||||
* | simplified action calling using new interface Warning: this version has a | Rainer Gerhards | 2007-07-23 | 8 | -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 files | Rainer Gerhards | 2007-07-22 | 12 | -1093/+1219 |
| | |||||
* | added $ModLoad MySQL config directive | Rainer Gerhards | 2007-07-22 | 1 | -18/+28 |
| | |||||
* | added $ModLoad MySQL (dummy) config directive | Rainer Gerhards | 2007-07-22 | 2 | -0/+37 |
| | |||||
* | changed calling interface for doAction() as a reminder for the other | Rainer Gerhards | 2007-07-22 | 3 | -3/+3 |
| | | | | modules | ||||
* | changed interface, now is updated by rule engine | Rainer Gerhards | 2007-07-22 | 4 | -4/+4 |
| | |||||
* | moved some more modules to their own file sets | Rainer Gerhards | 2007-07-22 | 10 | -1464/+1770 |
| | |||||
* | moved mysql action to its own code files | Rainer Gerhards | 2007-07-20 | 6 | -236/+338 |
| | |||||
* | moved code for user and wall message action into its own files | Rainer Gerhards | 2007-07-20 | 5 | -173/+256 |
| | |||||
* | moved part of the shell action to its own module | Rainer Gerhards | 2007-07-20 | 9 | -4/+118 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-07-20 | 1 | -2/+2 |
| | |||||
* | - removed a memory leak that could occur if timegenerated was used in RFC | Rainer Gerhards | 2007-07-20 | 2 | -21/+115 |
| | | | | | | 3164 format in templates - did some preparation in msg.c for advanced multithreading - placed the hooks, but not yet any active code | ||||
* | cleanup | Rainer Gerhards | 2007-07-20 | 1 | -5/+3 |
| | |||||
* | removed incorrect note on -m parameter | Rainer Gerhards | 2007-07-20 | 1 | -3/+0 |
| | |||||
* | replaced system() calls with something more reasonable. Please note that | Rainer Gerhards | 2007-07-20 | 4 | -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 multithreading | Rainer Gerhards | 2007-07-20 | 1 | -6/+12 |
| | |||||
* | reflect new -r option behaviour | Rainer Gerhards | 2007-07-20 | 1 | -3/+3 |
| | |||||
* | updated usage() - forgotten when changed -r option | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | removed incompatibility to sysklogd in syslogd -r option parsing | Rainer Gerhards | 2007-07-20 | 1 | -2/+5 |
| | |||||
* | prepared doc set for 1.17.1 releasev1-17-1 | Rainer Gerhards | 2007-07-20 | 3 | -7/+14 |
| | |||||
* | added the capability to continue trying to write log files when the file | Rainer Gerhards | 2007-07-20 | 2 | -2/+12 |
| | | | | | system is full. Functionality based on patch by Martin Schulze to sysklogd package. | ||||
* | reflect recently removed bugs | Rainer Gerhards | 2007-07-19 | 1 | -4/+0 |
| | |||||
* | added missing contributors, list unfortuantely still far from being | Rainer Gerhards | 2007-07-19 | 1 | -2/+17 |
| | | | | complete | ||||
* | fixed another memory leak on HUPing and on exiting rsyslogd again thanks to | Rainer Gerhards | 2007-07-19 | 2 | -3/+10 |
| | | | | varmojfekoj for the patch | ||||
* | moved message object into its own set of files | Rainer Gerhards | 2007-07-19 | 7 | -1102/+1269 |
| | |||||
* | applied patch from Bartosz Kuźma to fix portability bug in configure.ac | Rainer Gerhards | 2007-07-19 | 1 | -2/+2 |
| | |||||
* | begin designing module interface | Rainer Gerhards | 2007-07-19 | 1 | -0/+51 |
| | |||||
* | more cleanup; restored compatibility to non-gcc compilers | Rainer Gerhards | 2007-07-18 | 3 | -1/+10 |
| | |||||
* | code cleanup (removed compiler warnings | Rainer Gerhards | 2007-07-18 | 11 | -187/+191 |
| | |||||
* | fixed minimal memory leak on HUP (caused by templates) thanks to | Rainer Gerhards | 2007-07-18 | 4 | -1/+59 |
| | | | | varmojfekoj for the patch | ||||
* | applied cleanup patch by Peter Vrabec | Rainer Gerhards | 2007-07-18 | 4 | -7/+13 |
| | |||||
* | fixed bug that caused $AllowedSenders to handle IPv6 scopes incorrectly; | Rainer Gerhards | 2007-07-18 | 1 | -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 corrupted | Rainer Gerhards | 2007-07-18 | 1 | -1/+1 |
| | |||||
* | fixed a bug which caused install to install program under wrong name | Rainer Gerhards | 2007-07-18 | 2 | -5/+7 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-07-18 | 1 | -2/+2 |
| | |||||
* | preparing for releasev1-17-0 | Rainer Gerhards | 2007-07-17 | 1 | -3/+3 |
| | |||||
* | bumped version number to 1.17.0 | Rainer Gerhards | 2007-07-17 | 2 | -3/+3 |
| | |||||
* | cleaned up code. removed conditional construct where "fromHost" could not | Rainer Gerhards | 2007-07-17 | 1 | -8/+2 |
| | | | | be NULL | ||||
* | improved AllowedSender code and portability - thanks to mildew@gmail.com | Rainer Gerhards | 2007-07-17 | 2 | -1/+17 |
| | |||||
* | added capability to auto-generate directories | Rainer Gerhards | 2007-07-17 | 1 | -1/+1 |
| | |||||
* | added new config params | Rainer Gerhards | 2007-07-17 | 1 | -0/+45 |
| | |||||
* | added $FailOnChownFailure config parameter | Rainer Gerhards | 2007-07-17 | 5 | -15/+38 |
| | |||||
* | added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroup | Rainer Gerhards | 2007-07-17 | 5 | -19/+152 |
| | |||||
* | added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariables | Rainer Gerhards | 2007-07-17 | 3 | -11/+40 |
| | | | | directives |