<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/runtime, branch v4.7.0</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>slightly improved/cleaned up debugging system</title>
<updated>2010-04-14T06:30:15+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-04-14T06:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=54ae07e33cf28aead4d9318dfc28762cb7211a22'/>
<id>54ae07e33cf28aead4d9318dfc28762cb7211a22</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 'v4-stable-solaris' into v4-devel</title>
<updated>2010-04-12T07:10:19+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-04-12T07:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=25bc3b2e30deaee00fcf183e885378a0d64ae94c'/>
<id>25bc3b2e30deaee00fcf183e885378a0d64ae94c</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	tools/omfile.c
	tools/syslogd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	tools/omfile.c
	tools/syslogd.c
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: the T/P/E config size specifiers did not work properly under call 32-bit platforms</title>
<updated>2010-04-07T11:57:46+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-04-07T11:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7db6ffbce3e2a709e77ff05782f703ec112ed84b'/>
<id>7db6ffbce3e2a709e77ff05782f703ec112ed84b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enhanced nettester tool so that it re-uses it's callers environment</title>
<updated>2010-04-07T10:42:41+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-04-07T10:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2cd132eebb84dbcffcf0c20b9354c14f797c29cd'/>
<id>2cd132eebb84dbcffcf0c20b9354c14f797c29cd</id>
<content type='text'>
this enables us to work with the "usual" environment tweaks (for
debugging and other purposes), without the need for any special
handling in nettester itself
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this enables us to work with the "usual" environment tweaks (for
debugging and other purposes), without the need for any special
handling in nettester itself
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-stable' into v4-stable-solaris</title>
<updated>2010-03-25T07:26:18+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-03-25T07:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=648e84cad86a94d2f21ceed37e020fbed6a27b9d'/>
<id>648e84cad86a94d2f21ceed37e020fbed6a27b9d</id>
<content type='text'>
Conflicts:
	ChangeLog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix(temporary): message-induced off-by-one error (potential segfault)</title>
<updated>2010-03-25T07:03:37+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-03-25T07:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a3e48b697fa664110567fcd0027d24ea5a239041'/>
<id>a3e48b697fa664110567fcd0027d24ea5a239041</id>
<content type='text'>
Some types of malformed messages could trigger an off-by-one error
(for example, \0 or \n as the last character, and generally control
character escaption is questionable). This is due to not strictly
following a the \0 or string counted string paradigm (during the last
optimization on the cstring class). As a temporary fix, we have
introduced a proper recalculation of the size. However, a final
patch is expected in the future. See bug tracker for further details
and when the final patch will be available:
http://bugzilla.adiscon.com/show_bug.cgi?id=184
Note that the current patch is considered sufficient to solve the
situation, but it requires a bit more runtime than desirable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some types of malformed messages could trigger an off-by-one error
(for example, \0 or \n as the last character, and generally control
character escaption is questionable). This is due to not strictly
following a the \0 or string counted string paradigm (during the last
optimization on the cstring class). As a temporary fix, we have
introduced a proper recalculation of the size. However, a final
patch is expected in the future. See bug tracker for further details
and when the final patch will be available:
http://bugzilla.adiscon.com/show_bug.cgi?id=184
Note that the current patch is considered sufficient to solve the
situation, but it requires a bit more runtime than desirable.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: race condition during directory creation</title>
<updated>2010-03-25T06:50:55+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-03-25T06:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9e5b31fc44136dbcc1e443cfe7714e9daf97d844'/>
<id>9e5b31fc44136dbcc1e443cfe7714e9daf97d844</id>
<content type='text'>
If multiple files try to create a directory at (almost) the same time,
some of them may fail. This is a data race and also exists with other
processes that may create the same directory. We do now check for this
condition and gracefully handle it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If multiple files try to create a directory at (almost) the same time,
some of them may fail. This is a data race and also exists with other
processes that may create the same directory. We do now check for this
condition and gracefully handle it.
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to add file with last commit</title>
<updated>2010-03-23T14:05:34+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-03-23T14:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2f8b5cafd0dcc5f09b7b64f5015a2aebd1c7b31c'/>
<id>2f8b5cafd0dcc5f09b7b64f5015a2aebd1c7b31c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added replacements for atomic instructions on systems that do not support them.</title>
<updated>2010-03-23T14:04:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-03-23T14:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=072fc663a83b2050d961d1c7ec7aa16f12842c9a'/>
<id>072fc663a83b2050d961d1c7ec7aa16f12842c9a</id>
<content type='text'>
[backport of Stefen Sledz' patch for v5]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[backport of Stefen Sledz' patch for v5]
</pre>
</div>
</content>
</entry>
<entry>
<title>streamline dynafile cache entry deletion a bit</title>
<updated>2010-03-23T13:21:33+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-03-23T13:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=5d58774813d4ecd4fc9f8230f8d5446457eb2ed5'/>
<id>5d58774813d4ecd4fc9f8230f8d5446457eb2ed5</id>
<content type='text'>
The old code looks a bit "strange", though not necessarily incorrect.
The new code looks correct and is probably less irritating during bug
hunting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old code looks a bit "strange", though not necessarily incorrect.
The new code looks correct and is probably less irritating during bug
hunting.
</pre>
</div>
</content>
</entry>
</feed>
