Re: [Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-24 Thread Martin Kosek
On Thu, 2012-05-24 at 13:53 +0200, Petr Viktorin wrote: > On 05/23/2012 02:30 PM, Martin Kosek wrote: > > On Wed, 2012-05-23 at 14:24 +0200, Martin Kosek wrote: > >> On Tue, 2012-05-22 at 14:41 +0200, Petr Viktorin wrote: > >>> On 05/16/2012 09:44 AM, Martin Kosek wrote: > On Tue, 2012-05-15 a

Re: [Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-24 Thread Petr Viktorin
On 05/23/2012 02:30 PM, Martin Kosek wrote: On Wed, 2012-05-23 at 14:24 +0200, Martin Kosek wrote: On Tue, 2012-05-22 at 14:41 +0200, Petr Viktorin wrote: On 05/16/2012 09:44 AM, Martin Kosek wrote: On Tue, 2012-05-15 at 14:02 +0200, Petr Viktorin wrote: On 05/11/2012 06:52 PM, Martin Kosek

Re: [Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-23 Thread Martin Kosek
On Wed, 2012-05-23 at 14:24 +0200, Martin Kosek wrote: > On Tue, 2012-05-22 at 14:41 +0200, Petr Viktorin wrote: > > On 05/16/2012 09:44 AM, Martin Kosek wrote: > > > On Tue, 2012-05-15 at 14:02 +0200, Petr Viktorin wrote: > > >> > On 05/11/2012 06:52 PM, Martin Kosek wrote: > > >>> > > python-d

Re: [Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-23 Thread Martin Kosek
On Tue, 2012-05-22 at 14:41 +0200, Petr Viktorin wrote: > On 05/16/2012 09:44 AM, Martin Kosek wrote: > > On Tue, 2012-05-15 at 14:02 +0200, Petr Viktorin wrote: > >> > On 05/11/2012 06:52 PM, Martin Kosek wrote: > >>> > > python-dns is very feature-rich and it can help us a lot with our > >>>

Re: [Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-22 Thread Petr Viktorin
On 05/16/2012 09:44 AM, Martin Kosek wrote: On Tue, 2012-05-15 at 14:02 +0200, Petr Viktorin wrote: > On 05/11/2012 06:52 PM, Martin Kosek wrote: > > python-dns is very feature-rich and it can help us a lot with our DNS > > related code. This patch does the first step, i.e. replaces acutil

Re: [Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-16 Thread Martin Kosek
On Tue, 2012-05-15 at 14:02 +0200, Petr Viktorin wrote: > On 05/11/2012 06:52 PM, Martin Kosek wrote: > > python-dns is very feature-rich and it can help us a lot with our DNS > > related code. This patch does the first step, i.e. replaces acutil use > > with python-dns, which is more convenient to

Re: [Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-15 Thread Petr Viktorin
On 05/11/2012 06:52 PM, Martin Kosek wrote: python-dns is very feature-rich and it can help us a lot with our DNS related code. This patch does the first step, i.e. replaces acutil use with python-dns, which is more convenient to use as you will see in the patch. More integration will follow in t

[Freeipa-devel] [PATCH] 260 Replace DNS client based on acutil with python-dns

2012-05-11 Thread Martin Kosek
python-dns is very feature-rich and it can help us a lot with our DNS related code. This patch does the first step, i.e. replaces acutil use with python-dns, which is more convenient to use as you will see in the patch. More integration will follow in the future. I send this patch rather early, so