Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated syslog-ng comparison thanks to William | Rainer Gerhards | 2008-08-15 | 1 | -4/+4 |
| | |||||
* | 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 '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) | ||||
* | | 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 |
| | | |||||
* | | 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 | ||||
* | | prepared for 3.18.0 releasev3.18.0 | Rainer Gerhards | 2008-07-11 | 2 | -1/+7 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | doc-update: used default RELP port in sample | Rainer Gerhards | 2008-07-02 | 1 | -3/+3 |
| | | | |||||
* | | | doc: added info on which version ommail was first available with | Rainer Gerhards | 2008-07-01 | 1 | -0/+1 |
| | | | |||||
* | | | added forgotten html file to distribution tarballv3.17.5 | Rainer Gerhards | 2008-06-27 | 1 | -0/+1 |
| | | | |||||
* | | | added doc: howto set up a reliable connection to remote server | Rainer Gerhards | 2008-06-27 | 2 | -9/+158 |
| | | | | | | | | | | | | via queued mode (and plain tcp protocol) | ||||
* | | | bumped version number | Rainer Gerhards | 2008-06-16 | 1 | -1/+1 |
| | | | |||||
* | | | bumped version number | Rainer Gerhards | 2008-06-12 | 1 | -1/+1 |
| | | | |||||
* | | | changed default for i$KlogSymbolLookup to "off" | Rainer Gerhards | 2008-06-12 | 1 | -5/+10 |
| | | | |||||
* | | | finalized 3.17.3v3.17.3 | Rainer Gerhards | 2008-05-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html | ||||
| * | | preparing for 3.16.1 releasev3.16.1 | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | preparing for 3.16.0v3.16.0 | Rainer Gerhards | 2008-04-24 | 1 | -1/+1 |
| | | | |||||
* | | | final work for release of v3.17.1v3.17.1 | Rainer Gerhards | 2008-04-15 | 4 | -12/+15 |
| | | | |||||
* | | | Merge branch 'bsd-port' | Rainer Gerhards | 2008-04-15 | 3 | -13/+76 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c | ||||
| * | | | improved doc for imklog | Rainer Gerhards | 2008-04-15 | 3 | -13/+76 |
| | | | | |||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2008-04-15 | 6 | -11/+206 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c | ||||
| * | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-15 | 4 | -7/+199 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html | ||||
| | * | | | changed some files to grant LGPLv3 extended persmissions on top of GPLv3 | Rainer Gerhards | 2008-04-15 | 2 | -4/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library" | ||||
| | * | | | added gssapi overview/howto thanks to Peter Vrabec | Peter Vrabec | 2008-04-11 | 3 | -6/+123 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | | | preparing for 3.15.1v3.15.1 | Rainer Gerhards | 2008-04-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-11 | 1 | -1/+0 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac | ||||
| | * | | | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-04-11 | 1 | -1/+0 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/Makefile.am doc/manual.html | ||||
| | | * | | project status is now a web-exclusive | Rainer Gerhards | 2008-04-10 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and no longer part of the tarball. This solves a couple of update issues when new versions inside the other branches are released. It is still kept in git, so that we have a record of it. To make sure which version the documentation is, the version info has been moved to the main manual page. | ||||
| | | * | | preparing for 2.0.4 releasev2-0-4 | Rainer Gerhards | 2008-03-27 | 1 | -8/+10 |
| | | | | | |||||
| | | * | | added professional support options | Rainer Gerhards | 2008-03-25 | 3 | -1/+59 |
| | | | | | |||||
| | | * | | added $HHOUR and $QHOUR system properties - can be used for half- and | Rainer Gerhards | 2008-03-25 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | quarter-hour logfile rotation | ||||
| | | * | | preparing for 2.0.3v2-0-3 | Rainer Gerhards | 2008-03-12 | 1 | -8/+9 |
| | | | | | |||||
| | | * | | updated some trackers; changed tracking system | Rainer Gerhards | 2008-02-12 | 2 | -62/+11 |
| | | | | | |||||
| | | * | | clarified dependency of control character property replacer options to | Rainer Gerhards | 2008-02-12 | 2 | -6/+26 |
| | | | | | | | | | | | | | | | | | | | | $EscapeControlCharactersOnReceive | ||||
| | | * | | fixed invalid linkv2-0-2 | Rainer Gerhards | 2008-02-12 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | preparing for 2.0.2 | Rainer Gerhards | 2008-02-12 | 1 | -6/+6 |
| | | | | | |||||
| | | * | | applied some doc fixes from Michel Biebl and cleaned up some no longer | Rainer Gerhards | 2008-02-12 | 2 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | needed files suggested by him | ||||
| | | * | | applied patch from Michael Biebl that fixed my doc change from yesterday | Rainer Gerhards | 2008-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | which was somewhat incomplete | ||||
| | | * | | still forgotten one spot... | Rainer Gerhards | 2008-02-11 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | bugfix (doc): misspelled config directive, invalid signal info - thanks to | Rainer Gerhards | 2008-02-11 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Peter Vrabec for pointing this out |