<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/omtemplate, branch v6.3.2</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>renaming conf.* wasn't a good idea -- undoing</title>
<updated>2011-04-19T06:24:25+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-04-19T06:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9'/>
<id>bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9</id>
<content type='text'>
too many dependencies, things get cluttered (and merging probably
gets problematic). Now new config will be "conf2".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
too many dependencies, things get cluttered (and merging probably
gets problematic). Now new config will be "conf2".
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed conf.c to legacyconf.c to make room for new config system</title>
<updated>2011-04-19T05:53:23+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-04-19T05:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e1c34e174139ad030ca1108ff9782b294909013c'/>
<id>e1c34e174139ad030ca1108ff9782b294909013c</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-beta'</title>
<updated>2011-03-11T09:24:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-03-11T09:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=6c3ef4dacfa0a0fb0099299e30335c788704fe2a'/>
<id>6c3ef4dacfa0a0fb0099299e30335c788704fe2a</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	plugins/omlibdbi/omlibdbi.c
	tests/Makefile.am
	tests/diag.sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	plugins/omlibdbi/omlibdbi.c
	tests/Makefile.am
	tests/diag.sh
</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>fixed regression from last commit</title>
<updated>2010-07-27T09:38:25+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-07-27T09:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627'/>
<id>d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627</id>
<content type='text'>
config variables were not properly initialized
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
config variables were not properly initialized
</pre>
</div>
</content>
</entry>
<entry>
<title>milestone commit: output plugin interface changes (may NOT run)</title>
<updated>2010-07-27T07:44:35+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-07-27T07:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d18b238f16a7ff4dbb998314b6d76ffb8b2acf59'/>
<id>d18b238f16a7ff4dbb998314b6d76ffb8b2acf59</id>
<content type='text'>
The output interface has been changed, but we do not yet utilize the
new interface. Also, it looks like a regression was introduced. But before
hunting it down, I'd like to make a commit (what also easys the regresion
hunt).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output interface has been changed, but we do not yet utilize the
new interface. Also, it looks like a regression was introduced. But before
hunting it down, I'd like to make a commit (what also easys the regresion
hunt).
</pre>
</div>
</content>
</entry>
<entry>
<title>moving towards scoping inside rsyslog.conf</title>
<updated>2010-07-21T16:08:19+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-07-21T16:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e64cd212432c2cf76245888499461e9c8bf73243'/>
<id>e64cd212432c2cf76245888499461e9c8bf73243</id>
<content type='text'>
first step: adding object-type specifier to config statement table
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
first step: adding object-type specifier to config statement table
</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>fixed broken make distcheck due to invalidly stated omtemplate file</title>
<updated>2009-03-19T13:02:00+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-03-19T13:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=790532bb834e3d4fc07273b2d72127e39ef3e142'/>
<id>790532bb834e3d4fc07273b2d72127e39ef3e142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added output module template</title>
<updated>2009-03-16T16:26:45+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-03-16T16:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=208f4e107c78b00c3bdf09301d1b1e43e1b9fdf8'/>
<id>208f4e107c78b00c3bdf09301d1b1e43e1b9fdf8</id>
<content type='text'>
so far, this is mostly some documentation, but I hope that during
the process of creating output modules out of it we will get good
questions and thus can extend the template. In any case, it should
be better than what we had so far...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so far, this is mostly some documentation, but I hope that during
the process of creating output modules out of it we will get good
questions and thus can extend the template. In any case, it should
be better than what we had so far...
</pre>
</div>
</content>
</entry>
</feed>
