<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ipa, 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>KRB5: Create a common init routine for krb5_child options</title>
<updated>2012-07-06T15:44:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-27T18:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3441d0c2d11aea0c39b009751a1898333c009674'/>
<id>3441d0c2d11aea0c39b009751a1898333c009674</id>
<content type='text'>
This will reduce code duplication between the krb5, ipa and ad
providers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will reduce code duplication between the krb5, ipa and ad
providers
</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>IPA: Don't hang onto memory longer than necessary</title>
<updated>2012-07-02T20:06:52+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-07-02T14:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=a71607420a44728e6aa237911da4221640a6a0e0'/>
<id>a71607420a44728e6aa237911da4221640a6a0e0</id>
<content type='text'>
This request and attached memory would be freed at the end of
access-check processing, but it's a waste to keep it around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This request and attached memory would be freed at the end of
access-check processing, but it's a waste to keep it around.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: add host info options</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-26T07:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=9af677f3bae3a7c1386867e4d42970555b3d6b9a'/>
<id>9af677f3bae3a7c1386867e4d42970555b3d6b9a</id>
<content type='text'>
Adds some option that allows to manually configure a host filter.

ldap_sudo_use_host_filter - if false, we will download all rules regardless their sudoHost attribute
ldap_sudo_hostnames - list hostnames and/or fqdn that should be downloaded, separated with spaces
ldap_sudo_ip - list of IPv4/6 address and/or network that should be downloaded, separated with spaces
ldap_sudo_include_netgroups - include rules that contains netgroup in sudoHost
ldap_sudo_include_regexp - include rules that contains regular expression in sudoHost
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds some option that allows to manually configure a host filter.

ldap_sudo_use_host_filter - if false, we will download all rules regardless their sudoHost attribute
ldap_sudo_hostnames - list hostnames and/or fqdn that should be downloaded, separated with spaces
ldap_sudo_ip - list of IPv4/6 address and/or network that should be downloaded, separated with spaces
ldap_sudo_include_netgroups - include rules that contains netgroup in sudoHost
ldap_sudo_include_regexp - include rules that contains regular expression in sudoHost
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo provider: add ldap_sudo_smart_refresh_interval</title>
<updated>2012-06-29T15:37:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-05-09T12:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=db26b4a6f2be8f087987ee6b15008b16350174d0'/>
<id>db26b4a6f2be8f087987ee6b15008b16350174d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo provider: remove old timer</title>
<updated>2012-06-29T15:37:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-05-07T10:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=44bff89750c5451112d4ef7a10b6d9d0c8442f85'/>
<id>44bff89750c5451112d4ef7a10b6d9d0c8442f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo provider: add ldap_sudo_full_refresh_interval</title>
<updated>2012-06-29T15:37:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-30T13:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=9f714651c7d21908c94b70fc755697a3b220a22f'/>
<id>9f714651c7d21908c94b70fc755697a3b220a22f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for ID ranges</title>
<updated>2012-06-21T19:30:21+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-06-14T08:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=386a66b1aa18a176e6a06fa126556c9590c373b6'/>
<id>386a66b1aa18a176e6a06fa126556c9590c373b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make krb5_ccname_template and krb5_ccachedir configurable</title>
<updated>2012-06-14T19:52:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-06-14T19:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=bc9235cfb80bd64a3bfa959e8d26d5ad1be0bdf4'/>
<id>bc9235cfb80bd64a3bfa959e8d26d5ad1be0bdf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Add ldap_*_use_matching_rule_in_chain options</title>
<updated>2012-06-13T14:01:12+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-10T17:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3963d3fa9e3099bc02d612b5051d8b769d6e3a75'/>
<id>3963d3fa9e3099bc02d612b5051d8b769d6e3a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
