<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/daemons/ipa-slapi-plugins, branch replace_private_samba_calls</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/'/>
<entry>
<title>Make encode_ntlm_keys() public</title>
<updated>2012-08-31T11:23:16+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-08-24T12:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=37ef1f54003a5d32497be3efed1a8689bab78b21'/>
<id>37ef1f54003a5d32497be3efed1a8689bab78b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't generate password history error if history is set to 0.</title>
<updated>2012-08-27T13:21:03+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2012-07-20T18:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=3eadcdf123c6c58bdbf25f3e8bdf12c2ddf9127f'/>
<id>3eadcdf123c6c58bdbf25f3e8bdf12c2ddf9127f</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/2805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/2805
</pre>
</div>
</content>
</entry>
<entry>
<title>extdom: read ranges from LDAP</title>
<updated>2012-08-16T03:41:06+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-08-06T12:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=d815c3bc990e17c5bc388bc9f5f7e12e474819f9'/>
<id>d815c3bc990e17c5bc388bc9f5f7e12e474819f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add special modify op to regen ipaNTHash</title>
<updated>2012-07-30T14:31:59+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2012-07-06T20:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=38d98fd3aa80f864d8f2ecb9a0a3393462d3caa2'/>
<id>38d98fd3aa80f864d8f2ecb9a0a3393462d3caa2</id>
<content type='text'>
The NT Hash is the same thing as the RC4-HMAC key, so we add a function to
extract it from krb5 keys if they are available to avoid forcing a password
change when configuring trust relationships.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The NT Hash is the same thing as the RC4-HMAC key, so we add a function to
extract it from krb5 keys if they are available to avoid forcing a password
change when configuring trust relationships.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve loops around slapi mods</title>
<updated>2012-07-30T14:31:55+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2012-07-06T21:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=86d83654dcef4a83ff18f18c6ba09f2e4bb0a703'/>
<id>86d83654dcef4a83ff18f18c6ba09f2e4bb0a703</id>
<content type='text'>
Avoid the need to allocate/free a Slapi_Mod and avoid checking for attribute
equvalence after a match (use if/else)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid the need to allocate/free a Slapi_Mod and avoid checking for attribute
equvalence after a match (use if/else)
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not check for DNA magic values</title>
<updated>2012-07-26T18:30:39+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2012-07-26T18:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=9d853483fe3366b8af28de6b8318720339bde89d'/>
<id>9d853483fe3366b8af28de6b8318720339bde89d</id>
<content type='text'>
The DNA magic value can be arbitrarily changed by admins so we cannot use a
const value to check. And we relly do not need to check at all. If the DNA
plugin is broken and leaves magic values to reach the post-op stage we have
bigger problems. So just simply get rid of this check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DNA magic value can be arbitrarily changed by admins so we cannot use a
const value to check. And we relly do not need to check at all. If the DNA
plugin is broken and leaves magic values to reach the post-op stage we have
bigger problems. So just simply get rid of this check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong check after allocation.</title>
<updated>2012-07-07T20:30:22+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2012-07-06T20:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=6ffb35d0f592414226d4ba4fd3620569e77c20ca'/>
<id>6ffb35d0f592414226d4ba4fd3620569e77c20ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add range check preop plugin</title>
<updated>2012-06-29T22:00:58+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-06-18T19:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=bdb995194c2439751c6969cce589414164b1ffa2'/>
<id>bdb995194c2439751c6969cce589414164b1ffa2</id>
<content type='text'>
To make sure that ID ranges do not overlap this plugin checks new
additions and changes for conflicts with existing ranges.

https://fedorahosted.org/freeipa/ticket/2185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make sure that ID ranges do not overlap this plugin checks new
additions and changes for conflicts with existing ranges.

https://fedorahosted.org/freeipa/ticket/2185
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lower case names in LDAP to meet freeIPA convention</title>
<updated>2012-06-29T09:59:39+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-06-29T08:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=876b1ec1757b7b8bfc3d076750b77d88f96bb29e'/>
<id>876b1ec1757b7b8bfc3d076750b77d88f96bb29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add external domain extop DS plugin</title>
<updated>2012-06-28T11:08:26+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-11-30T12:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=316aac5a8d03587872883a645ba6ff8443f062fe'/>
<id>316aac5a8d03587872883a645ba6ff8443f062fe</id>
<content type='text'>
This extop can be used by clients of the IPA domain, e.g. sssd, to
retrieve data from trusted external domains. It can be used e.g. to map
Windows SIDs to user or groups names and back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This extop can be used by clients of the IPA domain, e.g. sssd, to
retrieve data from trusted external domains. It can be used e.g. to map
Windows SIDs to user or groups names and back.
</pre>
</div>
</content>
</entry>
</feed>
