summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 4.1.3 releasev4.1.3Rainer Gerhards2008-12-161-1/+3
|
* Merge branch 'beta'Rainer Gerhards2008-12-101-0/+16
|\
| * some legacy options were not correctly processedvarmojfekoj2008-12-101-0/+4
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-12-101-0/+12
| |\ | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-101-0/+10
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | | * backport of $AllowedSender security fixv3.18.6Rainer Gerhards2008-12-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-051-0/+2
| | | | | | | | | | | | | | | | thanks to Andrej for reporting this
* | | | enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | added sponsor information - thanks to BlinkMind for sponsoring $PreserveFQDNRainer Gerhards2008-12-081-0/+2
| | | |
* | | | added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-0/+3
| | | | | | | | | | | | | | | | Enables to use FQDNs in sender names where the legacy default
* | | | bugfix: imudp went into an endless loop under some circumstancesRainer Gerhards2008-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | (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-051-2/+2
| | | |
* | | | doc bugfix: typo in v3 compatibility documentRainer Gerhards2008-12-051-0/+2
| | | | | | | | | | | | | | | | thanks to Andrej for reporting
* | | | Merge branch 'beta'Rainer Gerhards2008-12-051-1/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imudp/imudp.c
| * | | Merge branch 'v3-stable' into betav3.21.9Rainer Gerhards2008-12-041-1/+23
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...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-041-3/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html plugins/imudp/imudp.c runtime/rsyslog.h
| * | | prep for 3.21.8 release, added security advisory urlv3.21.8Rainer Gerhards2008-12-041-1/+1
| | | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-12-041-2/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | added proper release datev3.20.1Rainer Gerhards2008-12-041-1/+1
| | | |
| | * | bugfix: memory leaks in gtls netstream driverRainer Gerhards2008-12-031-0/+6
| | | |
| * | | clarified inclusion of security fix in ChangeLogRainer Gerhards2008-11-291-0/+2
| | | | | | | | | | | | | | | | | | | | This was imported from v3-stable, but it is important enough to justify a duplicate entry in ChangeLog.
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-291-0/+2
| |\| | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| | * | security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-291-0/+2
| | | | | | | | | | | | | | | | ...all senders were permitted instead
* | | | bugfix: code did not compile without zlibRainer Gerhards2008-12-031-0/+3
| | | |
* | | | fixing issue with test suite which was not yet adapted to v4v4.1.1Rainer Gerhards2008-11-261-1/+1
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2008-11-261-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix: imklog did not compile on freeBSDRainer Gerhards2008-11-241-0/+3
| | | |
* | | | added ability to drop privilegesRainer Gerhards2008-11-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added $PrivDropToGroup, $PrivDropToUser, $PrivDropToGroupID, $PrivDropToUserID config directives to enable dropping privileges. This is an effort to provide a security enhancement. For the limits of this approach, see http://wiki.rsyslog.com/index.php/Security
* | | | enhanced legacy syslog parser to detect year if part of the timestampv4.1.0Rainer Gerhards2008-11-181-0/+5
| | | | | | | | | | | | | | | | The format is based on what Cisco devices seem to emit.
* | | | Merge branch 'beta'Rainer Gerhards2008-11-181-0/+4
|\| | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-181-0/+4
| |\| |
| | * | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-11-181-0/+4
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | bugfix: removed memory leak in ompgsqlKen2008-11-181-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | Merge branch 'beta'Rainer Gerhards2008-11-181-2/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/property_replacer.html
| * | | | preparing for 3.12.7 releasev3.21.7Rainer Gerhards2008-11-111-0/+4
| | | | |
| * | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-111-1/+13
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| | * | | enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | improved debug output for regular expressions inside property replacerRainer Gerhards2008-11-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-0/+4
| | | | | | | | | | | | | | | | | | | | abd link to new online regex generator tool added
| | * | | minor nit: fixed branch identificationv3.20.0Rainer Gerhards2008-11-051-1/+1
| | | | |
| * | | | Merge branch 'master' into betaRainer Gerhards2008-11-111-0/+115
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | updated release date for 3.20.0Rainer Gerhards2008-11-051-1/+1
| | | | |
| * | | | 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-281-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | restructured rsyslog.conf documentationTom Bergfeld2008-10-311-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | ...which enables to configure HUP to be either a full restart or "just" a leightweight way to close open files
* | | | | added a setting "$OptimizeForUniprocessor"Rainer Gerhards2008-10-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...to enable users to turn off pthread_yield calls which are counter-productive on multiprocessor machines (but have been shown to be useful on uniprocessors)