<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/tests, branch v5.7.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>Merge branch 'v4-devel' into v5-devel</title>
<updated>2010-12-17T11:39:59+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-12-17T11:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=68c13f3f6a691c7f854e6fa4caff43295896dbde'/>
<id>68c13f3f6a691c7f854e6fa4caff43295896dbde</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/imfile.html
	doc/manual.html
	plugins/imudp/imudp.c
	runtime/msg.h
	tools/syslogd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/imfile.html
	doc/manual.html
	plugins/imudp/imudp.c
	runtime/msg.h
	tools/syslogd.c
</pre>
</div>
</content>
</entry>
<entry>
<title>added $LocalHostName config directive &amp; some bugfixing</title>
<updated>2010-12-16T14:29:20+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-12-16T14:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=699d0d933ab64941d40df17c69b2c377231924cf'/>
<id>699d0d933ab64941d40df17c69b2c377231924cf</id>
<content type='text'>
- added $LocalHostName config directive
- bugfix: local hostname was pulled too-early, so that some config
  directives (namely FQDN settings) did not have any effect
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added $LocalHostName config directive
- bugfix: local hostname was pulled too-early, so that some config
  directives (namely FQDN settings) did not have any effect
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a potential missing '\0' on too long strings.</title>
<updated>2010-11-30T15:05:23+00:00</updated>
<author>
<name>Luis Fernando Muñoz Mejías</name>
<email>Luis.Fernando.Munoz.Mejias@cern.ch</email>
</author>
<published>2010-11-30T12:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=0b18c17b2850152203ce9db648ce06212ab67157'/>
<id>0b18c17b2850152203ce9db648ce06212ab67157</id>
<content type='text'>
By implementing a trivial strlcpy it's much easier to detect string
truncations and react to them. This also gives a noticeable speedup in
buffer handling (can be HUGE), since strlcpy() doesn't clear all the
buffer entry before writing data.

Converted all uses of strncpy() into strlcpy().

Also, we don't need to check for some null pointers, as there are no
malloc-like operations in the doAction loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By implementing a trivial strlcpy it's much easier to detect string
truncations and react to them. This also gives a noticeable speedup in
buffer handling (can be HUGE), since strlcpy() doesn't clear all the
buffer entry before writing data.

Converted all uses of strncpy() into strlcpy().

Also, we don't need to check for some null pointers, as there are no
malloc-like operations in the doAction loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v5-beta' into v5-devel</title>
<updated>2010-11-25T16:43:51+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-11-25T16:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=44300ddcb2904105e2ecd56479bf396399dcab26'/>
<id>44300ddcb2904105e2ecd56479bf396399dcab26</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/imfile.html
	plugins/imfile/imfile.c
	runtime/rsyslog.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/imfile.html
	plugins/imfile/imfile.c
	runtime/rsyslog.h
</pre>
</div>
</content>
</entry>
<entry>
<title>added forgotten testcase files</title>
<updated>2010-11-25T13:29:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-11-25T13:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=91cf297043e20d2dae8b00c20efadcc388357a86'/>
<id>91cf297043e20d2dae8b00c20efadcc388357a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: testbench failed if imptcp was not enabled</title>
<updated>2010-11-05T11:56:07+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-11-05T11:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=c470879eff9256612cfcff4938ed81425b3cc3c6'/>
<id>c470879eff9256612cfcff4938ed81425b3cc3c6</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 'v5-stable' into v5-devel</title>
<updated>2010-10-22T18:18:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-10-22T18:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=aa0701b100084d61df6fff10be48bb088f551932'/>
<id>aa0701b100084d61df6fff10be48bb088f551932</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-stable' into v4-devel</title>
<updated>2010-10-22T12:28:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-10-22T12:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9d98af3407423e723c114f009bd0915099580b6e'/>
<id>9d98af3407423e723c114f009bd0915099580b6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better error messages in testbench</title>
<updated>2010-10-22T12:28:31+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-10-22T12:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7cdc7cbaa055c84b463d5fba4457036e249828a1'/>
<id>7cdc7cbaa055c84b463d5fba4457036e249828a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed testbench compile problem on Solaris</title>
<updated>2010-10-19T09:17:07+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-10-19T09:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=0972943f5265dca1f56dcb25bd361d40040bef87'/>
<id>0972943f5265dca1f56dcb25bd361d40040bef87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
