summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added new function dbgPrintInstInfo() to omod interfaceRainer Gerhards2007-07-259-0/+85
|
* changed calling interface for freeInstance() - need to work with dualRainer Gerhards2007-07-253-7/+13
| | | | buffers in order to change output modules one by one
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-2513-492/+478
| | | | standard entry points (implemented via preprocessor)
* bumping version numberRainer Gerhards2007-07-252-2/+4
|
* preparing for 1.17.3v1-17-3Rainer Gerhards2007-07-252-5/+5
|
* added fix for startup permission checks - thanks to Michel SamiaRainer Gerhards2007-07-251-0/+2
|
* fixed a bug that caused rsyslogd to segfault on exit (and probably also onRainer Gerhards2007-07-252-1/+13
| | | | | | | HUP), when there was an unsent message in a selector that required forwarding and the dns lookup failed for that selector (yes, it was pretty unlikely to happen;)) thanks to varmojfekoj <varmojfekoj@gmail.com> for the patch
* hardned syslogd for a very unusual low memory conditionRainer Gerhards2007-07-241-2/+7
|
* removed previous emergency logging system on startup, because it is notRainer Gerhards2007-07-241-21/+1
| | | | | compatible with the new modules; need to re-implement the full functionality, currently stderr is used
* applied patch from Michel Samia which solved problems when compilingRainer Gerhards2007-07-241-3/+7
| | | | without Internet support
* TypeName is now pulled from the module itselfRainer Gerhards2007-07-243-11/+16
|
* removed no-longer-used TESTING conditional compilationRainer Gerhards2007-07-241-51/+3
|
* added freeInstance() call to output module interface; re-structuredRainer Gerhards2007-07-248-129/+146
| | | | ressource release code in syslogd.c
* removed F_UNUSED and cleaned up action-disabling handlingRainer Gerhards2007-07-249-86/+89
|
* major task: made sure no selector_t is created for selector lines that canRainer Gerhards2007-07-248-99/+125
| | | | | not be successfully loaded. That forced me to change a lot of code, with potential for trouble.
* applied patch from varmojfekoj to solve small mem leakRainer Gerhards2007-07-242-1/+21
|
* moved discard functionality to an output moduleRainer Gerhards2007-07-2417-76/+298
|
* changed action calling sequence to module interface/structureRainer Gerhards2007-07-247-10/+10
|
* changed select action config reader to use module interfaceRainer Gerhards2007-07-246-34/+50
|
* fixed wrong credits - last patch was by mildew -- sorry for that ;)Rainer Gerhards2007-07-2411-135/+146
|
* moved selector action config parsing for shell action to omshellRainer Gerhards2007-07-243-13/+37
|
* moved selector action parsing for MySQL to ommysqlRainer Gerhards2007-07-244-87/+119
|
* moved selector action parsing for F_FORW to omfwdRainer Gerhards2007-07-243-170/+200
|
* fixed a small memory leak when HUPing syslogd. The allowed sender list nowRainer Gerhards2007-07-242-0/+35
| | | | gets freed. thanks varmojfekoj to for the patch.
* continued working on modularization; begun to create interface forRainer Gerhards2007-07-2317-277/+690
| | | | | configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules.
* fixed a memory leak in config file parsing thanks to varmojfekoj for theRainer Gerhards2007-07-234-14/+22
| | | | patch
* added warning for other codersRainer Gerhards2007-07-231-1/+4
|
* rsyslogd now checks on startup if it is capable to performa any work atRainer Gerhards2007-07-232-1/+33
| | | | | all. If it cant, it complains and terminates thanks to Michel Samia for providing the patch!
* bumped version numberRainer Gerhards2007-07-232-2/+4
|
* fixed small but important typov1-17-2Rainer Gerhards2007-07-231-1/+2
|
* made syntax of -r chrystal-clear in doc (at least I hope so...)Rainer Gerhards2007-07-232-8/+10
|
* added new modules file setRainer Gerhards2007-07-232-0/+185
|
* preparing for 1.17.2 releaseRainer Gerhards2007-07-232-4/+4
|
* added $DropTrailingLFOnReception config directiveRainer Gerhards2007-07-231-0/+8
|
* added DropTrailingLFOnReception config directiveRainer Gerhards2007-07-232-0/+14
|
* fixed a very nasty bug in structure creation of struct filed (causedRainer Gerhards2007-07-236-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 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
|