Re: [SSSD] [PATCHES] Collection, Ref Array, ELAPI

2010-01-20 Thread Dmitri Pal
Dmitri Pal wrote: > Stephen Gallagher wrote: > >> On 12/23/2009 03:59 PM, Dmitri Pal wrote: >> >>> Hi, >>> >>> * I am not resending the COLLECTION patch. Ticket #350 has been open to >>> foster further discussion about the issue. >>> * The refarray is now made common and the attached

[SSSD] [PATCH] INI allow string list to have empty values

2010-01-20 Thread Dmitri Pal
Hello, This patch allows proper parsing of values like this: fruit=apple,,orange The added function would return the list of three items: apple orange Previously existing parsing functions in this case could only return apple orange This is used in the ELAPI configuration to provide alternati

Re: [SSSD] [PATCHES] Collection, Ref Array, ELAPI

2010-01-20 Thread Dmitri Pal
Stephen Gallagher wrote: > On 12/23/2009 03:59 PM, Dmitri Pal wrote: > > Hi, > > > * I am not resending the COLLECTION patch. Ticket #350 has been open to > > foster further discussion about the issue. > > * The refarray is now made common and the attached (or should I say > > attacked? :-) ) patch

Re: [SSSD] [PATCHES] Collection, Ref Array, ELAPI

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/23/2009 03:59 PM, Dmitri Pal wrote: > Hi, > > * I am not resending the COLLECTION patch. Ticket #350 has been open to > foster further discussion about the issue. > * The refarray is now made common and the attached (or should I say > attacked?

Re: [SSSD] [PATCH] Add missing KRB5_LIBS

2010-01-20 Thread Martin Nagy
On Wed, 2010-01-20 at 16:12 -0500, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > This was a bizarre bug. It was found by the Ubuntu packagers. On Fedora, > we were providing an implicit dependency on -lkrb5 to the sssd_be binary > through -lldb. On Ubuntu, there ar

[SSSD] [PATCH] Add missing KRB5_LIBS

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This was a bizarre bug. It was found by the Ubuntu packagers. On Fedora, we were providing an implicit dependency on -lkrb5 to the sssd_be binary through -lldb. On Ubuntu, there are no implicit dependencies, all deps must be specified manually. Fedora

Re: [SSSD] [PATCHES] Improved VERSION handling

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2010 06:38 AM, Sumit Bose wrote: > On Mon, Jan 18, 2010 at 09:45:08AM -0500, Stephen Gallagher wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> >> Patch 0001: Use a version.m4 file instead of VERSION to set the version >> and p

Re: [SSSD] [PATCH] Update the url in the spec files

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2010 05:07 AM, Jakub Hrozek wrote: > On 01/20/2010 10:22 AM, Sumit Bose wrote: >> Hi, > >> I just recognized that the url in the spec files is still pointing to >> freeipa. > >> bye, >> Sumit > > > Nice catch, ACK Pushed to master. - --

Re: [SSSD] [PATCH] For consideration: split libdhash off into a shared library

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2010 04:18 AM, Sumit Bose wrote: >> Self-nack. A closer inspection of the Fedora Packaging Guidelines >> suggests that static libraries shouldn't be packaged if it can be >> helped, or should be in a separate -static subpackage. >> >> This ver

Re: [SSSD] [PATCH] sss_groupshow - a utility to print properties of a local group

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2010 08:28 AM, Sumit Bose wrote: > On Tue, Jan 19, 2010 at 01:47:13PM +0100, Jakub Hrozek wrote: >> ouch, sorry, fixed.. > > ACK > > bye, > Sumit Pushed to master. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after y

Re: [SSSD] [PATCH] Add sysdb request to authenticate against a cached password

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2010 08:27 AM, Stephen Gallagher wrote: > On 01/08/2010 06:13 AM, Sumit Bose wrote: >> Hi, > >> this patch move the validation against cached password from the PAM >> responder code to a sysdb tevent request. This allows e.g. the Kerberos >>

Re: [SSSD] [PATCH] Two manpage fixes

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2010 07:19 AM, Stephen Gallagher wrote: > On 01/15/2010 12:21 PM, Jakub Hrozek wrote: >> * [PATCH 1/2] document debug_timestamps - Martin discovered that this >> was an undocumented option > >> * [PATCH 2/2] Deleting nonexistent users or grou

Re: [SSSD] [PATCH] Fix memory issues in async resolver

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2010 06:20 AM, Martin Nagy wrote: > On Mon, 2010-01-18 at 14:11 -0500, Stephen Gallagher wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> This fixes two issues: >> 1) Eliminates a double-free when a timeout occurs (we were free

Re: [SSSD] [PATCH] Fix a double free bug

2010-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/18/2010 02:20 PM, Stephen Gallagher wrote: > On 01/18/2010 02:17 PM, Sumit Bose wrote: >> Hi, > >> this patch fixes a double free bug in the PAM responder. > >> bye, >> Sumit > > > Ack. > Pushed to master. - -- Stephen Gallagher RHCE 8040

[SSSD] [PATCH] First step to handle LDAP referrals

2010-01-20 Thread Sumit Bose
Hi, these two patches are a first step to handle LDAP referrals. The first patch changes the way we add a file descriptor event to the event loop. Currently it was extracted from the LDAP handle. But here only the fd to the 'primary' LDAP server is stored. If a referral is found and LDAP_OPT_REFER

Re: [SSSD] [PATCH] Update the url in the spec files

2010-01-20 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2010 10:22 AM, Sumit Bose wrote: > Hi, > > I just recognized that the url in the spec files is still pointing to > freeipa. > > bye, > Sumit > Nice catch, ACK -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using

[SSSD] [PATCH] Update the url in the spec files

2010-01-20 Thread Sumit Bose
Hi, I just recognized that the url in the spec files is still pointing to freeipa. bye, Sumit From 869e25c6384f7e20addc893b393bede233a658e7 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 20 Jan 2010 10:16:16 +0100 Subject: [PATCH] Update the url in the spec files --- contrib/sssd.spec.in

Re: [SSSD] [PATCH] For consideration: split libdhash off into a shared library

2010-01-20 Thread Sumit Bose
On Tue, Jan 19, 2010 at 05:12:22PM -0500, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/08/2010 03:01 PM, Stephen Gallagher wrote: > > On 01/08/2010 05:20 AM, Sumit Bose wrote: > > > > New patches attached. > > > > Patch 0001: Fix missing license informatio