Re: [SSSD] [PATCH] Add expandable sequences to krb5_ccachedir

2010-03-08 Thread Sumit Bose
On Fri, Feb 26, 2010 at 04:43:56PM +0100, Sumit Bose wrote: On Wed, Feb 24, 2010 at 09:56:47AM -0500, Simo Sorce wrote: On Wed, 24 Feb 2010 12:05:18 +0100 Sumit Bose sb...@redhat.com wrote: +old_umask = umask(); +ret = mkdir(dirname, 01777); +umask(old_umask); +

Re: [SSSD] [Transifex] File submitted via email to SSSD | master

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/26/2010 06:19 PM, ad...@transifex.net wrote: Hello sssd, this is Transifex at http://www.transifex.net. The following attached files were submitted to SSSD | master by logan lo...@fedoraproject.org Please, visit Transifex at

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

2010-03-08 Thread Sumit Bose
On Mon, Mar 01, 2010 at 11:04:25AM +0100, Sumit Bose wrote: 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,

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

2010-03-08 Thread Sumit Bose
On Mon, Mar 08, 2010 at 02:07:00PM +0100, Sumit Bose wrote: On Mon, Mar 01, 2010 at 11:04:25AM +0100, Sumit Bose wrote: 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-

[SSSD] [PATCH] Add better checks on PAM socket

2010-03-08 Thread Sumit Bose
Hi, this patch adds a check the public PAM socket it a socket that belongs to root for all plattforms and uses a SCM_CREDENTIALS ancillary message to identify the uid/gid/pid of the peer if these messages are available. bye, Sumit From b148d1e7276a8e83079ebf735d3bd34f7b690660 Mon Sep 17 00:00:00

Re: [SSSD] [PATCH] groupshow: only show all parents in recursive mode

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/2010 04:58 AM, Jakub Hrozek wrote: This fixes #409. Ack. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -BEGIN PGP

Re: [SSSD] [PATCH] Support logrotate for SSSD DEBUG logs

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/2010 01:02 PM, Jakub Hrozek wrote: On 03/04/2010 06:50 PM, Stephen Gallagher wrote: Jakub, I think you may have sent the wrong patch. 0001 does not apply cleanly on top of the current master. Please check your rebase. Sorry for the

Re: [SSSD] [Patch] Improvements for the Kerberos locator plugin

2010-03-08 Thread Martin Nagy
On 03/08/2010 02:45 PM, Sumit Bose wrote: On Mon, Mar 08, 2010 at 04:29:12AM +0100, Martin Nagy wrote: On 03/05/2010 08:19 PM, Sumit Bose wrote: On Fri, Mar 05, 2010 at 12:00:41PM -0500, Dmitri Pal wrote: Sumit Bose wrote: Hi, the following two patches are related to the Kerberos locator

Re: [SSSD] [PATCH] Support logrotate for SSSD DEBUG logs

2010-03-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 03:19 PM, Stephen Gallagher wrote: Patch 0002: Nack Can we add: rotate 2 compress to the logrotate script? I think it would be useful to have the previous two weeks' logs if something went wrong, and our logs compress very well.

Re: [SSSD] [PATCH] Support logrotate for SSSD DEBUG logs

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 10:26 AM, Jakub Hrozek wrote: On 03/08/2010 03:19 PM, Stephen Gallagher wrote: Patch 0002: Nack Can we add: rotate 2 compress to the logrotate script? I think it would be useful to have the previous two weeks' logs if something

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

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/2010 10:47 AM, George McCollister wrote: I've attached a new version of the patch that uses the macros. Regards, George McCollister Ack. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1

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

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 08:40 AM, Sumit Bose wrote: This new version makes it a configuration error if both lists are defined in the config file. bye, Sumit Nack (though these are nitpicks) I'd prefer it if the simple provider had its own subdirectory

[SSSD] [PATCH] Package libcollection documentation into libcollection-devel

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remove the old README file and add the real documentation to the -devel package. Obviously, this patch depends on Dmitri's collection documentation patch. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks

Re: [SSSD] [PATCH] Add expandable sequences to krb5_ccachedir

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 04:16 AM, Sumit Bose wrote: On Fri, Feb 26, 2010 at 04:43:56PM +0100, Sumit Bose wrote: On Wed, Feb 24, 2010 at 09:56:47AM -0500, Simo Sorce wrote: On Wed, 24 Feb 2010 12:05:18 +0100 Sumit Bose sb...@redhat.com wrote: +

