summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-beta' into betaRainer Gerhards2010-02-041-0/+3
|\
| * Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-02-041-0/+3
| |\
| | * bugfix: several smaller bugs resolved after flexelint reviewvarmojfekoj2010-02-041-0/+3
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-031-1/+5
|\| |
| * | (slightly) enhanced support for FreeBSD by setting _PATH_MODDIR to the ↵Cristiano2010-02-031-1/+5
| | | | | | | | | | | | | | | | | | correct value on FreeBSD. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | backporting bugfixes from 5.2.2Rainer Gerhards2010-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: queues in direct mode could case a segfault, especially if an action failed for action queues. The issue was an invalid increment of a stack-based pointer which lead to destruction of the stack frame and thus a segfault on function return. Thanks to Michael Biebl for alerting us on this problem. [backport from 5.5.2] - bugfix: wrong memory assignment for a config variable (probably without causing any harm) [backport from 5.2.2]
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-261-0/+1
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c
| * | bugfix: -d did not enable display of debug messagesRainer Gerhards2010-01-191-0/+1
| | | | | | | | | | | | | | | regression from introduction of "debug on demand" mode Thanks to Michael Biebl for reporting this bug
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-191-2/+2
|\| |
| * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-01-191-2/+2
| |\|
| | * Fix a typo regarding syslog.h and syslog(3)Michael Biebl2010-01-191-2/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-151-6/+16
|\| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | bugfix: rsyslog hangs when writing to a named pipe which nobody was reading.Rainer Gerhards2010-01-151-6/+16
| | | | | | | | | | | | Thanks to Michael Biebl for reporting this bug.
* | | Merge branch 'v4-beta' into betaRainer Gerhards2010-01-121-0/+6
|\| |
| * | fixed a memory leak when sending messages in zip-compressed formatNaoya Nakazawa2010-01-111-0/+6
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | worked around an issue where omfile failed to compile on 32 bit platformsRainer Gerhards2009-12-091-0/+4
| | | | | | | | | | | | | | | | | | ...under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice. [backported from 5.5.x branch]
* | | Merge branch 'v4-beta' into betaRainer Gerhards2009-12-041-0/+1
|\| |
| * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-12-041-0/+1
| |\|
| | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-12-041-0/+1
| | |\
| | | * bugfix: potential segfault when -p command line option was usedRainer Gerhards2009-12-041-0/+1
| | | | | | | | | | | | | | | | thanks to varmojfekoj for pointing me at this bug
| * | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-301-1/+1
| |\| |
* | | | Merge branch 'v5-stable' into betaRainer Gerhards2009-11-301-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-302-3/+3
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: doc/rsyslog_conf_modules.html
| | * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-301-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | default thus was random (but most often "on")
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2009-11-121-2/+2
| |\ \ \ \
* | \ \ \ \ Merge branch 'v4-beta' into betaRainer Gerhards2009-11-251-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html tests/Makefile.am tests/sndrcv_drvr.sh
| * | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-171-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-171-2/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/| | | | | | Conflicts: doc/rsyslog_conf.html runtime/net.c
| | | * | correcting -q/-Q patch - was invalidRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This is the correct patch. The previous one solved the segfault, but disabled the -q/Q options.
* | | | | bugfix: omfile output was only written when buffer was fullRainer Gerhards2009-11-181-0/+2
| | | | | | | | | | | | | | | | | | | | ... not at end of transaction.
* | | | | some light performance enhancementRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ...by replacing time() call with much faster (at least under linux) gettimeofday() calls.
* | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-2/+2
|\ \ \ \ \
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-2/+2
| |\| | | |
| | * | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-2/+2
| | |\| | |
| | | * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-121-2/+2
| | | |\| |
| | | | * | bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=157 Thanks to Jonas Nogueira for reporting this bug.
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-101-4/+16
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | | | | some module cleanupRainer Gerhards2009-11-121-3/+0
| | | | | |
* | | | | | some improvement of omfile performance with dynafilesRainer Gerhards2009-11-101-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saved costly time() calls by employing a logical clock, which is sufficient for the use case
* | | | | | Merge branch 'v4-beta'Rainer Gerhards2009-11-101-4/+16
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in which debug output can be generated only after the process has started, but not right from the beginning. This is assumed to be useful for hard-to-find bugs. Also improved the doc on the debug system.
* | | | | | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-051-2/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-051-2/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | | | bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | this was a regression from the omfile rewrite in 4.5.0
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-141-1/+2
| |\| | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-082-3/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/omfile.c
* | | | | | | first complete implementation of loadable parser systemRainer Gerhards2009-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have now done the necessary cleanup. Looks like everything is in place. Unfortunately, I do not yet have any actual parser that is not built-in, but I think we can postpone working on that when the first one appears. I don't expect troubles in that case, but you never know ;)
* | | | | | | finalized parser module calling interfaceRainer Gerhards2009-11-042-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | looks like we are almost done and need only to add the ruleset parser-specific config options.
* | | | | | | moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-045-5/+505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another milestone commit: the program works, the new interface is used, some more cleanup is needed and the per-ruleset config options are still missing. But we are getting closer...