Re: [Freeipa-devel] [PATCH 0018] Ensure credentials structure is initialized

2013-10-02 Thread Petr Viktorin
On 09/27/2013 01:16 PM, Petr Vobornik wrote: On 09/27/2013 12:49 PM, Petr Viktorin wrote: On 09/26/2013 04:48 PM, Nathaniel McCallum wrote: On Thu, 2013-09-26 at 12:36 +0200, Petr Viktorin wrote: On 09/26/2013 12:07 AM, Nathaniel McCallum wrote: Patch attached. There's a ticket to make Fre

Re: [Freeipa-devel] [PATCH 0018] Ensure credentials structure is initialized

2013-09-27 Thread Petr Vobornik
On 09/27/2013 12:49 PM, Petr Viktorin wrote: On 09/26/2013 04:48 PM, Nathaniel McCallum wrote: On Thu, 2013-09-26 at 12:36 +0200, Petr Viktorin wrote: On 09/26/2013 12:07 AM, Nathaniel McCallum wrote: Patch attached. There's a ticket to make FreeIPA build with stricter warnings: https://fed

Re: [Freeipa-devel] [PATCH 0018] Ensure credentials structure is initialized

2013-09-27 Thread Petr Viktorin
On 09/26/2013 04:48 PM, Nathaniel McCallum wrote: On Thu, 2013-09-26 at 12:36 +0200, Petr Viktorin wrote: On 09/26/2013 12:07 AM, Nathaniel McCallum wrote: Patch attached. There's a ticket to make FreeIPA build with stricter warnings: https://fedorahosted.org/freeipa/ticket/3896 AFAIU this

Re: [Freeipa-devel] [PATCH 0018] Ensure credentials structure is initialized

2013-09-26 Thread Nathaniel McCallum
On Thu, 2013-09-26 at 12:36 +0200, Petr Viktorin wrote: > On 09/26/2013 12:07 AM, Nathaniel McCallum wrote: > > Patch attached. > > > > There's a ticket to make FreeIPA build with stricter warnings: > https://fedorahosted.org/freeipa/ticket/3896 > > AFAIU this will trip -Wmissing-field-initializ

Re: [Freeipa-devel] [PATCH 0018] Ensure credentials structure is initialized

2013-09-26 Thread Petr Viktorin
On 09/26/2013 12:07 AM, Nathaniel McCallum wrote: Patch attached. There's a ticket to make FreeIPA build with stricter warnings: https://fedorahosted.org/freeipa/ticket/3896 AFAIU this will trip -Wmissing-field-initializers. -- PetrĀ³ ___ Freeipa

Re: [Freeipa-devel] [PATCH 0018] Ensure credentials structure is initialized

2013-09-26 Thread Petr Vobornik
On 09/26/2013 12:07 AM, Nathaniel McCallum wrote: Patch attached. Fixes the issue. ACK -- Petr Vobornik ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH 0018] Ensure credentials structure is initialized

2013-09-25 Thread Nathaniel McCallum
Patch attached. >From 856ec54787d188fb29592a1fb021a29fb8d83abb Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 25 Sep 2013 18:04:02 -0400 Subject: [PATCH] Ensure credentials structure is initialized --- daemons/ipa-slapi-plugins/ipa-pwd-extop/auth.c | 2 +- 1 file changed, 1 inserti