<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-python/rpcclient.py, branch webui_isolate</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Remove some duplicated code that was moved to ipaserver and use it Remove some unused files</title>
<updated>2009-02-06T20:04:42+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-04T15:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=6b34f0772026ede7788f9d2ec7989912ba17216f'/>
<id>6b34f0772026ede7788f9d2ec7989912ba17216f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore GSS exception when iterating through server list. Fixes: 459864</title>
<updated>2008-09-11T21:38:41+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2008-09-09T13:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=fa019e932d2557b49e3dc1c29a0704fa8076086b'/>
<id>fa019e932d2557b49e3dc1c29a0704fa8076086b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tool to manage IPA Search and User policy</title>
<updated>2008-08-20T21:39:46+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcrit@ipa.greyoak.com</email>
</author>
<published>2008-08-15T17:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e9bde984e0aa1f1b03dee5f916daed783a64c025'/>
<id>e9bde984e0aa1f1b03dee5f916daed783a64c025</id>
<content type='text'>
448624, 448625
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
448624, 448625
</pre>
</div>
</content>
</entry>
<entry>
<title>Refine our web space some more so that everything we reference is in /ipa</title>
<updated>2008-05-07T13:41:32+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-07T13:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8e7561cff6df60e470f1a576f8dca3f025db0586'/>
<id>8e7561cff6df60e470f1a576f8dca3f025db0586</id>
<content type='text'>
UI: /ipa/ui
XML-RPC: /ipa/xml
errors: /ipa/errors
config: /ipa/config

I had to hardcode that URI into the CSS pages but TurboGears handles the
rest of the translations with tg.url().

Added a version to ipa.conf and ipa-rewrite.conf so we can update them
in the future if needed with ipa-upgradeconfig

440443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UI: /ipa/ui
XML-RPC: /ipa/xml
errors: /ipa/errors
config: /ipa/config

I had to hardcode that URI into the CSS pages but TurboGears handles the
rest of the translations with tg.url().

Added a version to ipa.conf and ipa-rewrite.conf so we can update them
in the future if needed with ipa-upgradeconfig

440443
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the client-side search size limit.</title>
<updated>2008-04-25T20:46:13+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-25T17:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=306d8241b3c635fe9d0c9a92166066463dda1b8c'/>
<id>306d8241b3c635fe9d0c9a92166066463dda1b8c</id>
<content type='text'>
I've changed the variable name searchlimit to sizelimit to match the
name in python-ldap (and hopefully therefore be more readable).

The big change was changing the default value from 0 to -1. As 0 we were
never using the value from cn=ipaconfig

python-ldap expects this to be an int type

In the UI sizelimit was hardcoded at 0 for users

439880
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've changed the variable name searchlimit to sizelimit to match the
name in python-ldap (and hopefully therefore be more readable).

The big change was changing the default value from 0 to -1. As 0 we were
never using the value from cn=ipaconfig

python-ldap expects this to be an int type

In the UI sizelimit was hardcoded at 0 for users

439880
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --verbose option so the HTTP headers and XML request/response can be seen.</title>
<updated>2008-04-25T14:35:22+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-24T14:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=12ea8efc0b05f361a5871451cb095753c8c6cc16'/>
<id>12ea8efc0b05f361a5871451cb095753c8c6cc16</id>
<content type='text'>
Also re-do the way modules are imported. I was attemping to have ^C handled
gracefully but the way I did it could mask other problems.

443987
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also re-do the way modules are imported. I was attemping to have ^C handled
gracefully but the way I did it could mask other problems.

443987
</pre>
</div>
</content>
</entry>
<entry>
<title>When getting members let user indicate what type of member they want.</title>
<updated>2008-03-27T13:54:41+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-27T13:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=bde9959091d263402c2016c183f8617dea488cc0'/>
<id>bde9959091d263402c2016c183f8617dea488cc0</id>
<content type='text'>
The memberOf attribute includes members that are directly in the group
via the "member" attribute and those that are included as a result of
being in a group that is in the group.

The UI needs to be able to distinguish between the two.

438706
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The memberOf attribute includes members that are directly in the group
via the "member" attribute and those that are included as a result of
being in a group that is in the group.

The UI needs to be able to distinguish between the two.

438706
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-root the IPA web UI to /ipa and the XML-RPC interface to /ipaxml.</title>
<updated>2008-03-24T19:54:55+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-24T19:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=4c288e653aec9c5d58ef782f07a13b9efde6e148'/>
<id>4c288e653aec9c5d58ef782f07a13b9efde6e148</id>
<content type='text'>
438021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
438021
</pre>
</div>
</content>
</entry>
<entry>
<title>Require that service principals resolve to a DNS A record.</title>
<updated>2008-02-26T18:51:56+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-02-26T18:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d6d12e9dc597d6637ae49057a44b51476ff876b0'/>
<id>d6d12e9dc597d6637ae49057a44b51476ff876b0</id>
<content type='text'>
There is a --force option for those who know what they are doing.

433483
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a --force option for those who know what they are doing.

433483
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failover to the XML-RPC client</title>
<updated>2008-02-22T19:47:15+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-02-22T19:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8f0d4a8ed3cd80ee1c68d3f17e777fa89bcc105a'/>
<id>8f0d4a8ed3cd80ee1c68d3f17e777fa89bcc105a</id>
<content type='text'>
433506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
433506
</pre>
</div>
</content>
</entry>
</feed>
