<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch list_tevent_req</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>LDAP: free subdomain structure</title>
<updated>2013-09-04T09:06:29+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-30T13:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=21ed5ba0910935810f799c05cd0e50e53335077c'/>
<id>21ed5ba0910935810f799c05cd0e50e53335077c</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/1968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/1968
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean list of domain requests</title>
<updated>2013-09-04T07:34:40+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-05T11:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=28719c1a91f39b99b6a2e7ec4c9052a6fd41b807'/>
<id>28719c1a91f39b99b6a2e7ec4c9052a6fd41b807</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1968

When subdomain is removed, there still might be some requests pending.
Provided function goes through the list and matching requests are removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1968

When subdomain is removed, there still might be some requests pending.
Provided function goes through the list and matching requests are removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>DP: Save request domain name, if available</title>
<updated>2013-09-04T07:34:40+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-29T15:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=57c2a7c4390a1549a2dbe3c6ae25fffd1e6e9f4d'/>
<id>57c2a7c4390a1549a2dbe3c6ae25fffd1e6e9f4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DP: Store list of back-end tevent requests</title>
<updated>2013-09-04T07:34:40+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-05T10:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=72d48d112776257aeac08749208dff7f92ca7641'/>
<id>72d48d112776257aeac08749208dff7f92ca7641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make subdomain refresh period configurable</title>
<updated>2013-09-04T07:34:40+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-05T12:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=c90f8c36322f8e8d9e5368f7005a661fff0a97e1'/>
<id>c90f8c36322f8e8d9e5368f7005a661fff0a97e1</id>
<content type='text'>
Adds following config file options:

ad_subdomain_refresh_period
ipa_subdomain_refresh_period

Both are in seconds and have the same usage - setting the refresh period
of AD/IPA subdomains.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds following config file options:

ad_subdomain_refresh_period
ipa_subdomain_refresh_period

Both are in seconds and have the same usage - setting the refresh period
of AD/IPA subdomains.
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Fix warning declaration shadows global declaration</title>
<updated>2013-09-03T19:01:16+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-30T21:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e882171a77b90745430d1680f4e59f4023567a91'/>
<id>e882171a77b90745430d1680f4e59f4023567a91</id>
<content type='text'>
src/providers/krb5/krb5_utils.c:193: warning: declaration of 'rewind' shadows a
global declaration
/usr/include/stdio.h:754: warning: shadowed declaration is here
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/providers/krb5/krb5_utils.c:193: warning: declaration of 'rewind' shadows a
global declaration
/usr/include/stdio.h:754: warning: shadowed declaration is here
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Use standard maximum value of type size_t</title>
<updated>2013-09-03T13:55:42+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-09-03T07:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=58dee4047788964ed4b0f6c5d6512967f390ac21'/>
<id>58dee4047788964ed4b0f6c5d6512967f390ac21</id>
<content type='text'>
It is better to use standard constant for maximum value of type size_t,
instead of reinventing wheel with own defined constant SIZE_T_MAX

This patch replace string "SIZE_T_MAX" -&gt; "SIZE_MAX"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is better to use standard constant for maximum value of type size_t,
instead of reinventing wheel with own defined constant SIZE_T_MAX

This patch replace string "SIZE_T_MAX" -&gt; "SIZE_MAX"
</pre>
</div>
</content>
</entry>
<entry>
<title>Include sys/types.h for types id_t and uid_t</title>
<updated>2013-09-03T11:59:04+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-30T21:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=546f1e38fa7ec1d86dd44117dda45f456fb00d39'/>
<id>546f1e38fa7ec1d86dd44117dda45f456fb00d39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PROXY: Handle empty GECOS</title>
<updated>2013-09-03T11:54:07+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-23T12:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=01d048293cba60cf45ca2791585a7d6dc3bf57b2'/>
<id>01d048293cba60cf45ca2791585a7d6dc3bf57b2</id>
<content type='text'>
If the user's GECOS as returned by the proxied module is an empty string
(as opposed to NULL), the ldb transaction would error out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the user's GECOS as returned by the proxied module is an empty string
(as opposed to NULL), the ldb transaction would error out.
</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOMAKE: Add missing escaped newline</title>
<updated>2013-09-02T15:33:34+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-30T20:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=3275c56e7b5dd36d25e0a971bf90c70179f0ab8f'/>
<id>3275c56e7b5dd36d25e0a971bf90c70179f0ab8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
