Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-21 Thread Stephen Gallagher
On Tue, 2012-02-21 at 16:47 +0100, Jakub Hrozek wrote: > On Tue, Feb 21, 2012 at 04:07:16PM +0100, Jan Zelený wrote: > > > On Tue, Feb 21, 2012 at 09:38:28AM +0100, Jan Zelený wrote: > > > > > On Mon, Feb 20, 2012 at 05:25:06PM +0100, Jan Zelený wrote: > > > > > > > On Fri, Feb 10, 2012 at 02:21:01

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-21 Thread Jakub Hrozek
On Tue, Feb 21, 2012 at 04:07:16PM +0100, Jan Zelený wrote: > > On Tue, Feb 21, 2012 at 09:38:28AM +0100, Jan Zelený wrote: > > > > On Mon, Feb 20, 2012 at 05:25:06PM +0100, Jan Zelený wrote: > > > > > > On Fri, Feb 10, 2012 at 02:21:01PM +0100, Jan Zelený wrote: > > > > > > > > This will make conf

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-21 Thread Jakub Hrozek
On Tue, Feb 21, 2012 at 09:38:28AM +0100, Jan Zelený wrote: > > On Mon, Feb 20, 2012 at 05:25:06PM +0100, Jan Zelený wrote: > > > > On Fri, Feb 10, 2012 at 02:21:01PM +0100, Jan Zelený wrote: > > > > > > This will make confdb coherent with changes made in sysdb. Not > > > > > > using context hierar

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-21 Thread Jan Zelený
> On Tue, Feb 21, 2012 at 09:38:28AM +0100, Jan Zelený wrote: > > > On Mon, Feb 20, 2012 at 05:25:06PM +0100, Jan Zelený wrote: > > > > > On Fri, Feb 10, 2012 at 02:21:01PM +0100, Jan Zelený wrote: > > > > > > > This will make confdb coherent with changes made in sysdb. Not > > > > > > > using cont

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-21 Thread Jan Zelený
> On Mon, Feb 20, 2012 at 05:25:06PM +0100, Jan Zelený wrote: > > > On Fri, Feb 10, 2012 at 02:21:01PM +0100, Jan Zelený wrote: > > > > > This will make confdb coherent with changes made in sysdb. Not > > > > > using context hierarchy will help detecting memory leaks if there > > > > > are some. >

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-20 Thread Jakub Hrozek
On Mon, Feb 20, 2012 at 05:25:06PM +0100, Jan Zelený wrote: > > On Fri, Feb 10, 2012 at 02:21:01PM +0100, Jan Zelený wrote: > > > > This will make confdb coherent with changes made in sysdb. Not using > > > > context hierarchy will help detecting memory leaks if there are some. > > > > > > Self na

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-20 Thread Jan Zelený
> On Fri, Feb 10, 2012 at 02:21:01PM +0100, Jan Zelený wrote: > > > This will make confdb coherent with changes made in sysdb. Not using > > > context hierarchy will help detecting memory leaks if there are some. > > > > Self nack on the first version, I skipped one call of confdb_get_int() in > >

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-13 Thread Jakub Hrozek
On Fri, Feb 10, 2012 at 02:21:01PM +0100, Jan Zelený wrote: > > This will make confdb coherent with changes made in sysdb. Not using > > context hierarchy will help detecting memory leaks if there are some. > > Self nack on the first version, I skipped one call of confdb_get_int() in ssh > module

Re: [SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-10 Thread Jan Zelený
> This will make confdb coherent with changes made in sysdb. Not using > context hierarchy will help detecting memory leaks if there are some. Self nack on the first version, I skipped one call of confdb_get_int() in ssh module. New patch attached. Jan From 3fa1f688181a30c8a684b8e2ca1729632bec92

[SSSD] [PATCH] Don't give memory context in confdb where not needed

2012-02-10 Thread Jan Zelený
This will make confdb coherent with changes made in sysdb. Not using context hierarchy will help detecting memory leaks if there are some. Jan From ea397012a3af0633b9b4aab2ed1e3157dcf088f1 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 14 Dec 2011 07:20:11 -0500 Subject: [PATCH] Don't give