<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src, branch subdommem</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>Updating translations for the 1.11 beta2 release</title>
<updated>2013-07-24T12:26:52+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-24T12:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d6d50c17e94dc0d3000345e8a933311c14bbb828'/>
<id>d6d50c17e94dc0d3000345e8a933311c14bbb828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Every time release allocated memory in function py_sss_getgrouplist</title>
<updated>2013-07-24T12:15:53+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-24T08:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=50134a87d7b3bb2423ebf962bb1d9a7b90194520'/>
<id>50134a87d7b3bb2423ebf962bb1d9a7b90194520</id>
<content type='text'>
Coverity: 11922
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity: 11922
</pre>
</div>
</content>
</entry>
<entry>
<title>Lower timeout to contact DNS server</title>
<updated>2013-07-24T11:54:33+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-07-22T15:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=867174c9d98d703e746b3fde7e48be682b589053'/>
<id>867174c9d98d703e746b3fde7e48be682b589053</id>
<content type='text'>
c-ares timeout to wait for response from DNS server
before moving to next DNS server is lowered from 5s
to 2s.

Partially solves https://fedorahosted.org/sssd/ticket/1966
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c-ares timeout to wait for response from DNS server
before moving to next DNS server is lowered from 5s
to 2s.

Partially solves https://fedorahosted.org/sssd/ticket/1966
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default DNS resolution timeout to 6 seconds.</title>
<updated>2013-07-24T11:54:33+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-07-04T11:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=6176eeeae6e75d3ce78eb98d46dc478541ba6282'/>
<id>6176eeeae6e75d3ce78eb98d46dc478541ba6282</id>
<content type='text'>
Partially solves ticket:
https://fedorahosted.org/sssd/ticket/1966

To avoid the problem mentioned in the ticket above, option
dns_discovery_domain must be set properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partially solves ticket:
https://fedorahosted.org/sssd/ticket/1966

To avoid the problem mentioned in the ticket above, option
dns_discovery_domain must be set properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Use domain-specific name where appropriate</title>
<updated>2013-07-24T11:52:33+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-23T10:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=bfd59d1a2d0d45125e5164ef12c425690d519f61'/>
<id>bfd59d1a2d0d45125e5164ef12c425690d519f61</id>
<content type='text'>
The subdomain users user FQDN in their name attribute. However, handling
of whether to use FQDN in the LDAP code was not really good. This patch
introduces a utility function and converts code that was relying on
user/group names matching to this utility function.

This is a temporary fix until we can refactor the sysdb API in #2011.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The subdomain users user FQDN in their name attribute. However, handling
of whether to use FQDN in the LDAP code was not really good. This patch
introduces a utility function and converts code that was relying on
user/group names matching to this utility function.

This is a temporary fix until we can refactor the sysdb API in #2011.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix possible dereference of a NULL pointer.</title>
<updated>2013-07-23T16:18:03+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-23T14:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=bbb7ba8890908613b1b723746e091aed740af9f9'/>
<id>bbb7ba8890908613b1b723746e091aed740af9f9</id>
<content type='text'>
We check if function ipa_get_ad_id_ctx returns NULL,
but function ipa_get_ad_id_ctx could never return NULL.
This issue was found by scan-build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We check if function ipa_get_ad_id_ctx returns NULL,
but function ipa_get_ad_id_ctx could never return NULL.
This issue was found by scan-build.
</pre>
</div>
</content>
</entry>
<entry>
<title>pysss: prevent crashing when group is unresolvable</title>
<updated>2013-07-23T12:24:35+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2013-07-22T13:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=a41695473af0a932ffde0878211acef39f96edae'/>
<id>a41695473af0a932ffde0878211acef39f96edae</id>
<content type='text'>
In unlikely case that an NSS module returns a reference to a group
and we are unable to resolve it shortly after that, make sure these
groups are skipped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In unlikely case that an NSS module returns a reference to a group
and we are unable to resolve it shortly after that, make sure these
groups are skipped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused constant.</title>
<updated>2013-07-23T12:18:03+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-07-22T16:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=90c5149110f5ee93716122b1621ea25667d3f13f'/>
<id>90c5149110f5ee93716122b1621ea25667d3f13f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Do not send PAC in server mode</title>
<updated>2013-07-23T12:18:03+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-19T05:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=48657b5de36a63b0c13ed5d53065871d59d8f10b'/>
<id>48657b5de36a63b0c13ed5d53065871d59d8f10b</id>
<content type='text'>
The krb5 child contacts the PAC responder for any user except for the
IPA native users if the PAC is configured. This works fine for the
general case but the ipa_server_mode is a special one. The PAC responder
is there, but since in the server mode we should be operating as AD
provider default, the PAC shouldn't be analyzed either in this case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The krb5 child contacts the PAC responder for any user except for the
IPA native users if the PAC is configured. This works fine for the
general case but the ipa_server_mode is a special one. The PAC responder
is there, but since in the server mode we should be operating as AD
provider default, the PAC shouldn't be analyzed either in this case.
</pre>
</div>
</content>
</entry>
<entry>
<title>SUDO: realloc with sizeof(uint32_t) when adding uint32_t</title>
<updated>2013-07-22T11:51:31+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-22T07:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=1b3144586978c47506eaa39db505e6231e3b0c0a'/>
<id>1b3144586978c47506eaa39db505e6231e3b0c0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
