summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextmasterRainer Gerhards2009-04-161-3/+18
|\
| * highlighting $DirCreateMode fixRainer Gerhards2009-04-161-0/+3
| |
| * Merge branch 'beta'Rainer Gerhards2009-04-161-3/+15
| |\
| | * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-161-3/+15
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | * preparing for 3.20.6v3.20.6Rainer Gerhards2009-04-161-1/+2
| | | |
| | | * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-161-2/+10
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | | * Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-161-1/+10
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | | | | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'omprog' into nextmasterRainer Gerhards2009-04-141-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | | | | | improved omprog, now ready for first practical testingRainer Gerhards2009-04-011-0/+3
| | | | | | |
* | | | | | | added doc for $MaxOpenFiles directiveRainer Gerhards2009-04-141-0/+1
| | | | | | |
* | | | | | | Merge branch 'tcpflood' into nextmasterRainer Gerhards2009-04-091-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | | added new test case for many tcp connectionsRainer Gerhards2009-04-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is checked that many tcp connections are properly handled. While adding this test, I noticed that there is a bug in imtcp that prevents creation of more than 200 connections. This bug still exists, so the test suite currently fails (what is correct). Will be addressed soon.
* | | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-091-1/+16
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | | Merge branch 'beta'Rainer Gerhards2009-04-091-0/+15
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c tcpsrv.h Note: we have a slight inconsistency, as interface version v4 was already used for tcpsrv in this branch. We accept this inconsistency.
| | * | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+11
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | | | | bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resulted in a fixed upper limit of 200 connections.
| | | * | | | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-091-0/+3
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | bugfix: potential memory leak in msg.cRainer Gerhards2009-04-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one did not surface yet and the issue was actually found due to a problem in v4 - but better fix it here, too.
* | | | | | | | bugfix: solved potential memory leak in msg processingRainer Gerhards2009-04-081-0/+2
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | could manifest itself in imtcp (loss of a few bytes for *each* received message - but depended on config) -- this was newly introduced
* | | | | | | improved testbench, added tests for tcp-based receptionRainer Gerhards2009-04-081-0/+1
| | | | | | |
* | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-071-9/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | final touches for 4.1.6 releasev4.1.6Rainer Gerhards2009-04-071-0/+2
| | | | | | |
| * | | | | | updating changelog for releaseRainer Gerhards2009-04-071-3/+5
| | | | | | |
| * | | | | | Merge branch 'beta'Rainer Gerhards2009-04-071-6/+12
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html
| | * | | | | preparing for 3.21.11v3.21.11Rainer Gerhards2009-04-031-1/+1
| | | | | | |
| | * | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-021-1/+11
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | * | | | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-021-2/+2
| | | | | | |
| | | * | | | Merge branch 'dapatch' into v3-stableRainer Gerhards2009-04-021-0/+4
| | | |\ \ \ \
| | | * | | | | fixed bugs in RainerScriptvarmojfekoj2009-03-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | | | improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-0/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - building the necessary plumbing to support more functions with decent runtime performance. This is also necessary towards the long-term goal of loadable library modules. - added new RainerScript function "tolower"
* | | | | | | added (some) developer documentation for output plugin interfaceRainer Gerhards2009-04-031-0/+1
| | | | | | |
* | | | | | | added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more efficient for some outputs. They new can receive fields not only as a single string but rather in an array where each string is seperated.
* | | | | | | fully integrated regex patchRainer Gerhards2009-04-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now have removed the previous method, as really nobody should call it any longer (and now nobody does ;)). Also did some other cleanup.
* | | | | | | added new "csv" property replacer optionRainer Gerhards2009-04-021-0/+2
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | to enable simple creation of CSV-formatted outputs (format from RFC4180 is used)
* | | | | | Merge branch 'master' into sol-testRainer Gerhards2009-03-311-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * \ \ \ \ \ Merge branch 'master' into testsRainer Gerhards2009-03-261-0/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | | initial parser testing suite addedRainer Gerhards2009-03-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integrated tcl test script into autotools make check, created a few test cases based a real-world sample and samples from RFC3164 and 5424.
| * | | | | | | improved testing supportRainer Gerhards2009-03-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | worked on ways to provide a better test suite: - added -T rsyslogd command line option, enables to specify a directory where to chroot() into on startup. This is NOT a security feature but introduced to support testing. Thus, -T does not make sure chroot() is used in a secure way. (may be removed later) - added omstdout module for testing purposes. Spits out all messages to stdout - no config option, no other features - modified $ModLoad statement so that for modules whom's name starts with a dot, no path is prepended (this enables relative-pathes and should not break any valid current config)
* | | | | | | | bugfix: fixed some segaults on SolarisRainer Gerhards2009-03-251-0/+2
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | where vsprintf() does not check for NULL pointers
* | | | | | | Merge branch 'dapatch'Rainer Gerhards2009-03-251-0/+4
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge branch 'omfile-errHandler'Rainer Gerhards2009-03-241-0/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | omfile suspend handling for non-dynafiles, also bugfixesRainer Gerhards2009-03-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | primarily bugs introduced by recent changes. We now also handle static file names correctly, that was not the case before. We now correctly reset the descriptor in the dynafile cache if somthing goes wrong. Keep in mind that reliablity of output is depending on the reliability of the file system driver (the cifs driver returns OK, but still loses data if it is disconnected for too-long).
| * | | | | | omfile bugfixingRainer Gerhards2009-03-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed a bug that caused action retries not to work correctly situation was only cleared by a restart - bugfix: closed dynafile was potentially never written until another dynafile name was generated - potential loss of messages
* | | | | | | added output module templateRainer Gerhards2009-03-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so far, this is mostly some documentation, but I hope that during the process of creating output modules out of it we will get good questions and thus can extend the template. In any case, it should be better than what we had so far...
* | | | | | | Merge branch 'master' into rscript-funcRainer Gerhards2009-03-131-2/+17
|\| | | | | |
| * | | | | | Merge branch 'beta'Rainer Gerhards2009-03-111-1/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Conflicts: doc/omrelp.html
| | * | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-03-111-1/+13
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | * | | | doc enhance: enhance ommysql documentationRainer Gerhards2009-03-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provide standard template for MySQL module and instructions on how to modify schema