summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* document new tcp compression modeRainer Gerhards2013-06-121-1/+30
|
* Merge branch 'master' into master-tcp-compress-streamRainer Gerhards2013-05-0732-100/+1005
|\
| * prepare for 7.3.14 releasev7.3.14Rainer Gerhards2013-05-063-3/+3
| |
| * doc: mention important merged-in patch in ChangeLogRainer Gerhards2013-05-061-0/+3
| |
| * Merge branch 'v7-stable'Rainer Gerhards2013-05-062-1/+8
| |\
| | * bugfix: potential segfault on startup when builtin module was specified in ↵Rainer Gerhards2013-05-062-1/+8
| | | | | | | | | | | | | | | | | | module() statement. Thanks to Marius Tomaschewski for reporting the bug.
| * | doc: mention important upported patchRainer Gerhards2013-05-031-0/+7
| | |
| * | Merge branch 'v7-stable'Rainer Gerhards2013-05-032-1/+10
| |\|
| | * bugfix: segfault due to invalid dynafile cache handlingRainer Gerhards2013-05-032-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accidently, the old-style cache size parameter was used when the dynafile cache was created in a RainerScript action. If the old-style size was lower than the one actually set, this lead to misadressing when the size was overrun, and that could lead to all kinds of "interesting things", often in segfaults. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440 Conflicts: ChangeLog
| * | bugfix: some man pages were not properly installedMarius Tomaschewski2013-04-302-4/+11
| | | | | | | | | | | | either rscryutil or rsgtutil man was installed, but not both
| * | fix regression in build systemv7.3.13Rainer Gerhards2013-04-291-0/+4
| | |
| * | 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
| | |
* | | tcp strm compression: add stats countersRainer Gerhards2013-04-181-5/+23
| | |
* | | tcp strm compression: add config parametersRainer Gerhards2013-04-182-16/+91
| | |
* | | tcp strm compression: first PoCRainer Gerhards2013-04-182-17/+207
|/ / | | | | | | NOT to be used for production, lots of things are missing
* | 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
| | |