<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins, branch v3.20.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>Merge branch 'v3-stable' into beta</title>
<updated>2008-09-22T13:49:54+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-09-22T13:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1b2270ad3a6a78b1d11a7f7639208a42aabce578'/>
<id>1b2270ad3a6a78b1d11a7f7639208a42aabce578</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>bugfix: imudp input module could cause segfault on HUP</title>
<updated>2008-09-22T13:47:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-09-22T13:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=571c51fe3481192febdf40343a21a60c69498aab'/>
<id>571c51fe3481192febdf40343a21a60c69498aab</id>
<content type='text'>
It did not properly de-init a variable acting as a linked list head.
That resulted in trying to access freed memory blocks after the HUP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It did not properly de-init a variable acting as a linked list head.
That resulted in trying to access freed memory blocks after the HUP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2008-08-15T10:59:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-15T10:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8a1751d1c9cb463aeb3b9c80bff907bbe3d5cd8a'/>
<id>8a1751d1c9cb463aeb3b9c80bff907bbe3d5cd8a</id>
<content type='text'>
Conflicts:

	ChangeLog
	configure.ac
	doc/rsyslog_ng_comparison.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	ChangeLog
	configure.ac
	doc/rsyslog_ng_comparison.html
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed cross-platform compile problem introduced with recent change</title>
<updated>2008-08-15T10:21:26+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-15T10:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3aa86ed554aeb05c386e99d605ddc220250d35d2'/>
<id>3aa86ed554aeb05c386e99d605ddc220250d35d2</id>
<content type='text'>
...which fixed the imfile segfault issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...which fixed the imfile segfault issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: imfile could cause a segfault upon rsyslogd HUP and termination</title>
<updated>2008-08-14T09:19:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-14T09:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7b456ce548030ff362d3a2be04b1e5c2c89e0dcb'/>
<id>7b456ce548030ff362d3a2be04b1e5c2c89e0dcb</id>
<content type='text'>
Thanks to lperr for an excellent bug report that helped detect this
problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to lperr for an excellent bug report that helped detect this
problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2008-08-13T13:01:43+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-13T13:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a61e548958044f9efa013b5911d130ae1930448f'/>
<id>a61e548958044f9efa013b5911d130ae1930448f</id>
<content type='text'>
Conflicts:

	ChangeLog
	configure.ac
	doc/manual.html
	plugins/imuxsock/imuxsock.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	ChangeLog
	configure.ac
	doc/manual.html
	plugins/imuxsock/imuxsock.c
</pre>
</div>
</content>
</entry>
<entry>
<title>disabled flow control for imuxsock</title>
<updated>2008-08-13T12:38:23+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-13T12:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8eb888d049da12e1294a7688432b6325794ade32'/>
<id>8eb888d049da12e1294a7688432b6325794ade32</id>
<content type='text'>
It could cause system hangs under some circumstances.
The devel (3.21.3 and above) will re-enable it and provide
enhanced configurability to overcome the problems if they occur.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It could cause system hangs under some circumstances.
The devel (3.21.3 and above) will re-enable it and provide
enhanced configurability to overcome the problems if they occur.
</pre>
</div>
</content>
</entry>
<entry>
<title>enhanced ommysql to support custom port to connect to server</title>
<updated>2008-08-12T14:08:09+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-12T14:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=02f768c37dac9dde424bbd31e378482750fc276c'/>
<id>02f768c37dac9dde424bbd31e378482750fc276c</id>
<content type='text'>
Port can be set via new $ActionOmmysqlServerPort config directive
Note: this was a very minor change and thus deemed appropriate to be
done in the stable release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port can be set via new $ActionOmmysqlServerPort config directive
Note: this was a very minor change and thus deemed appropriate to be
done in the stable release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2008-07-25T11:51:46+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-07-25T11:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b829284f37add946ac810b125e3bededa1206c96'/>
<id>b829284f37add946ac810b125e3bededa1206c96</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>Update man pages, fix a small typo</title>
<updated>2008-07-21T13:34:38+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2008-07-18T14:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=01e15eda3353c604f9d1f569a8ec3acf60187aa0'/>
<id>01e15eda3353c604f9d1f569a8ec3acf60187aa0</id>
<content type='text'>
- Update the version number and date in the man pages
- s/imklogd/imklog/

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update the version number and date in the man pages
- s/imklogd/imklog/

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
