[Freeipa-devel] gitweb doesn't show the correct histroy for webui-details

2010-08-06 Thread Adam Young
The recent reset of the origin/master branch for FreeIPA has had the side effec that it left gitweb confused. I've noticed the same thing on both my personal gitweb and the fedorahosted.org server: webui-details seems to show the tree from the same place as master currently shows. However, a

Re: [Freeipa-devel] [patch] The Javascript code for the new web ui

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 08/04/2010 11:05 AM, Adam Young wrote: On 08/03/2010 07:51 PM, Adam Young wrote: This code is the javascript, html and sample data code at the heart of the new web UI. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com htt

Re: [Freeipa-devel] [Patch] Images for the web UI

2010-08-06 Thread Rob Crittenden
Adam Young wrote: THis is the set of images for the web ui, pulled out into a separate patch to minimize the size of the non-binary patches. ack ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-d

Re: [Freeipa-devel] [Patch] Install infrastructure for new web UI.

2010-08-06 Thread Rob Crittenden
Adam Young wrote: This patch is one of a series that are the web UI code broken out into 4 separate patches. This one contains the changes to the files used for the build and configure infrastructure code to support the new web ui. ack ___ Freeip

Re: [Freeipa-devel] [Patch] Changes to the python infrastructure-supporting-the-web ui

2010-08-06 Thread Rob Crittenden
Adam Young wrote: This code contains the changes to the python code necessary to support the new web ui. It handles the changes to the baseldap code necessary to expose the meta data to the front end, as well as the installation support. nack. About 75 tests are failing with this patch. I d

Re: [Freeipa-devel] [Patch] Changes to the python infrastructure-supporting-the-web ui

2010-08-06 Thread Adam Young
On 08/06/2010 11:51 AM, Rob Crittenden wrote: Adam Young wrote: This code contains the changes to the python code necessary to support the new web ui. It handles the changes to the baseldap code necessary to expose the meta data to the front end, as well as the installation support. nack.

Re: [Freeipa-devel] [Patch] Install infrastructure for new web UI.

2010-08-06 Thread Adam Young
On 08/06/2010 11:47 AM, Rob Crittenden wrote: Adam Young wrote: This patch is one of a series that are the web UI code broken out into 4 separate patches. This one contains the changes to the files used for the build and configure infrastructure code to support the new web ui. ack pushed

Re: [Freeipa-devel] [patch] The Javascript code for the new web ui

2010-08-06 Thread Adam Young
On 08/06/2010 11:46 AM, Rob Crittenden wrote: Adam Young wrote: On 08/04/2010 11:05 AM, Adam Young wrote: On 08/03/2010 07:51 PM, Adam Young wrote: This code is the javascript, html and sample data code at the heart of the new web UI. ___ Freeipa-

[Freeipa-devel] [PATCH] 501 report managedby errors

2010-08-06 Thread Rob Crittenden
Report failures when adding/removing members to the managedby attribute (services and hosts). rob freeipa-501-managedby.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinf

Re: [Freeipa-devel] [PATCH] 454 add su-l hbac service

2010-08-06 Thread Rob Crittenden
Stephen Gallagher wrote: On 05/27/2010 10:59 AM, Rob Crittenden wrote: Add another default hbac service, su-l. rob Ack pushed to master ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-deve

Re: [Freeipa-devel] [PATCH] 451 fix i18n test

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 05/27/2010 10:29 AM, Pavel Zuna wrote: On 05/21/2010 11:35 PM, Rob Crittenden wrote: Fix this test to work from source tree root It would work if you ran the test from its location in tests/test_ipalib but this isn't the most common method. If you want to run it individua

Re: [Freeipa-devel] [PATCH] 492 fix env plugin

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/26/2010 06:00 PM, Rob Crittenden wrote: The env plugin was displaying just the number of entries in the environment, not the values. Add an --all flag to print those, on by default. rob ___ Freeipa-devel mailing list Freeip

Re: [Freeipa-devel] [PATCH] 484 add framework for testing other cmdlines

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/12/2010 05:51 PM, Rob Crittenden wrote: In order to test service-disable I needed a way to get a keytab. For this we need to run ipa-getkeytab so I added some framework to be able to run the non-ipa command-line utilities. Right now I'm just testing the very basics of

