<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src, branch sasl_ad_compat</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<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/simo/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>PAM: Set negcache if user is not found after provider check</title>
<updated>2013-08-07T22:44:19+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-07T09:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=efa8ca8cea5fb6153a42799544ab45fc96bc7ea5'/>
<id>efa8ca8cea5fb6153a42799544ab45fc96bc7ea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PAM: Check negcache when searching for fully qualified users, too</title>
<updated>2013-08-07T22:44:19+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-07T09:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=ddbe6bc5595767e52a3893355515fc260b8f4be4'/>
<id>ddbe6bc5595767e52a3893355515fc260b8f4be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NSS: Clear cached netgroups if a request comes in from the sss_cache</title>
<updated>2013-08-07T22:38:31+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-29T13:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=db440b3ba6b848010cf2a1fe9f76db394ce860da'/>
<id>db440b3ba6b848010cf2a1fe9f76db394ce860da</id>
<content type='text'>
In order for sss_cache to work correctly, we must also signal the nss
responder to invalidate the hash table requests.

https://fedorahosted.org/sssd/ticket/1759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order for sss_cache to work correctly, we must also signal the nss
responder to invalidate the hash table requests.

https://fedorahosted.org/sssd/ticket/1759
</pre>
</div>
</content>
</entry>
<entry>
<title>NSS: allow removing entries from netgroup hash table</title>
<updated>2013-08-07T22:38:31+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-29T12:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=ada4d12f2e625ad553c6944b7d84bff144c31398'/>
<id>ada4d12f2e625ad553c6944b7d84bff144c31398</id>
<content type='text'>
There is a timed desctructor in the nss responder that, when the
entry timeout passes, removes the netgroup from the hash table while
the netgroup is freed. This patch adds a hash delete callback so that if the
netgroup is removed from the hash table with hash_delete, its hash table
pointer will be invalidated. Later, when the entry is being freed, the
destructor won't attempt to remove it from the hash table.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a timed desctructor in the nss responder that, when the
entry timeout passes, removes the netgroup from the hash table while
the netgroup is freed. This patch adds a hash delete callback so that if the
netgroup is removed from the hash table with hash_delete, its hash table
pointer will be invalidated. Later, when the entry is being freed, the
destructor won't attempt to remove it from the hash table.
</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/simo/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>add simple access provider init test</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-29T08:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=d35ff4d0db1cd87c94091a85846b46e4732b1eee'/>
<id>d35ff4d0db1cd87c94091a85846b46e4732b1eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/simo/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/simo/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/simo/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>
</feed>
