Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it) | Rainer Gerhards | 2013-09-23 | 2 | -0/+403 |
| | |||||
* | expose so-far msg-internal method to query structured data | Rainer Gerhards | 2013-09-23 | 1 | -0/+3 |
| | | | | | | | | This also lead to a slight performance optimization in the msg.c module (when it comes to querying structured data). This is stage work in order to provide the capability to fully parse structured data. | ||||
* | consistently use new message protocol type #define's | Rainer Gerhards | 2013-09-23 | 2 | -2/+2 |
| | |||||
* | mmrfc5424addhmac milestone: do not process non-rfc5424 messages | Rainer Gerhards | 2013-09-23 | 1 | -1/+10 |
| | |||||
* | mmrfc5424addhmac milestone: add capability to configure digest to use | Rainer Gerhards | 2013-09-23 | 1 | -2/+18 |
| | |||||
* | mmrfc5424addhmac milestone: actual hash function integrated | Rainer Gerhards | 2013-09-23 | 1 | -111/+36 |
| | |||||
* | mmrfc5424addhmac: add openssl configure check & update build system | Rainer Gerhards | 2013-09-23 | 1 | -2/+2 |
| | |||||
* | mmrfc5424addhmac: add module skeleton | Rainer Gerhards | 2013-09-18 | 2 | -0/+321 |
| | |||||
* | bugfix: imfile "facility" input parameter improperly handled | Rainer Gerhards | 2013-09-18 | 1 | -1/+1 |
| | | | | | | caused facility not to be set, and severity to be overwritten with the facility value. Thanks to forum user dmunny for reporting this bug. | ||||
* | bugfix: small memory leak in imfile when $ResetConfigVariables was used | Grégory Nuyttens | 2013-09-13 | 1 | -2/+2 |
| | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix | ||||
* | omelasticsearch: straighten out statistics counters | Rainer Gerhards | 2013-09-11 | 1 | -13/+13 |
| | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c | ||||
* | bugfix: some more build problems with newer json-c versions | Rainer Gerhards | 2013-09-04 | 1 | -1/+1 |
| | | | | Thanks to Michael Biebl for mentioning the problem. | ||||
* | regression fix: previous fix introduced wrong default template | Rainer Gerhards | 2013-09-03 | 1 | -1/+1 |
| | | | | The faulty code was never released. | ||||
* | make rsyslog use the new json-c pkgconfig file if available | hwoarang | 2013-09-03 | 5 | -5/+5 |
| | |||||
* | bugfix: imfile parameter "persistStateInterval" was unusable | Rainer Gerhards | 2013-09-02 | 1 | -1/+1 |
| | | | | | due to a case typo in imfile; work-around was to use legacy config Thanks to Brandon Murphy for reporting this bug. | ||||
* | bugfix: imtcp addtlframedelimiter could not be set to zero | Rainer Gerhards | 2013-08-26 | 1 | -1/+1 |
| | | | | Thanks to Chris Norton for alerting us. | ||||
* | Removed SPACE after "MAIL FROM:" and "RCPT TO:" as RFC5321 permits spaces. | Andre Lorbach | 2013-08-14 | 1 | -2/+2 |
| | |||||
* | Using OMSRsetEntry to set the default action template in omprog | Andre Lorbach | 2013-08-06 | 1 | -8/+3 |
| | | | | If there was no default template, a segfault occured on startup. | ||||
* | Another fix for bugid# 468 | Andre Lorbach | 2013-07-24 | 1 | -8/+4 |
| | | | | | Using OMSRsetEntry now to set the default action template when using new-style config. See here for more: http://bugzilla.adiscon.com/show_bug.cgi?id=468 | ||||
* | Fixing new style config format issues from bugid #468 | Andre Lorbach | 2013-07-24 | 1 | -9/+9 |
| | | | | | See http://bugzilla.adiscon.com/show_bug.cgi?id=468 Removed CNFPARAM_REQUIRED from all optional parameters. | ||||
* | Fixed another issue related to http://bugzilla.adiscon.com/show_bug.cgi?id=464 | Andre Lorbach | 2013-07-24 | 1 | -4/+9 |
| | | | | | | Added check for empty batch data in endTransaction function. Avoids sending an unneeded curlPost, can happen when elasticsearch is shutdown while sending data to. | ||||
* | Fixed a bug in curlPost related to ↵ | Andre Lorbach | 2013-07-24 | 1 | -2/+5 |
| | | | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=464 A Check was added for replylen before writting the 0 Byte to the end of reply data. | ||||
* | Fixed bugid #464 in elasticsearch output module | Andre Lorbach | 2013-07-23 | 1 | -0/+6 |
| | | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called. | ||||
* | bugfix: omlibdbi did not properly close connection on some errors | Rainer Gerhards | 2013-07-05 | 1 | -1/+3 |
| | | | | | This happened to errors occuring in Begin/End Transaction entry points. | ||||
* | omlibdbi: improve debug reporting on Begin/EndTX | Rainer Gerhards | 2013-07-05 | 1 | -3/+9 |
| | |||||
* | minor code reduction | Rainer Gerhards | 2013-07-04 | 1 | -2/+1 |
| | |||||
* | bugfix: double-free in omelasticsearch | Rainer Gerhards | 2013-07-02 | 1 | -1/+0 |
| | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report | ||||
* | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 1 | -1/+2 |
| | | | | | Conflicts: ChangeLog | ||||
* | imfile: remove redundant error mesage | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 |
| | |||||
* | typo fix ("listner" vs. "listener") | Michael Biebl | 2013-06-25 | 2 | -2/+2 |
| | |||||
* | imtcp: permit parameter name with typo for backward compatibility | Rainer Gerhards | 2013-06-25 | 1 | -1/+3 |
| | |||||
* | imtcp: fix typo in config parameter name | Michael Biebl | 2013-06-25 | 1 | -2/+2 |
| | |||||
* | bugfix: potential segfault on rsyslog termination in imudp | Rainer Gerhards | 2013-06-25 | 1 | -1/+0 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456 | ||||
* | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 2 | -8/+2 |
| | | | | this clould result to segfaults on startup if parameters were missing. | ||||
* | bugfix: omrelp "template" parameter is NOT required | Rainer Gerhards | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | impstats: solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -0/+4 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 | ||||
* | imjournal: rate limiter was destructed too early | Rainer Gerhards | 2013-06-17 | 1 | -1/+1 |
| | | | | | Too quick hacking, obviously, one too late, one too early, now it should fit ;) Thanks to Tomas Heinrich for pointing this out. | ||||
* | imjournal fix: put ratelimiter destruction in wrong entry point | Rainer Gerhards | 2013-06-17 | 1 | -1/+1 |
| | | | | No regression, this was in recently written, never-released code. | ||||
* | implement new ratelimiting mode for imjournal | Rainer Gerhards | 2013-06-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | and make imjournal use it. The new mode is needed, as imjournal uses journal's timestamp as message generation time (which otherwise is when the message entered the system, and the ratelimiter uses this as current timestamp in order to save performance). It is debatable if imjournal is doing the right thing here. But it doesn't feel totally wrong. So let's safe that debate for later ;) | ||||
* | Add IgnorePreviousMessages option to imjournal. | Milan Bartos | 2013-06-17 | 1 | -5/+31 |
| | | | | | | | | | | | | | This option specifies whether imjournal should ignore messages that are currently in journal. This option is only used when there is no StateFile to avoid message loss. modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c Conflicts: doc/imjournal.html plugins/imjournal/imjournal.c | ||||
* | Merge branch 'tmp' into v7-stable | Rainer Gerhards | 2013-06-17 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: plugins/imjournal/imjournal.c | ||||
| * | Rename legacy imjournal configs to have "imjournal" prepended. | Milan Bartos | 2013-06-17 | 1 | -3/+3 |
| | | | | | | | | | | modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c | ||||
* | | imjournal: add legacy config statement for ratelimiting | Rainer Gerhards | 2013-06-15 | 1 | -0/+4 |
| | | |||||
* | | imjournal: add ratelimiting capability | Rainer Gerhards | 2013-06-15 | 1 | -8/+23 |
| | | | | | | | | | | | | | | | | | | | | | | The original imjournal code did not support ratelimiting at all. We now have our own ratelimiter. This can mitigate against journal database corruption, when the journal re-sends old data. This is a current bug in systemd journal, but we won't outrule this to happen in the future again. So it is better to have a safeguard in place. By default, we permit 20,000 messages witin 10 minutes. This may be a bit restrictive, but given the risk potential it seems reasonable. Users requiring larger traffic flows can always adjust the value. | ||||
* | | bugfix: prevent a segfault if state file is not defined | Tomas Heinrich | 2013-06-14 | 1 | -12/+31 |
| | | |||||
* | | bugfix: be more tolerant to malformed journal fields | Tomas Heinrich | 2013-06-10 | 1 | -1/+8 |
| | | | | | | | | | | | | This prevents a segfault when a malformed journal entry field doesn't contain an equal sign. Should not ever happen but was actually triggered by a real bug in systemd journal. | ||||
* | | bugfix imzmq3: potential segfault on startup | Hongfei Cheng | 2013-06-06 | 1 | -13/+57 |
|/ | | | | if no problem happend at startup, everything went fine | ||||
* | 0mq fixes; credits to Hongfei Cheng and Brian Knox | Rainer Gerhards | 2013-06-04 | 4 | -397/+613 |
| | |||||
* | bugfix: postpone the start of the imgssapi listener | Tomas Heinrich | 2013-06-03 | 1 | -2/+19 |
| | | | | | | | | | | | If the listen socket is opened earlier (during configuration parsing), it is closed again during early init. The start has been postponed to the 'runInput' stage, which has an unpleasant side effect that it will fail if the priviledges are dropped. The code should be eventually fixed to support the new config system. | ||||
* | bugfix: imjournal should respect termination request | Tomas Heinrich | 2013-05-26 | 1 | -11/+67 |
| | | | | | sd_journal_wait() ignores EINTR and this behavior interferes with module's termination signaling. Therefore, poll() is used instead. |