summaryrefslogtreecommitdiffstats
path: root/tools/omfile.c
Commit message (Collapse)AuthorAgeFilesLines
* omfile: add "direcreatemode" and "filecreatemode" module parametersRainer Gerhards2013-09-261-2/+12
|
* experimental: make impstats return delta values where possibleRainer Gerhards2013-09-071-5/+5
|
* basic queue file encryptionRainer Gerhards2013-05-131-1/+0
|
* extend crypto provider interface so that it can support queue subsystemRainer Gerhards2013-05-081-1/+1
|
* Merge branch 'v7-stable'Rainer Gerhards2013-05-031-1/+1
|\
| * bugfix: segfault due to invalid dynafile cache handlingRainer Gerhards2013-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | log encryption: add rscrytool to decrypt log filesRainer Gerhards2013-04-051-8/+10
| | | | | | | | also add test parameter to be able to set key
* | log encryption: initial PoC implementationRainer Gerhards2013-04-051-1/+70
| | | | | | | | rough baseline, needs to be extended for actual use.
* | logsig: fix abort if no signature provider was configuredRainer Gerhards2013-03-181-1/+3
| |
* | cleanupRainer Gerhards2013-03-111-9/+0
| |
* | logsig: support dynafilesRainer Gerhards2013-03-111-23/+33
| |
* | logsig: add config parameters (for omfile)Rainer Gerhards2013-03-071-2/+3
| |
* | logsig: more interface plumbingRainer Gerhards2013-03-051-11/+35
| |
* | logsig: build base plumbing for signature multi-provider interfaceRainer Gerhards2013-03-051-2/+66
| |
* | fix compile problem with new stats countersRainer Gerhards2013-01-171-10/+10
| | | | | | | | mutexes on systems without atomic instructions were incorrect
* | omfile: finalize dynafile cache statsRainer Gerhards2013-01-171-13/+29
| |
* | omfile: add stats counters to track dynafile performanceRainer Gerhards2013-01-161-0/+38
| |
* | omfile: improved async writing, finally enabled full async writeRainer Gerhards2013-01-141-1/+6
| | | | | | | | also fixed a couple of smaller issues along that way
* | Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-111-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c
| * | add some more debug info to omfileRainer Gerhards2013-01-101-0/+1
| |/
* | improve debug logging a bitRainer Gerhards2012-11-051-4/+3
| |
* | Merge branch 'beta'Rainer Gerhards2012-10-111-1/+1
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * fix double-freeRainer Gerhards2012-10-111-1/+1
| |
| * fix small memory leak when template is specified in omfileRainer Gerhards2012-10-111-0/+1
| |
* | Merge branch 'v6-devel'Rainer Gerhards2012-10-111-0/+1
|\ \ | | | | | | | | | | | | Conflicts: template.c
| * | fix small memory leak when template is specified in omfileRainer Gerhards2012-10-111-0/+1
| | |
* | | Merge branch 'c1-streamzip' into master-streamzipRainer Gerhards2012-10-051-3/+12
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/rsyslog_conf_global.html runtime/stream.c tools/omfile.c
| * | improved omfile zip writer to increase compressionRainer Gerhards2012-09-141-0/+8
| | | | | | | | | | | | | | | This was achieved by somewhat reducing the robustness of the zip archive. This is controlled by the new setting $OMFileVeryReliableZip.
* | | bugfix: omfile action did not respect "template" parameterRainer Gerhards2012-09-191-1/+3
| |/ |/| | | | | ... and used default template in all cases
* | Merge branch 'beta'Rainer Gerhards2012-06-291-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * \ Merge branch 'master-elasticsearch' into tmpRainer Gerhards2012-06-291-1/+1
| |\ \
| | * | omelasticsearch: added transactional interface & better debug outputRainer Gerhards2012-05-241-1/+1
| | | |
* | | | a bit more cleanupRainer Gerhards2012-06-251-5/+2
| | | |
* | | | implemented freeCnf() module interface & fixed some mem leaksRainer Gerhards2012-06-251-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface was actually not present in older versions, even though some modules already used it. The implementation was now done, and not in 6.3/6.4 because the resulting memory leak was ultra-slim and the new interface handling has some potential to seriously break things. Not the kind of thing you want to add in late beta state, if avoidable.
* | | | milestone: module() config statement basically worksRainer Gerhards2012-06-211-11/+131
| | | | | | | | | | | | | | | | some nits to iron out, only omfile actually support module params
* | | | bump default omfile iobuffer size to 4kRainer Gerhards2012-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | (should originally have this value; larger value makes limited sense giving current batch sizes)
* | | | added --enable-debugless configure option for very high demanding environmentsRainer Gerhards2012-05-291-1/+1
|/ / / | | | | | | | | | | | | This actually at compile time disables a lot of debug code, resulting in some speedup (but serious loss of debugging capabilities)
* / / bugfix/omfile: template action parameter was not acceptedRainer Gerhards2012-05-031-1/+1
|/ / | | | | | | | | (and template name set to "??" if the parameter was used) Thanks to Brian Knox for alerting us on this bug.
* | v6.1/2 scoping support removed from pluginsRainer Gerhards2012-01-191-3/+2
| |
* | Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-18/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
| * | undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-18/+18
| | | | | | | | | | | | The most common files are now changed, more needs to be done.
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-141-16/+16
| |\| | | | | | | | | | | | | Conflicts: plugins/imtcp/imtcp.c
| * | Merge branch 'v5-stable' into betaRainer Gerhards2011-10-211-2/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * \ \ Merge branch 'v5-stable' into betaRainer Gerhards2011-09-261-8/+13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * \ \ \ Merge branch 'v5-stable' into betaRainer Gerhards2011-07-111-1/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
* | \ \ \ \ Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+16
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.h configure.ac doc/manual.html plugins/immark/immark.c plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c runtime/cfsysline.c runtime/cfsysline.h runtime/conf.c runtime/ctok.c runtime/ctok.h runtime/ctok_token.c runtime/ctok_token.h runtime/dnscache.h runtime/expr.c runtime/expr.h runtime/rule.c runtime/rule.h runtime/ruleset.h runtime/sysvar.c runtime/vm.h runtime/vmop.c runtime/vmop.h runtime/vmprg.c runtime/vmprg.h runtime/vmstk.c runtime/vmstk.h tools/omusrmsg.c
| * | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-16/+16
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * | | | more license analysis & changeRainer Gerhards2012-01-141-16/+16
| | | | | |
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-10-211-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-10-211-2/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h