Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | bugfix: imjournal's thread shouldn't be canceled | Tomas Heinrich | 2013-05-26 | 1 | -2/+8 |
| | | | | | Because of cancelation, the correct possition in the journal was lost. This resulted in duplicate messages appearing in the logs. | ||||
* | Eliminate sleep in imjournal code with sd_journal_wait | Milan Bartos | 2013-05-22 | 1 | -5/+6 |
| | | | | modified: plugins/imjournal/imjournal.c | ||||
* | Remove redundat cflags and links to libraries | Tomas Heinrich | 2013-05-20 | 2 | -4/+4 |
| | | | | | This prevents linking with libee, liblognorm and libgcrypt when not necessary. | ||||
* | Don't #include libestr and libee headers when not necessary | Tomas Heinrich | 2013-05-20 | 2 | -3/+1 |
| | | | | | Through msg.h, many unrelated components needlessly required LIBEE_CFLAGS. | ||||
* | Clean up warnings in imjournal and omjournal | Tomas Heinrich | 2013-05-20 | 2 | -9/+14 |
| | |||||
* | Imjournal state files can be stored in WorkDirectory | Milan | 2013-05-20 | 1 | -2/+14 |
| | | | | | | When the imjournal state file path doesn't start with '/', then it's by default stored in WorkDirectory. When path starts with '/', full path is used. | ||||
* | Add missing pid part of syslog tag. | Milan Bartos | 2013-05-14 | 1 | -3/+24 |
| | |||||
* | Fix a condition in imjournal | Tomas Heinrich | 2013-05-14 | 1 | -1/+10 |
| | | | | | This prevented state file from being written with newer systemd. Add some more debug information. | ||||
* | omrelp: remove legacy code that was never used | Rainer Gerhards | 2013-05-14 | 1 | -57/+0 |
| | | | | | | this was an artifact from the original copy from omfwd. The options were not functional and also not documented, so it is safe to simply remove them. | ||||
* | bugfix: omrelp legacy config parameters set a timeout of zero | Rainer Gerhards | 2013-05-13 | 1 | -0/+1 |
| | | | | which lead the legacy config to be unusable. | ||||
* | add omrabbitmq | vtomec | 2013-04-29 | 3 | -0/+530 |
| | |||||
* | cleanup | Rainer Gerhards | 2013-04-24 | 1 | -3/+0 |
| | |||||
* | omelasticsearch: _id field support for bulk operations | Jérôme Renard | 2013-04-24 | 1 | -17/+105 |
| | | | | | | also max number of templates for plugin use has been increased to five closes: http://bugzilla.adiscon.com/show_bug.cgi?id=392 | ||||
* | "Fix" timestamp in imkmsg module. | Milan Bartos | 2013-04-23 | 1 | -23/+23 |
| | | | | | | | It's still 5-6 seconds late and this happens also in dmesg from util-linux. modified: plugins/imkmsg/kmsg.c | ||||
* | omhiredis: add support for redis pipeline support | Brian Knox | 2013-04-17 | 2 | -36/+91 |
| | |||||
* | imjournal: very slight optimization | Rainer Gerhards | 2013-04-17 | 1 | -6/+6 |
| | | | | | ... well, it's actually questionable if it is a real optimization or not ;) | ||||
* | Fix journal trusted fields translation. | Milan Bartos | 2013-04-17 | 1 | -8/+32 |
| | | | | modified: plugins/imjournal/imjournal.c | ||||
* | Add support for persistenting journal state | Milan Bartos | 2013-04-17 | 1 | -6/+132 |
| | | | | modified: plugins/imjournal/imjournal.c | ||||
* | Merge branch 'master' into master-imjournal | Rainer Gerhards | 2013-04-17 | 11 | -68/+265 |
|\ | |||||
| * | bugfix: set correct default value | Tomas Heinrich | 2013-04-13 | 1 | -1/+1 |
| | | |||||
| * | bugfix: prevent a segfault if ratelimit condition is not met | Tomas Heinrich | 2013-04-13 | 1 | -4/+5 |
| | | | | | | | | | | | | Move the severity-check logic inside the ratelimiter and add a new function ratelimitSetSeverity() to manipulate the treshold. Currently only utilized by the imuxsock module. | ||||
| * | Update u_int8_t to uint8_t | Martin Carpenter | 2013-04-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'c7' into tmp | Rainer Gerhards | 2013-04-09 | 1 | -2/+16 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/queue.c | ||||
| | * | make imrelp properly terminate on system shutdown | Rainer Gerhards | 2013-04-09 | 1 | -0/+1 |
| | | | | | | | | | | | | it didn't do so if it was inside a retry loop | ||||
| | * | add output module interface to facilitate cooperative shutdown | Rainer Gerhards | 2013-04-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | ... in more complex cases (where receiving SIGTTIN is not sufficient). See also: http://blog.gerhards.net/2013/04/rsyslog-output-plugin-wrangling.html | ||||
| | * | omrelp: add ability to specify session timeout | Rainer Gerhards | 2013-04-08 | 1 | -2/+9 |
| | | | |||||
| * | | Merge branch 'c7' | Rainer Gerhards | 2013-04-08 | 1 | -35/+97 |
| |\| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | omrelp: add support for RainerScript-based configuration | Rainer Gerhards | 2013-04-08 | 1 | -35/+97 |
| | | | |||||
| | * | bugfix: imudp scheduling parameters did affect main thread, not imudp | Rainer Gerhards | 2013-03-21 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409 Conflicts: ChangeLog | ||||
| * | | bugfix: imuxsock aborted under some conditions | Rainer Gerhards | 2013-03-27 | 1 | -0/+4 |
| | | | | | | | | | | | | regression from ratelimiting enhancements | ||||
| * | | imudp: support user-selectable inputname | Rainer Gerhards | 2013-03-26 | 1 | -11/+31 |
| | | | |||||
| * | | keep omlibdbi usable with older libdbi without transaction support | Rainer Gerhards | 2013-03-21 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | in that case, omlibdbi gracefully degrades to non-transaction mode but emits a warning message during build, so that one knows an update of libdbi makes sense. | ||||
| * | | omlibdbi: support transaction interface | Ulrike Gerhards | 2013-03-21 | 1 | -6/+35 |
| | | | |||||
| * | | bugfix: imudp scheduling parameters did affect main thread, not imudp | Rainer Gerhards | 2013-03-21 | 1 | -1/+9 |
| | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409 | ||||
| * | | imfile: errors persisting state file are now reported | Rainer Gerhards | 2013-03-20 | 1 | -0/+8 |
| | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=292 | ||||
| * | | imuxsock: add ability to NOT create/delete sockets during startup and shutdown | Rainer Gerhards | 2013-03-20 | 1 | -3/+20 |
| | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=259 | ||||
| * | | imfile: now detects file change when rsyslog was inactive | Rainer Gerhards | 2013-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previosly, this case could not be detected, so if a file was overwritten or rotated away while rsyslog was stopped, some data was missing. This is now detected and the new file being forwarded right from the beginning. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=228 | ||||
| * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-03-20 | 1 | -0/+3 |
| |\| | |||||
| | * | bugfix: imuxsock rate-limiting could not be configured via legacy conf | Milan Bartos | 2013-03-20 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | omstdout: added debug message when writing to stdout fails | Rainer Gerhards | 2013-03-20 | 1 | -2/+9 |
| | | | |||||
| * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-03-20 | 1 | -1/+1 |
| |\| | |||||
| | * | bugfix: $mmnormalizeuseramsg paramter was specified with wrong type | Rainer Gerhards | 2013-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Thanks to Renzhong Zhang for alerting us of the problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=420 | ||||
| * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-03-18 | 1 | -3/+7 |
| |\| | | | | | | | | | | | | | | | | Conflicts: runtime/debug.h tools/syslogd.c | ||||
| | * | Do not exit when messages get overwritten in the circular buffer | Milan Bartos | 2013-03-18 | 1 | -0/+4 |
| | | | | | | | | | | | | modified: plugins/imkmsg/kmsg.c | ||||
| | * | Fix message read buffer size | Milan Bartos | 2013-03-18 | 1 | -2/+2 |
| | | | | | | | | | | | | modified: plugins/imkmsg/kmsg.c |