Re: [SSSD] [PATCH] Allocate PAM DP request data on responder context (1.5 backport)

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 05:51:20PM +0200, Lukas Slebodnik wrote: > On (24/04/13 22:33), Jakub Hrozek wrote: > >We backported the patch to RHEL5, so we should play nice and push it to > >the upstream sssd-1-5 branch, too. > > Patch works well with sssd-1-5 branch. > Ack > > But commit message is m

Re: [SSSD] [PATCH] Allocate PAM DP request data on responder context (1.5 backport)

2013-05-06 Thread Lukas Slebodnik
On (24/04/13 22:33), Jakub Hrozek wrote: >We backported the patch to RHEL5, so we should play nice and push it to >the upstream sssd-1-5 branch, too. Patch works well with sssd-1-5 branch. Ack But commit message is much more shorter than in upstream commit https://git.fedorahosted.org/cgit/sssd.g

[SSSD] [PATCH] Allocate PAM DP request data on responder context (1.5 backport)

2013-04-24 Thread Jakub Hrozek
We backported the patch to RHEL5, so we should play nice and push it to the upstream sssd-1-5 branch, too. >From a4a38d191d95c38f7d1a81cf4740b0c4c9329301 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 8 Apr 2013 23:59:12 +0200 Subject: [PATCH] Allocate PAM DP request data on responder cont

Re: [SSSD] [PATCH] Allocate PAM DP request data on responder context

2013-04-10 Thread Jakub Hrozek
On Mon, Apr 08, 2013 at 11:59:39PM +0200, Jakub Hrozek wrote: > On Mon, Apr 08, 2013 at 02:31:37PM +0200, Pavel Březina wrote: > > On 04/05/2013 05:12 PM, Jakub Hrozek wrote: > > >https://fedorahosted.org/sssd/ticket/1869 > > > > > >Currently the private data passed to the PAM request is a structur

Re: [SSSD] [PATCH] Allocate PAM DP request data on responder context

2013-04-10 Thread Jakub Hrozek
On Fri, Apr 05, 2013 at 05:12:45PM +0200, Jakub Hrozek wrote: > If this patch is accepted, I'll file a ticket to convert the > PAM responder to a tevent_req interface for better manageability. This ticket is: https://fedorahosted.org/sssd/ticket/1878 ___

Re: [SSSD] [PATCH] Allocate PAM DP request data on responder context

2013-04-08 Thread Jakub Hrozek
On Mon, Apr 08, 2013 at 02:31:37PM +0200, Pavel Březina wrote: > On 04/05/2013 05:12 PM, Jakub Hrozek wrote: > >https://fedorahosted.org/sssd/ticket/1869 > > > >Currently the private data passed to the PAM request is a structure > >allocated on the client context. But in the odd case where the back

Re: [SSSD] [PATCH] Allocate PAM DP request data on responder context

2013-04-08 Thread Pavel Březina
On 04/05/2013 05:12 PM, Jakub Hrozek wrote: https://fedorahosted.org/sssd/ticket/1869 Currently the private data passed to the PAM request is a structure allocated on the client context. But in the odd case where the back end would be stopped or stuck until the idle timeout hits, the DP callback

[SSSD] [PATCH] Allocate PAM DP request data on responder context

2013-04-05 Thread Jakub Hrozek
https://fedorahosted.org/sssd/ticket/1869 Currently the private data passed to the PAM request is a structure allocated on the client context. But in the odd case where the back end would be stopped or stuck until the idle timeout hits, the DP callback. This patch introduces a new structure alloc