Re: [SSSD] [PATCH] SSH: Ensure that cmd_ctx->name will not be NULL.

2013-07-31 Thread Pavel Březina
On 07/30/2013 02:42 PM, Lukas Slebodnik wrote: ehlo, Ensure that cmd_ctx->name will not be NULL. If cmd_ctx->name was not initialized by sss_parse_name then copy of name will be used. https://fedorahosted.org/sssd/ticket/1970 Coverity ID: 11647 Patch is attached. LS Nack. if (cmd_ctx

Re: [SSSD] [PATCH] Fix netgroup lookup when using fully qualified name

2013-07-31 Thread Jakub Hrozek
On Mon, Jul 29, 2013 at 04:47:41PM +0200, Ondrej Kos wrote: > On 07/29/2013 11:40 AM, Pavel Březina wrote: > >getent netgroup ng@DOMAIN does not work because rawname is copied > >instead of parsed name. > > > > > >___ > >sssd-devel mailing list > >sssd-de

Re: [SSSD] [PATCH] Fix netgroup lookup when using fully qualified name

2013-07-31 Thread Jakub Hrozek
On Wed, Jul 31, 2013 at 11:05:07AM +0200, Jakub Hrozek wrote: > On Mon, Jul 29, 2013 at 04:47:41PM +0200, Ondrej Kos wrote: > > On 07/29/2013 11:40 AM, Pavel Březina wrote: > > >getent netgroup ng@DOMAIN does not work because rawname is copied > > >instead of parsed name. > > > > > > > > >_

Re: [SSSD] [PATCH] TOOLS: Update all services with sss_debuglevel

2013-07-31 Thread Jakub Hrozek
On Fri, Jul 19, 2013 at 05:53:24PM +0200, Jakub Hrozek wrote: > On Fri, Jul 19, 2013 at 05:02:02PM +0200, Lukas Slebodnik wrote: > > On (19/07/13 16:49), Ondrej Kos wrote: > > >On 07/19/2013 04:43 PM, Lukas Slebodnik wrote: > > >>On (19/07/13 15:40), Ondrej Kos wrote: > > >>>Hi, > > >>> > > >>>Atta

Re: [SSSD] [PATCHES] NSS: Clear cached netgroups if a request comes in from the sss_cache

2013-07-31 Thread Pavel Březina
On 07/30/2013 08:19 AM, Lukas Slebodnik wrote: ehlo, Attached patches fix ticket #1759 sss_cache -N/-n should invalidate the hash table in sssd_nss LS Nack. The hash table is cleared successfully, however the netgroup is not removed from the sysdb when it is not found in ldap. Therefore the

Re: [SSSD] [PATCH] SSH: Ensure that cmd_ctx->name will not be NULL.

2013-07-31 Thread Lukas Slebodnik
On (31/07/13 10:57), Pavel Březina wrote: >On 07/30/2013 02:42 PM, Lukas Slebodnik wrote: >>ehlo, >> >>Ensure that cmd_ctx->name will not be NULL. >> >>If cmd_ctx->name was not initialized by sss_parse_name >>then copy of name will be used. >> >>https://fedorahosted.org/sssd/ticket/1970 >>Coverity

Re: [SSSD] [PATCH] SSH: Ensure that cmd_ctx->name will not be NULL.

2013-07-31 Thread Pavel Březina
On 07/31/2013 02:16 PM, Lukas Slebodnik wrote: On (31/07/13 10:57), Pavel Březina wrote: On 07/30/2013 02:42 PM, Lukas Slebodnik wrote: ehlo, Ensure that cmd_ctx->name will not be NULL. If cmd_ctx->name was not initialized by sss_parse_name then copy of name will be used. https://fedorahoste