Re: [SSSD] [PATCH] Make filter_users and filter_groups also per-domain

2010-03-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 05:34 PM, Stephen Gallagher wrote: On 03/04/2010 11:02 AM, Jakub Hrozek wrote: On 03/03/2010 08:44 PM, Jakub Hrozek wrote: Fixes: 290 Self-nack, the attached patch fixes a bug related to error handling in the patch. Nack. If

Re: [SSSD] [PATCH] Package libcollection documentation into libcollection-devel

2010-03-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 06:25 PM, Stephen Gallagher wrote: Remove the old README file and add the real documentation to the -devel package. Obviously, this patch depends on Dmitri's collection documentation patch. ACK -BEGIN PGP SIGNATURE-

Re: [SSSD] [PATCH] Make filter_users and filter_groups also per-domain

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 01:26 PM, Jakub Hrozek wrote: On 03/08/2010 05:34 PM, Stephen Gallagher wrote: On 03/04/2010 11:02 AM, Jakub Hrozek wrote: On 03/03/2010 08:44 PM, Jakub Hrozek wrote: Fixes: 290 Self-nack, the attached patch fixes a bug related to

Re: [SSSD] [PATCH] Do not run negative resolv test with no network

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2010 07:08 AM, Sumit Bose wrote: On Thu, Mar 04, 2010 at 06:54:44PM +0100, Jakub Hrozek wrote: On 03/04/2010 06:27 PM, Jakub Hrozek wrote: The attached patch also moves the localhost test into the networked tests so we can safely build on

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

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 10:33 AM, Stephen Gallagher wrote: On 03/04/2010 10:47 AM, George McCollister wrote: I've attached a new version of the patch that uses the macros. Regards, George McCollister Ack. Pushed to master and 1-1-0. - -- Stephen

Re: [SSSD] [PATCH] Package libcollection documentation into libcollection-devel

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 01:27 PM, Jakub Hrozek wrote: On 03/08/2010 06:25 PM, Stephen Gallagher wrote: Remove the old README file and add the real documentation to the -devel package. Obviously, this patch depends on Dmitri's collection documentation patch.

Re: [SSSD] [PATCH] Make filter_users and filter_groups also per-domain

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 01:35 PM, Stephen Gallagher wrote: On 03/08/2010 01:26 PM, Jakub Hrozek wrote: On 03/08/2010 05:34 PM, Stephen Gallagher wrote: On 03/04/2010 11:02 AM, Jakub Hrozek wrote: On 03/03/2010 08:44 PM, Jakub Hrozek wrote: Fixes: 290

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

2010-03-08 Thread Sumit Bose
On Mon, Mar 08, 2010 at 11:50:38AM -0500, Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2010 08:40 AM, Sumit Bose wrote: This new version makes it a configuration error if both lists are defined in the config file. bye, Sumit Nack (though

[SSSD] [PATCH] Add BuildRequires: doxygen

2010-03-08 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pushed under the one-liner and unbreak-the-build rules. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -BEGIN PGP SIGNATURE-

[SSSD] [Transifex] File submitted via email to SSSD | master

2010-03-08 Thread admin
Hello sssd, this is Transifex at http://www.transifex.net. The following attached files were submitted to SSSD | master by ruigo rui.gouv...@gmail.com Please, visit Transifex at http://www.transifex.net/projects/p/sssd/c/master/ in order to see the component page. Thank you, Transifex # SOME

[SSSD] [Transifex] File submitted via email to SSSD | master

2010-03-08 Thread admin
Hello sssd, this is Transifex at http://www.transifex.net. The following attached files were submitted to SSSD | master by ruigo rui.gouv...@gmail.com Please, visit Transifex at http://www.transifex.net/projects/p/sssd/c/master/ in order to see the component page. Thank you, Transifex # SOME

[SSSD] [Transifex] File submitted via email to SSSD | master

2010-03-08 Thread admin
Hello sssd, this is Transifex at http://www.transifex.net. The following attached files were submitted to SSSD | master by ruigo rui.gouv...@gmail.com Please, visit Transifex at http://www.transifex.net/projects/p/sssd/c/master/ in order to see the component page. Thank you, Transifex # SOME

[SSSD] [Transifex] File submitted via email to SSSD | master

2010-03-08 Thread admin
Hello sssd, this is Transifex at http://www.transifex.net. The following attached files were submitted to SSSD | master by logan lo...@fedoraproject.org Please, visit Transifex at http://www.transifex.net/projects/p/sssd/c/master/ in order to see the component page. Thank you, Transifex #