[SSSD] [PATCHES] a few basic fixed that caused segfaults/aborts

2009-09-22 Thread Simo Sorce
0001 caught compiling against talloc 2.0 0002 fixes long standing segfault with proxy+files Simo. 0001-Fix-copy-paste-of-wrong-structure.patch Description: application/mbox 0002-Don-t-try-to-use-initgroups_dyn-if-not-available.patch Description: application/mbox ___

Re: [SSSD] [PATCH] Use syslog for logging error conditions in SSSD

2009-09-22 Thread Jenny Galipeau
Simo Sorce wrote: > On Mon, 2009-09-21 at 10:37 -0400, Stephen Gallagher wrote: > >>> Ack >>> >>> >> Pushed to master >> > > Guys I would *really* like to revert this patch. > > Debug statements are *not* logging statements. > They are used *only* during debugging and should be indep

Re: [SSSD] [PATCH] Use syslog for logging error conditions in SSSD

2009-09-22 Thread Simo Sorce
On Mon, 2009-09-21 at 10:37 -0400, Stephen Gallagher wrote: > > Ack > > > > Pushed to master Guys I would *really* like to revert this patch. Debug statements are *not* logging statements. They are used *only* during debugging and should be independent of any library (you need to be able to ca

Re: [SSSD] [PATCH] Make configure script compatible with older python versions

2009-09-22 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/22/2009 08:23 AM, Sumit Bose wrote: > On Tue, Sep 22, 2009 at 07:57:05AM -0400, Stephen Gallagher wrote: >> On 09/22/2009 04:32 AM, Sumit Bose wrote: >>> On Tue, Sep 22, 2009 at 09:40:34AM +0200, Sumit Bose wrote: On Tue, Sep 22, 2009 at 09:

Re: [SSSD] [PATCH] Make configure script compatible with older python versions

2009-09-22 Thread Sumit Bose
On Tue, Sep 22, 2009 at 07:57:05AM -0400, Stephen Gallagher wrote: > On 09/22/2009 04:32 AM, Sumit Bose wrote: > > On Tue, Sep 22, 2009 at 09:40:34AM +0200, Sumit Bose wrote: > >> On Tue, Sep 22, 2009 at 09:32:22AM +0200, Sumit Bose wrote: > >>> On Mon, Sep 21, 2009 at 04:47:14PM -0400, Stephen Gal

Re: [SSSD] [PATCH] Make configure script compatible with older python versions

2009-09-22 Thread Stephen Gallagher
On 09/22/2009 04:32 AM, Sumit Bose wrote: > On Tue, Sep 22, 2009 at 09:40:34AM +0200, Sumit Bose wrote: >> On Tue, Sep 22, 2009 at 09:32:22AM +0200, Sumit Bose wrote: >>> On Mon, Sep 21, 2009 at 04:47:14PM -0400, Stephen Gallagher wrote: On 09/21/2009 04:35 PM, Stephen Gallagher wrote: > O

Re: [SSSD] [PATCH] Make configure script compatible with older python versions

2009-09-22 Thread Sumit Bose
On Tue, Sep 22, 2009 at 09:40:34AM +0200, Sumit Bose wrote: > On Tue, Sep 22, 2009 at 09:32:22AM +0200, Sumit Bose wrote: > > On Mon, Sep 21, 2009 at 04:47:14PM -0400, Stephen Gallagher wrote: > > > On 09/21/2009 04:35 PM, Stephen Gallagher wrote: > > > > Older python versions (such as that used in

Re: [SSSD] [PATCH] Make configure script compatible with older python versions

2009-09-22 Thread Sumit Bose
On Tue, Sep 22, 2009 at 09:32:22AM +0200, Sumit Bose wrote: > On Mon, Sep 21, 2009 at 04:47:14PM -0400, Stephen Gallagher wrote: > > On 09/21/2009 04:35 PM, Stephen Gallagher wrote: > > > Older python versions (such as that used in RHEL5) do not have a > > > python-config executable to report CFLAG

Re: [SSSD] [PATCH] Make configure script compatible with older python versions

2009-09-22 Thread Sumit Bose
On Mon, Sep 21, 2009 at 04:47:14PM -0400, Stephen Gallagher wrote: > On 09/21/2009 04:35 PM, Stephen Gallagher wrote: > > Older python versions (such as that used in RHEL5) do not have a > > python-config executable to report CFLAGS and LIBS. In order to > > support such versions of python, we will