[Freeipa-devel] [PATCH] 0087 Fix an integer underflow bug in libotp

2015-09-25 Thread Nathaniel McCallum
Temporarily storing the offset time in an unsigned integer causes the value of the offset to underflow when a (valid) negative offset value is generated. Using a signed variable avoids this problem.From 41682880a146951dab5d08ed940fb6c447957545 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum

Re: [Freeipa-devel] [PATCH 0086] Migrate OTP import script to python-cryptography

2015-09-25 Thread Nathaniel McCallum
On Mon, 2015-08-31 at 11:08 -0400, Nathaniel McCallum wrote: > https://fedorahosted.org/freeipa/ticket/5192 > -- > Manage your subscription for the Freeipa-devel mailing list: > https://www.redhat.com/mailman/listinfo/freeipa-devel > Contribute to FreeIPA:

Re: [Freeipa-devel] [PATCH 0315] CI: backup with KRA installed

2015-09-25 Thread Martin Basti
On 09/24/2015 05:08 PM, Milan KubĂ­k wrote: On 09/11/2015 04:42 PM, Martin Basti wrote: Patch mbasti-0312-2 Patch attached. LGTM, ack Milan Pushed to: master: 28c25241fe7e1d8ff44a97daca44910b6ed57193 ipa-4-2: e87ae21da8e771662a7a931afe26967ff05145a2 -- Manage your subscription for

Re: [Freeipa-devel] [PATCH] 0087 Fix an integer underflow bug in libotp

2015-09-25 Thread Nathaniel McCallum
On Fri, 2015-09-25 at 12:18 -0400, Nathaniel McCallum wrote: > Temporarily storing the offset time in an unsigned integer causes the > value of the offset to underflow when a (valid) negative offset value > is generated. Using a signed variable avoids this problem. This new version makes the

Re: [Freeipa-devel] [PATCH 0086] Migrate OTP import script to python-cryptography

2015-09-25 Thread Nathaniel McCallum
On Fri, 2015-09-25 at 18:29 +0200, Martin Babinsky wrote: > On 09/25/2015 04:53 PM, Nathaniel McCallum wrote: > > On Mon, 2015-08-31 at 11:08 -0400, Nathaniel McCallum wrote: > > > https://fedorahosted.org/freeipa/ticket/5192 > > > -- > > > Manage your subscription for the Freeipa-devel mailing

Re: [Freeipa-devel] [PATCH 0055] dnssec options missing in ipa-dns-install man page

2015-09-25 Thread Martin Basti
On 09/23/2015 03:36 PM, Gabe Alford wrote: Thanks. Updated patch attached. On Wed, Sep 23, 2015 at 7:14 AM, Martin Basti > wrote: On 09/23/2015 03:12 PM, Gabe Alford wrote: Odd and done. Updated patch attached. Gabe On Wed,