Re: [SSSD] [PATCH] LDAP: Check validity of naming_context

2012-10-15 Thread Jakub Hrozek
On Mon, Oct 15, 2012 at 11:59:23AM -0400, Simo Sorce wrote: > On Mon, 2012-10-15 at 17:42 +0200, Jakub Hrozek wrote: > > https://fedorahosted.org/sssd/ticket/1581 > > > > If the namingContext attribute had no values or multiple values, then > > our code would dereference a NULL pointer. > > ACK >

Re: [SSSD] [PATCH] LDAP: Check validity of naming_context

2012-10-15 Thread Jakub Hrozek
On Mon, Oct 15, 2012 at 05:55:13PM +0200, Pavel Březina wrote: > On 10/15/2012 05:42 PM, Jakub Hrozek wrote: > >https://fedorahosted.org/sssd/ticket/1581 > > > >If the namingContext attribute had no values or multiple values, then > >our code would dereference a NULL pointer. > > Ack. Pushed to m

Re: [SSSD] [PATCH] LDAP: Check validity of naming_context

2012-10-15 Thread Simo Sorce
On Mon, 2012-10-15 at 17:42 +0200, Jakub Hrozek wrote: > https://fedorahosted.org/sssd/ticket/1581 > > If the namingContext attribute had no values or multiple values, then > our code would dereference a NULL pointer. ACK Simo. -- Simo Sorce * Red Hat, Inc * New York __

Re: [SSSD] [PATCH] LDAP: Check validity of naming_context

2012-10-15 Thread Pavel Březina
On 10/15/2012 05:42 PM, Jakub Hrozek wrote: https://fedorahosted.org/sssd/ticket/1581 If the namingContext attribute had no values or multiple values, then our code would dereference a NULL pointer. Ack. ___ sssd-devel mailing list sssd-devel@lists.f

[SSSD] [PATCH] LDAP: Check validity of naming_context

2012-10-15 Thread Jakub Hrozek
https://fedorahosted.org/sssd/ticket/1581 If the namingContext attribute had no values or multiple values, then our code would dereference a NULL pointer. >From 824a796b2625ce135c98b3557c829dfe2f0d9cc8 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 15 Oct 2012 17:39:14 +0200 Subject: [PAT

Re: [SSSD] [PATCH] MAN: improve wording of default_domain parameter

2012-10-15 Thread Jakub Hrozek
On Mon, Oct 15, 2012 at 05:24:01PM +0200, Jakub Hrozek wrote: > On Fri, Oct 12, 2012 at 02:33:28PM -0400, Simo Sorce wrote: > > On Sun, 2012-10-07 at 17:25 +0200, Jakub Hrozek wrote: > > > attached.. > > > > Ack, > > Simo. > > This patch was pushed to master and made it to 1.9.0, I just forgot to

Re: [SSSD] [PATCH] MAN: improve wording of default_domain parameter

2012-10-15 Thread Jakub Hrozek
On Fri, Oct 12, 2012 at 02:33:28PM -0400, Simo Sorce wrote: > On Sun, 2012-10-07 at 17:25 +0200, Jakub Hrozek wrote: > > attached.. > > Ack, > Simo. This patch was pushed to master and made it to 1.9.0, I just forgot to send pushmail. ___ sssd-devel mai

Re: [SSSD] [PATCH] Include talloc log in our debug facility

2012-10-15 Thread Pavel Březina
On 10/15/2012 03:34 PM, Michal Židek wrote: This patch introduces use_talloc_logs function. After this function is called, talloc log messages are sended to DEBUG macro and shown in our logs. https://fedorahosted.org/sssd/ticket/1495 Patch is attached. Michal Hi, I didn't do a comprehensive

[SSSD] The master branch and sssd-1-9 have diverged

2012-10-15 Thread Jakub Hrozek
Hi, I've created a new branch sssd-1-9 in git. The patches targeted for any of the 1.9.x milestones will be pushed to both sssd-1-9 and master as would the fixes for serious bugs we find during the 1.10 development. The patches intended for the 1.10 release will be pushed to master only. As the "

Re: [SSSD] [PATCH] failover: Protect against empty host names

2012-10-15 Thread Dmitri Pal
On 10/15/2012 10:04 AM, Michal Židek wrote: > On 10/15/2012 03:47 PM, Dmitri Pal wrote: >> On 10/15/2012 06:30 AM, Michal Židek wrote: >>> Added new parameter to split_on_separator that allows to skip >>> empty values. >>> >>> https://fedorahosted.org/sssd/ticket/1484 >>> >>> Patch is in attachment

Re: [SSSD] [PATCH] failover: Protect against empty host names

2012-10-15 Thread Michal Židek
On 10/15/2012 03:47 PM, Dmitri Pal wrote: On 10/15/2012 06:30 AM, Michal Židek wrote: Added new parameter to split_on_separator that allows to skip empty values. https://fedorahosted.org/sssd/ticket/1484 Patch is in attachment. Michal ___ sssd-dev

Re: [SSSD] [PATCH] failover: Protect against empty host names

2012-10-15 Thread Dmitri Pal
On 10/15/2012 06:30 AM, Michal Židek wrote: > Added new parameter to split_on_separator that allows to skip > empty values. > > https://fedorahosted.org/sssd/ticket/1484 > > Patch is in attachment. > > Michal > > > ___ > sssd-devel mailing list > sssd-dev

[SSSD] [PATCH] Include talloc log in our debug facility

2012-10-15 Thread Michal Židek
This patch introduces use_talloc_logs function. After this function is called, talloc log messages are sended to DEBUG macro and shown in our logs. https://fedorahosted.org/sssd/ticket/1495 Patch is attached. Michal >From 22dd44538559c3d2a7a6119c5bf58b52c526c797 Mon Sep 17 00:00:00 2001 From:

[SSSD] [PATCH] sss_debuglevel: Multiple arguments are treated as error.

2012-10-15 Thread Michal Židek
https://fedorahosted.org/sssd/ticket/1327 Patch is attached. Michal >From 15e5a035daaa4c880052358fc6305e32f621719a Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Fri, 12 Oct 2012 13:59:09 +0200 Subject: [PATCH] sss_debuglevel: Multiple arguments are treated as error. https://fedorahosted.or

[SSSD] [PATCH] failover: Protect against empty host names

2012-10-15 Thread Michal Židek
Added new parameter to split_on_separator that allows to skip empty values. https://fedorahosted.org/sssd/ticket/1484 Patch is in attachment. Michal >From 7d106c0e9b7410bacd8110296febe5d1d61e52d6 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 15 Oct 2012 12:21:00 +0200 Subject: [PATCH]

Re: [SSSD] [PATCH] Make TTL configurable for dynamic dns

2012-10-15 Thread James Hogarth
> Hi John, > > Thank you for the reminder. I had the patch tagged as "push" in my > client but I'm glad you're still keeping an eye on it. > > I'll be branching off 1.9 and 1.10 (aka master) tomorrow on Monday. You > don't need to rebase your patch, I checked it a couple of days ago and > it applie