<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/grammar, branch master</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>fix regression introduced by last commit</title>
<updated>2012-10-11T10:38:17+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-11T10:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1b7e8bd1a8c33f317de66dafed4db16923ae394b'/>
<id>1b7e8bd1a8c33f317de66dafed4db16923ae394b</id>
<content type='text'>
action object was created twice, resulting in memleak
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
action object was created twice, resulting in memleak
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfixes in regards to action()</title>
<updated>2012-10-11T10:22:49+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-11T10:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9fa59604e94f72225180e5fe28d18c4ec3374d61'/>
<id>9fa59604e94f72225180e5fe28d18c4ec3374d61</id>
<content type='text'>
- bugfix: small memory leak when processing action() statements
- bugfix: unknown action() parameters were not reported
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bugfix: small memory leak when processing action() statements
- bugfix: unknown action() parameters were not reported
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: some config processing warning messages were treated as errors</title>
<updated>2012-10-11T10:14:55+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-11T10:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d91e8c31a1e342eb15b0839b9e721730fcad0549'/>
<id>d91e8c31a1e342eb15b0839b9e721730fcad0549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing prototype</title>
<updated>2012-10-11T08:05:54+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-11T08:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b6a66de263945b1d7147bb32aa03cc3c230f2b61'/>
<id>b6a66de263945b1d7147bb32aa03cc3c230f2b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: in (non)equal comparisons the position of arrays influenced result</title>
<updated>2012-10-09T13:24:04+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-09T13:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=431932d8d63a0f85694c1ec5ec43435a048ffff7'/>
<id>431932d8d63a0f85694c1ec5ec43435a048ffff7</id>
<content type='text'>
This behaviour is OK for "contains"-type of comparisons (which have quite
different semantics), but not for == and &lt;&gt;, which shall be commutative.
This has been fixed now, so there is no difference any longer if the
constant string array is the left or right hand operand. We solved this
via the optimizer, as it keeps the actual script execution code small.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This behaviour is OK for "contains"-type of comparisons (which have quite
different semantics), but not for == and &lt;&gt;, which shall be commutative.
This has been fixed now, so there is no difference any longer if the
constant string array is the left or right hand operand. We solved this
via the optimizer, as it keeps the actual script execution code small.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v6-stable' into beta</title>
<updated>2012-10-04T05:48:27+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-04T05:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=83de403d50bc2b1ca8a690f969434c7ea7b9df2c'/>
<id>83de403d50bc2b1ca8a690f969434c7ea7b9df2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: comments inside objects (e.g. action()) were not properly handled</title>
<updated>2012-10-04T05:34:13+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-04T05:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2b75ccbe54dd67af7911f8a131b08c757e84d744'/>
<id>2b75ccbe54dd67af7911f8a131b08c757e84d744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement "continue" RainerScript statement</title>
<updated>2012-10-01T16:52:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-01T16:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=fa541af5778a78e148d3e4a43da7f0d34513ed82'/>
<id>fa541af5778a78e148d3e4a43da7f0d34513ed82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: ruleset(){} directive errornously changed default ruleset</title>
<updated>2012-10-01T16:26:48+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-01T16:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=81c8658769962dcc988734b23e354dfb1e54fcb0'/>
<id>81c8658769962dcc988734b23e354dfb1e54fcb0</id>
<content type='text'>
much like the $ruleset legacy conf statement. This potentially lead
to statements being assigned to the wrong ruleset.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
much like the $ruleset legacy conf statement. This potentially lead
to statements being assigned to the wrong ruleset.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement RainerScript "call" statement</title>
<updated>2012-10-01T15:48:36+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-01T15:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=873e806df047de8ac59a90d850698d7b7c80e58f'/>
<id>873e806df047de8ac59a90d850698d7b7c80e58f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
