<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/common/elapi/providers/file, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/'/>
<entry>
<title>Remove ELAPI from the SSSD repository</title>
<updated>2010-02-12T13:44:11+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-09T21:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=51572e9090d19b1f7cff8a10f70f75d7451ffdd4'/>
<id>51572e9090d19b1f7cff8a10f70f75d7451ffdd4</id>
<content type='text'>
ELAPI now lives in its own project at
https://fedorahosted.org/ELAPI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ELAPI now lives in its own project at
https://fedorahosted.org/ELAPI
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Resolving message attribute</title>
<updated>2009-10-05T14:32:08+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-09-28T02:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=a78d04984240a3d04045402c964d9d8c5be463ef'/>
<id>a78d04984240a3d04045402c964d9d8c5be463ef</id>
<content type='text'>
This patch continues work started
with the previous patch.
It resolves message attribute.
Message attribute is a special attribute
in the event that may contain
references to other attributes in the
event. When message is resolved the
references are replaced with actual
values of the referenced attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch continues work started
with the previous patch.
It resolves message attribute.
Message attribute is a special attribute
in the event that may contain
references to other attributes in the
event. When message is resolved the
references are replaced with actual
values of the referenced attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI: Ticket 161: Initialize structures with calloc instead of enumerating members</title>
<updated>2009-09-21T15:44:51+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-17T14:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=8a01230d3b5c048658e2157c6ff68b3680aafd26'/>
<id>8a01230d3b5c048658e2157c6ff68b3680aafd26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Better separation from collection internals.</title>
<updated>2009-09-11T16:14:27+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-09-10T22:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=4595840b5b6bd76022da76b77d5e7eb0d1566380'/>
<id>4595840b5b6bd76022da76b77d5e7eb0d1566380</id>
<content type='text'>
This patch eliminates the need to include
collection's private header and uses only
public interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch eliminates the need to include
collection's private header and uses only
public interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Adding file provider and CSV format</title>
<updated>2009-09-08T23:26:27+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-09-02T23:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=13cf6a9c9d37a14ff46f6d512aab402616359570'/>
<id>13cf6a9c9d37a14ff46f6d512aab402616359570</id>
<content type='text'>
This patch creates the infrastructure for
logging of the event from the top of the interface
to the bottom. It is a start. A lot of functionality
is left aside.
The attempt of this patch is pass event from caller
of the ELAPI interface via targets to sinks
then to providers and do serialization creating
entity that is ready to be written to a file.
It also implements more specific provider related
configuration parameters.
Also it addresses couple suggestions that were
brought up against previous patch.

ELAPI Correcting issues

This patch addresses the issues found during the
review of the previous patches and addresses
ticket #166.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch creates the infrastructure for
logging of the event from the top of the interface
to the bottom. It is a start. A lot of functionality
is left aside.
The attempt of this patch is pass event from caller
of the ELAPI interface via targets to sinks
then to providers and do serialization creating
entity that is ready to be written to a file.
It also implements more specific provider related
configuration parameters.
Also it addresses couple suggestions that were
brought up against previous patch.

ELAPI Correcting issues

This patch addresses the issues found during the
review of the previous patches and addresses
ticket #166.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI sinks and providers</title>
<updated>2009-09-08T23:25:16+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-08-25T20:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=c5461b548d303e6e66e20048544814338b46efb5'/>
<id>c5461b548d303e6e66e20048544814338b46efb5</id>
<content type='text'>
This patch drills down to the next level of ELAPI functionality.
I adds the creation and loading of the sinks. It also
implements a skeleton for the first low level provider
which will be capable of writing to a file.
The configuration ini file is extended to define
new configuration parameters and their meanings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch drills down to the next level of ELAPI functionality.
I adds the creation and loading of the sinks. It also
implements a skeleton for the first low level provider
which will be capable of writing to a file.
The configuration ini file is extended to define
new configuration parameters and their meanings.
</pre>
</div>
</content>
</entry>
</feed>
