Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-10 Thread Sumit Bose
On Tue, Feb 09, 2010 at 10:39:28PM +0100, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 02:08 PM, Jakub Hrozek wrote: Although I did not manage to reproduce the segfault, the backtrace looked like an uninitialized nmembers variable..new patch is attached.

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/10/2010 11:40 AM, Sumit Bose wrote: + +subreq = group_show_recurse_send(state-root, state, + state-root, + group_members, +

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-10 Thread Sumit Bose
On Wed, Feb 10, 2010 at 05:29:04PM +0100, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yet another iteration to fix yet another bug.. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-10 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/10/2010 11:48 AM, Sumit Bose wrote: On Wed, Feb 10, 2010 at 05:29:04PM +0100, Jakub Hrozek wrote: Yet another iteration to fix yet another bug.. ACK Pushed to master. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Sumit Bose
On Mon, Feb 08, 2010 at 09:01:29PM +0100, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members (#397) * the list of groupnames is

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 12:20 PM, Sumit Bose wrote: On Mon, Feb 08, 2010 at 09:01:29PM +0100, Jakub Hrozek wrote: This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 02:08 PM, Jakub Hrozek wrote: Although I did not manage to reproduce the segfault, the backtrace looked like an uninitialized nmembers variable..new patch is attached. Several other improvements related to the way we display info

[SSSD] [PATCH] sss_groupshow improvements

2010-02-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members (#397) * the list of groupnames is comma separated (#398) * output inconsistencies (#399) -BEGIN