<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/ommysql, branch v5.9.7</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>ommysql: added support for new mysql_library_[init/exit]</title>
<updated>2012-05-03T11:48:46+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-05-03T11:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bec43b53804ab420ba3f3652849114e42f40e16a'/>
<id>bec43b53804ab420ba3f3652849114e42f40e16a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: ommysql did not properly init/exit the mysql runtime library</title>
<updated>2012-05-03T10:32:03+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-05-03T10:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a34e46801b52b2614f9f3f16eb23e6fd14de6288'/>
<id>a34e46801b52b2614f9f3f16eb23e6fd14de6288</id>
<content type='text'>
This could lead to segfaults. Triggering condition: multiple action
instances using ommysql.  Thanks to Tomas Heinrich for reporting this
problem and providing an initial patch (which my solution is based on,
I need to add more code to clean the mess up).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This could lead to segfaults. Triggering condition: multiple action
instances using ommysql.  Thanks to Tomas Heinrich for reporting this
problem and providing an initial patch (which my solution is based on,
I need to add more code to clean the mess up).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-stable' into v5-stable</title>
<updated>2012-02-03T14:35:28+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-02-03T14:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1b5fc33198de4f10dbbfadae5d31dcb90f383553'/>
<id>1b5fc33198de4f10dbbfadae5d31dcb90f383553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ommysql: put under ASL 2.0</title>
<updated>2012-02-03T14:34:10+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-02-03T14:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=c539324298aa2a3e5febd109f198f1032d2ba3a0'/>
<id>c539324298aa2a3e5febd109f198f1032d2ba3a0</id>
<content type='text'>
after getting OK via email from contributor Ariel P. (2012-02-02 22:06 CET)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
after getting OK via email from contributor Ariel P. (2012-02-02 22:06 CET)
</pre>
</div>
</content>
</entry>
<entry>
<title>added work-around for bug in gtls, which causes fd leak when using TLS</title>
<updated>2011-02-23T10:25:43+00:00</updated>
<author>
<name>Bojan Smojver</name>
<email>bojan@rexursive.com</email>
</author>
<published>2011-02-23T10:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d1eb6e0edc51a78f3209448e800b25eda50340f2'/>
<id>d1eb6e0edc51a78f3209448e800b25eda50340f2</id>
<content type='text'>
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added $OMMySQLConfigFile/$OMMySQLConfigSection config directives</title>
<updated>2011-01-31T16:22:39+00:00</updated>
<author>
<name>Ariel P</name>
<email>ariel.p@hostdime.com</email>
</author>
<published>2011-01-31T16:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=44e3fb96c5dd94a0669beff70cfa9d9097c35de2'/>
<id>44e3fb96c5dd94a0669beff70cfa9d9097c35de2</id>
<content type='text'>
Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>re-enabled pipe, tty and console in omfile</title>
<updated>2009-06-12T09:47:00+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-12T09:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e3d9843c85b1dfddabc937ac6ccb4057d626bf03'/>
<id>e3d9843c85b1dfddabc937ac6ccb4057d626bf03</id>
<content type='text'>
... by moving code to stream.c. Thanks to the new design, new cases are
not really needed, resulting in cleaner code.

I also did a cleanup of header file usage as a side-activity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... by moving code to stream.c. Thanks to the new design, new cases are
not really needed, resulting in cleaner code.

I also did a cleanup of header file usage as a side-activity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve mysql configure check (for unusual paths)</title>
<updated>2009-02-24T12:09:45+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2009-02-06T20:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1b912a970cf08eed3bb3919e7e68f4b0eea313f4'/>
<id>1b912a970cf08eed3bb3919e7e68f4b0eea313f4</id>
<content type='text'>
Remove AC_CHECK_HEADERS([mysql/mysql.h],...) as this was causing pain
for users where the mysql headers are not installed in the system include
directory. It was superfluous anyways, as we check for mysql_config and
set the include path to the correct directory.
Update ommysql.c to use #include &lt;mysql.h&gt;, as mysql_config will set the
include path to /path/to/include/mysql/ so &lt;mysql/mysql.h&gt; would not
work.
Remove errmsg.h include as it is not used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove AC_CHECK_HEADERS([mysql/mysql.h],...) as this was causing pain
for users where the mysql headers are not installed in the system include
directory. It was superfluous anyways, as we check for mysql_config and
set the include path to the correct directory.
Update ommysql.c to use #include &lt;mysql.h&gt;, as mysql_config will set the
include path to /path/to/include/mysql/ so &lt;mysql/mysql.h&gt; would not
work.
Remove errmsg.h include as it is not used.
</pre>
</div>
</content>
</entry>
<entry>
<title>make all cflags and libs variables uppercase</title>
<updated>2009-02-24T12:09:44+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2009-02-06T17:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1448e2486e9a2ad6cf6fa6d5ddbef203118b2c9b'/>
<id>1448e2486e9a2ad6cf6fa6d5ddbef203118b2c9b</id>
<content type='text'>
pkg-config uses uppercase for its _CFLAGS and _LIBS variable names.
So we follow suit and convert all _cflags and _libs variables to
uppercase for more consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkg-config uses uppercase for its _CFLAGS and _LIBS variable names.
So we follow suit and convert all _cflags and _libs variables to
uppercase for more consistency.
</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>
</feed>
