On 03/07/2013 12:10 PM, Lukas Slebodnik wrote:
Hi,
this patch should solve ticket https://fedorahosted.org/sssd/ticket/1825
LS
Ack.
On Thu, Mar 07, 2013 at 12:29:58PM +0100, Pavel Březina wrote:
On 03/07/2013 12:10 PM, Lukas Slebodnik wrote:
Hi,
this patch should solve ticket https://fedorahosted.org/sssd/ticket/1825
LS
Ack.
Pushed to master.
On (07/03/13 14:26), Jakub Hrozek wrote:
On Thu, Mar 07, 2013 at 12:29:58PM +0100, Pavel Březina wrote:
On 03/07/2013 12:10 PM, Lukas Slebodnik wrote:
Hi,
this patch should solve ticket https://fedorahosted.org/sssd/ticket/1825
LS
Ack.
Pushed to master.
Patch for sssd-1-9 branch is attached?
I have got enabled compiler flag "-Werror" and compilation fail with following warnings. There are no any other warnings in 1-9 branch on fedora 19.
src/responder/sudo/sudosrv_get_sudorules.c:413:76: error: implicit conversion from enumeration type 'enum sss_sudo_type' to different enumeration type 'enum sss_dp_sudo_type' [-Werror,-Wenum-conversion] ret = sudosrv_get_sudorules_query_cache(tmp_ctx, rules_sysdb, cmd_ctx->type, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~^~~~ src/responder/sudo/sudosrv_get_sudorules.c:637:76: error: implicit conversion from enumeration type 'enum sss_sudo_type' to different enumeration type 'enum sss_dp_sudo_type' [-Werror,-Wenum-conversion] ret = sudosrv_get_sudorules_query_cache(tmp_ctx, rules_sysdb, cmd_ctx->type,
LS
On Tue, Aug 27, 2013 at 02:46:19PM +0200, Lukas Slebodnik wrote:
On (07/03/13 14:26), Jakub Hrozek wrote:
On Thu, Mar 07, 2013 at 12:29:58PM +0100, Pavel Březina wrote:
On 03/07/2013 12:10 PM, Lukas Slebodnik wrote:
Hi,
this patch should solve ticket https://fedorahosted.org/sssd/ticket/1825
LS
Ack.
Pushed to master.
Patch for sssd-1-9 branch is attached?
I have got enabled compiler flag "-Werror" and compilation fail with following warnings. There are no any other warnings in 1-9 branch on fedora 19.
src/responder/sudo/sudosrv_get_sudorules.c:413:76: error: implicit conversion from enumeration type 'enum sss_sudo_type' to different enumeration type 'enum sss_dp_sudo_type' [-Werror,-Wenum-conversion] ret = sudosrv_get_sudorules_query_cache(tmp_ctx, rules_sysdb, cmd_ctx->type, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~^~~~ src/responder/sudo/sudosrv_get_sudorules.c:637:76: error: implicit conversion from enumeration type 'enum sss_sudo_type' to different enumeration type 'enum sss_dp_sudo_type' [-Werror,-Wenum-conversion] ret = sudosrv_get_sudorules_query_cache(tmp_ctx, rules_sysdb, cmd_ctx->type,
LS
Ack for 1.9
On Wed, Aug 28, 2013 at 01:28:34PM +0200, Jakub Hrozek wrote:
On Tue, Aug 27, 2013 at 02:46:19PM +0200, Lukas Slebodnik wrote:
On (07/03/13 14:26), Jakub Hrozek wrote:
On Thu, Mar 07, 2013 at 12:29:58PM +0100, Pavel Březina wrote:
On 03/07/2013 12:10 PM, Lukas Slebodnik wrote:
Hi,
this patch should solve ticket https://fedorahosted.org/sssd/ticket/1825
LS
Ack.
Pushed to master.
Patch for sssd-1-9 branch is attached?
I have got enabled compiler flag "-Werror" and compilation fail with following warnings. There are no any other warnings in 1-9 branch on fedora 19.
src/responder/sudo/sudosrv_get_sudorules.c:413:76: error: implicit conversion from enumeration type 'enum sss_sudo_type' to different enumeration type 'enum sss_dp_sudo_type' [-Werror,-Wenum-conversion] ret = sudosrv_get_sudorules_query_cache(tmp_ctx, rules_sysdb, cmd_ctx->type, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~^~~~ src/responder/sudo/sudosrv_get_sudorules.c:637:76: error: implicit conversion from enumeration type 'enum sss_sudo_type' to different enumeration type 'enum sss_dp_sudo_type' [-Werror,-Wenum-conversion] ret = sudosrv_get_sudorules_query_cache(tmp_ctx, rules_sysdb, cmd_ctx->type,
LS
Ack for 1.9
Pushed to sssd-1-9
sssd-devel@lists.fedorahosted.org