summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated project status after 3.21.10 releaseRainer Gerhards2009-02-021-4/+4
|
* Merge branch 'beta'Rainer Gerhards2009-01-302-0/+12
|\
| * added info if atomic ops are available to rsyslogd -v outputRainer Gerhards2009-01-302-0/+12
| |
* | Merge branch 'beta'Rainer Gerhards2009-01-303-1/+12
|\|
| * Merge branch 'v3-stable' into beta, conclude fix for raceRainer Gerhards2009-01-304-3/+13
| |\ | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| | * finished adding race condition fix (mostly done by merge)Rainer Gerhards2009-01-301-0/+3
| | |
| | * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-01-301-12/+7
| | |\
| | | * fixed copy&paste errorRainer Gerhards2009-01-281-3/+3
| | | | | | | | | | | | | | | | | | | | ... one should at least compile before comitting - sorry, been so eager to push that out.
| | | * bugfix: proper message locking on message destructRainer Gerhards2009-01-271-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like a race was introduced by not locking the message mutex in msgDestruct(). In theory, I thought, the decrement should be atomic, but the whole operation may be reordered. Also it has potential for task switches. If so, that would lead to a too-early destruction and thus a potential double free - exactly what we have seen from time to time. So I think this fix addresses the issue. I have also removed anything that looks like atomic operations are supported in this version - they are not. This was very late added, found to be non-portable and pulled from that release.
| | * | bugfix: invalid mutex access in msg.cRainer Gerhards2009-01-304-3/+10
| | | |
| * | | bugfix: inconsistent use of mutex/atomic operations could cause segfaultRainer Gerhards2009-01-303-7/+11
| | | | | | | | | | | | | | | | | | | | details are too many, for full analysis see blog post at: http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html
* | | | added useful internal doc linkRainer Gerhards2009-01-301-1/+2
| | | |
* | | | minor doc: updated project statusRainer Gerhards2009-01-291-4/+4
| | | |
* | | | preparing for 4.1.4 releasev4.1.4Rainer Gerhards2009-01-293-2/+10
| | | |
* | | | Merge branch 'drd-testing'Rainer Gerhards2009-01-293-2/+9
|\ \ \ \
| * | | | bugfix: unitialized mutex was used in msg.c:getPRIRainer Gerhards2009-01-263-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | This was subtle, because getPRI is called as part of the debugging code (always executed) in syslogd.c:logmsg.
* | | | | fixed atomic operationsRainer Gerhards2009-01-292-7/+6
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2009-01-275-30/+86
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | Conflicts: tools/omfile.c
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2009-01-274-29/+80
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | prepared for 3.20.3 releasev3.20.3Rainer Gerhards2009-01-193-2/+4
| | | |
| | * | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-01-122-0/+38
| | |\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * fixed a potential segfault condition with $AllowedSender directiveRainer Gerhards2009-01-122-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | On HUP, the root pointers were not properly cleaned up. Thanks to Michael Biebel, olgoat, and Juha Koho for reporting and analyzing the bug.
| | * | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-183-29/+38
| | |\|
| | | * Merge branch 'v2-stable' into debian_lennyRainer Gerhards2008-12-183-22/+33
| | | |\
| | | | * bugfix: "$CreateDirs off" also disabled file creationRainer Gerhards2008-12-182-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to William Tisater for analyzing this bug and providing a patch. The actual code change is heavily based on William's patch.
| | | * | doc bugfix: some spelling errors in man pages correctedGeoff Simmons2008-12-182-9/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | bugfix: the string "Do Die" was accidently emited upon exit in non-debug modevarmojfekoj2009-01-152-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | updated project status after 3.20.3 releaseRainer Gerhards2009-01-191-4/+5
| | | | |
* | | | | doc bugfix: duplicate and invalid link to regex check toolRainer Gerhards2007-12-231-2/+1
| | | | |
* | | | | bufgix: $PreserveFQDN was not properly handled for locally emitted messagesRainer Gerhards2008-12-204-2/+33
| | | | |
* | | | | preparing for 4.1.3 releasev4.1.3Rainer Gerhards2008-12-165-7/+9
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2008-12-102-3/+20
|\| | | |
| * | | | some legacy options were not correctly processedvarmojfekoj2008-12-102-3/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-12-102-3/+15
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-102-3/+14
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html net.h plugins/imtcp/imtcp.c plugins/imudp/imudp.c runtime/net.c runtime/rsyslog.h tcps_sess.c tcpsrv.c
| | | * | some legacy options were not correctly processedvarmojfekoj2008-12-102-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | | * | backport of $AllowedSender security fixv3.18.6Rainer Gerhards2008-12-0811-54/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - security bugfix: $AllowedSender was not honored, all senders were permitted instead (see http://www.rsyslog.com/Article322.phtml) (backport from v3-stable, v3.20.9) - minor bugfix: dual close() call on tcp session closure
| | * | | doc bugfix: v3-compatiblity document had typo in config directiveRainer Gerhards2008-12-052-3/+5
| | | | | | | | | | | | | | | | | | | | thanks to Andrej for reporting this
* | | | | enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-106-7/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $InputTCPServerAddtlFrameDelimiter config directive, which enabeles to specify an additional, non-standard message delimiter for processing plain tcp syslog. This is primarily a fix for the invalid framing used in Juniper's NetScreen products. Credit to forum user Arv for suggesting this solution. - added $InputTCPServerInputName property, which enables a name to be specified that will be available during message processing in the inputname property. This is considered useful for logic that treats messages differently depending on which input received them.
* | | | | resolved compile problem, e.g. on FreeBSDRainer Gerhards2008-12-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I commented out some debug code that is only useful in some testing scenarios and re-enabled the old code. This solved a FreeBSD compile issue. Also, I fixed some other syntax error, which somehow went into the tree (I am still puzzled about that, especially as some have already and successfully build from that tree... anyhow ;)).
* | | | | added sponsor information - thanks to BlinkMind for sponsoring $PreserveFQDNRainer Gerhards2008-12-081-0/+2
| | | | |
* | | | | added $PreserveFQDN config file directiveRainer Gerhards2008-12-087-3/+19
| | | | | | | | | | | | | | | | | | | | Enables to use FQDNs in sender names where the legacy default
* | | | | bugfix: imudp went into an endless loop under some circumstancesRainer Gerhards2008-12-082-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | (but could also leave it under some other circumstances...) Thanks to David Lang and speedfox for reporting this issue.
* | | | | preparing for 4.1.2 releasev4.1.2Rainer Gerhards2008-12-052-10/+10
| | | | |
* | | | | doc bugfix: typo in v3 compatibility documentRainer Gerhards2008-12-052-3/+5
| | | | | | | | | | | | | | | | | | | | thanks to Andrej for reporting
* | | | | fixed some compiler warningsRainer Gerhards2008-12-052-0/+3
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2008-12-052-5/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imudp/imudp.c
| * | | | Merge branch 'v3-stable' into betav3.21.9Rainer Gerhards2008-12-044-5/+38
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imudp/imudp.c
| | * | | security fix: imudp emitted a message when a non-permitted sender...v3.20.2Rainer Gerhards2008-12-044-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...tried to send a message to it. This behaviour is operator-configurable. If enabled, a message was emitted each time. That way an attacker could effectively fill the disk via this facility. The message is now emitted only once in a minute (this currently is a hard-coded limit, if someone comes up with a good reason to make it configurable, we will probably do that).
* | | | | Merge branch 'beta'Rainer Gerhards2008-12-0417-59/+184
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html plugins/imudp/imudp.c runtime/rsyslog.h