[SSSD] [sssd PR#905][edited] Don't ignore host entries in Group Policy security filters

2019-11-04 Thread dmulder
URL: https://github.com/SSSD/sssd/pull/905 Author: dmulder Title: #905: Don't ignore host entries in Group Policy security filters Action: edited Changed field: body Original value: """ I'm posting my code here to hopefully receive some feedback while I work on host entries in gpo security f

[SSSD] [sssd PR#905][edited] Don't ignore host entries in Group Policy security filters

2019-11-04 Thread dmulder
URL: https://github.com/SSSD/sssd/pull/905 Author: dmulder Title: #905: Don't ignore host entries in Group Policy security filters Action: edited Changed field: title Original value: """ WIP: Don't ignore host entries in Group Policy security filters """ _

[SSSD] [sssd PR#925][comment] src/util/: Propagate error when multiple entries with same certificate have been found

2019-11-04 Thread ikerexxe
URL: https://github.com/SSSD/sssd/pull/925 Title: #925: src/util/: Propagate error when multiple entries with same certificate have been found ikerexxe commented: """ I have updated the pull request taking into account the comments from Pavel. """ See the full comment at https://github.com/SS

[SSSD] [sssd PR#925][synchronized] src/util/: Propagate error when multiple entries with same certificate have been found

2019-11-04 Thread ikerexxe
URL: https://github.com/SSSD/sssd/pull/925 Author: ikerexxe Title: #925: src/util/: Propagate error when multiple entries with same certificate have been found Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/925/head:

[SSSD] [sssd PR#927][-Changes requested] Add processing to save errno before outputting DEBUG

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG Label: -Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lis

[SSSD] [sssd PR#927][+Waiting for review] Add processing to save errno before outputting DEBUG

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG Label: +Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@li

[SSSD] [sssd PR#927][synchronized] Add processing to save errno before outputting DEBUG

2019-11-04 Thread miztake
URL: https://github.com/SSSD/sssd/pull/927 Author: miztake Title: #927: Add processing to save errno before outputting DEBUG Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/927/head:pr927 git checkout pr927 From 64a6c0

[SSSD] [sssd PR#841][+Accepted] DEBUG: Add debug to display ldapsearch requests

2019-11-04 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahoste

[SSSD] [sssd PR#841][-Waiting for review] DEBUG: Add debug to display ldapsearch requests

2019-11-04 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests Label: -Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.f

[SSSD] [sssd PR#841][comment] DEBUG: Add debug to display ldapsearch requests

2019-11-04 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests mzidek-rh commented: """ ACK """ See the full comment at https://github.com/SSSD/sssd/pull/841#issuecomment-549452286 ___ sssd-devel mailing list

[SSSD] [sssd PR#927][+Changes requested] Add processing to save errno before outputting DEBUG

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lis

[SSSD] [sssd PR#927][comment] Add processing to save errno before outputting DEBUG

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG alexey-tikhonov commented: """ ok to test """ See the full comment at https://github.com/SSSD/sssd/pull/927#issuecomment-549438949 ___ sssd-d

[SSSD] [sssd PR#927][comment] Add processing to save errno before outputting DEBUG

2019-11-04 Thread centos-ci
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG centos-ci commented: """ Can one of the admins verify this patch? """ See the full comment at https://github.com/SSSD/sssd/pull/927#issuecomment-549432561 __

[SSSD] [sssd PR#927][opened] Add processing to save errno before outputting DEBUG

2019-11-04 Thread miztake
URL: https://github.com/SSSD/sssd/pull/927 Author: miztake Title: #927: Add processing to save errno before outputting DEBUG Action: opened PR body: """ In some processes, DEBUG is output after a system call error, and errno is returned. errno should be saved before DEBUG is output. Add a pro

[SSSD] [sssd PR#926][opened] ipa: use the right context for autofs

2019-11-04 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/926 Author: sumit-bose Title: #926: ipa: use the right context for autofs Action: opened PR body: """ Related to https://pagure.io/SSSD/sssd/issue/4111 """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd

[SSSD] [sssd PR#916][comment] Fix one coverity issue

2019-11-04 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue mzidek-rh commented: """ I talked to Alexey offline, there are few issues. So adding changes requested. JFTR: - a socket file descriptor was replaced by 0 (stdin) by a mistake - I think the 3rd patch could be left ou

[SSSD] [sssd PR#916][-Waiting for review] Fix one coverity issue

2019-11-04 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue Label: -Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Co

[SSSD] [sssd PR#916][+Changes requested] Fix one coverity issue

2019-11-04 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Cod

[SSSD] [sssd PR#925][+Changes requested] src/util/: Propagate error when multiple entries with same certificate have been found

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/925 Title: #925: src/util/: Propagate error when multiple entries with same certificate have been found Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe se

[SSSD] [sssd PR#925][comment] src/util/: Propagate error when multiple entries with same certificate have been found

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/925 Title: #925: src/util/: Propagate error when multiple entries with same certificate have been found pbrezina commented: """ Thank you for the contribution. However, I think the issue is more about changing this return code: https://github.com/SSSD/sss

[SSSD] [sssd PR#558][comment] WIP: Add a test for sss_nss_getgrouplist_timeout and fix invalidating the initgroups cache

2019-11-04 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/558 Title: #558: WIP: Add a test for sss_nss_getgrouplist_timeout and fix invalidating the initgroups cache jhrozek commented: """ Maybe? I don't plan on working on this, so do whatever you like.. """ See the full comment at https://github.com/SSSD/sssd/

[SSSD] [sssd PR#924][comment] Amend util/server.c:become_daemon()

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/924 Title: #924: Amend util/server.c:become_daemon() alexey-tikhonov commented: """ Rebased. """ See the full comment at https://github.com/SSSD/sssd/pull/924#issuecomment-549327208 ___ sssd-devel mailing list -

[SSSD] [sssd PR#924][edited] Amend util/server.c:become_daemon()

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/924 Author: alexey-tikhonov Title: #924: Amend util/server.c:become_daemon() Action: edited Changed field: title Original value: """ [WiP] Amend util/server.c:become_daemon() """ ___ sssd-devel mailing list --

[SSSD] [sssd PR#924][+Waiting for review] Amend util/server.c:become_daemon()

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/924 Title: #924: Amend util/server.c:become_daemon() Label: +Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.

[SSSD] [sssd PR#924][synchronized] [WiP] Amend util/server.c:become_daemon()

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/924 Author: alexey-tikhonov Title: #924: [WiP] Amend util/server.c:become_daemon() Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/924/head:pr924 git checkout pr924 From a8bd9c4b7

[SSSD] [sssd PR#919][comment] ci: improvements for on-demand builds

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/919 Title: #919: ci: improvements for on-demand builds pbrezina commented: """ Thank you. * added fedora28 to sssd-ci * enabled fedora31 on pull requests * added link to artifacts """ See the full comment at https://github.com/SSSD/sssd/pull/919#issuecom

[SSSD] [sssd PR#919][synchronized] ci: improvements for on-demand builds

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/919 Author: pbrezina Title: #919: ci: improvements for on-demand builds Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/919/head:pr919 git checkout pr919 From 78411a79034e89bd1e76

[SSSD] [sssd PR#919][synchronized] ci: improvements for on-demand builds

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/919 Author: pbrezina Title: #919: ci: improvements for on-demand builds Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/919/head:pr919 git checkout pr919 From 2928e6cbcd6bdba3fbf5

[SSSD] [sssd PR#919][synchronized] ci: improvements for on-demand builds

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/919 Author: pbrezina Title: #919: ci: improvements for on-demand builds Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/919/head:pr919 git checkout pr919 From 2928e6cbcd6bdba3fbf5

[SSSD] [sssd PR#919][synchronized] ci: improvements for on-demand builds

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/919 Author: pbrezina Title: #919: ci: improvements for on-demand builds Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/919/head:pr919 git checkout pr919 From 2928e6cbcd6bdba3fbf5

[SSSD] [sssd PR#919][synchronized] ci: improvements for on-demand builds

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/919 Author: pbrezina Title: #919: ci: improvements for on-demand builds Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/919/head:pr919 git checkout pr919 From 2928e6cbcd6bdba3fbf5

[SSSD] [sssd PR#919][synchronized] ci: improvements for on-demand builds

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/919 Author: pbrezina Title: #919: ci: improvements for on-demand builds Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/919/head:pr919 git checkout pr919 From 2928e6cbcd6bdba3fbf5

[SSSD] [sssd PR#558][comment] WIP: Add a test for sss_nss_getgrouplist_timeout and fix invalidating the initgroups cache

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/558 Title: #558: WIP: Add a test for sss_nss_getgrouplist_timeout and fix invalidating the initgroups cache pbrezina commented: """ Some of the tests fails. @jhrozek Is this still a wip? Should I take it over? """ See the full comment at https://github.c

[SSSD] [sssd PR#912][comment] Created a new sssd-ldap-attributes.5 man page

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/912 Title: #912: Created a new sssd-ldap-attributes.5 man page pbrezina commented: """ I still see `ldap_autofs_map_object_class` in `sssd-ldap` but it is an LDAP attribute. I think it would be beneficial to keep autofs attributes options in both `sssd-ld

[SSSD] [sssd PR#925][comment] src/util/: Propagate error when multiple entries with same certificate have been found

2019-11-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/925 Title: #925: src/util/: Propagate error when multiple entries with same certificate have been found alexey-tikhonov commented: """ ok to test """ See the full comment at https://github.com/SSSD/sssd/pull/925#issuecomment-549306824 ___

[SSSD] [sssd PR#922][comment] Fix timing to save errno

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno pbrezina commented: """ Thank you. Ack. """ See the full comment at https://github.com/SSSD/sssd/pull/922#issuecomment-549300771 ___ sssd-devel mailing list -- sssd-deve

[SSSD] [sssd PR#922][-Waiting for review] Fix timing to save errno

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno Label: -Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora

[SSSD] [sssd PR#922][+Accepted] Fix timing to save errno

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Co

[SSSD] [sssd PR#914][+Pushed] bash_rc: Build with systemtap

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/914 Title: #914: bash_rc: Build with systemtap Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of

[SSSD] [sssd PR#914][comment] bash_rc: Build with systemtap

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/914 Title: #914: bash_rc: Build with systemtap pbrezina commented: """ * `master` * 8b31be52899d5be0f0783e972cb27594a18e9915 - bash_rc: Build with systemtap """ See the full comment at https://github.com/SSSD/sssd/pull/914#issuecomment-549298945

[SSSD] [sssd PR#914][-Accepted] bash_rc: Build with systemtap

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/914 Title: #914: bash_rc: Build with systemtap Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code

[SSSD] [sssd PR#914][-Ready to push] bash_rc: Build with systemtap

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/914 Title: #914: bash_rc: Build with systemtap Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora

[SSSD] [sssd PR#914][closed] bash_rc: Build with systemtap

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/914 Author: mzidek-rh Title: #914: bash_rc: Build with systemtap Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/914/head:pr914 git checkout pr914 __

[SSSD] [sssd PR#920][-Accepted] Add comment to workaround for libsemanage issue

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/920 Title: #920: Add comment to workaround for libsemanage issue Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahoste

[SSSD] [sssd PR#920][+Pushed] Add comment to workaround for libsemanage issue

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/920 Title: #920: Add comment to workaround for libsemanage issue Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.

[SSSD] [sssd PR#920][comment] Add comment to workaround for libsemanage issue

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/920 Title: #920: Add comment to workaround for libsemanage issue pbrezina commented: """ * `master` * fb3a8b3c1671f3b601563828dea2a45853daeb5b - selinux: Keep explicite umask() calls """ See the full comment at https://github.com/SSSD/sssd/pull/920#

[SSSD] [sssd PR#920][closed] Add comment to workaround for libsemanage issue

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/920 Author: elkoniu Title: #920: Add comment to workaround for libsemanage issue Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/920/head:pr920 git checkout pr920 __

[SSSD] [sssd PR#920][-Ready to push] Add comment to workaround for libsemanage issue

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/920 Title: #920: Add comment to workaround for libsemanage issue Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedora

[SSSD] [sssd PR#921][closed] util/server.c: fix handling when error occurs in waitpid()

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/921 Author: miztake Title: #921: util/server.c: fix handling when error occurs in waitpid() Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/921/head:pr921 git checkout pr921 ___

[SSSD] [sssd PR#921][comment] util/server.c: fix handling when error occurs in waitpid()

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/921 Title: #921: util/server.c: fix handling when error occurs in waitpid() pbrezina commented: """ * `master` * 3d92b14d012e754f9a9d3c8451c4b03087b77540 - util/server.c: fix handling when error occurs in waitpid() """ See the full comment at https:

[SSSD] [sssd PR#921][-Ready to push] util/server.c: fix handling when error occurs in waitpid()

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/921 Title: #921: util/server.c: fix handling when error occurs in waitpid() Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@l

[SSSD] [sssd PR#921][-Accepted] util/server.c: fix handling when error occurs in waitpid()

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/921 Title: #921: util/server.c: fix handling when error occurs in waitpid() Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.

[SSSD] [sssd PR#921][+Pushed] util/server.c: fix handling when error occurs in waitpid()

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/921 Title: #921: util/server.c: fix handling when error occurs in waitpid() Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fe

[SSSD] [sssd PR#923][-Accepted] PRNG usage amended

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/923 Title: #923: PRNG usage amended Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct:

[SSSD] [sssd PR#923][-Ready to push] PRNG usage amended

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/923 Title: #923: PRNG usage amended Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Con

[SSSD] [sssd PR#923][closed] PRNG usage amended

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/923 Author: alexey-tikhonov Title: #923: PRNG usage amended Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/923/head:pr923 git checkout pr923 ___

[SSSD] [sssd PR#923][+Pushed] PRNG usage amended

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/923 Title: #923: PRNG usage amended Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct:

[SSSD] [sssd PR#914][+Ready to push] bash_rc: Build with systemtap

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/914 Title: #914: bash_rc: Build with systemtap Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora

[SSSD] [sssd PR#920][+Ready to push] Add comment to workaround for libsemanage issue

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/920 Title: #920: Add comment to workaround for libsemanage issue Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedora

[SSSD] [sssd PR#921][+Ready to push] util/server.c: fix handling when error occurs in waitpid()

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/921 Title: #921: util/server.c: fix handling when error occurs in waitpid() Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@l

[SSSD] [sssd PR#923][+Ready to push] PRNG usage amended

2019-11-04 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/923 Title: #923: PRNG usage amended Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Con