[SSSD] [sssd PR#518][opened] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/518 Author: fidencio Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc Action: opened PR body: """ While building the project I've noticed the following warning: ../src/python/pysss_murmur.c: In function ‘py_murmurhash3’:

[SSSD] [sssd PR#517][opened] Fix two memory leaks in the AD provider

2018-02-16 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/517 Author: sumit-bose Title: #517: Fix two memory leaks in the AD provider Action: opened PR body: """ I found two memory leaks in the AD provider, one is triggered by every user lookup the other during an initgroups request with tokenGroups. To verify

[SSSD] [sssd PR#516][opened] DESKPROFILE: Document it doesn't work when run as unprivileged user

2018-02-16 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/516 Author: fidencio Title: #516: DESKPROFILE: Document it doesn't work when run as unprivileged user Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/516/head:pr516

[SSSD] [sssd PR#518][comment] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/518 Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc fidencio commented: """ As the patches which introduced the warning have been backported to 1-13 and 1-14 branch, this patch (or the version of this patch that will end up accepted) will

[SSSD] [sssd PR#435][comment] krb5: call krb5_auth_cache_creds() if a pssword is available

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/435 Title: #435: krb5: call krb5_auth_cache_creds() if a pssword is available lslebodn commented: """ Sanity test with krb5/ad/ipa passed ACK """ See the full comment at https://github.com/SSSD/sssd/pull/435#issuecomment-366290486

[SSSD] [sssd PR#435][+Accepted] krb5: call krb5_auth_cache_creds() if a pssword is available

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/435 Title: #435: krb5: call krb5_auth_cache_creds() if a pssword is available Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#128][comment] Fix group renaming issue when "id_provider = ldap" is set

2018-02-16 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/128 Title: #128: Fix group renaming issue when "id_provider = ldap" is set fidencio commented: """ @jhrozek: ^ """ See the full comment at https://github.com/SSSD/sssd/pull/128#issuecomment-366279919 ___

[SSSD] [sssd PR#518][+Pushed] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/518 Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#518][comment] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/518 Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc fidencio commented: """ Just for the record, the comment https://github.com/SSSD/sssd/pull/518#issuecomment-366231410 is not accurate as the versions backported already contained the change

[SSSD] [sssd PR#518][comment] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/518 Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc lslebodn commented: """ master: * 1c42c3962577ea4b2d9ed6a8a07179d33756b3b4 """ See the full comment at https://github.com/SSSD/sssd/pull/518#issuecomment-366244837

[SSSD] [sssd PR#518][closed] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/518 Author: fidencio Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/518/head:pr518 git checkout pr518

[SSSD] [sssd PR#518][+Accepted] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/518 Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#518][comment] PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/518 Title: #518: PYSSS_MURMUR: Fix [-Wsign-compare] found by gcc lslebodn commented: """ ACK """ See the full comment at https://github.com/SSSD/sssd/pull/518#issuecomment-366244091 ___ sssd-devel mailing list

[SSSD] [sssd PR#516][+Changes requested] DESKPROFILE: Document it doesn't work when run as unprivileged user

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/516 Title: #516: DESKPROFILE: Document it doesn't work when run as unprivileged user Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#435][comment] krb5: call krb5_auth_cache_creds() if a pssword is available

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/435 Title: #435: krb5: call krb5_auth_cache_creds() if a pssword is available lslebodn commented: """ master: * a87658e5382a6ad119058d22b118a29eaae7a365 sssd-1-14: * 3546e6c0be2f85c9e1828237000a376a188e43ac sssd-1-13: *

[SSSD] [sssd PR#435][closed] krb5: call krb5_auth_cache_creds() if a pssword is available

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/435 Author: sumit-bose Title: #435: krb5: call krb5_auth_cache_creds() if a pssword is available Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/435/head:pr435 git checkout pr435

[SSSD] [sssd PR#435][+Pushed] krb5: call krb5_auth_cache_creds() if a pssword is available

2018-02-16 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/435 Title: #435: krb5: call krb5_auth_cache_creds() if a pssword is available Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#128][comment] Fix group renaming issue when "id_provider = ldap" is set

2018-02-16 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/128 Title: #128: Fix group renaming issue when "id_provider = ldap" is set sumit-bose commented: """ @fidencio, you cannot do this on the sysdb level, that's the wrong layer. sysdb_add_incomplete_group() is called in only two places. So I would suggest