<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server/sbus, branch policy_stuff</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>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/sbose/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/sbose/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>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/sbose/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>SBUS messages with no reply (or no immediate reply) would incorrectly report DBUS_HANDLER_NOT_YET_HANDLED. This would cause SBUS to report NOT_IMPLEMENTED to the calling function.</title>
<updated>2009-01-06T20:45:00+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-01-06T20:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ed5d21a3e977fbb48a61ee48ef6edd14bc28aeff'/>
<id>ed5d21a3e977fbb48a61ee48ef6edd14bc28aeff</id>
<content type='text'>
The message_handler will now check the return code of the
method call to determine which reply to send, instead of relying
on the presence of a reply message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The message_handler will now check the return code of the
method call to determine which reply to send, instead of relying
on the presence of a reply message.
</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/sbose/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/sbose/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>
<entry>
<title>Adding a parameter to the sbus_service_sbus_init function to allow passing in an sbus_conn_destructor_fn to the sbus_new_connection() function. Fixing minor warning about the usage of talloc_reference.</title>
<updated>2008-12-15T20:41:50+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@sgallagh.bos.redhat.com</email>
</author>
<published>2008-12-15T15:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=519a8e9cba9df29a396d6509fb71a10ef1aacec0'/>
<id>519a8e9cba9df29a396d6509fb71a10ef1aacec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disconnected client SBUS connections would delete the master set of sbus_method_ctx entries, meaning that the next connection to attempt to disconnect would receive a segmentation fault also trying to delete them. They are now talloc_reference()-ed to their connection context and talloc_unlink()-ed upon deletion.</title>
<updated>2008-12-15T20:40:25+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@sgallagh.bos.redhat.com</email>
</author>
<published>2008-12-15T15:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=124083f5801312aeef6f97402dba181d98eb708c'/>
<id>124083f5801312aeef6f97402dba181d98eb708c</id>
<content type='text'>
I have also modified the sbus_new_server() call to take a reference
to an sbus_srv_ctx object as a return argument, so that the calling
function can keep track of the SBUS server context if it so chooses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have also modified the sbus_new_server() call to take a reference
to an sbus_srv_ctx object as a return argument, so that the calling
function can keep track of the SBUS server context if it so chooses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation to follow rules</title>
<updated>2008-12-10T22:16:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2008-12-10T22:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d0a94d34e6cbfb0cc164460b173c7fcfb2d28344'/>
<id>d0a94d34e6cbfb0cc164460b173c7fcfb2d28344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dbus related memory leaks</title>
<updated>2008-12-09T21:48:45+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2008-12-09T21:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=dd42f1e418addaedbeeff9602520288edf3c7108'/>
<id>dd42f1e418addaedbeeff9602520288edf3c7108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
