summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added proper release datev3.20.1Rainer Gerhards2008-12-041-1/+1
|
* bugfix: memory leaks in gtls netstream driverRainer Gerhards2008-12-033-1/+17
|
* bugfix: memory leak if sender was not permittedRainer Gerhards2008-12-031-6/+10
|
* minor: net.c did not compile if GSSAPI support was disabledRainer Gerhards2008-12-031-0/+2
|
* added interface function to nsd_gtls needed for ACL controlRainer Gerhards2008-12-013-2/+17
| | | | | | | | The legacy ACL system needs access to the remote sockaddr_storage data structure. This has been implemented for the ptcp driver and now follows for gtls. See recent commits for reason. We also moved up the version numbers in preparation of the release.
* bugfix: $AllowedSender handled invalidly for plain TCP transportRainer Gerhards2008-11-296-4/+63
|
* minor cleanupRainer Gerhards2008-11-292-1/+2
|
* security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-297-43/+64
| | | | ...all senders were permitted instead
* doc bugfix: propertiey-based filter modes had inconsistencyRainer Gerhards2008-11-211-3/+1
|
* Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-11-182-2/+6
|\ | | | | | | | | | | Conflicts: ChangeLog
| * bugfix: removed memory leak in ompgsqlKen2008-11-182-2/+6
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-115-5/+17
| | | | | | | | | | | | This allows to return the string 0 if a regular expression is not found. This is probably useful for storing numerical values into database columns.
* | added small regex check tool to repositoryRainer Gerhards2008-11-111-0/+72
| | | | | | | | | | | | This is intended for debugging and considered worth preserving. However, it has not (yet) been added to the build diag tools as it is not considered important enough.
* | improved debug output for regular expressions inside property replacerRainer Gerhards2008-11-112-1/+11
| | | | | | | | | | | | RE's seem to be a big trouble spot and I would like to have more information inside the debug log. So I decided to add some additional debug strings permanently.
* | doc update: documented how to specify multiple property replacer optionsRainer Gerhards2008-11-103-0/+16
| | | | | | | | abd link to new online regex generator tool added
* | minor nit: fixed branch identificationv3.20.0Rainer Gerhards2008-11-051-1/+1
| |
* | updated release date for 3.20.0Rainer Gerhards2008-11-051-1/+1
| |
* | bumped version number, preparing to be new stable branchRainer Gerhards2008-10-282-2/+2
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-281-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | preparing for 3.18.5 releasev3.18.5Rainer Gerhards2008-10-091-1/+1
| | |
* | | bugfix: double-free in pctp netstream drivervarmojfekoj2008-10-282-2/+16
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-213-20/+40
| | | | | | | | | | | | | | | | | | - if queues could not be drained before timeout - thanks to David Lang for pointing this out - added link to german-language forum to doc set
* | | clarified cost and effect of SIGHUPv3.19.12Rainer Gerhards2008-10-161-0/+8
| | |
* | | increased maximum size of a configuration statement to 4K (was 1K)Rainer Gerhards2008-10-162-4/+6
| | |
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-092-0/+4
|\| |
| * | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-10-092-0/+4
| |\| | | | | | | | | | | | | | | | Conflicts: syslogd.c
| | * bugfix: memory leaks in rsyslogd, primarily in singlethread modeFederico Nunez2008-10-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Frederico Nunez for providing the fix. The actual patch was commited before this one - unfortunately I forgot to set the author correct when commiting it and then it was pushed to the online repository. Sorry for this ;) Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * fixed memory leaksRainer Gerhards2008-10-092-1/+7
| | | | | | | | | | | | | | | | | | | | | - a big one in syslogd.c, which caused messages not to be freed when compiled for single-threading mode - a small one in the file output handler, outchannels, when a size-reached action was to be executed
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-092-1/+4
|\| |
| * | bugfix[minor]: light delay queue mark not properly handledRainer Gerhards2008-10-092-1/+4
| | | | | | | | | | | | | | | | | | if queue size reached light_delay mark, enqueuing could potentially be blocked for a longer period of time, which was not the behaviour desired.
* | | bugfix: subseconds where not correctly extracted from a timestampRainer Gerhards2008-10-022-1/+5
| | | | | | | | | | | | | | | if that timestamp did not contain any subsecond information (the resulting string was garbagge but should have been "0", what it now is).
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-029-13/+140
|\| | | | | | | | | | | | | | | | | Conflicts: runtime/net.c
| * | bugfix: rsyslogd could hang on HUPRainer Gerhards2008-10-022-3/+28
| | | | | | | | | | | | | | | | | | because getnameinfo() is not cancel-safe, but was not guarded against being cancelled. pthread_cancel() is routinely being called during HUP processing.
| * | added doc on how to build from source repositoryRainer Gerhards2008-10-017-8/+77
| | |
| * | added index.html as an entry point to the manualRainer Gerhards2008-09-242-0/+33
| | | | | | | | | | | | thanks to Michael Biebl for suggesting it
| * | doc fix: the gss-api output plugin is called omgssapiMichael Biebl2008-09-241-2/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-234-6/+205
|\| |
| * | added doc on malformed messages, cause and how to work-around, to the doc setRainer Gerhards2008-09-234-6/+205
| | |
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-222-4/+7
|\| |
| * | doc bugfix: $ActionExecOnlyWhenPreviousIsSuspended was still misspelledRainer Gerhards2008-09-222-4/+7
| | | | | | | | | | | | | | | ... as $...OnlyIfPrev... in some parts of the documentation. Thanks to Lorenzo M. Catucci for reporting this bug.
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-222-3/+12
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | bugfix: imudp input module could cause segfault on HUPRainer Gerhards2008-09-222-2/+9
| | | | | | | | | | | | | | | It did not properly de-init a variable acting as a linked list head. That resulted in trying to access freed memory blocks after the HUP.
| * | bumped version numberRainer Gerhards2008-09-183-2/+4
| | |
| * | preparing for 3.18.4v3.18.4Rainer Gerhards2008-09-181-1/+1
| | |
* | | fixed duplicate error numberRainer Gerhards2008-09-121-1/+1
| | | | | | | | | | | | | | | This probably happened during a branch merge and was not detected. Fixed now, should not haved any harm.
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-126-12/+57
|\| | | | | | | | | | | | | | | | | | | | Conflicts: runtime/datetime.h runtime/rsyslog.h
| * | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-09-121-0/+8
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog syslogd.c
| | * bugfix: copy&paste error lead to dangling ifRainer Gerhards2008-09-122-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | this caused a very minor issue with re-formatting a RFC3164 date when the message was invalidly formatted and had a colon immediately after the date. This was in the code for some years (even v1 had it) and I think it never had any effect at all in practice. Though, it should be fixed - but definitely nothing to worry about.
| * | bugfix: colon after date should be ignored, but was not.Rainer Gerhards2008-09-124-9/+34
| | | | | | | | | | | | | | | This has now been corrected. Required change to the internal ParseTIMESTAMP3164() interface.
| * | bugfix: option value for legacy -a option could not be specifiedMarius Tomaschewski2008-09-102-1/+4
| | | | | | | | | | | | | | | | | | resulting in strange operations. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>