summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-175-8/+15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | moved "family" variable to global data poolRainer Gerhards2008-04-177-12/+30
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | modularization workRainer Gerhards2008-04-1713-59/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
| * | | | | | | | | | | | | | prevented segfault during runtime library init phaseRainer Gerhards2008-04-165-7/+31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | some cleanup after dual-mergeRainer Gerhards2008-04-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | im3195 did not yet know about the new directory structure version bumped in support of new devel branch version
| * | | | | | | | | | | | | | Merge branch 'rfc3195'Rainer Gerhards2008-04-1610-401/+227
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | completed im3195 including some documentationRainer Gerhards2008-04-166-8/+57
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | more or less finished im3195Rainer Gerhards2008-04-162-219/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but need changes in liblogging to complete this work - does not compile yet
| | * | | | | | | | | | | | | | begun re-integrating rfc3195 in rsyslogRainer Gerhards2008-04-154-110/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set up build system and shuffle some files
| * | | | | | | | | | | | | | | Merge branch 'runtime'Rainer Gerhards2008-04-16134-767/+807
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | | | | | | | | | removed no longer needed thingsRainer Gerhards2008-04-169-91/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).
| | * | | | | | | | | | | | | | | some more cleanupRainer Gerhards2008-04-1662-179/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
| | * | | | | | | | | | | | | | | provided ability to initialize the runtimeRainer Gerhards2008-04-166-53/+186
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | cleanup: removed no longer needed filesRainer Gerhards2008-04-1611-107/+8
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | moved net module to runtimeRainer Gerhards2008-04-165-31/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after careful analysis, I concluded that it is OK to place the current net.c/.h code under LGPL. Individual contributor agreement is given and no sysklogd code remains (see net.c for details).
| | * | | | | | | | | | | | | | | moved files to the runtimeRainer Gerhards2008-04-1633-288/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.
| | * | | | | | | | | | | | | | | moved runtime files into their own directoryRainer Gerhards2008-04-1631-40/+41
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-1617-24/+24
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | made runtime include directory available to rest of rsyslogMichael Biebl2008-04-162-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | | | | | | | | | | | | | begin building runtime convenience library (does not build!)Rainer Gerhards2008-04-156-5/+35
| | |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | bugfix: mark messages were not correctly written to text log filesRainer Gerhards2008-07-152-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the markmessageinterval was not correctly propagated to all places where it was needed. This resulted in rsyslog using the default (20 minutes) in some code pathes, what looked to the user like mark messages were never written.
* | | | | | | | | | | | | | | | doc bugix: typos in man pageRainer Gerhards2008-07-151-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks to Ryo Fujita for pointing out the corrections.
* | | | | | | | | | | | | | | bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-142-6/+15
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. [Backport from 3.19.10]
* | | | | | | | | | | | | | bugfix: potential segfault in creating message mutex in non-direct queue mode.Rainer Gerhards2008-07-142-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms) if an action queue is running in any other mode than non-direct. The same problem can potentially be triggered by some main message queue settings. In any case, it will manifest during rsylog's startup. It is unlikely to happen after a successful startup (the only window of exposure may be a relatively seldom executed action running in queued mode). This has been corrected. Thank to HKS for point out the problem.
* | | | | | | | | | | | | | prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-114-5/+11
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-113-27/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | | | | | | | streamlined ubuntu package descriptionRainer Gerhards2008-07-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for the information.
| * | | | | | | | | | | | | prepared for 3.16.3 releaseRainer Gerhards2008-07-113-2/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | bugfix & doc improvementRainer Gerhards2008-07-112-27/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | Remove unnecessary openssl configure check.Michael Biebl2008-07-101-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | | | | | | | bugfix: memory leak in disk queue modesRainer Gerhards2008-07-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is a backport from 3.19.10
* | | | | | | | | | | | | | added some troubleshooting aid documentationRainer Gerhards2008-07-094-4/+42
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | fixed missing parts of ChangeLogRainer Gerhards2008-07-081-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These seem to have been lost in some early git days ;)
* | | | | | | | | | | | | | updated ChangeLogRainer Gerhards2008-07-071-0/+3
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | bugfix in RainerScript: syntax error was not always detectedRainer Gerhards2008-07-071-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | doc-update: used default RELP port in sampleRainer Gerhards2008-07-021-3/+3
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | doc: added info on which version ommail was first available withRainer Gerhards2008-07-011-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | added forgotten html file to distribution tarballv3.17.5Rainer Gerhards2008-06-271-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | preparing for 3.17.5Rainer Gerhards2008-06-271-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | added doc: howto set up a reliable connection to remote serverRainer Gerhards2008-06-273-9/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via queued mode (and plain tcp protocol)
* | | | | | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-06-251-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | | | | | preparing for 3.16.2 releasev3.16.2Rainer Gerhards2008-06-253-3/+3
| | | | | | | | | | | |
* | | | | | | | | | | | fixed typoRainer Gerhards2008-06-251-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | bugfix: comments after actions were not properly treated.Rainer Gerhards2008-06-254-38/+22
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some actions (e.g. forwarding(, this could also lead to invalid configuration.
* | | | | | | | | | | bumped version numberRainer Gerhards2008-06-163-2/+4
| | | | | | | | | | |
* | | | | | | | | | | prepared for 3.17.4v3.17.4Rainer Gerhards2008-06-161-1/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | bumped version numberRainer Gerhards2008-06-123-3/+3
| | | | | | | | | |
* | | | | | | | | | changed default for i$KlogSymbolLookup to "off"Rainer Gerhards2008-06-124-8/+18
| | | | | | | | | |
* | | | | | | | | | finalized 3.17.3v3.17.3Rainer Gerhards2008-05-283-3/+3
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | bugfix: imklog went into an endless loop if a PRI value was insideRainer Gerhards2008-05-212-1/+6
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kernel log message This is an unusual case under Linux, and a frequent one under BSD