Re: [SSSD] [PATCH] TESTS: Removing part of responder_cache_req-tests

2015-08-24 Thread Michal Židek
On 08/21/2015 04:55 PM, Petr Cech wrote: On 08/21/2015 02:35 PM, Michal Židek wrote: Hi, some of the tests you deleted are valid and should not be deleted. Only those tests that rely on time(NULL) being the same as the time of request creation are invalid. All those that test old entries or

Re: [SSSD] [PATCH] [HBAC]: Better libhbac debuging

2015-08-24 Thread Pavel Reichl
On 07/24/2015 06:20 PM, Petr Cech wrote: From 2fcf13ef59f00b460afa77b27ef6cc2789b06393 Mon Sep 17 00:00:00 2001 From: Petr Cechpc...@redhat.com Date: Fri, 24 Jul 2015 10:56:49 -0400 Subject: [PATCH] [HBAC]: Better libhbac debuging s/debuging/debugging Added support for logging via external

Re: [SSSD] Embedding Lua into SSSD

2015-08-24 Thread Michal Židek
On 08/21/2015 07:01 PM, Nikolai Kondrashov wrote: Hi everyone, I might be in a strange and careless mood today, but here is something I wanted to suggest since the time I saw the amount of logic that goes into SSSD and is implemented in C. What if we implement some of the complicated logic

Re: [SSSD] [PATCH] DATA_PROVIDER: BE_REQ as string in log message

2015-08-24 Thread Pavel Reichl
[snip] On 08/21/2015 05:10 PM, Pavel Reichl wrote: ACK Just adding link to passed ci (with exception of test test_ldap_id_cleanup which is false positive (and already fixed and acked on list)): http://sssd-ci.duckdns.org/logs/job/23/73/summary.html

[SSSD] [PATCH] LDAP: end on ENOMEM

2015-08-24 Thread Pavel Reichl
Hello, please see trivial patch fixing coverity warning. Thanks! From 69c20ca306827a558d6be015d0d060f9f46423f8 Mon Sep 17 00:00:00 2001 From: Pavel Reichl prei...@redhat.com Date: Mon, 24 Aug 2015 07:05:00 -0400 Subject: [PATCH] LDAP: end on ENOMEM --- src/providers/ldap/ldap_id_cleanup.c | 1

Re: [SSSD] Embedding Lua into SSSD

2015-08-24 Thread Pavel Březina
On 08/21/2015 07:01 PM, Nikolai Kondrashov wrote: Hi everyone, I might be in a strange and careless mood today, but here is something I wanted to suggest since the time I saw the amount of logic that goes into SSSD and is implemented in C. What if we implement some of the complicated logic

Re: [SSSD] [PATCH] LDAP: end on ENOMEM

2015-08-24 Thread Pavel Březina
On 08/24/2015 01:11 PM, Pavel Reichl wrote: Hello, please see trivial patch fixing coverity warning. Thanks! 0001-LDAP-end-on-ENOMEM.patch From 69c20ca306827a558d6be015d0d060f9f46423f8 Mon Sep 17 00:00:00 2001 From: Pavel Reichlprei...@redhat.com Date: Mon, 24 Aug 2015 07:05:00 -0400