Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc bugfix: propertiey-based filter modes had inconsistency | Rainer Gerhards | 2008-11-21 | 1 | -3/+1 |
| | |||||
* | enhance: regex nomatch option "ZERO" has been added | Rainer Gerhards | 2008-11-11 | 1 | -2/+3 |
| | | | | | | This allows to return the string 0 if a regular expression is not found. This is probably useful for storing numerical values into database columns. | ||||
* | doc update: documented how to specify multiple property replacer options | Rainer Gerhards | 2008-11-10 | 2 | -0/+12 |
| | | | | abd link to new online regex generator tool added | ||||
* | bumped version number, preparing to be new stable branch | Rainer Gerhards | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | bugfix: (potentially big) memory leak on HUP | Rainer Gerhards | 2008-10-21 | 1 | -7/+6 |
| | | | | | | - if queues could not be drained before timeout - thanks to David Lang for pointing this out - added link to german-language forum to doc set | ||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-10-02 | 6 | -7/+108 |
|\ | | | | | | | | | | | Conflicts: runtime/net.c | ||||
| * | added doc on how to build from source repository | Rainer Gerhards | 2008-10-01 | 5 | -5/+73 |
| | | |||||
| * | added index.html as an entry point to the manual | Rainer Gerhards | 2008-09-24 | 2 | -0/+33 |
| | | | | | | | | thanks to Michael Biebl for suggesting it | ||||
| * | doc fix: the gss-api output plugin is called omgssapi | Michael Biebl | 2008-09-24 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-09-23 | 3 | -6/+203 |
|\| | |||||
| * | added doc on malformed messages, cause and how to work-around, to the doc set | Rainer Gerhards | 2008-09-23 | 3 | -6/+203 |
| | | |||||
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-09-22 | 1 | -4/+4 |
|\| | |||||
| * | doc bugfix: $ActionExecOnlyWhenPreviousIsSuspended was still misspelled | Rainer Gerhards | 2008-09-22 | 1 | -4/+4 |
| | | | | | | | | | | ... as $...OnlyIfPrev... in some parts of the documentation. Thanks to Lorenzo M. Catucci for reporting this bug. | ||||
| * | bumped version number | Rainer Gerhards | 2008-09-18 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-09-02 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | bumped version number | Rainer Gerhards | 2008-09-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-08-15 | 1 | -2/+7 |
|\| | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/rsyslog_ng_comparison.html | ||||
| * | updated syslog-ng comparison thanks to William | Rainer Gerhards | 2008-08-15 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-08-13 | 2 | -1/+47 |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c | ||||
| * | enhanced ommysql to support custom port to connect to server | Rainer Gerhards | 2008-08-12 | 2 | -1/+47 |
| | | | | | | | | | | | | Port can be set via new $ActionOmmysqlServerPort config directive Note: this was a very minor change and thus deemed appropriate to be done in the stable release. | ||||
| * | bugfix: misspelled config directive + bumped version number | Rainer Gerhards | 2008-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Previously was $MainMsgQueueWorkeTimeoutrThreadShutdown, is now $MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled directive is not preserved - if the misspelled directive was used (which I consider highly unlikely), the config file must be changed. Thanks to lperr for reporting the bug. | ||||
| * | preparing for 3.18.2 releasev3.18.2 | Rainer Gerhards | 2008-08-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-08-07 | 1 | -0/+9 |
|\| | | | | | | | | | | | Conflicts: omfwd.c | ||||
| * | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-08-07 | 1 | -0/+9 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html doc/rsyslog_conf.html omfwd.c | ||||
| | * | bugfix: IPv6 addresses could not be specified in forwarding actionv2.0.6 | Rainer Gerhards | 2008-08-07 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | New syntax @[addr]:port introduced to enable that. Root problem was IPv6 addresses contain colons. (backport from 3.21.3) | ||||
* | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-07-25 | 14 | -39/+41 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | use the $ModLoad syntax consistently. | Michael Biebl | 2008-07-22 | 14 | -41/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | Update the documentation to use the new, preferred $ModLoad syntax: - no more MySQL - name of the in/output plugin without the trailing .so Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | preparing for 3.18.1v3.18.1 | Rainer Gerhards | 2008-07-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-07-18 | 1 | -3/+37 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c | ||||
| * | | added new poperty replacer option, added missing documentation | Rainer Gerhards | 2008-07-18 | 1 | -4/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added a new property replacer option "sp-if-no-1st-sp" to cover a problem with RFC 3164 based interpreation of tag separation. While it is a generic approach, it fixes a format problem introduced in 3.18.0, where kernel messages no longer had a space after the tag. This is done by a modifcation of the default templates. Please note that this may affect some messages where there intentionally is no space between the tag and the first character of the message content. If so, this needs to be worked around via a specific template. However, we consider this scenario to be quite remote and, even if it exists, it is not expected that it will actually cause problems with log parsers (instead, we assume the new default template behaviour may fix previous problems with log parsers due to the missing space). - doc bugfix: property replacer options secpath-replace and secpath-drop were not documented | ||||
* | | | bumped version number | Rainer Gerhards | 2008-07-15 | 1 | -1/+1 |
| | | | |||||
* | | | preparing for 3.19.10, starting a new beta branchv3.19.10 | Rainer Gerhards | 2008-07-15 | 2 | -7/+7 |
| | | | |||||
* | | | Merge branch 'beta' - important mutex bugfix | Rainer Gerhards | 2008-07-14 | 1 | -0/+6 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html | ||||
| * | | prepared for 3.18.0 releasev3.18.0 | Rainer Gerhards | 2008-07-11 | 2 | -1/+7 |
| | | | |||||
* | | | update project status after 3.18.0 release | Rainer Gerhards | 2008-07-11 | 1 | -3/+5 |
| | | | |||||
* | | | some html files were not included in distribution tarball | Rainer Gerhards | 2008-07-11 | 1 | -0/+5 |
| | | | | | | | | | | | | thanks to Michael Biebll for pointing out the problem | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-07-11 | 4 | -31/+95 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac rsyslog.conf runtime/queue.c | ||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-07-11 | 1 | -27/+56 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | | streamlined ubuntu package description | Rainer Gerhards | 2008-07-11 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Thanks to Michael Biebl for the information. | ||||
| | * | | prepared for 3.16.3 release | Rainer Gerhards | 2008-07-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | bugfix & doc improvement | Rainer Gerhards | 2008-07-11 | 1 | -27/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | bugfix for mem leak in disk-based queue modes (backport from devel) plus an update to the list of distributions where rsyslog packages are available. | ||||
| | * | | preparing for 3.16.2 releasev3.16.2 | Rainer Gerhards | 2008-06-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | added some troubleshooting aid documentation | Rainer Gerhards | 2008-07-09 | 3 | -4/+39 |
| | | | | |||||
* | | | | bumped version number | Rainer Gerhards | 2008-07-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | preparing for 3.19.9v3.19.9 | Rainer Gerhards | 2008-07-07 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2008-07-07 | 1 | -3/+3 |
|\| | | | |||||
| * | | | doc-update: used default RELP port in sample | Rainer Gerhards | 2008-07-02 | 1 | -3/+3 |
| | | | | |||||
* | | | | finalized tutorial for creating a TLS-secured syslog infrastructure | Rainer Gerhards | 2008-07-03 | 6 | -3/+287 |
| | | | | |||||
* | | | | bumped version number | Rainer Gerhards | 2008-07-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | finalized 3.19.8v3.19.8 | Rainer Gerhards | 2008-07-01 | 1 | -4/+4 |
| | | | |