Re: [Freeipa-devel] [PATCH] 361 fix cert tests

2010-02-09 Thread Jason Gerard DeRose
On Thu, 2010-01-28 at 16:18 -0500, Rob Crittenden wrote: > This fixes some problems with the cert plugin tests. > > - It checks to see if a self-signed CA is available in ~/.ipa/alias. If > not the tests are skipped > - Be a bit smarter about cleaning up by moving it to a separate test > - This r

Re: [Freeipa-devel] [PATCH] 368 remove some duplicate code

2010-02-09 Thread Jason Gerard DeRose
On Mon, 2010-02-08 at 11:03 -0500, Rob Crittenden wrote: > John Dennis wrote: > > On 02/02/2010 10:56 PM, Rob Crittenden wrote: > >> Move the dogtag HTTP and HTTPS request functions to a common library to > >> remove duplication. > >> > >> I'm next planning on moving the XML parsing code into ipapy

Re: [Freeipa-devel] [PATCH] 371 add status to ipactl

2010-02-09 Thread Jason Gerard DeRose
On Wed, 2010-02-03 at 16:33 -0500, Rob Crittenden wrote: > We had an RFE for adding status to ipactl, seemed like low-hanging fruit > (bug 503437) > > rob ack. pushed to master. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redh

Re: [Freeipa-devel] [PATCH] jderose 041 Fix logging

2010-02-09 Thread Jason Gerard DeRose
On Mon, 2010-02-08 at 11:38 -0500, Rob Crittenden wrote: > Jason Gerard DeRose wrote: > > I lied one, more. > > > > Rob, I see you changed how the log level on the root logger is set in > > API.bootstrap()... unfortunately, under the server and CLI, the result > > is that the root logger always st

[Freeipa-devel] [PATCHES] Bring back old outputting functionality

2010-02-09 Thread Pavel Zuna
I compiled 3 patches, that effectively bring back all the functionality we had before Jasons big patch (i.e. before introducing output validation and the common output interface). --all and --raw are back, but this time as global options replacing DNs with primary keys is back clever attribute

[Freeipa-devel] [PATCH] Complete the list of user attributes.

2010-02-09 Thread Pavel Zuna
This patch completes the list of attributes in the user plugin. It uses Jason's no_create,no_update,no_search flags. I mainly did this to test the "Bring back old outputting functionality" series of patches I posted earlier, but we need to do this for all plugins anyway. Pavel 0004-Complete

[Freeipa-devel] [PATCH] add i18n translation support

2010-02-09 Thread John Dennis
This patch is a rework of the "add l10n support" sent on 1/30/2010. It is virtually identical except no initial languages are defined (install/po/LINGUAS is empty) and it contains an initial .pot file. This should set us up to flip the switch on transifex.net to start our translations. Commen

Re: [Freeipa-devel] [PATCHES] Bring back old outputting functionality

2010-02-09 Thread Rob Crittenden
Pavel Zuna wrote: I compiled 3 patches, that effectively bring back all the functionality we had before Jasons big patch (i.e. before introducing output validation and the common output interface). --all and --raw are back, but this time as global options replacing DNs with primary keys is bac

Re: [Freeipa-devel] [PATCHES] Add ipa-dns-install

2010-02-09 Thread Rob Crittenden
Martin Nagy wrote: On Thu, 2010-01-21 at 17:37 -0500, Rob Crittenden wrote: Rob Crittenden wrote: Martin Nagy wrote: Hi, with these patches, the user will be able to install DNS additionally, after ipa-server-install. No --uninstall yet, however. I do have it in my tree, but it causes a lot of

Re: [Freeipa-devel] [PATCHES] Add A and PTR records during ipa-replica-prepare

2010-02-09 Thread Rob Crittenden
Martin Nagy wrote: On Fri, 2010-01-22 at 10:30 -0500, Rob Crittenden wrote: Martin Nagy wrote: Hi, these patches will allow one to specify an ip address of the replica to ipa-replica-prepare. The dns records will then be added. This should make life better for QA :) Martin nack, it shouldn't a

Re: [Freeipa-devel] [PATCH] jderose 041 Fix logging

2010-02-09 Thread Rob Crittenden
Jason Gerard DeRose wrote: On Mon, 2010-02-08 at 11:38 -0500, Rob Crittenden wrote: Jason Gerard DeRose wrote: I lied one, more. Rob, I see you changed how the log level on the root logger is set in API.bootstrap()... unfortunately, under the server and CLI, the result is that the root logger

[Freeipa-devel] [PATCH] 375 selinux fix for CRLs

2010-02-09 Thread Rob Crittenden
Fix an SELinux permissions problem when retrieving CRLs via Apache. rob freeipa-375-selinux.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCHES] Bring back old outputting functionality

2010-02-09 Thread Rob Crittenden
Pavel Zuna wrote: I compiled 3 patches, that effectively bring back all the functionality we had before Jasons big patch (i.e. before introducing output validation and the common output interface). --all and --raw are back, but this time as global options replacing DNs with primary keys is bac

[Freeipa-devel] [PATCH] add a test locale to our i18n support, used for testing translations

2010-02-09 Thread John Dennis
This patch adds testing support to our i18n translations. Read the file test_i18n.py to see how this is done. Makefile now supports a test_lang and test target "make test" creates the test language, installs it in under a temporary locale directory in the install/po subdir and then runs test_i

Re: [Freeipa-devel] [PATCH] add i18n translation support

2010-02-09 Thread Rob Crittenden
John Dennis wrote: This patch is a rework of the "add l10n support" sent on 1/30/2010. It is virtually identical except no initial languages are defined (install/po/LINGUAS is empty) and it contains an initial .pot file. This should set us up to flip the switch on transifex.net to start our tr

[Freeipa-devel] [PATCH[ 376 fix ipa-join segfault

2010-02-09 Thread Rob Crittenden
Make sure incoming data isn't NULL before trying to strdup() it. Bad things happen otherwise. rob freeipa-376-client.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/f