<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ipa/ipa_hosts.c, branch simo</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>Add support for filtering atributes</title>
<updated>2012-05-31T19:46:27+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-05-23T08:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=64ddff90c7fcc02ccb06824ac93af7d5f361a88f'/>
<id>64ddff90c7fcc02ccb06824ac93af7d5f361a88f</id>
<content type='text'>
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Add attr_count return value to build_attrs_from_map()</title>
<updated>2012-05-10T15:34:46+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-05-08T17:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ca4b7b92738f3dd463914e3de5757cd98d37a983'/>
<id>ca4b7b92738f3dd463914e3de5757cd98d37a983</id>
<content type='text'>
This is necessary because in several places in the code, we are
appending to the attrs returned from this value, and if we relied
on the map size macro, we would be appending after the NULL
terminator if one or more attributes were defined as NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary because in several places in the code, we are
appending to the attrs returned from this value, and if we relied
on the map size macro, we would be appending after the NULL
terminator if one or more attributes were defined as NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: Check return values</title>
<updated>2012-05-03T15:46:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-26T09:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=07002c911aa643000856f78707f1fee72b5eea29'/>
<id>07002c911aa643000856f78707f1fee72b5eea29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: Fix segfault with srchost functionality enabled</title>
<updated>2012-03-05T20:52:41+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-03-02T13:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=74f857536411b46712f9b3dc0f1c53924b36dc02'/>
<id>74f857536411b46712f9b3dc0f1c53924b36dc02</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1215
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA hosts refactoring</title>
<updated>2012-02-24T19:58:26+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-02-07T12:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fdab7bbf8933351f6254438c30ff361cd748b15a'/>
<id>fdab7bbf8933351f6254438c30ff361cd748b15a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Only use paging control on requests for multiple entries</title>
<updated>2012-02-24T14:59:42+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-02-22T02:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2f3ee3f49019f5b60adbe073070f31e6e2d7c7ab'/>
<id>2f3ee3f49019f5b60adbe073070f31e6e2d7c7ab</id>
<content type='text'>
The paging control can cause issues on servers that put limits on
how many paging controls can be active at one time (on some
servers, it is limited to one per connection). We need to reduce
our usage so that we only activate the paging control when making
a request that may return an arbitrary number of results.

https://fedorahosted.org/sssd/ticket/1202 phase one
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The paging control can cause issues on servers that put limits on
how many paging controls can be active at one time (on some
servers, it is limited to one per connection). We need to reduce
our usage so that we only activate the paging control when making
a request that may return an arbitrary number of results.

https://fedorahosted.org/sssd/ticket/1202 phase one
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: Add host info handler</title>
<updated>2012-02-06T23:26:57+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-02-03T21:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1a7d1977037864e52858058777af8ff8401547dd'/>
<id>1a7d1977037864e52858058777af8ff8401547dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate the host-retrieval code from IPA HBAC to common IPA code</title>
<updated>2012-02-06T13:25:22+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-02-02T13:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ad07ed37b6b51ef134d4524edaf2259e19ac984f'/>
<id>ad07ed37b6b51ef134d4524edaf2259e19ac984f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
