Re: [SSSD] [PATCHES] DEBUG timestamps offer higher precision

2011-09-07 Thread Pavel Březina
Dne 6.9.2011 20:20, Stephen Gallagher napsal(a): Nack (minor): Please add the new config option to SSSDConfig.py and sssd.api.conf (and make sure that SSSDConfigTest.py still passes) Tests pass. I hope I've added it successfully. From 8c51be49305e2f92d519e0ec0a7ed6ff50320727 Mon Sep 17

[SSSD] [PATCH] Do not access memory out of bounds

2011-09-07 Thread Sumit Bose
Hi, while testing HBAC Shanks found an issue (bz736314) while processing external hosts. This patch should fix it. bye, Sumit From df7f08d7df67d47c08a43003228e7b472a9cd65e Mon Sep 17 00:00:00 2001 From: Sumit Bose sb...@redhat.com Date: Wed, 7 Sep 2011 13:15:49 +0200 Subject: [PATCH] Do not

[SSSD] [PATCH] HBAC: Handle external source hosts properly

2011-09-07 Thread Stephen Gallagher
I was using the wrong index value in a loop, which was resulting in reading from invalid memory locations. This patch should resolve https://fedorahosted.org/sssd/ticket/990 From 6dcb59896e855e55bddc7374bbb5c6d7ebe826e8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher sgall...@redhat.com Date:

Re: [SSSD] [PATCH] HBAC: Handle external source hosts properly

2011-09-07 Thread Stephen Gallagher
On Wed, 2011-09-07 at 14:46 -0400, Stephen Gallagher wrote: I was using the wrong index value in a loop, which was resulting in reading from invalid memory locations. This patch should resolve https://fedorahosted.org/sssd/ticket/990 I didn't notice that Sumit had already sent out a patch

Re: [SSSD] [PATCH] Do not access memory out of bounds

2011-09-07 Thread Stephen Gallagher
On Wed, 2011-09-07 at 13:50 +0200, Sumit Bose wrote: On Wed, Sep 07, 2011 at 01:30:54PM +0200, Sumit Bose wrote: Hi, while testing HBAC Shanks found an issue (bz736314) while processing external hosts. This patch should fix it. The patch was incomplete, new version attached. Ack and