[Freeipa-devel] [PATCH] 1062 fix dogtag replication

2012-10-12 Thread Rob Crittenden
This patch changes the replication protocol from SSL to TLS. This will fix installing a replica CA along with an updated version of dogtag that fixes other issues. rob >From 98fde54c170eb7974afe80403d54747563c8e3be Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 12 Oct 2012 14:35:43 -

[Freeipa-devel] Announcing FreeIPA v3.0.0 Release

2012-10-12 Thread Rob Crittenden
The FreeIPA team is proud to announce version FreeIPA v3.0.0. It can be downloaded from http://www.freeipa.org/Downloads. A build is on the way to updates-testing for Fedora 18. FreeIPA 3.0.0 works well in Fedora 17 but we will not be providing a build in the Fedora 17 following Fedora's polic

Re: [Freeipa-devel] Unit tests failing on F18

2012-10-12 Thread Rob Crittenden
John Dennis wrote: On 10/12/2012 11:20 AM, Martin Kosek wrote: Hello, I was investigating global unit test failure on Fedora 18 for most of today, I would like to share results I found so far. Unit test and its related scripts on F18 now reports NSS BUSY exception, just like this one: # ./mak

Re: [Freeipa-devel] Unit tests failing on F18

2012-10-12 Thread John Dennis
On 10/12/2012 11:20 AM, Martin Kosek wrote: Hello, I was investigating global unit test failure on Fedora 18 for most of today, I would like to share results I found so far. Unit test and its related scripts on F18 now reports NSS BUSY exception, just like this one: # ./make-testcert Traceback

Re: [Freeipa-devel] Proposal: Use argparse for option parsing

2012-10-12 Thread Dmitri Pal
On 10/12/2012 11:04 AM, Petr Viktorin wrote: > Hello, > I read through https://fedorahosted.org/freeipa/ticket/3060 and > noticed that the requirements are similar to what an existing library > offers. > > The optparse module we currently use for CLI option parsing is > deprecated[1]. The replaceme

[Freeipa-devel] Unit tests failing on F18

2012-10-12 Thread Martin Kosek
Hello, I was investigating global unit test failure on Fedora 18 for most of today, I would like to share results I found so far. Unit test and its related scripts on F18 now reports NSS BUSY exception, just like this one: # ./make-testcert Traceback (most recent call last): File "./make-testc

[Freeipa-devel] Proposal: Use argparse for option parsing

2012-10-12 Thread Petr Viktorin
Hello, I read through https://fedorahosted.org/freeipa/ticket/3060 and noticed that the requirements are similar to what an existing library offers. The optparse module we currently use for CLI option parsing is deprecated[1]. The replacement is called argparse, which is part of the Python 2.

Re: [Freeipa-devel] [PATCH] 0082/0083 Handle NotFound exception when establishing trust

2012-10-12 Thread Alexander Bokovoy
On Fri, 12 Oct 2012, Petr Viktorin wrote: I purposedly went regexp way because of _("Additional instructions"). I know that our testsuite is not passing when running it localized so it may be a moot point but avoiding dependency on a localized content in the test was one specific reason for the a

Re: [Freeipa-devel] [PATCH] 0082/0083 Handle NotFound exception when establishing trust

2012-10-12 Thread Rob Crittenden
Alexander Bokovoy wrote: On Fri, 12 Oct 2012, Petr Viktorin wrote: Sure. Please share findings of your investigation, then. https://fedorahosted.org/freeipa/ticket/3167 Basically, I think you generalized too much. The result is much more complex (=less understandable, maintainable, changeable)

Re: [Freeipa-devel] [PATCH] 0082/0083 Handle NotFound exception when establishing trust

2012-10-12 Thread Petr Viktorin
On 10/12/2012 03:30 PM, Alexander Bokovoy wrote: On Fri, 12 Oct 2012, Petr Viktorin wrote: Sure. Please share findings of your investigation, then. https://fedorahosted.org/freeipa/ticket/3167 Basically, I think you generalized too much. The result is much more complex (=less understandable, m

Re: [Freeipa-devel] [PATCH] 0082/0083 Handle NotFound exception when establishing trust

2012-10-12 Thread Alexander Bokovoy
On Fri, 12 Oct 2012, Petr Viktorin wrote: Sure. Please share findings of your investigation, then. https://fedorahosted.org/freeipa/ticket/3167 Basically, I think you generalized too much. The result is much more complex (=less understandable, maintainable, changeable) than a '\n'.join() when c

Re: [Freeipa-devel] [PATCH] 0090 Pull translation files from Transifex

2012-10-12 Thread Rob Crittenden
Petr Viktorin wrote: Hello, There are lots of new translations, especially for French and Ukrainian. Unfortunately we didn't have a string freeze, 35 messages are new/changed since last POT push. Patch generated by: cd install/po make pull-po make update-po Message stats: ipa.pot has 1981 messa

Re: [Freeipa-devel] [PATCH] 0082/0083 Handle NotFound exception when establishing trust

2012-10-12 Thread Petr Viktorin
On 10/12/2012 11:20 AM, Alexander Bokovoy wrote: On Thu, 11 Oct 2012, Petr Viktorin wrote: On 10/11/2012 02:44 PM, Alexander Bokovoy wrote: On Thu, 11 Oct 2012, Petr Viktorin wrote: On 10/11/2012 12:27 PM, Alexander Bokovoy wrote: On Thu, 11 Oct 2012, Petr Viktorin wrote: On 10/08/2012 02:22

Re: [Freeipa-devel] [PATCHES] backport of Firefox extension to FreeIPA 2.2

2012-10-12 Thread Petr Viktorin
On 10/11/2012 02:55 PM, Petr Vobornik wrote: This bunch of patches is a backport of Firefox extension to FreeIPA 2.2. First apply pvoborni's patches then pviktori's. I tested several replication/upgrade scenarios. Upgrading from 2.2.0 and to master works fine. ACK for the Python part. -- P

Re: [Freeipa-devel] [PATCH] 0082/0083 Handle NotFound exception when establishing trust

2012-10-12 Thread Alexander Bokovoy
On Thu, 11 Oct 2012, Petr Viktorin wrote: On 10/11/2012 02:44 PM, Alexander Bokovoy wrote: On Thu, 11 Oct 2012, Petr Viktorin wrote: On 10/11/2012 12:27 PM, Alexander Bokovoy wrote: On Thu, 11 Oct 2012, Petr Viktorin wrote: On 10/08/2012 02:22 PM, Alexander Bokovoy wrote: On Mon, 08 Oct 2012

Re: [Freeipa-devel] [PATCH 75] log dogtag errors

2012-10-12 Thread Petr Viktorin
On 10/11/2012 06:53 PM, John Dennis wrote: On 04/28/2012 09:50 AM, John Dennis wrote: On 04/27/2012 04:45 AM, Petr Viktorin wrote: On 04/20/2012 08:07 PM, John Dennis wrote: Ticket #2622 If we get an error from dogtag we always did raise a CertificateOperationError exception with a message de