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 information for

[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 sb...@redhat.com Date: Wed, 20 Jan 2010 10:16:16 +0100 Subject: [PATCH] Update the url in the spec files ---

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 GnuPG

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 804006346421761

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 groups is

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 provider

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 year.

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 version of

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 prerelease

[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.

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 are no

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] [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 addresses