summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-21150-1197/+6895
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| * cleanup (removed left-over from backport)v4.3.2Rainer Gerhards2009-06-241-2/+0
| |
| * Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-2/+2
| |\
| * \ Merge branch 'v4-stable' into betaRainer Gerhards2009-06-243-3/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | minor: prepped ChangeLog for next betaRainer Gerhards2009-06-241-1/+1
| | | |
| * | | Merge branch 'beta'Rainer Gerhards2009-06-184-8/+25
| |\ \ \
| * | | | removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-168-77/+65
| | | | | | | | | | | | | | | | | | | | | | | | | ... 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-1618-360/+282
| | | | |
| * | | | some performance optimizationsRainer Gerhards2009-06-1614-104/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - saved gettimeofday() calls in imtcp (and increased reception buffer) - somewhat optimized stringbuf.c - some other optimizations
| * | | | backported macros necessary to create output modules with transaction supportRainer Gerhards2009-06-041-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this does not mean the v4 engine will support batches and output transactions, but I can now write plugins that will work equally well with v4 AND v5. I consider this useful during the rewrite of omfile.
| * | | | backported some of the v5 testbenchRainer Gerhards2009-06-0410-41/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this permits us to keep a persistent test environment between v4 and v5, most importantly using the same tools. As far as the actual tests are concerned, some had issues. I had no time to check if that was an issue with the test or an actual issue with the v3/4 engine. Will do that at some later stage.
| * | | | added config switch --enable-testbench=no to turn off testbenchRainer Gerhards2009-06-033-0/+19
| | | | |
| * | | | strmsrv now supports KEEPALIVE socket optionRainer Gerhards2009-06-027-4/+82
| | | | |
| * | | | slightly extended strms_sess interfaceRainer Gerhards2009-06-022-1/+10
| | | | |
| * | | | added a generic network stream serverRainer Gerhards2009-06-028-1/+1444
| | | | | | | | | | | | | | | | | | | | (in addition to rather specific syslog tcp server)
| * | | | added support for custom modulesRainer Gerhards2009-06-023-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... this provides some basic support to integrate extensions that are not direct parts of rsyslog to be built during its build process.
| * | | | Merge branch 'udpdrop'Rainer Gerhards2009-05-293-20/+58
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/conf.c
| | * | | | added ability for the UDP output action to rebind its send socket after ↵Rainer Gerhards2009-05-294-21/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-293-2/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | | | | fix: import from beta accidently disable imdiagRainer Gerhards2009-05-291-3/+0
| | | | | |
| * | | | | Merge branch 'beta'Rainer Gerhards2009-05-293-18/+25
| |\ \ \ \ \
| * | | | | | added forgotten fileRainer Gerhards2009-05-291-0/+0
| | | | | | |
| * | | | | | Merge branch 'beta' into masterRainer Gerhards2009-05-289-5/+84
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | | | | | doc: added info on when $OptimizeForUniprocessor was made availableRainer Gerhards2009-05-281-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'diag'Rainer Gerhards2009-05-286-6/+8
| |\ \ \ \ \ \ \
| | * | | | | | | fixed make distcheckRainer Gerhards2009-05-286-6/+8
| | | | | | | | |
| * | | | | | | | Merge branch 'diag'Rainer Gerhards2009-05-2720-217/+317
| |\| | | | | | |
| | * | | | | | | fixed typoRainer Gerhards2009-05-271-3/+1
| | | | | | | | |
| | * | | | | | | greatly enhanced testbenchRainer Gerhards2009-05-2720-217/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The imdiag module now can very effectively inject messages, which also frees us from uncertainties of tcp reception and processing. All shell script based tests have been modularized, what makes it far easier to create new tests. Also, the test bench now executes more reliable and much faster, because we can now rely on actual engine information where we previously did just a dumb sleep.
| * | | | | | | | Merge branch 'diag'Rainer Gerhards2009-05-254-1/+92
| |\| | | | | | |
| | * | | | | | | added test suite for persistent queue shutdownRainer Gerhards2009-05-254-1/+92
| | | | | | | | |
| * | | | | | | | updated project statusRainer Gerhards2009-05-251-4/+4
| |/ / / / / / /
| * | | | | | | solved some issues with testbench & a race conditionRainer Gerhards2009-05-253-4/+15
| | | | | | | |
| * | | | | | | improved testbench / solved imdiag race conditionRainer Gerhards2009-05-258-14/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imdiag/imtcp had a modload race condition (as imdiag is a testing aid, this has no implications for production deployments). Also, I replaced netcat by a custom program to talk to imdiag. This, for the first time ever, is now a Java program. I plan to add some GUI troubleshooting tools and thought it is a good idea to start doing things in Java that can simply be done in that language.
| * | | | | | | preparing for 4.3.1v4.3.1Rainer Gerhards2009-05-254-62/+60
| | | | | | | |
| * | | | | | | added new testing module imdiagRainer Gerhards2009-05-2521-82/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
| * | | | | | | fixing some nits with the build systemRainer Gerhards2009-05-222-2/+2
| | | | | | | |
| * | | | | | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-2238-221/+584
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | made imdiag *just* compile & some cleanupRainer Gerhards2009-05-202-27/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imdiag was never finished (not even really begun), but now I need it. I made the few things that are available compile, but more serious work is required.
| * | | | | | | updated ChangeLog with Michael Biebl's changesRainer Gerhards2009-05-191-1/+2
| | | | | | | |
| * | | | | | | Cleanup configure.ac a little for better readabilityMichael Biebl2009-05-191-32/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use 2 new lines as separator between configure options. - Remove forgotten copy&paste text. - Reorder and move template configure option to the end. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | Improve ./configure outputMichael Biebl2009-05-191-28/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve readability of the ./configure output by grouping relevant entries and indenting them. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | Rename want_gssapi_krb5 to enable_gssapi_krb5Michael Biebl2009-05-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Be consistent and rename the configure variable want_gssapi_krb5 to enable_gssapi_krb5. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | Do not fail "make check" if omstdout is not enabledMichael Biebl2009-05-192-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only run omod-if-array.sh and parsertest.sh test if omstdout plugin is enabled. Remove the comment and fix the help output for --enable-stdout (default was "no", not "yes") Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | Fix compiler warningsMichael Biebl2009-05-193-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include <string.h> for memcpy and strlen. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | Cleanup and typo fixesMichael Biebl2009-05-192-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | Add autogen.shMichael Biebl2009-05-191-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file is useful for building rsyslog from git. It is a shortcut for autoreconf and ./configure and enables shave by default. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | Add shave supportMichael Biebl2009-05-195-0/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shave tranforms the verbose autotools output into a pretty Kbuild-like one which makes it easier to spot warnings. See also http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/ git clone git://git.lespiau.name/shave By default, shave is disabled and you have to explicitly enable it via ./configure --enable-shave. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | | | | doc: given some concrete advise on the common %hostname% content problemRainer Gerhards2009-05-111-1/+8
| | | | | | | |
| * | | | | | | added capability to draw configuration graphsRainer Gerhards2009-05-1113-13/+530
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)