<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-server/ipa-slapi-plugins/ipa-memberof, branch ipa-1-0</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Fix cut&amp;paste error</title>
<updated>2008-06-11T15:40:19+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-06-09T21:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=150464966e0625a897511e4a75cd8e4c57328e72'/>
<id>150464966e0625a897511e4a75cd8e4c57328e72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed various memory leaks in memberOf plug-in.</title>
<updated>2008-04-22T20:56:11+00:00</updated>
<author>
<name>Nathan Kinder</name>
<email>nkinder@redhat.com</email>
</author>
<published>2008-04-22T20:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8b145adf0a6281ad685cdfa9d5024261966f59f6'/>
<id>8b145adf0a6281ad685cdfa9d5024261966f59f6</id>
<content type='text'>
440474
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
440474
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more function name errors due to merge from DS own memberof plugin that</title>
<updated>2008-03-31T21:22:37+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-03-31T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e666bfbca71797b7057a8cd3b93ca1f351f40d0b'/>
<id>e666bfbca71797b7057a8cd3b93ca1f351f40d0b</id>
<content type='text'>
has different function names. This was a runtime linker crash bug :/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
has different function names. This was a runtime linker crash bug :/
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2008-03-31T16:53:45+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-03-31T16:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=1737dbb17431f0ea8f8203eb0aeafc474bd35520'/>
<id>1737dbb17431f0ea8f8203eb0aeafc474bd35520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid listing a group as a memberOf itself when a circular grouping</title>
<updated>2008-03-28T21:18:18+00:00</updated>
<author>
<name>Nathan Kinder</name>
<email>nkinder@redhat.com</email>
</author>
<published>2008-03-28T21:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=6340de3fb86b5036870612f69b7db35e52427b06'/>
<id>6340de3fb86b5036870612f69b7db35e52427b06</id>
<content type='text'>
is created.

We basically just need to add a check to see if we're to use a group
DN as the memberOf value when performing an operation on itself for
all operation types.

439450
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is created.

We basically just need to add a check to see if we're to use a group
DN as the memberOf value when performing an operation on itself for
all operation types.

439450
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed handling of modify operations that delete all present member</title>
<updated>2008-03-28T15:56:06+00:00</updated>
<author>
<name>Nathan Kinder</name>
<email>nkinder@redhat.com</email>
</author>
<published>2008-03-28T15:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=80149d9f1170af98ab8792e8ad99d4ba406496a2'/>
<id>80149d9f1170af98ab8792e8ad99d4ba406496a2</id>
<content type='text'>
values without specifying the values to delete in the memberOf
plug-in.  Member entries were not being updated because the code
used the values in the mod to find the member entries to update.

The fix is to detect when a delete modify has no values specified
and just use the replace code since it compares the pre-op and
post-op copies of the group to figure out what member entries to
update.

439097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
values without specifying the values to delete in the memberOf
plug-in.  Member entries were not being updated because the code
used the values in the mod to find the member entries to update.

The fix is to detect when a delete modify has no values specified
and just use the replace code since it compares the pre-op and
post-op copies of the group to figure out what member entries to
update.

439097
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle MODRDN operations properly for indirect group members.</title>
<updated>2008-03-26T22:03:01+00:00</updated>
<author>
<name>Nathan Kinder</name>
<email>nkinder@redhat.com</email>
</author>
<published>2008-03-26T22:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=07059a5ef25143b0f0a99f27d6039276a4f557f4'/>
<id>07059a5ef25143b0f0a99f27d6039276a4f557f4</id>
<content type='text'>
Without this, an entry's memberOf attribute is not updated with
the new group DN when an indirect group is renamed.

This is in bugzilla for FDS as bz 438891.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, an entry's memberOf attribute is not updated with
the new group DN when an indirect group is renamed.

This is in bugzilla for FDS as bz 438891.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs in handling of circular groupings in memberOf plug-in.</title>
<updated>2008-02-15T00:27:34+00:00</updated>
<author>
<name>Nathan Kinder</name>
<email>nkinder@redhat.com</email>
</author>
<published>2008-02-15T00:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=71c21b5293b706b1d772d11ef8a7ba8c1a3916ef'/>
<id>71c21b5293b706b1d772d11ef8a7ba8c1a3916ef</id>
<content type='text'>
Resolves 432140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves 432140
</pre>
</div>
</content>
</entry>
<entry>
<title>Use groupOfNames and member, not groupOfUniqueNames and uniqueMember</title>
<updated>2007-11-20T15:22:43+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2007-11-20T15:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=3580d0affb26498011a7a5ff1389cd1b6e534634'/>
<id>3580d0affb26498011a7a5ff1389cd1b6e534634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build from autoconf patch import.</title>
<updated>2007-10-18T14:02:26+00:00</updated>
<author>
<name>Karl MacMillan</name>
<email>kmacmill@redhat.com</email>
</author>
<published>2007-10-18T14:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=c49d478b92843de3395a82b012847da8958afa2b'/>
<id>c49d478b92843de3395a82b012847da8958afa2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
