<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server/monitor.c, branch err_facility</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<entry>
<title>Refactoring the monitor code and SBUS utility functions.</title>
<updated>2009-01-27T13:39:48+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-01-19T18:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=d9f203e045c63c853ae60b47fb8013e92600c9f9'/>
<id>d9f203e045c63c853ae60b47fb8013e92600c9f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code to make it easier to reconnect in case the server</title>
<updated>2009-01-14T20:52:48+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-01-14T20:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=f52c3c6a93f673ba422f5eee1788e2f5b70b3a6a'/>
<id>f52c3c6a93f673ba422f5eee1788e2f5b70b3a6a</id>
<content type='text'>
is not available immediately or drops the dbus connection.
First step is the nss connection to the data provider.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is not available immediately or drops the dbus connection.
First step is the nss connection to the data provider.
</pre>
</div>
</content>
</entry>
<entry>
<title>Monitor will now start services asynchronously. This means that forked services can no longer start before the monitor is running its mainloop. This avoids the race condition where the child services attempted to connect to the monitor SBUS before it was able to answer requests.</title>
<updated>2009-01-13T21:41:02+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-01-13T19:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=9ca78970073ca9466cb85dceb560e2b925c9580b'/>
<id>9ca78970073ca9466cb85dceb560e2b925c9580b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If exec() returns in start_service (for example, if the command contains a typo and therefore doesn't exist), we cannot call exit() due to a bug in D-BUS. We will replace this with _exit() and also print out the nature of the error that caused exec() to return.</title>
<updated>2009-01-09T19:23:44+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-01-08T16:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=05ab26fa32d364c71b582d5bb72b5305b2554ef6'/>
<id>05ab26fa32d364c71b582d5bb72b5305b2554ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of little nasty bugs fixed.</title>
<updated>2009-01-09T13:42:28+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-01-09T13:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=dd422e75a52d197d9084b6a4415b58553460ae41'/>
<id>dd422e75a52d197d9084b6a4415b58553460ae41</id>
<content type='text'>
I was finally able to get a getpwnam() request go through sssd,
hit the remote ldap server and get the answer back with
'getent passwd foo'
Yupiee!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was finally able to get a getpwnam() request go through sssd,
hit the remote ldap server and get the answer back with
'getent passwd foo'
Yupiee!
</pre>
</div>
</content>
</entry>
<entry>
<title>The code now successfully sends a getpwnam request to a remote LDAP server,</title>
<updated>2009-01-08T15:43:26+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-01-08T15:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=7122f66c144b1837e22adef519103cfd9808db62'/>
<id>7122f66c144b1837e22adef519103cfd9808db62</id>
<content type='text'>
and caches the result in LDAP.
Still chasing a bug that does not let NSS known that the BE was successful.
This makes NSS timeout the client and not return any results yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and caches the result in LDAP.
Still chasing a bug that does not let NSS known that the BE was successful.
This makes NSS timeout the client and not return any results yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2009-01-06T23:17:40+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-01-06T23:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=8117e8593d8ea6acdcd986119739c559670f8f66'/>
<id>8117e8593d8ea6acdcd986119739c559670f8f66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dp client to connect to the right dbus pipe</title>
<updated>2009-01-05T17:18:43+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-01-05T17:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=68d71096a37780d0f8947066dc799aa7139b8fb8'/>
<id>68d71096a37780d0f8947066dc799aa7139b8fb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libevents renamed upstream to libtevent</title>
<updated>2008-12-23T00:12:19+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2008-12-22T23:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=e78cc2025ac8ceb7e6a8413ad320ba08015de229'/>
<id>e78cc2025ac8ceb7e6a8413ad320ba08015de229</id>
<content type='text'>
events.h -&gt; tevent.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
events.h -&gt; tevent.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified sbus_server_new() to take a talloc memory context to use</title>
<updated>2008-12-15T20:56:16+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2008-12-15T20:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=4e2a152169175b18f5fac45b25a8d8c8a5bea2b5'/>
<id>4e2a152169175b18f5fac45b25a8d8c8a5bea2b5</id>
<content type='text'>
as a parent for the new server context object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as a parent for the new server context object.
</pre>
</div>
</content>
</entry>
</feed>
