<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers, 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>simple access provider: allow fully qualified names</title>
<updated>2013-08-07T11:18:22+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-26T08:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=ffb83ee934f6ea1d9077ab601530436eff2d20e4'/>
<id>ffb83ee934f6ea1d9077ab601530436eff2d20e4</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2026
</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>sssd_ad: Add hackish workaround for sasl ad_compat</title>
<updated>2013-08-06T19:43:47+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-08-02T13:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=fb945a2cacc5506a2acb50349670f22078f1d4f5'/>
<id>fb945a2cacc5506a2acb50349670f22078f1d4f5</id>
<content type='text'>
This tries to set the ad_compat option for sasl, by working around
the openldap/sasl initialization as openldap does not allow us to pass
down to sasl our own getopt callback.

Resolves:
https://fedorahosted.org/sssd/ticket/2040
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tries to set the ad_compat option for sasl, by working around
the openldap/sasl initialization as openldap does not allow us to pass
down to sasl our own getopt callback.

Resolves:
https://fedorahosted.org/sssd/ticket/2040
</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>Use GID if subdomain is not MPG</title>
<updated>2013-07-29T10:54:36+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-25T18:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=68c26d9ec785b8af0b45247705b20e82656bfd05'/>
<id>68c26d9ec785b8af0b45247705b20e82656bfd05</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2032

In non-MPG subdomains (such as those that manage their IDs manually with
POSIX attributes), we need to set the GID ourself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2032

In non-MPG subdomains (such as those that manage their IDs manually with
POSIX attributes), we need to set the GID ourself.
</pre>
</div>
</content>
</entry>
</feed>
