Re: [Freeipa-devel] [PATCHES] 137-144 LDAP code refactoring (Part 3)

2013-01-28 Thread Jan Cholasta
On 25.1.2013 14:54, Petr Viktorin wrote: On 01/24/2013 03:06 PM, Petr Viktorin wrote: On 01/24/2013 10:43 AM, Petr Viktorin wrote: On 01/22/2013 04:04 PM, Petr Viktorin wrote: On 01/21/2013 06:38 PM, Petr Viktorin wrote: On 01/17/2013 06:27 PM, Petr Viktorin wrote: Hello, This is the first

Re: [Freeipa-devel] [PATCH] 89 Raise ValidationError on invalid CSV values

2013-01-28 Thread Jan Cholasta
On 14.1.2013 12:56, Petr Viktorin wrote: On 01/09/2013 06:11 PM, Jan Cholasta wrote: Hi, this patch fixes https://fedorahosted.org/freeipa/ticket/3323. Honza The patch works well, but could you also add a test to ensure we don't regress in the future? Test added. -- Jan Cholasta From

Re: [Freeipa-devel] [PATCHES] 91-92 Add support for RFC 6594 SSHFP DNS records

2013-01-28 Thread Jan Cholasta
On 23.1.2013 23:45, Rob Crittenden wrote: Jan Cholasta wrote: On 10.1.2013 05:56, Jan Cholasta wrote: Hi, Patch 91 removes module ipapython.compat. The code that uses it doesn't work with ancient Python versions anyway, so there's no need to keep it around. Patch 92 adds support for

[Freeipa-devel] FYI: new RFC 6844 on DNS Certification Authority Authorization (CAA) Resource Record

2013-01-28 Thread Petr Spacek
Hello list, FYI: New potentially interesting RFC was published. http://tools.ietf.org/html/rfc6844 I'm sorry to people subscribed to rfc-dist list. Petr^2 Spacek Original Message Subject: [rfc-dist] RFC 6844 on DNS Certification Authority Authorization (CAA) Resource

[Freeipa-devel] [PATCH] 97 Pylint cleanup

2013-01-28 Thread Jan Cholasta
Hi, this patch fixes https://fedorahosted.org/freeipa/ticket/3379. Honza -- Jan Cholasta From 6d4539935cfa9712c5c7b4e6717b6e52ded8b61e Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com Date: Mon, 28 Jan 2013 14:55:20 +0100 Subject: [PATCH] Pylint cleanup. Add more dynamic

Re: [Freeipa-devel] [PATCH] 89 Raise ValidationError on invalid CSV values

2013-01-28 Thread Petr Viktorin
On 01/28/2013 10:29 AM, Jan Cholasta wrote: On 14.1.2013 12:56, Petr Viktorin wrote: On 01/09/2013 06:11 PM, Jan Cholasta wrote: Hi, this patch fixes https://fedorahosted.org/freeipa/ticket/3323. Honza The patch works well, but could you also add a test to ensure we don't regress in the

Re: [Freeipa-devel] [PATCHES] 0117-0118 Port ipa-replica-prepare to the admintool framework

2013-01-28 Thread Petr Viktorin
On 01/04/2013 02:43 PM, Petr Viktorin wrote: On 01/03/2013 02:56 PM, John Dennis wrote: On 01/03/2013 08:00 AM, Petr Viktorin wrote: Hello, The first patch implements logging-related changes to the admintool framework and ipa-ldap-updater (the only thing ported to it so far). The design