summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added message property parsesuccess to indicate status of higher level ↵Rainer Gerhards2012-03-158-0/+59
| | | | | | | | parser run added message property parsesuccess to indicate if the last run higher-level parser could successfully parse the message or not (see property replacer html doc for details)
* Merge branch 'v6-stable'Rainer Gerhards2012-03-124-2/+18
|\ | | | | | | | | Conflicts: runtime/queue.c
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-124-3/+18
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * bugfix: stopped DA queue was never processed after a restartRainer Gerhards2012-03-124-2/+15
| | | | | | | | | | | | ...due to a regression from statistics module.
| | * preparing for 5.8.8v5.8.8Rainer Gerhards2012-03-053-3/+3
| | |
* | | ommongodb: milestone:refactored to use libmongo-clientRainer Gerhards2012-03-123-83/+59
| | | | | | | | | | | | which is waaaaaaay better than the 10gen client driver
* | | ommongodb: made ommongodb compile on current rsyslog versionRainer Gerhards2012-03-072-24/+20
| | |
* | | build system: fully integrating ommongodbRainer Gerhards2012-03-072-0/+5
| | |
* | | ommongodb: adding ASL 2.0 license headerRainer Gerhards2012-03-071-0/+21
| | | | | | | | | | | | | | | after clarifying and receiving permission to do so with original contributor Victor Pereira (email exchange on 2011-02-22)
* | | milestone: properly parsing raw audit logsRainer Gerhards2012-03-021-2/+13
| | |
* | | mmauditd: moved to changed libee 0.4.2 APIRainer Gerhards2012-03-021-6/+3
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-022-1/+5
|\| | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-022-2/+6
| |\|
| | * Fix for "/run/systemd/journal/syslog" detectionMarius Tomaschewski2012-03-021-2/+5
| | | | | | | | | | | | | | | Changed to check "/run/systemd/journal" directory and not the socket, as the socket may not exists [e.g. is not activated].
| | * Install syslog.service Alias for newer systemd versionsMichael Biebl2012-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the syslog.socket unit file of newer systemd versions: The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. Examples: /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service -> /lib/systemd/system/syslog-ng.service Best way to achieve that is by adding this to your unit file (i.e. to rsyslog.service or syslog-ng.service): [Install] Alias=syslog.service http://cgit.freedesktop.org/systemd/systemd/tree/units/syslog.socket#n26
* | | screwed up during merge - solving that mess ;)Rainer Gerhards2012-03-011-65/+6
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-011-0/+68
|\| | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-011-0/+9
| |\|
| | * Detect if to use /run/systemd/journal/syslog under systemdMarius Tomaschewski2012-03-011-0/+9
| | | | | | | | | | | | | | | | | | | | | Detect if we have to use the new /run/systemd/journal/syslog socket instead of the /dev/log under newer systemd versions. Signed-off-by: Marius Tomaschewski <mt@suse.com>
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-012-2/+6
|\| |
| * | mentioned imported bugfix in ChangeLogRainer Gerhards2012-03-011-0/+2
| | |
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-012-2/+4
| |\|
| | * bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-012-2/+4
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
* | | new code works with libee 0.4.0 as wellRainer Gerhards2012-03-011-1/+1
| | | | | | | | | | | | so we do not need to require the newer version
* | | changes needed for libee 0.4.2Rainer Gerhards2012-02-282-2/+2
| | |
* | | milestone: parsing audit message almost correctRainer Gerhards2012-02-241-9/+133
| | |
* | | mmaudit: added skeleton (copy of mmjsonparse)Rainer Gerhards2012-02-234-0/+286
| | |
* | | mmjsonparse: changed cookie back to @cee: after discussion with BalabitRainer Gerhards2012-02-221-1/+1
| | |
* | | added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵Rainer Gerhards2012-02-215-3/+282
| | | | | | | | | | | | messages
* | | bugfix: property $!all-json made rsyslog abort if no normalized data is ↵Rainer Gerhards2012-02-212-4/+13
| | | | | | | | | | | | available
* | | dns cache: working on invalid resolution bug, againRainer Gerhards2012-02-094-5/+8
| | | | | | | | | | | | the proposed solution did not work out well...
* | | dns cache: experimental fix for name resulution problemRainer Gerhards2012-02-081-1/+1
| | |
* | | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslogRainer Gerhards2012-02-082-31/+28
|\ \ \
| * | | dns chache: added some more error instrumentationRainer Gerhards2012-02-062-31/+28
| | | |
* | | | omsnmp: support for new config system added & some refactoringRainer Gerhards2012-02-082-100/+146
|/ / /
* | | Merge branch 'v6-stable'Rainer Gerhards2012-02-031-16/+14
|\| |
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-02-031-16/+14
| |\|
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-02-031-16/+14
| | |\
| | | * ommysql: put under ASL 2.0Rainer Gerhards2012-02-031-16/+14
| | | | | | | | | | | | | | | | after getting OK via email from contributor Ariel P. (2012-02-02 22:06 CET)
* | | | upgraded omlibdbi to support the new v6 config formatRainer Gerhards2012-02-023-24/+119
| | | |
* | | | ommysql: updated docRainer Gerhards2012-02-021-16/+30
| | | |
* | | | bugfix: abort during startup when rsyslog.conf v6+ format was used in a ↵Rainer Gerhards2012-02-025-6/+13
| | | | | | | | | | | | | | | | certain way
* | | | ommysql: added support for v6 config formatRainer Gerhards2012-02-023-0/+118
| | | |
* | | | nit: release date for 6.3.7v6.3.7Rainer Gerhards2012-02-021-1/+1
| | | |
* | | | cleanup: remove code for no-longer needed legacy conf functionalityRainer Gerhards2012-02-013-8/+5
| | | |
* | | | conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-014-6/+6
| | | |
* | | | omsnmp: fixing compile problemRainer Gerhards2012-02-012-4/+3
| | | |
* | | | omgssapi: fix compile errorsRainer Gerhards2012-02-011-9/+2
| | | |
* | | | Merge branch 'v6-stable'Rainer Gerhards2012-02-011-4/+4
|\| | |
| * | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-02-010-0/+0
| |\| |