<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch token4</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>AD: Add lookup for SIDs not found in cache during TokenGroups</title>
<updated>2013-09-11T16:51:27+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-09-11T11:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=fbdd240344e41d6182792c7545842ef9c6ce0d86'/>
<id>fbdd240344e41d6182792c7545842ef9c6ce0d86</id>
<content type='text'>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Enable TokenGroups initgroups lookup</title>
<updated>2013-09-11T16:49:08+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-09-03T10:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=ca4ecd772482c4c49186ba50c3de511f453a7344'/>
<id>ca4ecd772482c4c49186ba50c3de511f453a7344</id>
<content type='text'>
This is first implementation of getting TokenGroups lookup working.

If all of the group SIDs that are fetched via the users TokenGroups
attribute are in sysdb, the membership is processed this way. If any of
the groups is missing in the cache, it falls back to rfc2307bis
initgroups lookup.

Resolves:
https://fedorahosted.org/sssd/ticket/1568
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is first implementation of getting TokenGroups lookup working.

If all of the group SIDs that are fetched via the users TokenGroups
attribute are in sysdb, the membership is processed this way. If any of
the groups is missing in the cache, it falls back to rfc2307bis
initgroups lookup.

Resolves:
https://fedorahosted.org/sssd/ticket/1568
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Make sdap_add_incomplete_groups public</title>
<updated>2013-09-11T16:17:31+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-09-11T15:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=95af44d097c7d622396cf8d640df6915ab912261'/>
<id>95af44d097c7d622396cf8d640df6915ab912261</id>
<content type='text'>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: move sdap_get_initgr_state structure to private header</title>
<updated>2013-09-11T16:17:31+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-09-03T11:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=0b127a06c30f4479ae7241b72e1bd79dfe8349b8'/>
<id>0b127a06c30f4479ae7241b72e1bd79dfe8349b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>is_dn(): free dn</title>
<updated>2013-09-10T15:37:26+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-09-10T12:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=114c1ed8ec72b43f04527b4f3b4f0940c1fb2c54'/>
<id>114c1ed8ec72b43f04527b4f3b4f0940c1fb2c54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5: Fix warning sometimes uninitialized</title>
<updated>2013-09-10T15:32:33+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-09-10T08:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=c1f94194a9fee8582a0af3b151b4f2b14fa1019a'/>
<id>c1f94194a9fee8582a0af3b151b4f2b14fa1019a</id>
<content type='text'>
warning: variable 'ret' is used uninitialized whenever
'if' condition is false
    if (kerr) {
        ^~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning: variable 'ret' is used uninitialized whenever
'if' condition is false
    if (kerr) {
        ^~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>DB: Rise search functions debug levels</title>
<updated>2013-09-10T12:01:24+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-09-09T12:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=fbc419b2eb101c7491324499a698b6bdcb14ad43'/>
<id>fbc419b2eb101c7491324499a698b6bdcb14ad43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DB: Add user/group lookup by SID</title>
<updated>2013-09-10T12:01:24+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-21T13:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=abc398cba9d11d3da047636992ec14c2d4535161'/>
<id>abc398cba9d11d3da047636992ec14c2d4535161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb_search_group_by_gid: obtain gid instead of uid</title>
<updated>2013-09-10T12:01:24+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-09-06T11:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=7d8255cf8f10627248bdf554952d13eee1b3317d'/>
<id>7d8255cf8f10627248bdf554952d13eee1b3317d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5: Remove unused helper functions</title>
<updated>2013-09-09T19:11:46+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-04T00:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=077fa994f62641a13665b6a07d38b3d5a903dcdc'/>
<id>077fa994f62641a13665b6a07d38b3d5a903dcdc</id>
<content type='text'>
these functions are not needed anymore.

Related:
https://fedorahosted.org/sssd/ticket/2061
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these functions are not needed anymore.

Related:
https://fedorahosted.org/sssd/ticket/2061
</pre>
</div>
</content>
</entry>
</feed>
