<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imuxsock, branch v3.16.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>added flow control options to other input sources</title>
<updated>2008-03-19T07:50:47+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-19T07:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=13c32d03f3e640df69327d5127aeeb1e5009e652'/>
<id>13c32d03f3e640df69327d5127aeeb1e5009e652</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some cleanup</title>
<updated>2008-03-07T17:36:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-07T17:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=dbfc0329131107c3e1b11612d96ca66bdf861e3b'/>
<id>dbfc0329131107c3e1b11612d96ca66bdf861e3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added capability to ignore client-provided timestamp on unix sockets and</title>
<updated>2008-03-06T13:55:04+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-06T13:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=dfb2142974bb93c357be88d866fb17ddd39c65f4'/>
<id>dfb2142974bb93c357be88d866fb17ddd39c65f4</id>
<content type='text'>
    made this mode the default; this was needed, as some programs (e.g.
    sshd) log with inconsistent timezone information, what messes up the
    local logs (which by default don't even contain time zone information).
    This seems to be consistent with what sysklogd did for the past four
    years. Alternate behaviour may be desirable if gateway-like processes
    send messages via the local log slot - in this case, it can be enabled
    via the $InputUnixListenSocketIgnoreMsgTimestamp and
    $SystemLogSocketIgnoreMsgTimestamp config directives
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    made this mode the default; this was needed, as some programs (e.g.
    sshd) log with inconsistent timezone information, what messes up the
    local logs (which by default don't even contain time zone information).
    This seems to be consistent with what sysklogd did for the past four
    years. Alternate behaviour may be desirable if gateway-like processes
    send messages via the local log slot - in this case, it can be enabled
    via the $InputUnixListenSocketIgnoreMsgTimestamp and
    $SystemLogSocketIgnoreMsgTimestamp config directives
</pre>
</div>
</content>
</entry>
<entry>
<title>applied patch from Michael Biebl to clean up build system</title>
<updated>2008-03-06T07:39:32+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-06T07:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=28dcc746bd463541a48bad64a37039658f1aa3f7'/>
<id>28dcc746bd463541a48bad64a37039658f1aa3f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- extracted logerror*() family of functions from syslogd, made them their</title>
<updated>2008-03-05T14:53:25+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-05T14:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=24b02dc831889986211600a75572737e733ef9d8'/>
<id>24b02dc831889986211600a75572737e733ef9d8</id>
<content type='text'>
    own class and converted to new object calling conventions
    (interface-based)
- converted gss-misc into a loadable library module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    own class and converted to new object calling conventions
    (interface-based)
- converted gss-misc into a loadable library module
</pre>
</div>
</content>
</entry>
<entry>
<title>- changed modules.c calling conventions to be interface-based</title>
<updated>2008-03-05T10:30:06+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-05T10:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=545346e697fe930b8b7b9bd0ede47890b26a4832'/>
<id>545346e697fe930b8b7b9bd0ede47890b26a4832</id>
<content type='text'>
- moved module loader from conf.c to module.c, where it belongs
- made the necessary plumbing to auto-load library modules
- upgraded debug system to include iRet in function exit message
- changed module interface so that instances need only to be supported by
    output plugins (if we actually need them for input plugins, we can
    always add it again...)
- milestone: first implementation of library modules (but do not get
    unloaded on exit/hup so far)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- moved module loader from conf.c to module.c, where it belongs
- made the necessary plumbing to auto-load library modules
- upgraded debug system to include iRet in function exit message
- changed module interface so that instances need only to be supported by
    output plugins (if we actually need them for input plugins, we can
    always add it again...)
- milestone: first implementation of library modules (but do not get
    unloaded on exit/hup so far)
</pre>
</div>
</content>
</entry>
<entry>
<title>- changed module interface to support querying obj interface (stage work)</title>
<updated>2008-03-04T10:27:45+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-04T10:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bc7d8ccebb0a9e7726a9c85cb10746d7407c28d8'/>
<id>bc7d8ccebb0a9e7726a9c85cb10746d7407c28d8</id>
<content type='text'>
- changed module interface version, as the interface change is quite large
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- changed module interface version, as the interface change is quite large
</pre>
</div>
</content>
</entry>
<entry>
<title>- changed interface "printchopped()" so that it looks more like a generic</title>
<updated>2008-02-18T08:03:10+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-02-18T08:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=37dc5101883283ff2628e899449384154bcb8fcd'/>
<id>37dc5101883283ff2628e899449384154bcb8fcd</id>
<content type='text'>
    message submission interface. Part of the ongoing modularization
    effort.
- bugfix: invalid kernel log format -- see bug
    http://bugzilla.adiscon.com/show_bug.cgi?id=1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    message submission interface. Part of the ongoing modularization
    effort.
- bugfix: invalid kernel log format -- see bug
    http://bugzilla.adiscon.com/show_bug.cgi?id=1
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed a bug that could cause invalid string handling via strerror_r</title>
<updated>2008-01-30T13:54:20+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-01-30T13:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=4becae174a3301eac5955f7900d3eef66728e440'/>
<id>4becae174a3301eac5955f7900d3eef66728e440</id>
<content type='text'>
    varmojfekoj provided the patch - many thanks!
- adopted varmojfekoj's patch to v3, some more sterror_r's ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    varmojfekoj provided the patch - many thanks!
- adopted varmojfekoj's patch to v3, some more sterror_r's ;)
</pre>
</div>
</content>
</entry>
<entry>
<title>redesigned queue to utilize helper classes for threading support. This is</title>
<updated>2008-01-24T17:55:09+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-01-24T17:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=5c686c8adcc473cbdbb14e4b2d736f9123210ee6'/>
<id>5c686c8adcc473cbdbb14e4b2d736f9123210ee6</id>
<content type='text'>
    finally in a running state for regular (non disk-assisted) queues, with
    a minor nit at shutdown. So I can finally commit the work again to
    CVS...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    finally in a running state for regular (non disk-assisted) queues, with
    a minor nit at shutdown. So I can finally commit the work again to
    CVS...
</pre>
</div>
</content>
</entry>
</feed>
