summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-232-6/+12
| | | | | ... badly affecting performance for delayable inputs (but not causeing any other issues)
* preparing for 3.22.0 (move to stable)v3.22.0Rainer Gerhards2009-04-213-3/+5
|
* highlighted bugfix imported from v2-stableRainer Gerhards2009-04-171-0/+5
|
* Merge branch 'v3-stable' into betaRainer Gerhards2009-04-172-9/+48
|\
| * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-172-9/+48
| |\
| | * Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-172-9/+48
| | |\
| | | * bugfix: ompgsql did not detect problems in sql command executionRainer Gerhards2009-04-172-9/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this could cause loss of messages. The handling was correct if the connection broke, but not if there was a problem with statement execution. The most probable case for such a case would be invalid sql inside the template, and this is now much easier to diagnose.
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-162-5/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.6v3.20.6Rainer Gerhards2009-04-163-3/+4
| | | |
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-162-4/+12
| |\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-163-3/+14
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-144-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-095-1/+32
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-094-1/+23
| | | | | | | | | | | | | | | | This resulted in a fixed upper limit of 200 connections.
| * | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-092-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: potential memory leak in msg.cRainer Gerhards2009-04-092-0/+5
| | | | | | | | | | | | | | | | | | | | This one did not surface yet and the issue was actually found due to a problem in v4 - but better fix it here, too.
* | | | preparing for 3.21.11v3.21.11Rainer Gerhards2009-04-033-3/+3
| | | |
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-0210-11/+126
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-024-4/+12
| | | |
| * | | Merge branch 'dapatch' into v3-stableRainer Gerhards2009-04-026-6/+102
| |\ \ \
| | * | | bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-256-6/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There exists a race condition that can lead to a segfault. Thanks go to vbernetr, who performed the analysis and provided patch, which I only tweaked a very little bit.
| * | | | fixed bugs in RainerScriptvarmojfekoj2009-03-163-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - when converting a number and a string to a common type, both were actually converted to the other variable's type. - the value of rsCStrConvertToNumber() was miscalculated. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | added link to online tutorial on the webRainer Gerhards2009-03-161-1/+5
| | | | |
| * | | | added link to (new) online video tutorials to manual setRainer Gerhards2009-03-111-0/+1
| | | | |
* | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-03-1110-14/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | doc enhance: enhance ommysql documentationRainer Gerhards2009-03-062-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | provide standard template for MySQL module and instructions on how to modify schema
| * | | | doc typo fixRainer Gerhards2009-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | thanks to Trent W. Buck for alerting me.
| * | | | fixed a potential segfault problem in gssapi codevarmojfekoj2009-03-022-1/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | updated changelog to reflect patch appliedRainer Gerhards2009-02-241-0/+4
| | | | |
| * | | | Call PKG_PROG_PKG_CONFIG m4 macro unconditionally.Michael Biebl2009-02-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As all the calls to PKG_CHECK_MODULES are conditional, it can happen that PKG_PROG_PKG_CONFIG is not called (i.e. if you not use --enable-relp). So we enforce a check for pkg-config by adding it to the global checks.
| * | | | doc fix: don't use absolute paths for $ModLoadMichael Biebl2009-02-242-3/+3
| | | | |
| * | | | changed TLS link on manual homepage to native TLS docRainer Gerhards2009-02-101-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | ... pointed previously to stunnel-alternative, which now that we support native TLS is now no longer recommended. Thanks to Michael Biebl for bringing this to my attention.
| * | | preparing for 3.20.4v3.20.4Rainer Gerhards2009-02-092-2/+2
| | | |
| * | | doc bugfix: dist tarball missed 2 files, had one extra file that no longer ↵Rainer Gerhards2009-02-092-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | belongs into it. Thanks to Michael Biebl for pointing this out.
| * | | bugfix: invalid ./configure settings for RFC3195Michael Biebl2009-02-062-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | docfix: copy&paste errorRainer Gerhards2009-02-031-2/+2
| | | |
* | | | decreased GNUtls version requirementRainer Gerhards2009-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | rsyslog also works with some 1.x.x versions, but I have not details any longer. I developed with a v1 version for a while. To be on the save side, I request 2.0.0 (Michael Biebl was even more conservative with 2.4.2 - which he had at hand - and so I am changing this now).
* | | | reflected build system changes in change logRainer Gerhards2009-02-241-0/+3
| | | |
* | | | Improve mysql configure check (for unusual paths)Michael Biebl2009-02-242-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove AC_CHECK_HEADERS([mysql/mysql.h],...) as this was causing pain for users where the mysql headers are not installed in the system include directory. It was superfluous anyways, as we check for mysql_config and set the include path to the correct directory. Update ommysql.c to use #include <mysql.h>, as mysql_config will set the include path to /path/to/include/mysql/ so <mysql/mysql.h> would not work. Remove errmsg.h include as it is not used.
* | | | Separate macro file for atomic operationsMichael Biebl2009-02-242-46/+54
| | | | | | | | | | | | | | | | | | | | | | | | To unclutter configure.ac and to make it easier re-usable, move the check for atomic operations into a separate m4 macro file and call the macro RS_ATOMIC_OPERATIONS (RS for RSyslog)
* | | | Split the m4 macros into a separate directoryMichael Biebl2009-02-243-0/+4
| | | |
* | | | Use pkg-config for GnuTLS configure checkMichael Biebl2009-02-241-22/+2
| | | | | | | | | | | | | | | | | | | | | | | | Use PKG_CHECK_MODULES instead of libgnutls-config to get the compilation flags (vastly simpler). Set minimum version to 2.4.2, as that is the oldest version I could test with.
* | | | Call PKG_PROG_PKG_CONFIG m4 macro unconditionally.Michael Biebl2009-02-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As all the calls to PKG_CHECK_MODULES are conditional, it can happen that PKG_PROG_PKG_CONFIG is not called (i.e. if you not use --enable-relp). So we enforce a check for pkg-config by adding it to the global checks.
* | | | make all cflags and libs variables uppercaseMichael Biebl2009-02-2424-80/+80
| | | | | | | | | | | | | | | | | | | | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
* | | | prepared for 3.21.10 releasev3.21.10Rainer Gerhards2009-02-023-3/+3
| | | |
* | | | added info if atomic ops are available to rsyslogd -v outputRainer Gerhards2009-01-302-0/+12
| | | |
* | | | Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-304-3/+13
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| * | | finished adding race condition fix (mostly done by merge)Rainer Gerhards2009-01-301-0/+3
| | | |
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-01-301-12/+7
| |\ \ \ | | | |/ | | |/|
| | * | fixed copy&paste errorRainer Gerhards2009-01-281-3/+3
| | | | | | | | | | | | | | | | | | | | ... one should at least compile before comitting - sorry, been so eager to push that out.