Re: [Freeipa-devel] [PATCH] 253 Enable mod_deflate

2013-01-09 Thread Petr Viktorin
On 01/09/2013 08:41 AM, Martin Kosek wrote: On 01/08/2013 06:05 PM, Petr Vobornik wrote: On 01/08/2013 05:58 PM, Rob Crittenden wrote: Petr Vobornik wrote: Design page: http://www.freeipa.org/page/V3/WebUI_gzip_compression Enabled mod_deflate for: * text/html (HTML files) * text/plain (for

Re: [Freeipa-devel] [PATCH] 253 Enable mod_deflate

2013-01-09 Thread Petr Vobornik
On 01/09/2013 11:59 AM, Petr Viktorin wrote: On 01/09/2013 08:41 AM, Martin Kosek wrote: On 01/08/2013 06:05 PM, Petr Vobornik wrote: On 01/08/2013 05:58 PM, Rob Crittenden wrote: Petr Vobornik wrote: Design page: http://www.freeipa.org/page/V3/WebUI_gzip_compression Enabled mod_deflate

Re: [Freeipa-devel] [PATCH] 253 Enable mod_deflate

2013-01-09 Thread Petr Viktorin
On 01/09/2013 02:06 PM, Petr Vobornik wrote: On 01/09/2013 11:59 AM, Petr Viktorin wrote: On 01/09/2013 08:41 AM, Martin Kosek wrote: On 01/08/2013 06:05 PM, Petr Vobornik wrote: On 01/08/2013 05:58 PM, Rob Crittenden wrote: Petr Vobornik wrote: Design page:

[Freeipa-devel] RFC 6594 DNS SSHFP records design doc

2013-01-09 Thread Jan Cholasta
Hi, you can find the design doc at http://freeipa.org/page/V3/RFC_6594_SSHFP_DNS_records. It's also inlined below. Honza = Overview = IPA supports automatic update of SSHFP DNS records for managed hosts in the ttipa-client-install/tt script and in tthost-*/tt commands. The support is

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

2013-01-09 Thread Jan Cholasta
Hi, this patch fixes https://fedorahosted.org/freeipa/ticket/3323. Honza -- Jan Cholasta From 9c8a97f8b1ae843679b4deda8b19e6026e532b32 Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com Date: Tue, 8 Jan 2013 16:32:41 +0100 Subject: [PATCH] Raise ValidationError on invalid CSV

[Freeipa-devel] [PATCH] 90 Run interactive_prompt callbacks after CSV values are split

2013-01-09 Thread Jan Cholasta
Hi, this patch fixes https://fedorahosted.org/freeipa/ticket/3334. Honza -- Jan Cholasta From 43343dae9ed8cbac6806dd3f7f548b28c872c365 Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com Date: Wed, 9 Jan 2013 18:09:10 +0100 Subject: [PATCH] Run interactive_prompt callbacks after

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

2013-01-09 Thread Jan Cholasta
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 automatic generation of RFC 6594 SSHFP DNS records to ipa-client-install and host plugin, as described in