<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server/monitor, branch krb5_rebase</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>Make Data Provider a mandatory service</title>
<updated>2009-05-28T19:41:04+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-05-27T13:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=553b185f1c765855fe5f5ce9b29533261f80fcba'/>
<id>553b185f1c765855fe5f5ce9b29533261f80fcba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop overwriting the stack</title>
<updated>2009-05-26T14:13:31+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-05-26T14:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a3888d4941aaf3903c2406f739dd8cd9ed836dad'/>
<id>a3888d4941aaf3903c2406f739dd8cd9ed836dad</id>
<content type='text'>
Actually use the buffer not it's location on the stack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually use the buffer not it's location on the stack.
</pre>
</div>
</content>
</entry>
<entry>
<title>Read the config before startup, fail if cannot be read</title>
<updated>2009-05-26T12:48:53+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-05-05T11:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9df9359312ebb29e0a9b5c6db0cb0a195194f49e'/>
<id>9df9359312ebb29e0a9b5c6db0cb0a195194f49e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat the local provider as a special case</title>
<updated>2009-05-15T23:09:52+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-14T16:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d6b65c36b2b0391a37a78963fd679460b5bba60a'/>
<id>d6b65c36b2b0391a37a78963fd679460b5bba60a</id>
<content type='text'>
The local provider needs no backend, so we'll create a special
provider entry for it called "local" that will not attempt to
retrieve provider configuration but will remain in the service
list so it can be updated when the config file changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The local provider needs no backend, so we'll create a special
provider entry for it called "local" that will not attempt to
retrieve provider configuration but will remain in the service
list so it can be updated when the config file changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for valid ID range, domains overlap</title>
<updated>2009-05-14T15:29:21+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-05-04T20:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b39e818e616a773ea7c2098b9077be97d2e06f91'/>
<id>b39e818e616a773ea7c2098b9077be97d2e06f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings in monitor.c and confdb.c</title>
<updated>2009-05-12T13:42:50+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-11T18:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fbd46659003e418c2cd3551b425fcd24a1befd13'/>
<id>fbd46659003e418c2cd3551b425fcd24a1befd13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate confdb API from confdb setup</title>
<updated>2009-05-11T18:19:32+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-11T15:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a9485219348defd667e19483c8b04c25b9291856'/>
<id>a9485219348defd667e19483c8b04c25b9291856</id>
<content type='text'>
Refactoring the confdb so that the setup code can be linked
separately from the access API. This is being done so that our
plugins do not need to link against the collection and ini_config
libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactoring the confdb so that the setup code can be linked
separately from the access API. This is being done so that our
plugins do not need to link against the collection and ini_config
libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.</title>
<updated>2009-05-08T14:11:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-05-05T11:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b348e98e47d3ef287fed4d2e272bbf08540e0295'/>
<id>b348e98e47d3ef287fed4d2e272bbf08540e0295</id>
<content type='text'>
Use tevent signal handling facilities for handlong SIGTERM and SIGINT in the monitor.

Remove pidfile on SIGTERM and SIGINT.

Make sssd single-instance by checking if we suceeded in signaling the process in the pidfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use tevent signal handling facilities for handlong SIGTERM and SIGINT in the monitor.

Remove pidfile on SIGTERM and SIGINT.

Make sssd single-instance by checking if we suceeded in signaling the process in the pidfile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix configuration corruption issue</title>
<updated>2009-04-29T22:13:12+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@elric.gallagherhome.com</email>
</author>
<published>2009-04-29T15:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a3d6555e40b834a61cd5e9b1abd4a0f9f3ef6f52'/>
<id>a3d6555e40b834a61cd5e9b1abd4a0f9f3ef6f52</id>
<content type='text'>
In the event that the configuration was corrupt the first time the
SSSD is started, it would write in the special data for attributes
and indexes, but it would fail before writing the version.

Subsequent reloads (even with correct configuration files) would
fail, since they would try again to write the attributes and
indexes and fail since they were already present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the event that the configuration was corrupt the first time the
SSSD is started, it would write in the special data for attributes
and indexes, but it would fail before writing the version.

Subsequent reloads (even with correct configuration files) would
fail, since they would try again to write the attributes and
indexes and fail since they were already present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add common function to retrieve comma sep. lists</title>
<updated>2009-04-14T18:18:45+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-04-14T15:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=4ad7fe5e6acc87140fc29b635605af8445d2d32f'/>
<id>4ad7fe5e6acc87140fc29b635605af8445d2d32f</id>
<content type='text'>
Also convert all places where we were using custom code to parse
config arguments.
And fix a copy&amp;paste error in nss_get_config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also convert all places where we were using custom code to parse
config arguments.
And fix a copy&amp;paste error in nss_get_config
</pre>
</div>
</content>
</entry>
</feed>
