<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ldap, branch refactor-fo</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8</title>
<updated>2012-07-06T17:19:32+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-06T17:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=aa2c6f469414668e56aa03d5ba5cecde64bc713e'/>
<id>aa2c6f469414668e56aa03d5ba5cecde64bc713e</id>
<content type='text'>
 * This broke corner cases when used with
      default_tkt_types = des-cbc-crc
   and DES enabled on an AD domain.
 * This is fixed in kerberos instead, in a more correct way
   and in a way which we cannot replicate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * This broke corner cases when used with
      default_tkt_types = des-cbc-crc
   and DES enabled on an AD domain.
 * This is fixed in kerberos instead, in a more correct way
   and in a way which we cannot replicate.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Rename user and group maps for AD</title>
<updated>2012-07-06T15:44:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-04-10T01:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=42aeb975864c3c3ba971fd04c61a1aaf6e69905b'/>
<id>42aeb975864c3c3ba971fd04c61a1aaf6e69905b</id>
<content type='text'>
This will eliminate ambiguity for the AD provider
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will eliminate ambiguity for the AD provider
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Drop memctx parameter of krb5_try_kdcip</title>
<updated>2012-07-06T15:44:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-27T13:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=69905bf968003216d444fc68d8597e139362f2e6'/>
<id>69905bf968003216d444fc68d8597e139362f2e6</id>
<content type='text'>
This function is not supposed to return any newly-allocated memory
directly. It was actually leaking the memory for krb5_servers if
krb5_kdcip was being used, though it was undetectable because it
was allocated on the provided memctx.

This patch removes the memctx parameter and allocates krb5_servers
temporarily on NULL and ensures that it is freed on all exit
conditions. It is not necessary to retain this memory, as
dp_opt_set_string() performs a talloc_strdup onto the appropriate
context internally.

It also updates the DEBUG messages for this function to the
appropriate new macro levels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is not supposed to return any newly-allocated memory
directly. It was actually leaking the memory for krb5_servers if
krb5_kdcip was being used, though it was undetectable because it
was allocated on the provided memctx.

This patch removes the memctx parameter and allocates krb5_servers
temporarily on NULL and ensures that it is freed on all exit
conditions. It is not necessary to retain this memory, as
dp_opt_set_string() performs a talloc_strdup onto the appropriate
context internally.

It also updates the DEBUG messages for this function to the
appropriate new macro levels.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when interface doesn't have an address</title>
<updated>2012-07-06T15:44:45+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-04T11:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=34c222586c1ee4790ce3ff86a2ffb27c666c0662'/>
<id>34c222586c1ee4790ce3ff86a2ffb27c666c0662</id>
<content type='text'>
 * This is similar to the code in ipa_dyndns_update_send()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * This is similar to the code in ipa_dyndns_update_send()
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Print extended failure message for SASL bind</title>
<updated>2012-07-02T20:06:52+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-25T19:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5c9292bc86788f21274e1480acd2bbcc8a221b06'/>
<id>5c9292bc86788f21274e1480acd2bbcc8a221b06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault when sudo is not configured.</title>
<updated>2012-06-30T15:04:31+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-06-30T15:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=78e77f2d1ee0017e1e1c0bf5efe0e94a70930980'/>
<id>78e77f2d1ee0017e1e1c0bf5efe0e94a70930980</id>
<content type='text'>
Sudo support is optional, when it is not configured sudorules_map is not
initialized and dereferencing it will cause a segmentation fault.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sudo support is optional, when it is not configured sudorules_map is not
initialized and dereferencing it will cause a segmentation fault.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: support autoconfiguration of IP addresses</title>
<updated>2012-06-29T15:37:18+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-06-27T12:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=468f1c8d4763a65f24ab8d7523a5291ef6320db7'/>
<id>468f1c8d4763a65f24ab8d7523a5291ef6320db7</id>
<content type='text'>
sudoHost attribute may contain IPv4 or IPv6 host/network address.
This patch adds support for autoconfiguration of these information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sudoHost attribute may contain IPv4 or IPv6 host/network address.
This patch adds support for autoconfiguration of these information.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: do per-host updates</title>
<updated>2012-06-29T15:37:18+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-06-27T08:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1bb62d67c6d54a8ebd111ca08344f2d17b1f6f52'/>
<id>1bb62d67c6d54a8ebd111ca08344f2d17b1f6f52</id>
<content type='text'>
Add host information to LDAP filters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add host information to LDAP filters.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: mark sdap_sudo_setup_periodical_refresh() as static</title>
<updated>2012-06-29T15:37:18+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-06-26T11:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=96549c5e03047c4f21cb7ea8c01f8ff8bcc91cd8'/>
<id>96549c5e03047c4f21cb7ea8c01f8ff8bcc91cd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo ldap provider: load host filter configuration on init</title>
<updated>2012-06-29T15:37:18+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-06-26T11:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5f73b623fc72e3b9b3590420825f30e618b4d4dd'/>
<id>5f73b623fc72e3b9b3590420825f30e618b4d4dd</id>
<content type='text'>
We need to load host information during provider initialization.
Currently it loads only values from configuration files, but it is
implemented as an asynchrounous request as it will later try to
autodetect these settings (which will need to contact DNS).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to load host information during provider initialization.
Currently it loads only values from configuration files, but it is
implemented as an asynchrounous request as it will later try to
autodetect these settings (which will need to contact DNS).
</pre>
</div>
</content>
</entry>
</feed>
