<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ldap/sdap_async_netgroups.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 domain arguments to sysdb_add_inetgroup fns.</title>
<updated>2013-01-11T15:43:12+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T00:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f9712481e9a999a42c58ba840a82d749e06af1f1'/>
<id>f9712481e9a999a42c58ba840a82d749e06af1f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sysdb_netgroup_base_dn() require a domain.</title>
<updated>2013-01-11T15:43:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-06T06:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=672204dcbeccc422457a05be108fe724a8b2fcd2'/>
<id>672204dcbeccc422457a05be108fe724a8b2fcd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Remove unnecessary domain parameter from several sysdb calls</title>
<updated>2012-09-24T16:23:15+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-21T21:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=95f5e7963a36b7b68859ce91ae4b232088bbaa09'/>
<id>95f5e7963a36b7b68859ce91ae4b232088bbaa09</id>
<content type='text'>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modifications to simplify list_missing_attrs</title>
<updated>2012-02-24T19:58:26+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-02-21T12:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3ff729e6c8a371e7a52914772816c39ca73c50a9'/>
<id>3ff729e6c8a371e7a52914772816c39ca73c50a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete missing attributes from netgroups to be stored</title>
<updated>2012-02-24T19:58:26+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-02-21T12:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=277a0187190fd417696590b303a5d7a204ed0555'/>
<id>277a0187190fd417696590b303a5d7a204ed0555</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1136
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1136
</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>NSS: Add individual timeouts for entry types</title>
<updated>2012-02-04T13:27:16+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-02-03T20:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=bd92e8ee315d4da9350b9ef0358c88a7b54aeebe'/>
<id>bd92e8ee315d4da9350b9ef0358c88a7b54aeebe</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1016
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1016
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Do not fail if RootDSE check cannot determine search bases</title>
<updated>2012-02-04T13:27:16+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-02-01T19:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=169fa5bd3edd34aa0db35681832bd7406e423c1b'/>
<id>169fa5bd3edd34aa0db35681832bd7406e423c1b</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1152
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the case sensitivity flag in the LDAP provider</title>
<updated>2011-12-16T19:46:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-12-06T14:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=940e033c0c427d02a34347dbd2f4443fa625b111'/>
<id>940e033c0c427d02a34347dbd2f4443fa625b111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor saving sdap entities</title>
<updated>2011-12-16T19:46:16+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-11-16T12:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=70a33bdf7db34fe4d1ba194cf9ea28c758719b4b'/>
<id>70a33bdf7db34fe4d1ba194cf9ea28c758719b4b</id>
<content type='text'>
There was too much code duplication between
sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was too much code duplication between
sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
</pre>
</div>
</content>
</entry>
</feed>
