<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/data_provider_callbacks.c, branch simo_ccname</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>fix backend callbacks: remove callback properly from dlist</title>
<updated>2013-01-22T11:55:23+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-01-21T16:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=16c245e50e7aa763cff5fa93cc45febf8241319d'/>
<id>16c245e50e7aa763cff5fa93cc45febf8241319d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1776

Although cb-&gt;list got updated when the callback is removed,
this change did not propagate to be_ctx-&gt;*_cb_list which
caused dlist having invalid records.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1776

Although cb-&gt;list got updated when the callback is removed,
this change did not propagate to be_ctx-&gt;*_cb_list which
caused dlist having invalid records.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix code style</title>
<updated>2013-01-22T09:38:13+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-22T09:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d2e2e5240c0da20d4091e7543ad8e7560be5f820'/>
<id>d2e2e5240c0da20d4091e7543ad8e7560be5f820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Primary server support: introduce concept of reconnection</title>
<updated>2012-08-01T14:19:41+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-06-20T17:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=75ee7925a9e289bc24f0ce8a7988cca926b71513'/>
<id>75ee7925a9e289bc24f0ce8a7988cca926b71513</id>
<content type='text'>
This patch adds two support functions for adding reconnection callbacks
and invoking such callbacks. The concept of reconnection is simple: stop
using current connection for for new queries to the server without
actually going offline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds two support functions for adding reconnection callbacks
and invoking such callbacks. The concept of reconnection is simple: stop
using current connection for for new queries to the server without
actually going offline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the correct variable for NULL after creating timer</title>
<updated>2010-06-10T14:17:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-09T14:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=bb1487fef5d19a7b1536fc42e25a08f7d4c43e1b'/>
<id>bb1487fef5d19a7b1536fc42e25a08f7d4c43e1b</id>
<content type='text'>
In several places, we were creating a new timer and assigning it
to the tev variable, but then we were checking for NULL from the
te variable (which, incidentally, is guaranteed never to be NULL
in this situation)

https://fedorahosted.org/sssd/ticket/523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In several places, we were creating a new timer and assigning it
to the tev variable, but then we were checking for NULL from the
te variable (which, incidentally, is guaranteed never to be NULL
in this situation)

https://fedorahosted.org/sssd/ticket/523
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset run_online_cb flag even if there are no callbacks</title>
<updated>2010-05-27T18:44:14+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-05-20T11:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=beb8badafcd17a279e910b1133e777c129166ce1'/>
<id>beb8badafcd17a279e910b1133e777c129166ce1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add offline callbacks</title>
<updated>2010-05-27T18:44:13+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-05-14T08:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=8eb2a35e3b180e76da4be5beab11cdb4038860b2'/>
<id>8eb2a35e3b180e76da4be5beab11cdb4038860b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor data provider callbacks</title>
<updated>2010-05-27T18:44:13+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-05-14T08:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f6085645026b9ee26e970d8f9a4e7b8cba077361'/>
<id>f6085645026b9ee26e970d8f9a4e7b8cba077361</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
