<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ldap/sdap_async_sudo.c, branch simo</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>Add domain arguments to sysdb sudo functions</title>
<updated>2013-01-11T15:43:14+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T06:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f323cc33b275f7f05d9946a0bbd4566902f11b04'/>
<id>f323cc33b275f7f05d9946a0bbd4566902f11b04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sysdb_custom_subtree_dn() require a domain.</title>
<updated>2013-01-11T15:43:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-06T07:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=07ff481369e9abf0ee734ce8280f5dcd3896d767'/>
<id>07ff481369e9abf0ee734ce8280f5dcd3896d767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tevent_req style for sdap_async_sudo.</title>
<updated>2013-01-07T14:42:44+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-06T06:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=55b8413d20d15f342a5c08a3077ca22028fd1a0d'/>
<id>55b8413d20d15f342a5c08a3077ca22028fd1a0d</id>
<content type='text'>
Use correct name for _done() function from the caller.
Remove unneded initializzations to NULL for a lot of variables hat are going to
be assigned as the first thing done in the functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use correct name for _done() function from the caller.
Remove unneded initializzations to NULL for a lot of variables hat are going to
be assigned as the first thing done in the functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>set ret to EOK after for loop in sdap_sudo_purge_sudoers</title>
<updated>2013-01-02T16:39:44+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-01-02T10:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fc647b8eb5bca901658dedf3dbda2f35c63a86f2'/>
<id>fc647b8eb5bca901658dedf3dbda2f35c63a86f2</id>
<content type='text'>
If we are unable to delete some rule from cache we print a debug
message and ignore the error. Thus we should set ret to EOK after
the for loop otherwise we return whether the last rule was deleted
successfully or not.

This also removes compilation warning that ret may be used
uninitialized (when we don't go inside the loop at all).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we are unable to delete some rule from cache we print a debug
message and ignore the error. Thus we should set ret to EOK after
the for loop otherwise we return whether the last rule was deleted
successfully or not.

This also removes compilation warning that ret may be used
uninitialized (when we don't go inside the loop at all).
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify usage of sysdb transactions</title>
<updated>2012-08-23T16:09:18+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-08-16T16:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=21d485184df986e1a123f70c689517386e51a5ce'/>
<id>21d485184df986e1a123f70c689517386e51a5ce</id>
<content type='text'>
Removing bad examples of usage of sysdb_transaction_start/commit/end
functions and making it more consistent (all files except of
src/db/sysdb_*.c).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing bad examples of usage of sysdb_transaction_start/commit/end
functions and making it more consistent (all files except of
src/db/sysdb_*.c).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized values</title>
<updated>2012-07-18T18:07:45+00:00</updated>
<author>
<name>Nick Guay</name>
<email>nguay@redhat.com</email>
</author>
<published>2012-07-18T15:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8bbf89c5ab798c112773fe23515c3a9df56dde71'/>
<id>8bbf89c5ab798c112773fe23515c3a9df56dde71</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1379
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: return number of downloaded rules in sdap_sudo_refresh_recv()</title>
<updated>2012-06-29T15:37:18+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-05-13T19:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=4684d427e7e10642ceff62128c3d22db87872c4c'/>
<id>4684d427e7e10642ceff62128c3d22db87872c4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: when sysdb filter is NULL remove downloaded rules</title>
<updated>2012-06-29T15:37:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-05-09T12:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6ea68b049dd507409d454100978ee125febc69ea'/>
<id>6ea68b049dd507409d454100978ee125febc69ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: find highest USN</title>
<updated>2012-06-29T15:37:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-05-07T15:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f143937efc6cbb1eb84042979c83dd5b3f23a40c'/>
<id>f143937efc6cbb1eb84042979c83dd5b3f23a40c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: add expiration time to each rule</title>
<updated>2012-06-29T15:37:16+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-23T13:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=80357fbba7e8251c85aa884749f275eed28eb4eb'/>
<id>80357fbba7e8251c85aa884749f275eed28eb4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
