summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* add module mmsequencePavel Levshin2013-10-161-2/+17
|
* Merge branch 'v7-stable'Rainer Gerhards2013-10-261-1/+1
|\
| * require libestr 0.1.9Rainer Gerhards2013-10-261-1/+1
| |
| * preparing for 7.4.5v7.4.5Rainer Gerhards2013-10-161-1/+1
| |
* | Make use of int64 json numbers, if availablePavel Levshin2013-10-261-0/+4
| |
* | slight performance optimization if GCC is usedRainer Gerhards2013-10-261-0/+8
| | | | | | | | | | | | We give branch prediction hints for the frequent RETiRet macro which is used for error handling. Some slight performance gain is to be expected from that.
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-161-1/+1
|\|
| * require libestr 0.1.8, as there are bugs in previous versions that affect usRainer Gerhards2013-10-161-1/+1
| |
* | bugfix: imfile did not properly initialize strm object ptrRainer Gerhards2013-10-151-1/+1
| | | | | | | | | | | | This did not cause any real issue, as with the current config system the zerod-out static memory actually was initialized. However, this posed problems after we moved to dynamic memory alloc.
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-101-1/+1
|\|
| * require libestr 0.1.7Rainer Gerhards2013-10-101-1/+1
| |
* | preparing for 7.5.4v7.5.4Rainer Gerhards2013-10-071-1/+1
| |
* | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-261-0/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h
| * | milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it)Rainer Gerhards2013-09-231-0/+15
| | |
* | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-231-0/+6
|\| |
| * | mmrfc5424addhmac: add openssl configure check & update build systemRainer Gerhards2013-09-231-0/+6
| | |
* | | mmutf8fix: new module to fix invalid UTF-8 sequencesRainer Gerhards2013-09-201-0/+15
| | |
* | | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-201-0/+14
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac
| * | mmrfc5424addhmac: add module skeletonRainer Gerhards2013-09-181-0/+15
| |/
| * prepare for 7.4.4 releasev7.4.4Rainer Gerhards2013-09-031-1/+1
| |
* | preparing for 7.5.3 releasev7.5.3Rainer Gerhards2013-09-111-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-031-2/+4
|\|
| * make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-031-2/+4
| |
| * backport patch to fix configure setsid testRainer Gerhards2013-08-261-1/+1
| |
| * prepare for 7.4.3 releasev7.4.3Rainer Gerhards2013-07-181-1/+1
| |
| * prepare for 7.4.2 releaseRainer Gerhards2013-07-041-1/+1
| |
* | Add autoconf check for setsid().Todd Vierling2013-08-261-1/+1
| | | | | | | | | | | | | | Because of a historical typo, the simpler code path in untty() which uses the setsid() all-in-one call has never been used. Enable that check, so it will get used instead of the more complex setpgrp()/ioctl() pair on most modern OS's.
* | Merge branch 'c8'Rainer Gerhards2013-07-121-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: configure.ac plugins/imudp/imudp.c
| * | imudp: add support for recvmmsg()Rainer Gerhards2013-07-111-1/+1
| | |
* | | make use of new librelp generic error reporting facilityRainer Gerhards2013-07-051-1/+1
| | | | | | | | | | | | | | | | | | This leads to more error messages being passed to the user and thus simplified troubleshooting. librelp 1.2.0 is now required
* | | prepare for 7.5.2Rainer Gerhards2013-07-041-1/+1
| | |
* | | [io]mrelp: improve error reportingRainer Gerhards2013-06-281-1/+1
| | |
* | | prepare for 7.5.1 releasev7.5.1Rainer Gerhards2013-06-261-1/+1
| | |
* | | require new librelp versionRainer Gerhards2013-06-261-1/+1
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-06-201-1/+1
|\ \ \ | | |/ | |/|
| * | Add missing testMichael Biebl2013-06-201-1/+1
| | | | | | | | | | | | | | | Fixes ./configure: line 18474: xno: command not found
| * | prepare for 7.4.1 releasev7.4.1Rainer Gerhards2013-06-171-1/+1
| | |
* | | imrelp: new parameter "compression.dhbits"Rainer Gerhards2013-06-121-1/+1
| | | | | | | | | | | | | | | which controls the number of bits being used for Diffie-Hellman key generation
* | | Merge branch 'master-mmfields'Rainer Gerhards2013-06-111-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac
| * | | mmfields: created skeleton for new module; build system integrationRainer Gerhards2013-06-071-0/+15
| | | |
* | | | prepare 7.5.0 releasev7.5.0Rainer Gerhards2013-06-111-1/+1
| | | |
* | | | mmcount: message modification plugin which counts messagesBala.FA2013-06-091-0/+15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module provides the capability to count log messages by severity or json property of given app-name. The count value is added into the log message as json property named 'mmcount' Example usage of the module in the configuration file module(load="mmcount") # count each severity of appname gluster action(type="mmcount" appname="gluster") # count each value of gf_code of appname gluster action(type="mmcount" appname="glusterd" key="!gf_code") # count value 9999 of gf_code of appname gluster action(type="mmcount" appname="glusterfsd" key="!gf_code" value="9999") # send email for every 50th mmcount if $app-name == 'glusterfsd' and $!mmcount <> 0 and $!mmcount % 50 == 0 then { $ActionMailSMTPServer smtp.example.com $ActionMailFrom rsyslog@example.com $ActionMailTo glusteradmin@example.com $template mailSubject,"50th message of gf_code=9999 on %hostname%" $template mailBody,"RSYSLOG Alert\r\nmsg='%msg%'" $ActionMailSubject mailSubject $ActionExecOnlyOnceEveryInterval 30 :ommail:;RSYSLOG_SyslogProtocol23Format } Signed-off-by: Bala.FA <barumuga@redhat.com>
* | | [io]mrelp: add TLS compression supportRainer Gerhards2013-06-071-1/+1
| | |
* | | Merge branch 'nextmaster'Rainer Gerhards2013-06-061-1/+1
|\ \ \ | |/ / |/| | | | | | | | Conflicts: ChangeLog
| * | omrelp: add support for TLSRainer Gerhards2013-05-141-1/+1
| | |
* | | prepare for 7.4.0 releasev7.4.0Rainer Gerhards2013-06-051-1/+1
| | |
* | | build: don't check for libs that are not neededTomas Heinrich2013-06-031-7/+1
| | |
* | | add --enable-cached-man-pages ./configure optionRainer Gerhards2013-05-261-1/+16
| | | | | | | | | | | | | | | | | | | | | permits to build rsyslog on a system where rst2man is not installed. In that case, cached versions of the man pages are used (they were built during "make dist", so they should be current for the version in question.
* | | Revert "bugfix: problem in build system (especially when cross-compiling)"Tomas Heinrich2013-05-201-2/+2
| | | | | | | | | | | | | | | | | | | | | This reverts commit 813c9c7f524976ef598864afbb729bca31557c32. Removing references to libee.h in the previous commit solves the build issue so the cflag shoudn't be needed after all.
* | | prepare for 7.3.15 releasev7.3.15Rainer Gerhards2013-05-141-1/+1
| | |