<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-server/ipa-slapi-plugins/dna, branch ipa-1-1</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Use a value that is explicitly 64bit on all architectures</title>
<updated>2008-05-23T19:07:49+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-05-20T19:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=f32f8d6d82bdbe177bddd277b81c6808520f107e'/>
<id>f32f8d6d82bdbe177bddd277b81c6808520f107e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If there is an error we need to send back a reply ourselves.</title>
<updated>2008-05-15T16:59:28+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-05-10T00:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d0f0d97be6662c8a2f271aa713b127f0f655fcc4'/>
<id>d0f0d97be6662c8a2f271aa713b127f0f655fcc4</id>
<content type='text'>
Return also an intelligible error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return also an intelligible error message.
</pre>
</div>
</content>
</entry>
<entry>
<title>For some unknown reason the sort control returns values sorted in reverse.</title>
<updated>2008-05-15T16:59:28+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-05-09T16:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=fb3555c483bf3f6af71355965e9e07c149e2e5d1'/>
<id>fb3555c483bf3f6af71355965e9e07c149e2e5d1</id>
<content type='text'>
Ask for inverse order to get them straight ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ask for inverse order to get them straight ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement checks to make sure we are not assigning a number that is in use.</title>
<updated>2008-05-15T16:59:28+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-05-01T22:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=10f0881dba00e181ef9f01799fd9d7337b26c60a'/>
<id>10f0881dba00e181ef9f01799fd9d7337b26c60a</id>
<content type='text'>
Change config to support a maximum value so that ranges can be defined.
Add stubs to reach out and ask to swap in new ranges and notify that new
chuncks are needed/used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change config to support a maximum value so that ranges can be defined.
Add stubs to reach out and ask to swap in new ranges and notify that new
chuncks are needed/used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Indent the plugin accordingly to our style guidelines.</title>
<updated>2008-05-07T18:45:46+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-05-01T17:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=6f4d71d2cc74a656a3dd4376e367e51c23ec2769'/>
<id>6f4d71d2cc74a656a3dd4376e367e51c23ec2769</id>
<content type='text'>
Used indent -kr -nut dna.c for most of the changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used indent -kr -nut dna.c for most of the changes
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch begins the process of replacing OpenLDAP with mozldap.</title>
<updated>2008-05-01T13:59:43+00:00</updated>
<author>
<name>W. Michael Petullo</name>
<email>mike@flyn.org</email>
</author>
<published>2008-05-01T13:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=29ddbc610ccc14eb70dcb7ffde7c1f5cc2b95203'/>
<id>29ddbc610ccc14eb70dcb7ffde7c1f5cc2b95203</id>
<content type='text'>
FreeIPA relies on RedHat's Directory Server, which uses mozldap.
A FreeIPA build using mozldap would reduce the project's dependencies and
redundant code. In addition, mozldap uses NSS instead of OpenSSL.
This is beneficial for the reasons listed in [1].

[1] http://fedoraproject.org/wiki/FedoraCryptoConsolidation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FreeIPA relies on RedHat's Directory Server, which uses mozldap.
A FreeIPA build using mozldap would reduce the project's dependencies and
redundant code. In addition, mozldap uses NSS instead of OpenSSL.
This is beneficial for the reasons listed in [1].

[1] http://fedoraproject.org/wiki/FedoraCryptoConsolidation
</pre>
</div>
</content>
</entry>
<entry>
<title>Add posix auto gen for single master case</title>
<updated>2007-11-06T23:57:15+00:00</updated>
<author>
<name>Pete Rowley</name>
<email>prowley@redhat.com</email>
</author>
<published>2007-11-06T23:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=24d5777bd682636b36b96193c2ec2c8bcb6f684f'/>
<id>24d5777bd682636b36b96193c2ec2c8bcb6f684f</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>
<entry>
<title>Autotool ipa-server - patch from William Jon McCann &lt;mccann@jhu.edu&gt;.</title>
<updated>2007-10-17T19:40:55+00:00</updated>
<author>
<name>Karl MacMillan</name>
<email>kmacmill@redhat.com</email>
</author>
<published>2007-10-17T19:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e'/>
<id>f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Karl MacMillan wrote:</title>
<updated>2007-10-09T20:25:38+00:00</updated>
<author>
<name>Karl MacMillan</name>
<email>kmacmill@redhat.com</email>
</author>
<published>2007-10-09T20:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d2a19b200912fe4a78211a3d6212b143ece5e064'/>
<id>d2a19b200912fe4a78211a3d6212b143ece5e064</id>
<content type='text'>
&gt; &gt; This largish patch makes the build and installation work on 64bit
&gt; &gt; machines. The only catch here is that to get a 64bit build you need to
&gt; &gt; set LIBDIR on make:
&gt; &gt;
&gt; &gt; make install LIBDIR=/usr/lib64
&gt; &gt;
&gt; &gt; The spec file does this correctly. I couldn't find any reliable way to
&gt; &gt; guess this that works both on real systems and in the almost entirely
&gt; &gt; empty rpm build root (you can't, for example, check for the existence
&gt; &gt; of /usr/lib64).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt; &gt; This largish patch makes the build and installation work on 64bit
&gt; &gt; machines. The only catch here is that to get a 64bit build you need to
&gt; &gt; set LIBDIR on make:
&gt; &gt;
&gt; &gt; make install LIBDIR=/usr/lib64
&gt; &gt;
&gt; &gt; The spec file does this correctly. I couldn't find any reliable way to
&gt; &gt; guess this that works both on real systems and in the almost entirely
&gt; &gt; empty rpm build root (you can't, for example, check for the existence
&gt; &gt; of /usr/lib64).
</pre>
</div>
</content>
</entry>
</feed>
