[SSSD] [PATCH] change alignment safe macros

2010-03-01 Thread Simo Sorce
The main reason for this patch is to allow George to use them also where we don't actually need to increase a counter (just set the pointer to the counter to NULL). I also decided to change the naming of both the macros and their variables to make them, hopefully, more clearear. The "safealign"

[SSSD] [PATCH] Fixed alignment problems in nss client/server

2010-03-01 Thread George McCollister
I fixed a handful of alignment problems in sss_client and nss responder. Enumerating group and passwd with getgrent and getpwent now works correctly on ARM. Cheers, George McCollister >From b81e7a2ec0d1b693b9d5cb30d40bbcb57bc8654e Mon Sep 17 00:00:00 2001 From: George McCollister Date: Mon, 1 Mar

Re: [SSSD] [PATCH] fix mismatched _recv function in proxy.c

2010-03-01 Thread Sumit Bose
On Sat, Feb 27, 2010 at 04:31:43PM -0500, Simo Sorce wrote: > > While looking at the code I found this mismatch. > The error is mostly cosmetic, but it's an error nonetheless. > > Simo. > > -- > Simo Sorce * Red Hat, Inc * New York ACK bye, Sumit __

Re: [SSSD] [PATCH] Define _GNU_SOURCE in pam_sss.c.

2010-03-01 Thread Sumit Bose
On Fri, Feb 26, 2010 at 12:07:29PM -0600, George McCollister wrote: > Hi, > > The latest version of sssd failed to compile for me until I applied this > patch. > > Regards, > George McCollister ACK bye, Sumit ___ sssd-devel mailing list sssd-devel@lis

Re: [SSSD] [PATCH] Run 'make check' during rpmbuild

2010-03-01 Thread Sumit Bose
On Fri, Feb 26, 2010 at 12:25:38PM -0500, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Regression test failures should be considered build breakages. > > - -- > Stephen Gallagher > RHCE 804006346421761 > > Delivering value year after year. > Red Hat ranks #1 in

Re: [SSSD] [PATCH] Add --with-test-dir option to configure

2010-03-01 Thread Sumit Bose
On Fri, Feb 26, 2010 at 12:23:51PM -0500, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/26/2010 11:15 AM, Stephen Gallagher wrote: > > All 'make check' tests will chdir() into this directory before > > running the suite. This provides the option of having tem

Re: [SSSD] [PATCH] Add simple access provider

2010-03-01 Thread Sumit Bose
On Thu, Feb 25, 2010 at 08:50:43PM +0100, Sumit Bose wrote: > On Thu, Feb 25, 2010 at 01:27:34PM -0500, Stephen Gallagher wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 02/25/2010 12:31 PM, Sumit Bose wrote: > > > Hi, > > > > > > this is the second try to fix #392. This p