summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added missing variable checks in modExit and CODESTARTmodExitAndre Lorbach2008-02-111-0/+22
| |
* | did some warning cleanup on snmp output moduleRainer Gerhards2008-02-111-5/+5
| |
* | Did some code cleanup. Removed unused functions and variables.Andre Lorbach2008-02-111-40/+9
| |
* | bugfix: trailing ":" of tag was lost while parsing legacy syslog messagesRainer Gerhards2008-02-112-1/+5
| | | | | | | | without timestamp - thanks to Anders Blomdell for providing a patch!
* | removed debug messageRainer Gerhards2008-02-111-1/+0
| |
* | added x-info field to rsyslogd startup/shutdown message. Hopefully pointsRainer Gerhards2008-02-112-2/+5
| | | | | | | | | | users to right location for further info (many don't even know they run rsyslog ;))
* | Added support for SNMPv2, which is also default. Removed some debug codeAndre Lorbach2008-02-082-77/+100
| | | | | | | | | | | | and compiler warnings. Added support to define the transport type where udp is the default. This also enables ipv6 support if you have compiled net-snmp with it.
* | very quickly hacked a rought outline of the file monitor (without anyRainer Gerhards2008-02-014-0/+665
| | | | | | | | guarantees)
* | bugfix: immark did not have MARK flags set...Rainer Gerhards2008-02-011-0/+3
| |
* | fixed issue left over from debuging :(Rainer Gerhards2008-02-011-2/+1
| |
* | Initially implemented snmp into this output module. The code contains a lotAndre Lorbach2008-02-012-15/+437
| | | | | | | | | | | | | | | | | | | | | | of debug informations and additional stuff which is commented out. I will do some cleanup very soon. What is implemented yet: - SNMPv1 is supported (SNMPv2 will follow) - SNMP Target, Port, Community, EnterpriseOID, TrapType and SpecificType can be configured. Sample will follow soon. A SyslogMessageOID can be configured as well, this OID will be used for a variable which will then contain the original syslogmessage.
* | added some more comments on how to create messages and submit them to theRainer Gerhards2008-02-011-2/+52
| | | | | | | | main message queue
* | added sample config file to distribution tarballRainer Gerhards2008-02-011-0/+1
| |
* | cleaned up some no longer needed files, thanks to Michael Biebl forRainer Gerhards2008-02-018-427/+0
| | | | | | | | pointing this out
* | added input-plugin interface specification in form of a (copy) templateRainer Gerhards2008-02-016-4/+473
| | | | | | | | input module
* | applied doc fix by Michael Biebl -- thanks!Rainer Gerhards2008-02-013-56/+63
| |
* | on the wire message compression addedRainer Gerhards2008-01-311-3/+3
| |
* | preparing for 3.11.0v3-11-0Rainer Gerhards2008-01-313-10/+25
| |
* | added information on disk chunksRainer Gerhards2008-01-311-1/+22
| |
* | some more 32 bit fun ;)Rainer Gerhards2008-01-312-2/+2
| |
* | typos fixedRainer Gerhards2008-01-311-38/+48
| |
* | bugfix: having fun with 32/64 bit portability - after 15 years, I finallyRainer Gerhards2008-01-318-32/+37
| | | | | | | | | | was trapped again ;) -- now fixed, sizes > 2GB supported on 32bit platforms
* | bugfix: dbgoprint mutex - was too simple once I wrote the tracker item ;)Rainer Gerhards2008-01-311-7/+4
| |
* | - fixed bug in sample rsyslog.confRainer Gerhards2008-01-313-9/+14
| | | | | | | | | | | | | | - fixed wrong action suspend/resume handling - we have some issue with the mutx in dbgoprint, but that is acceptable for the time being, I just removed the deadlock codition (debug system only)
* | some more queue detailsRainer Gerhards2008-01-311-2/+17
| |
* | preparing doc set for 3.11.0 releaseRainer Gerhards2008-01-311-7/+243
| |
* | - rename $<obj>TimoutWorkerThreadShutdown toRainer Gerhards2008-01-313-10/+13
| | | | | | | | | | | | | | $<obj>WorkerTimoutThreadShutdown for consistency reasons - changed default for action queue size to 1000 elements (more reasonable here) - fixed bug in sample rsyslog.conf
* | updated to new 3.11.0 featuresRainer Gerhards2008-01-311-4/+46
| |
* | worked on syslog-ng comparisonRainer Gerhards2008-01-311-3/+63
| |
* | added some advanced features usually in demand to sample rsyslog.conf, butRainer Gerhards2008-01-311-2/+24
| | | | | | | | left it commented out
* | - implemented limiting disk space allocated to queuesRainer Gerhards2008-01-306-5/+108
| | | | | | | | | | - addded $MainMsgQueueMaxDiskSpace config directive - addded $ActionQueueMaxDiskSpace config directive
* | fixed bug during cancel processingRainer Gerhards2008-01-301-0/+1
| |
* | - implemented simple output rate limitingRainer Gerhards2008-01-301-0/+3
| | | | | | | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive
* | - implemented simple output rate limitingRainer Gerhards2008-01-306-6/+37
| | | | | | | | | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive - bugfix: MsgDup() did not work with new base object data structure
* | new action parameters addedRainer Gerhards2008-01-301-1/+19
| |
* | fixed a bug that caused a potential hang in file and fwd output moduleRainer Gerhards2008-01-303-2/+7
| | | | | | | | varmojfekoj provided the patch - many thanks!
* | removed unnecessary includeRainer Gerhards2008-01-301-1/+0
| |
* | added bullet points to rsyslog vs. syslog-ng comparisonRainer Gerhards2008-01-301-0/+10
| |
* | - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-309-20/+43
| | | | | | | | | | varmojfekoj provided the patch - many thanks! - adopted varmojfekoj's patch to v3, some more sterror_r's ;)
* | fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-307-10/+26
| | | | | | | | varmojfekoj provided the patch - many thanks!
* | - changed the ommysql output plugin so that the (lengthy) connectionRainer Gerhards2008-01-305-28/+50
| | | | | | | | | | | | | | initialization now takes place in message processing. This works much better with the new queued action mode (fast startup) - fixed a newly introduced bug that caused output module's doAction entry point to be called on more than one thread under some circumstances
* | fixed bug in output module interface, seeRainer Gerhards2008-01-302-2/+9
| | | | | | | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1881008&group_ id=123448&atid=696552
* | fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectlyRainer Gerhards2008-01-303-45/+47
| |
* | finally implemented infinite action retries via -1 retry countRainer Gerhards2008-01-303-14/+26
| |
* | - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-3014-185/+166
| | | | | | | | | | | | troubles with the framework, also it was somewhat ugly...) - fixed a memory leak in object destruction (was recently introduced by object naming, not present in any released version)
* | bumped version nbr to 3.11.0, as the next release will be a major milestoneRainer Gerhards2008-01-302-2/+2
| |
* | added rsyslog vs. syslog-ng comparisonRainer Gerhards2008-01-303-2/+243
| |
* | added ability to re-enqueue objects into the queue when a worker thread isRainer Gerhards2008-01-295-20/+185
| | | | | | | | cancelled
* | action queue params are reset to default for each actionRainer Gerhards2008-01-291-0/+38
| |
* | bugfixing newly added action codeRainer Gerhards2008-01-294-1/+9
| |