<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imgssapi, 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>added option to use unlimited-size select() calls</title>
<updated>2009-11-17T08:00:01+00:00</updated>
<author>
<name>varmojfekoj</name>
<email>theinric@redhat.com</email>
</author>
<published>2009-11-17T08:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=30c2e42ec305bb97bd04172e5c02b89eeea53e35'/>
<id>30c2e42ec305bb97bd04172e5c02b89eeea53e35</id>
<content type='text'>
Thanks to varmjofekoj for the patch

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to varmjofekoj for the patch

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added capability to run multiple tcp listeners (on different ports)</title>
<updated>2009-05-22T15:06:52+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-22T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=aba90e82484118f3568ec51c01de5ba845da589a'/>
<id>aba90e82484118f3568ec51c01de5ba845da589a</id>
<content type='text'>
Well, actually this and a lot of related things. I improved the
testbench so that the new capabilities are automatically tested and
also did some general cleanup. The current multiple tcp listener
solution will probably receive some further cleanup, too, but looks
quite OK so far. I also reviewed the way tcpsrv et all work, in
preparation of using this code for imdiag. I need to document the
findings, especially as the code is rather complicated "thanks" to
the combination of plain tcp and gssapi transport modes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Well, actually this and a lot of related things. I improved the
testbench so that the new capabilities are automatically tested and
also did some general cleanup. The current multiple tcp listener
solution will probably receive some further cleanup, too, but looks
quite OK so far. I also reviewed the way tcpsrv et all work, in
preparation of using this code for imdiag. I need to document the
findings, especially as the code is rather complicated "thanks" to
the combination of plain tcp and gssapi transport modes.
</pre>
</div>
</content>
</entry>
<entry>
<title>some cleanup</title>
<updated>2009-04-17T13:19:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-04-17T13:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=889a0a1da8b2fb74b04647a345f64fce6c36708f'/>
<id>889a0a1da8b2fb74b04647a345f64fce6c36708f</id>
<content type='text'>
... mostly removal of compile-time warnings (thanks to Michael
Biebl for suggesting to look after that)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... mostly removal of compile-time warnings (thanks to Michael
Biebl for suggesting to look after that)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2009-03-11T14:15:34+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-03-11T14:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ae7a01e137f14055f9472408d0cf3ebf9893afba'/>
<id>ae7a01e137f14055f9472408d0cf3ebf9893afba</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>fixed a potential segfault problem in gssapi code</title>
<updated>2009-03-02T14:24:36+00:00</updated>
<author>
<name>varmojfekoj</name>
<email>theinric@redhat.com</email>
</author>
<published>2009-03-02T14:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=5d4fd0e2ef307d9c37c49272f8f20eaa6d5c4485'/>
<id>5d4fd0e2ef307d9c37c49272f8f20eaa6d5c4485</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>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-11-29T07:02:37+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-11-29T07:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=fae8f451ab932a9f1295d2748bc48b076bd43352'/>
<id>fae8f451ab932a9f1295d2748bc48b076bd43352</id>
<content type='text'>
Conflicts:
	runtime/rsyslog.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	runtime/rsyslog.h
</pre>
</div>
</content>
</entry>
<entry>
<title>minor cleanup</title>
<updated>2008-11-29T06:48:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-11-29T06:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=48799529955eff8eb3120b02a356a92a8bd9b2ae'/>
<id>48799529955eff8eb3120b02a356a92a8bd9b2ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>security bugfix: $AllowedSender was not honored,</title>
<updated>2008-11-29T06:22:48+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-11-29T06:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=f0ddbed44c332391ae6d9bbf6b07e2f06c4dd676'/>
<id>f0ddbed44c332391ae6d9bbf6b07e2f06c4dd676</id>
<content type='text'>
...all senders were permitted instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...all senders were permitted instead
</pre>
</div>
</content>
</entry>
<entry>
<title>removed compile time fixed message size limit (was 2K)</title>
<updated>2008-09-02T09:38:31+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-09-02T09:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1a9ac0ced72dd163228438af4f31f233fab20529'/>
<id>1a9ac0ced72dd163228438af4f31f233fab20529</id>
<content type='text'>
The limit can now be set via $MaxMessageSize global config
directive (finally gotten rid of MAXLINE ;))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The limit can now be set via $MaxMessageSize global config
directive (finally gotten rid of MAXLINE ;))
</pre>
</div>
</content>
</entry>
</feed>