Re: [Freeipa-devel] [PATCH] 491 Fix replacing a certificate in a service.

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/22/2010 04:14 PM, Rob Crittenden wrote: Rob Crittenden wrote: When a service has a certificate and the CA backend doesn't support revocation (like selfsign) then we simply drop the old certificate in preparation for adding a new one. We weren't setting the usercertific

Re: [Freeipa-devel] [PATCH] 490 add DNS lookup to new hosts/services

2010-08-06 Thread Adam Young
On 08/05/2010 10:36 AM, Rob Crittenden wrote: Adam Young wrote: On 08/05/2010 08:45 AM, Rob Crittenden wrote: Adam Young wrote: On 07/30/2010 04:02 PM, Adam Young wrote: On 07/22/2010 02:25 PM, Rob Crittenden wrote: Make sure that the host behind new host and service records is actually a re

Re: [Freeipa-devel] [PATCH] 495 user/group name validation

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/27/2010 04:38 PM, Rob Crittenden wrote: Add optional error message to pattern validator and enforces valid user/group names. The pattern validator by default displays the pattern that is being matched against. This isn't helpful, particularly for very hairy patterns.

Re: [Freeipa-devel] [PATCH] 496 fix RPC tests

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/27/2010 04:40 PM, Rob Crittenden wrote: Fix the RPC tests. The method name comes back as a unicode from xmlrpclib.loads(). With this and a fix in patch 495 all tests should now pass. rob ___ Freeipa-devel mailing list Freei

Re: [Freeipa-devel] [PATCH] 490 add DNS lookup to new hosts/services

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 08/05/2010 10:36 AM, Rob Crittenden wrote: Adam Young wrote: On 08/05/2010 08:45 AM, Rob Crittenden wrote: Adam Young wrote: On 07/30/2010 04:02 PM, Adam Young wrote: On 07/22/2010 02:25 PM, Rob Crittenden wrote: Make sure that the host behind new host and service record

Re: [Freeipa-devel] [PATCH] 493 skip lang test if not built

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 08/04/2010 03:56 PM, Adam Young wrote: On 07/26/2010 06:01 PM, Rob Crittenden wrote: The i18n tests were failing if the language wasn't built. Skip it in this case and inform the user what to run to get the test to execute. rob __

Re: [Freeipa-devel] [PATCH] 497 check for command existence in tests

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/29/2010 10:55 AM, Rob Crittenden wrote: The command tests rely on the in-tree version of the command. If you haven't done a 'make' in the tree the command won't exist so isn't testable. This adds a test for command existence and raises a specific error. It was previousl

Re: [Freeipa-devel] [PATCH] 498 enforce 389-ds header existence

2010-08-06 Thread Rob Crittenden
Nathan Kinder wrote: On 07/29/2010 08:26 AM, Rob Crittenden wrote: We were checking for 389-ds headers but not enforcing their existence. I've also added a check for the new repl-session-plugin.h header. ack pushed to master ___ Freeipa-devel maili

[Freeipa-devel] [Patch] 0001-Remove-search-field-on-group-button.patch

2010-08-06 Thread Adam Young
In reusing the search functionality for the group listing, we don't want the search field or button. THis patch hides it, while also performing some initialization/cleanup for the Enroll button >From e9c411d6874bf5d1b4a16cad58bcdb97bde21601 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 6

[Freeipa-devel] [Patch] IPA-HTTPD-config-uses-usr-share-static-as-target-

2010-08-06 Thread Adam Young
Changes the URI for the WebUI from ipa/static to ipa/ui, which makes the existing redirects work again. >From 4ca2fc7223827e8ca97529acfe28c4c366bb14e9 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 6 Aug 2010 15:43:27 -0400 Subject: [PATCH 2/2] IPA HTTPD config uses /usr/share/static as tar

Re: [Freeipa-devel] [PATCH] use time and search limit values from cn=ipaconfig

2010-08-06 Thread Adam Young
On 06/25/2010 09:44 AM, Rob Crittenden wrote: Use the cn=ipaconfig time and search limit values, and cache cn=ipaconfig This reads cn=ipaconfig just once and uses that same entry for all future requests. It gets re-read only if the entry is updated by our config plugin. rob ___