<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ldap, branch sid</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>t5</title>
<updated>2013-08-21T15:11:36+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-21T13:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=387d72fd09a60ba5697276102a593d7eceecd14f'/>
<id>387d72fd09a60ba5697276102a593d7eceecd14f</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>SDAP: save group objectSID when schema=AD</title>
<updated>2013-08-20T13:06:58+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-15T12:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=3740d51ad8ee54b52550f16188da0279c42ce4a3'/>
<id>3740d51ad8ee54b52550f16188da0279c42ce4a3</id>
<content type='text'>
The SID is needed to be stored even when id mapping is disabled

Resolves:
https://fedorahosted.org/sssd/ticket/1568 (part)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SID is needed to be stored even when id mapping is disabled

Resolves:
https://fedorahosted.org/sssd/ticket/1568 (part)
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable removing nonexisting dn in sdap_handle_account_info</title>
<updated>2013-08-07T22:52:02+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-02T15:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=edcf38f274b5e9022d4d92d294a9267bec13b882'/>
<id>edcf38f274b5e9022d4d92d294a9267bec13b882</id>
<content type='text'>
Change was introduced in commit ca344fde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change was introduced in commit ca344fde
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory context for hash entries</title>
<updated>2013-08-07T22:30:57+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-08-07T11:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=f7aef1e3ca5bdcddb6fb7c7e6556315faa96165d'/>
<id>f7aef1e3ca5bdcddb6fb7c7e6556315faa96165d</id>
<content type='text'>
In sdap_nested_group_populate_users() username and orignal_dn are
allocated on a temporary memory context. If the corresponding user is
not found in the cache both are added to a hash which is later on
returned to the caller. To avoid a use-after-free when the hash entries
are looked up both must be reassigned to the memory context of the hash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In sdap_nested_group_populate_users() username and orignal_dn are
allocated on a temporary memory context. If the corresponding user is
not found in the cache both are added to a hash which is later on
returned to the caller. To avoid a use-after-free when the hash entries
are looked up both must be reassigned to the memory context of the hash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory context for a state member</title>
<updated>2013-08-07T09:36:50+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-08-07T08:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=9615f4c3c6f6dcc50ee7d4e50020549a2ff720c0'/>
<id>9615f4c3c6f6dcc50ee7d4e50020549a2ff720c0</id>
<content type='text'>
primary_name was allocated on a temporary memory context but as it is a
member of the state struct it should belong to the memory context of the
state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
primary_name was allocated on a temporary memory context but as it is a
member of the state struct it should belong to the memory context of the
state.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: print better debug message when a rule has multiple cn values</title>
<updated>2013-08-05T14:52:44+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-26T10:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=006d178c70e0469061068e607f20446f7995f773'/>
<id>006d178c70e0469061068e607f20446f7995f773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: skip rule on error instead of failing completely</title>
<updated>2013-08-05T14:52:44+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-26T10:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=2c7ab882bcc64c9d2bc16091d10a56073c472775'/>
<id>2c7ab882bcc64c9d2bc16091d10a56073c472775</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2031
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent using uninitialized "group_name" in done section.</title>
<updated>2013-07-25T15:43:05+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-25T11:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=73e0e5fc1058e3e2c717c97035e8a378d090db69'/>
<id>73e0e5fc1058e3e2c717c97035e8a378d090db69</id>
<content type='text'>
Coverity ID: 11927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity ID: 11927
</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>SIGCHLD handler: do not call callback when pvt data where freed</title>
<updated>2013-07-17T13:01:51+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-24T12:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=711bba7e2f72a816774effa389ad13bcc46e7843'/>
<id>711bba7e2f72a816774effa389ad13bcc46e7843</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1992
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1992
</pre>
</div>
</content>
</entry>
</feed>
