summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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 '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 '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 '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.
* | 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.
* | RFC5424 formatted messages with only structured data and no MSG part were ↵Rainer Gerhards2009-10-011-4/+12
| | | | | | | | | | | | | | improperly handled. This was a regression of one of the last bugfixes, so no previously released version contained this bug (thus it does not show up in the ChangeLog).
* | bugfix: random data could be appended to message, possibly causing segfaultsRainer Gerhards2009-09-241-38/+70
| |
* | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-09-041-9/+6
|\| | | | | | | | | Conflicts: doc/rsyslog_conf.html
| * removed mentioning HUP as a way of restarting from the doc setRainer Gerhards2009-07-151-9/+6
| | | | | | | | ... part of the deprecation effort for v5
* | bugfix (backport): omfwd segfaultRainer Gerhards2009-08-271-2/+0
| | | | | | | | | | | | | | Note that the orginal (higher version) patch states this happens only when debugging mode is turned on. That statement is wrong: if debug mode is turned off, the message is not being emitted, but the division by zero in the actual parameters still happens.
* | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-213-159/+406
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| * \ Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-2/+2
| |\ \
| * \ \ Merge branch 'beta'Rainer Gerhards2009-06-182-7/+10
| |\ \ \
| * | | | removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-15/+8
| | | | | | | | | | | | | | | | | | | | | | | | | ... as well as some cleanup (some commented-out code is left to support UxTradMsg again is someone really complains ;)).
| * | | | done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-85/+85
| | | | |
| * | | | some performance optimizationsRainer Gerhards2009-06-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - saved gettimeofday() calls in imtcp (and increased reception buffer) - somewhat optimized stringbuf.c - some other optimizations
| * | | | Merge branch 'udpdrop'Rainer Gerhards2009-05-291-19/+50
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/conf.c
| | * | | | added ability for the UDP output action to rebind its send socket after ↵Rainer Gerhards2009-05-291-19/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending n messages New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered useful for load balancers.
| * | | | | Merge branch 'beta'Rainer Gerhards2009-05-291-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | | | Merge branch 'beta'Rainer Gerhards2009-05-291-15/+20
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'beta' into masterRainer Gerhards2009-05-281-2/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | | | | | added new testing module imdiagRainer Gerhards2009-05-251-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
| * | | | | | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-26/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.
| * | | | | | | added capability to draw configuration graphsRainer Gerhards2009-05-111-5/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $GenerateConfigGraph configuration command which can be used to generate nice-looking (and very informative) rsyslog configuration graphs. - added $ActionName configuration directive (currently only used for graph generation, but may find other uses)
| * | | | | | | some cleanupRainer Gerhards2009-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... mostly removal of compile-time warnings (thanks to Michael Biebl for suggesting to look after that)
| * | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-161-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to utilize it. This work is not yet fully verified to be correct.
| * | | | | | | | minor cleanupRainer Gerhards2009-04-081-8/+0
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-071-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | | | | improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - building the necessary plumbing to support more functions with decent runtime performance. This is also necessary towards the long-term goal of loadable library modules. - added new RainerScript function "tolower"
* | | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-2/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | | | fix compile error in zip sender patchRainer Gerhards2009-07-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... at least I was smart enough to remind me that I did not do one test ;) That reminder was the compiler error. Now removed and test done ;) [simple things tend to work, lol]
| * | | | | | | | | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-131-2/+2
| | | | | | | | | |
* | | | | | | | | | bugfix: ssh session hangs after rsyslgod is started from itRainer Gerhards2009-06-291-1/+13
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stderr/stdout were not closed to be able to emit error messages, but this caused ssh sessions to hang. Now we close them after the initial initialization. See forum thread: http://kb.monitorware.com/controlling-terminal-issues-t9875.html
* | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-06-241-2/+2
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | minor doc bugfix: name of rsyslogd.pid corrected (was syslogd.pid)Michael Biebl2009-06-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-06-182-9/+12
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | some minor bugfixesRainer Gerhards2009-06-183-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: invalid error message issued if $inlcudeConfig was on an empty set of files (e.g. *.conf, where none such files existed) thanks to Michael Biebl for reporting this bug - bugfix: when run in foreground (but not in debug mode), a debug message ("DoDie called") was emitted at shutdown. Removed. thanks to Michael Biebl for reporting this bug - bugfix: some garbagge was emitted to stderr on shutdown. This garbage consisted of file names, which were written during startup (key point: not a pointer error) thanks to Michael Biebl for reporting this bug - bugfix: startup and shutdown message were emitted to stdout thanks to Michael Biebl for reporting this bug
| * | | | | | removed forgotten debug messageRainer Gerhards2009-06-151-1/+0
| | | | | | |
| * | | | | | bugfix: error messages were not emitted to stderr in forked modeRainer Gerhards2009-06-151-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | stderr and stdo are now kept open across fork()
* | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-1/+1
|\| | | | | | | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | | | fixed a regression of yesterday's patchRainer Gerhards2009-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... I know I should not have done this to a stable branch... Thankfully nothing was yet released.
| * | | | | fixed copy&paste error in previous commitRainer Gerhards2009-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (testcase was only present in v4, so I did not spot the issue immediately)
* | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-15/+20
|\| | | | | | |_|_|_|/ |/| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | fixed problem in syslog-protocol (now RFC5424) parserRainer Gerhards2009-05-291-15/+20
| | | | | | | | | | | | | | | | | | | | ... as well as some other minor issues.
* | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-281-2/+10
|\| | | | | |_|_|/ |/| | | | | | | | | | | Conflicts: tests/Makefile.am