summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 7.3.13 releaseRainer Gerhards2013-04-293-4/+8
|
* add omrabbitmqvtomec2013-04-294-0/+552
|
* doc bugfix: omfile parameter "VeryRobustZip" was documentas as "VeryReliableZip"Rainer Gerhards2013-04-262-1/+9
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=437 Thanks to Thomas Doll for reporting this.
* build: fix build if libgcrypt support is disabledMichael Biebl2013-04-263-5/+5
| | | | | | We don't want to hard-code `libgcrypt-config --libs` at various. Also, make sure LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS are correctly substituted.
* typo fixJohn Lyman2013-04-261-1/+1
|
* prepare for 7.3.12 releasev7.3.12Rainer Gerhards2013-04-263-3/+3
|
* bugfix: build problems on SolarisJohn Lyman2013-04-253-2/+4
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=436
* add missing file to tarballRainer Gerhards2013-04-251-1/+1
|
* doc: fix broken linkRainer Gerhards2013-04-251-1/+1
| | | | Thanks to Erik Steffl for alterting us.
* typo fixRainer Gerhards2013-04-251-1/+1
| | | | Thanks to Michael Biebl for spotting it.
* build: rscryutil.rst was missing in tarballRainer Gerhards2013-04-251-0/+1
|
* rewording ./configure output for more clarityRainer Gerhards2013-04-241-4/+4
| | | | thanks to Michael Biebl for suggesting
* fix invalid include dependency in encryption supportRainer Gerhards2013-04-241-1/+1
|
* bugfix: off-by-one error in handling local FQDN name (regression)Rainer Gerhards2013-04-242-1/+6
| | | | | | | A remporary buffer was allocated one byte too small. Did only affect startup, not actual operations. Came up during routine tests, and can have no effect once the engine runs. Bug was introduced in 7.3.11.
* cleanupRainer Gerhards2013-04-248-21/+4
|
* omelasticsearch: _id field support for bulk operationsJérôme Renard2013-04-243-25/+117
| | | | | | also max number of templates for plugin use has been increased to five closes: http://bugzilla.adiscon.com/show_bug.cgi?id=392
* fix compile on SolarisMartin Carpenter2013-04-242-1/+11
|
* platform compatibility enhancement: solve compile issue with libgcryptRainer Gerhards2013-04-242-0/+4
| | | | do not use GCRY_CIPHER_MODE_AESWRAP where not available
* doc: link new omelasticsearch doc to the module docRainer Gerhards2013-04-242-0/+3
|
* initial documentation for the Elasticsearch output moduleRadu Gheorghe2013-04-241-0/+177
|
* doc: wrong parameter name in omfwd docRainer Gerhards2013-04-241-1/+1
|
* bugfix: block size limit was not properly honoredRainer Gerhards2013-04-232-0/+2
|
* bugfix: potential segfault in guardtime signature providerRainer Gerhards2013-04-232-1/+6
| | | | | it could segfault if an error was reported by the GuardTime API, because an invalid free could happen then
* some minor additions to 7.3.11v7.3.11Rainer Gerhards2013-04-233-2/+22
|
* "Fix" timestamp in imkmsg module.Milan Bartos2013-04-231-23/+23
| | | | | | | It's still 5-6 seconds late and this happens also in dmesg from util-linux. modified: plugins/imkmsg/kmsg.c
* prepare for 7.3.11 releaseRainer Gerhards2013-04-232-2/+2
|
* omhiredis: add support for redis pipeline supportBrian Knox2013-04-173-36/+93
|
* imjournal: very slight optimizationRainer Gerhards2013-04-171-6/+6
| | | | | ... well, it's actually questionable if it is a real optimization or not ;)
* Fix journal trusted fields translation.Milan Bartos2013-04-171-8/+32
| | | | modified: plugins/imjournal/imjournal.c
* Add support for persistenting journal stateMilan Bartos2013-04-171-6/+132
| | | | modified: plugins/imjournal/imjournal.c
* Merge branch 'master' into master-imjournalRainer Gerhards2013-04-1782-441/+7332
|\
| * Merge branch 'v7-stable'Rainer Gerhards2013-04-172-2/+2
| |\ | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | * prepare for 7.2.7 releasev7.2.7Rainer Gerhards2013-04-173-3/+3
| | |
| * | Merge branch 'v7-stable'Rainer Gerhards2013-04-171-9/+78
| |\|
| | * doc: further improve action docRainer Gerhards2013-04-171-107/+60
| | |
| | * doc: improve action docFlorian Riedl2013-04-171-1/+117
| | |
| * | Merge branch 'master-crypto'Rainer Gerhards2013-04-1720-16/+2134
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | bugfix: $PreserveFQDN is not properly workingLouis Bouchard2013-04-172-0/+10
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=426
| | * | add basic doc for encryption capabilityRainer Gerhards2013-04-154-2/+135
| | | |
| | * | logenc: add key-program support to rsyslog crypto providerRainer Gerhards2013-04-151-3/+20
| | | |
| | * | logenc: add capability to use key generation program to rscryutilRainer Gerhards2013-04-122-1/+137
| | | |
| | * | logenc: full support for keyfilesRainer Gerhards2013-04-124-43/+179
| | | | | | | | | | | | | | | | including their generation via rscrytool
| | * | logenc: support keyfiles in rscryutilRainer Gerhards2013-04-127-18/+164
| | | |
| | * | logenc: add parameters to select cipher algo and modeRainer Gerhards2013-04-126-49/+188
| | | |
| | * | logenc: rscryutil can now decrypt multi-block logfilesRainer Gerhards2013-04-125-29/+173
| | | |
| | * | logenc: milestone: rsyslog writes .encinfo side filesRainer Gerhards2013-04-116-19/+229
| | | |
| | * | cleanupRainer Gerhards2013-04-111-40/+0
| | | |
| | * | log encryption: check length of "key" parameterRainer Gerhards2013-04-113-4/+10
| | | |
| | * | Merge branch 'master' into master-cryptoRainer Gerhards2013-04-111-0/+2
| | |\ \
| | * | | log encryption: add rscrytool to decrypt log filesRainer Gerhards2013-04-058-32/+386
| | | | | | | | | | | | | | | | | | | | also add test parameter to be able to set key