summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 3.19.11v3.19.11Rainer Gerhards2008-08-151-1/+2
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-08-154-11/+35
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/rsyslog_ng_comparison.html
| * preparing for 3.18.3v3.18.3Rainer Gerhards2008-08-152-2/+2
| |
| * fixed cross-platform compile problem introduced with recent changeRainer Gerhards2008-08-152-7/+14
| | | | | | | | ...which fixed the imfile segfault issue.
| * updated syslog-ng comparison thanks to WilliamRainer Gerhards2008-08-151-4/+4
| |
| * bugfix: imfile could cause a segfault upon rsyslogd HUP and terminationRainer Gerhards2008-08-144-7/+19
| | | | | | | | | | Thanks to lperr for an excellent bug report that helped detect this problem.
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-08-136-7/+89
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c
| * disabled flow control for imuxsockRainer Gerhards2008-08-132-1/+5
| | | | | | | | | | | | It could cause system hangs under some circumstances. The devel (3.21.3 and above) will re-enable it and provide enhanced configurability to overcome the problems if they occur.
| * enhanced ommysql to support custom port to connect to serverRainer Gerhards2008-08-125-5/+73
| | | | | | | | | | | | 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 numberRainer Gerhards2008-08-124-3/+11
| | | | | | | | | | | | | | | | 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.2Rainer Gerhards2008-08-082-2/+2
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-08-073-2/+27
|\| | | | | | | | | | | Conflicts: omfwd.c
| * Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-08-073-2/+27
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html doc/rsyslog_conf.html omfwd.c
| | * bugfix: IPv6 addresses could not be specified in forwarding actionv2.0.6Rainer Gerhards2008-08-074-4/+26
| | | | | | | | | | | | | | | 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 betaRainer Gerhards2008-07-2519-46/+51
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | fixed a number of typosRyo Fujita2008-07-252-3/+3
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | use the $ModLoad syntax consistently.Michael Biebl2008-07-2214-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>
| * | bumped version numberRainer Gerhards2008-07-212-1/+3
| | |
| * | preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-213-3/+4
| | |
| * | Update man pages, fix a small typoMichael Biebl2008-07-213-3/+3
| | | | | | | | | | | | | | | | | | | | | - Update the version number and date in the man pages - s/imklogd/imklog/ Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-189-13/+112
|\| | | | | | | | | | | | | | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c
| * | added new poperty replacer option, added missing documentationRainer Gerhards2008-07-186-8/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | bugfix: remove PRI part from kernel message if it is presentRainer Gerhards2008-07-182-0/+3
| | |
| * | bugfix: imklog module was not correctly compiled for GNU/kFreeBSDPetr Salinger2008-07-182-0/+7
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | fixed typo in source commentRyo Fujita2008-07-162-2/+3
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | doc bugfix: fixed some typos in rsyslog.conf man pageRyo Fujita2008-07-162-5/+6
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | bumped version numberRainer Gerhards2008-07-153-2/+4
| | |
* | | preparing for 3.19.10, starting a new beta branchv3.19.10Rainer Gerhards2008-07-153-8/+9
| | |
* | | Merge branch 'master' into betaRainer Gerhards2008-07-15228-3370/+10746
|\ \ \ | |/ / |/| |
| * | bugfix (cosmetical): authorization was not checked when gtls handshake ↵varmojfekoj2008-07-152-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completed immediately. While this sounds scary, the situation can not happen in practice. We use non-blocking IO only for server-based gtls session setup. As TLS requires the exchange of multiple frames before the handshake completes, it simply is impossible to do this in one step. However, it is useful to have the code path correct even for this case - otherwise, we may run into problems if the code is changed some time later (e.g. to use blocking sockets). Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | some fixes in ChangeLogRainer Gerhards2008-07-141-3/+2
| | |
| * | Merge branch 'beta'Rainer Gerhards2008-07-141-0/+5
| |\ \
| * | | bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-142-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | because the LOG_MAKEPRI() C macro has a different meaning there (it is just a simple addition of faciltity and severity). I have changed this to use own, consistent, code for PRI calculation.
| * | | bugfix: UDP syslog forwarding did not work on all platformsRainer Gerhards2008-07-142-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | the ai_socktype was incorrectly set to 1. On some platforms, this lead to failing name resolution (e.g. FreeBSD 7). Thanks to HKS for reporting the bug.
| * | | cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-145-12/+1
| | | |
| * | | Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-143-2/+50
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html
| * | | | temporary: some debug instrumentation to help find a segfault on freebsdRainer Gerhards2008-07-111-0/+6
| | | | |
| * | | | update project status after 3.18.0 releaseRainer Gerhards2008-07-111-3/+5
| | | | |
| * | | | some html files were not included in distribution tarballRainer Gerhards2008-07-111-0/+5
| | | | | | | | | | | | | | | | | | | | thanks to Michael Biebll for pointing out the problem
| * | | | Merge branch 'beta'Rainer Gerhards2008-07-116-35/+135
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac rsyslog.conf runtime/queue.c
| * | | | | bugfix: bad memory leak in disk-based queue modesRainer Gerhards2008-07-092-21/+9
| | | | | |
| * | | | | minor: enhanced debug output (PRI now included)Rainer Gerhards2008-07-091-1/+1
| | | | | |
| * | | | | bumped version numberRainer Gerhards2008-07-073-2/+4
| | | | | |
| * | | | | preparing for 3.19.9v3.19.9Rainer Gerhards2008-07-072-5/+6
| | | | | |
| * | | | | Merge branch 'beta'Rainer Gerhards2008-07-072-4/+4
| |\ \ \ \ \
| * | | | | | rewriten omusrmsg to no longer fork() a new process for sending messagesRainer Gerhards2008-07-042-107/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this caused some problems with the threading model, e.g. zombies. Also, it was far less optimal than it is now.
| * | | | | | finalized tutorial for creating a TLS-secured syslog infrastructureRainer Gerhards2008-07-037-3/+288
| | | | | | |
| * | | | | | bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-026-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference: http://bugzilla.adiscon.com/show_bug.cgi?id=85 The fix also slightly improves performance by not storing certificates in client sessions when there is no need to do so.
| * | | | | | bumped version numberRainer Gerhards2008-07-013-2/+4
| | | | | | |
| * | | | | | finalized 3.19.8v3.19.8Rainer Gerhards2008-07-012-7/+9
| | | | | | |