<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/ChangeLog, branch v5.1.4</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>preparing for 5.1.4 release</title>
<updated>2009-08-20T07:58:42+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-20T07:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=298b6feef1a617dcbb650f71a82c6ec1f0bb8dff'/>
<id>298b6feef1a617dcbb650f71a82c6ec1f0bb8dff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added important bug fix doc to current release</title>
<updated>2009-08-19T11:05:42+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-19T11:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7eb72ef77c8acbcc3d80644b9d3c5f15b44a9930'/>
<id>7eb72ef77c8acbcc3d80644b9d3c5f15b44a9930</id>
<content type='text'>
the bug fix was imported from 4.5.1, but it is important enough
to be highlighted in its own right.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bug fix was imported from 4.5.1, but it is important enough
to be highlighted in its own right.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2009-08-19T11:04:35+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-19T11:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7d9ad618842dc16177844746dfe83126722f0c37'/>
<id>7d9ad618842dc16177844746dfe83126722f0c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: potential segfault in output file writer (omfile)</title>
<updated>2009-08-18T16:48:18+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-18T16:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bfc3eaf23cae0ef8685fc25b71e701e2c4690509'/>
<id>bfc3eaf23cae0ef8685fc25b71e701e2c4690509</id>
<content type='text'>
In async write mode, we use modular arithmetic to index the output
buffer array. However, the counter variables accidently were signed,
thus resulting in negative indizes after integer overflow. That in turn
could lead to segfaults, but was depending on the memory layout of
the instance in question (which in turn depended on a number of
variables, like compile settings but also configuration). The counters
are now unsigned (as they always should have been) and so the dangling
mis-indexing does no longer happen. This bug potentially affected all
installations, even if only some may actually have seen a segfault.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In async write mode, we use modular arithmetic to index the output
buffer array. However, the counter variables accidently were signed,
thus resulting in negative indizes after integer overflow. That in turn
could lead to segfaults, but was depending on the memory layout of
the instance in question (which in turn depended on a number of
variables, like compile settings but also configuration). The counters
are now unsigned (as they always should have been) and so the dangling
mis-indexing does no longer happen. This bug potentially affected all
installations, even if only some may actually have seen a segfault.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2009-08-18T09:03:32+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-18T09:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=74042e9602732b1694712fadab87d0988fdd777a'/>
<id>74042e9602732b1694712fadab87d0988fdd777a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added $InputTCPMaxListeners directive</title>
<updated>2009-08-17T15:18:19+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-17T15:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=56b781e5bb1ea08b76d5dcc1d5e5eab10a40a4c6'/>
<id>56b781e5bb1ea08b76d5dcc1d5e5eab10a40a4c6</id>
<content type='text'>
permits to specify how many TCP servers shall be possible (default is 20).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
permits to specify how many TCP servers shall be possible (default is 20).
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: if tcp listen port could not be created, no error message was emitted</title>
<updated>2009-08-17T14:23:37+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-17T14:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9cab1036d23fdb59437ee6fcd82f041c555de094'/>
<id>9cab1036d23fdb59437ee6fcd82f041c555de094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2009-08-17T12:51:03+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-17T12:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2f8330f31735e653381bda897cb359e319f9c43f'/>
<id>2f8330f31735e653381bda897cb359e319f9c43f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>legacy syslog parser changed so that it now accepts date stamps in wrong case.</title>
<updated>2009-08-17T12:44:42+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-17T12:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=aa10f7a16415112c014c6c628f2f25f4eb4beaa2'/>
<id>aa10f7a16415112c014c6c628f2f25f4eb4beaa2</id>
<content type='text'>
Some devices seem to create them and I do not see any harm in supporting that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some devices seem to create them and I do not see any harm in supporting that.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: discard action did not work (did not discard messages)</title>
<updated>2009-07-30T09:09:15+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-30T09:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a6bda9b93f21cdbec1d7312078535eb092f32cb0'/>
<id>a6bda9b93f21cdbec1d7312078535eb092f32cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
