Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-01-27 | 4 | -29/+80 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | prepared for 3.20.3 releasev3.20.3 | Rainer Gerhards | 2009-01-19 | 3 | -2/+4 |
| | | |||||
| * | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2009-01-12 | 2 | -0/+38 |
| |\ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | fixed a potential segfault condition with $AllowedSender directive | Rainer Gerhards | 2009-01-12 | 2 | -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-stable | Rainer Gerhards | 2008-12-18 | 3 | -29/+38 |
| |\| | |||||
| | * | Merge branch 'v2-stable' into debian_lenny | Rainer Gerhards | 2008-12-18 | 3 | -22/+33 |
| | |\ | |||||
| | | * | bugfix: "$CreateDirs off" also disabled file creation | Rainer Gerhards | 2008-12-18 | 2 | -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 corrected | Geoff Simmons | 2008-12-18 | 2 | -9/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | bugfix: the string "Do Die" was accidently emited upon exit in non-debug mode | varmojfekoj | 2009-01-15 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | some legacy options were not correctly processed | varmojfekoj | 2008-12-10 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-12-10 | 2 | -3/+15 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c | ||||
| * | | | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2008-12-10 | 2 | -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 processed | varmojfekoj | 2008-12-10 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| | * | | backport of $AllowedSender security fixv3.18.6 | Rainer Gerhards | 2008-12-08 | 11 | -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 directive | Rainer Gerhards | 2008-12-05 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | thanks to Andrej for reporting this | ||||
* | | | | Merge branch 'v3-stable' into betav3.21.9 | Rainer Gerhards | 2008-12-04 | 4 | -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.2 | Rainer Gerhards | 2008-12-04 | 4 | -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). | ||||
* | | | | prep for 3.21.8 release, added security advisory urlv3.21.8 | Rainer Gerhards | 2008-12-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-12-04 | 12 | -15/+112 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | added proper release datev3.20.1 | Rainer Gerhards | 2008-12-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | bugfix: memory leaks in gtls netstream driver | Rainer Gerhards | 2008-12-03 | 3 | -1/+17 |
| | | | | |||||
| * | | | bugfix: memory leak if sender was not permitted | Rainer Gerhards | 2008-12-03 | 1 | -6/+10 |
| | | | | |||||
| * | | | minor: net.c did not compile if GSSAPI support was disabled | Rainer Gerhards | 2008-12-03 | 1 | -0/+2 |
| | | | | |||||
| * | | | added interface function to nsd_gtls needed for ACL control | Rainer Gerhards | 2008-12-01 | 3 | -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 transport | Rainer Gerhards | 2008-11-29 | 6 | -4/+63 |
| | | | | |||||
* | | | | clarified inclusion of security fix in ChangeLog | Rainer Gerhards | 2008-11-29 | 1 | -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 beta | Rainer Gerhards | 2008-11-29 | 8 | -46/+66 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h | ||||
| * | | | minor cleanup | Rainer Gerhards | 2008-11-29 | 2 | -1/+2 |
| | | | | |||||
| * | | | security bugfix: $AllowedSender was not honored, | Rainer Gerhards | 2008-11-29 | 7 | -43/+64 |
| | | | | | | | | | | | | | | | | ...all senders were permitted instead | ||||
| * | | | doc bugfix: propertiey-based filter modes had inconsistency | Rainer Gerhards | 2008-11-21 | 1 | -3/+1 |
| | | | | |||||
* | | | | bugfix: imklog did not compile on freeBSD | Rainer Gerhards | 2008-11-24 | 4 | -3/+18 |
| | | | | |||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-11-18 | 2 | -2/+6 |
|\| | | | |||||
| * | | | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-11-18 | 2 | -2/+6 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | bugfix: removed memory leak in ompgsql | Ken | 2008-11-18 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | | preparing for 3.12.7 releasev3.21.7 | Rainer Gerhards | 2008-11-11 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-11-11 | 7 | -8/+118 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html | ||||
| * | | | enhance: regex nomatch option "ZERO" has been added | Rainer Gerhards | 2008-11-11 | 5 | -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 repository | Rainer Gerhards | 2008-11-11 | 1 | -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 replacer | Rainer Gerhards | 2008-11-11 | 2 | -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 options | Rainer Gerhards | 2008-11-10 | 3 | -0/+16 |
| | | | | | | | | | | | | | | | | abd link to new online regex generator tool added | ||||
| * | | | minor nit: fixed branch identificationv3.20.0 | Rainer Gerhards | 2008-11-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into beta | Rainer Gerhards | 2008-11-11 | 91 | -813/+2701 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | updated project status | Rainer Gerhards | 2008-10-22 | 1 | -4/+4 |
| | | | | |||||
| * | | | preparing for 3.21.6v3.21.6 | Rainer Gerhards | 2008-10-22 | 4 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | plus solving a compile problem for im3195 (which is not used in practice, thus this did not show up before...) | ||||
| * | | | Merge branch 'beta' | Rainer Gerhards | 2008-10-21 | 3 | -20/+40 |
| |\ \ \ | |||||
| * | | | | added capability to support multiple module search pathes. | Marius Tomaschewski | 2008-10-20 | 4 | -35/+101 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | | | Merge branch 'beta' | Rainer Gerhards | 2008-10-16 | 3 | -4/+14 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | | | | updated release information | Rainer Gerhards | 2008-10-16 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | syslog-ng comparison had artefacts from merge conflicts | Rainer Gerhards | 2008-10-15 | 1 | -8/+0 |
| | | | | | | |||||
| * | | | | | updated project status to reflect 3.18.5 release | Rainer Gerhards | 2008-10-09 | 1 | -2/+2 |
| | | | | | |