summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* debug: add memleak info to "make distcheck"Rainer Gerhards2013-06-251-0/+1
| | | | | do --enable-valgrind to get better diagnostics in case of memory leaks
* fix regression in build systemv7.3.13Rainer Gerhards2013-04-291-0/+4
|
* bugfix: build problems on SolarisJohn Lyman2013-04-251-1/+1
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=436
* imjournal: streamline build system a bitRainer Gerhards2013-03-121-1/+5
| | | | | ... most importantly the configure switch is no longer --enable-journal but --enable-imjournal (as we now also have omjournal!)
* Add imjournal module for reading messages from systemd journal.Milan Bartos2013-03-051-1/+1
| | | | | | | | | | | | | For reading messages with all fields from structured systemd journal log messages. Loading module with $ModLoad imjournal is enough to start pulling messages no other configuration is needed. modified: Makefile.am modified: configure.ac new file: plugins/imjournal/Makefile.am new file: plugins/imjournal/imjournal.c new file: plugins/imjournal/imjournal.h
* add initial version of mmanon (anonymoization support)Rainer Gerhards2013-02-281-0/+4
|
* add support for writing to the Linux Journal (omjournal)Rainer Gerhards2013-02-261-0/+4
|
* Merge branch 'v7-stable'Rainer Gerhards2013-01-281-3/+4
|\
| * move platfrom-specific files to their own subdirectoryRainer Gerhards2013-01-281-2/+4
| |
| * remove outdated sample rsyslog.confRainer Gerhards2013-01-281-1/+0
| |
| * fix compile problem due to new (Solaris) compat layerRainer Gerhards2013-01-101-1/+1
| | | | | | | | | | The compat layer was not fully integrated into the build system, causing ./configure to fail.
* | Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c
| * | fix compile problem due to new (Solaris) compat layerRainer Gerhards2013-01-101-1/+1
| |/ | | | | | | | | The compat layer was not fully integrated into the build system, causing ./configure to fail.
* / bugfix/testbench: tls tests failed in make distcheck due to missing filesRainer Gerhards2012-12-141-1/+0
|/
* Merge branch 'v6-stable' into betaRainer Gerhards2012-10-041-4/+0
|\ | | | | | | | | Conflicts: plugins/cust1/Makefile.am
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-041-4/+0
| |\
| | * remove cust1 dummy plugin from build systemRainer Gerhards2012-10-041-4/+0
| | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for identifying this as the culprit for several build-related issues. The plugin is a placeholder, and was not used for quite some while. It is definitely not worth the effort to keep it along. If needed, can be quickly created.
| | * Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-151-0/+2
| | |\
| | | * adding pkgconfigdir definition to Makefile.am to help build properlyAbby Edwards2012-06-131-0/+2
| | | |
* | | | Added new module, imkmsg, for structured kernel logs from /dev/kmsg.Milan Bartos2012-09-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is still in development, bute ready to be commited to master. modified: Makefile.am modified: configure.ac new file: plugins/imkmsg/Makefile.am new file: plugins/imkmsg/imkmsg.c new file: plugins/imkmsg/imkmsg.h new file: plugins/imkmsg/kmsg.c
* | | | Merge branch 'v6-stable' into v6-develRainer Gerhards2012-09-061-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 6.4.1 releasev6.4.1Rainer Gerhards2012-09-061-3/+4
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2012-06-141-0/+2
|\| | |
| * | | adding pkgconfigdir definition to Makefile.am to help build properlyAbby Edwards2012-06-131-0/+2
| | | |
* | | | added new-style zeromq plugins, based on czmq api and rsyslog v6 confDavid Kelly2012-05-291-0/+8
|/ / /
* | | initial shot at omhiredisBrian Knox2012-03-211-0/+4
| | |
* | | build system: fully integrating ommongodbRainer Gerhards2012-03-071-0/+4
| | |
* | | mmaudit: added skeleton (copy of mmjsonparse)Rainer Gerhards2012-02-231-0/+4
| | |
* | | added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵Rainer Gerhards2012-02-211-0/+4
| | | | | | | | | | | | messages
* | | cleanup: remove omdbalertingRainer Gerhards2012-01-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | someone claimed to write a module with this functionality, if a template were provided. And indeed, it was provided but never anything happend (at least nothing was contributed back...). Removing this silly template now. If someone really intends to take up on it, get a copy from older git versions.
* | | Merge branch 'v5-devel'Rainer Gerhards2012-01-271-0/+2
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-271-0/+2
| |\| | | | | | | | | | | | | Conflicts: configure.ac
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-211-0/+2
| | |\
| | | * license docs were not properly redistributedRainer Gerhards2012-01-211-0/+2
| | | | | | | | | | | | | | | | thanks to Tomas Heinrich for alerting me.
* | | | Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/parser.c template.c tools/omfwd.c tools/syslogd.c
| * | | add elasticsearch output moduleNathan Scott2012-01-171-0/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for sending events to elasticsearch - a distributed, RESTful, search engine built on Lucene (www.elasticsearch.org). The output module is enabled via a configure option, and uses libcurl to send the messages from rsyslog to elasticsearch. This patch makes use of the earlier JSON quoting patch to ensure valid JSON strings are sent to the server. Signed-off-by: Nathan Scott <nathans@aconex.com>
* | | removed imtemplate/omtemplate template modules, as this was waste of timeRainer Gerhards2012-01-091-10/+0
| | | | | | | | | | | | | | | | | | The actual input/output modules are better copy templates. Instead, the now-removed modules cost time for maintenance AND often caused confusion on what their role was.
* | | milestone: grammar integrated in rsyslog build systemRainer Gerhards2011-07-051-1/+1
| | |
* | | preparing for 6.1.8 releasev6.1.8Rainer Gerhards2011-05-211-0/+1
| | |
* | | Merge branch 'v5-stable' into betaRainer Gerhards2011-05-201-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html plugins/imrelp/imrelp.c
| * | added skeleton for mmsnmptrapdRainer Gerhards2011-05-051-0/+5
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * | prepared skeleton for new strgen moduleRainer Gerhards2011-03-171-0/+4
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-03-141-0/+2
|\| | | | | | | | | | | | | | Conflicts: tests/diag.sh
| * | added the template modules to the things being checked during distcheckRainer Gerhards2011-03-141-0/+2
| | | | | | | | | | | | | | | | | | | | | While they are not meant for production, interface changes may not show up if they are not included in distecheck. This may be distrubing to users. The chances is even greater as there usually is no need to compile and/or check these modules during regular development.
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | fixed problem in testbench Makefile, added module to distcheckRainer Gerhards2011-03-101-0/+3
| | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning that some modules were not included in make distcheck.
| * | systemd: use standard syslog.socket unitLennart Poettering2011-03-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In systemd we now have a standard socket unit for /dev/log called syslog.socket. This unit can be shared between an early boot mini syslog and the full syslog implementation started later on. The mini syslog is shipped along systemd and does nothing but simply forward the data received through /dev/log to the kernel log buffer (i.e. kmsg, as visible by dmesg). It is run during early boot, and then as soon as rsyslog starts up it is terminated, so that rsyslog can take over the /dev/log socket. Since one of the first things rsyslog does after starting up is flushing the kernel log buffer to disk we end up with all data from early boot up in syslog. This patch changes two things: removes rsyslog.socket and instead configures rsyslog.service to take possession of syslock.socket. And secondly includes a PreStart line to terminate the running syslog bridge instance.
* | | Merge branch 'v5-beta'Rainer Gerhards2011-02-111-0/+4
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | added pmsnare parser moduleDavid Lang2011-02-081-0/+4
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>