<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers, 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>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>Fix czech specific character in my name</title>
<updated>2013-09-02T13:36:45+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-09-02T11:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d98fdd80331e93cd698281341360a3ce3e30afbe'/>
<id>d98fdd80331e93cd698281341360a3ce3e30afbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA_HBAC: Explicitelly include header file time.h</title>
<updated>2013-08-28T20:02:49+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-28T06:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=7ef1ff8673668c5254db9194a125f58755e2d2b1'/>
<id>7ef1ff8673668c5254db9194a125f58755e2d2b1</id>
<content type='text'>
struct hbac_eval_req is defined in header file and it has attribute
request_time with type time_t, but header file "time.h" was not included.
It was not problem, because time.h was indirectly included by stdlib.h
(stdlib.h -&gt; sys/types.h -&gt; time.h) in implementation files,
but other platforms can have other dependencies among header files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
struct hbac_eval_req is defined in header file and it has attribute
request_time with type time_t, but header file "time.h" was not included.
It was not problem, because time.h was indirectly included by stdlib.h
(stdlib.h -&gt; sys/types.h -&gt; time.h) in implementation files,
but other platforms can have other dependencies among header files.
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: Add forgotten declaration</title>
<updated>2013-08-28T17:22:39+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-28T17:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=6fab6db37339833a1534221f9f8b86c1fac427f0'/>
<id>6fab6db37339833a1534221f9f8b86c1fac427f0</id>
<content type='text'>
A conflict between two patches was not resolved correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A conflict between two patches was not resolved correctly
</pre>
</div>
</content>
</entry>
</feed>
