[Freeipa-devel] [freeipa PR#993][opened] certmonger: remove temporary workaround

2017-08-22 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/993 Author: stlaz Title: #993: certmonger: remove temporary workaround Action: opened PR body: """ During recent refactoring, a workaround was added to make it possible for OpenSSL backend of python-cryptography to read PEM certificates returned by

[Freeipa-devel] [freeipa PR#992][opened] Pylint fixes

2017-08-22 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/992 Author: stlaz Title: #992: Pylint fixes Action: opened PR body: """ Pylint check on Fedora 26 fails horribly with multitude of errors. This PR tries to fix that. Notice that to successfully run `pylint` on Fedora 26 with `make lint`, you need

[Freeipa-devel] [freeipa PR#963][closed] Include the CA basic constraint in CSRs when renewing a CA

2017-08-22 Thread pvomacka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/963 Author: rcritten Title: #963: Include the CA basic constraint in CSRs when renewing a CA Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/963/head:pr963 git checkou

[Freeipa-devel] [freeipa PR#978][closed] Fixing and porting dogtag-ipa-ca-renew-agent-submit

2017-08-22 Thread pvomacka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/978 Author: stlaz Title: #978: Fixing and porting dogtag-ipa-ca-renew-agent-submit Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/978/head:pr978 git checkout pr978 __

[Freeipa-devel] [freeipa PR#991][opened] [ipa-4-5] WebUI: Add hyphenate versions of Host(Role) Based strings

2017-08-22 Thread pvomacka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/991 Author: pvomacka Title: #991: [ipa-4-5] WebUI: Add hyphenate versions of Host(Role) Based strings Action: opened PR body: """ The hyphenated forms are less ambiguous and easier to read. (For more grammar background, see for example "Hyphenate C

[Freeipa-devel] [freeipa PR#971][closed] [master] WebUI: Add hyphenate versions of Host(Role) Based strings

2017-08-22 Thread pvomacka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/971 Author: pvomacka Title: #971: [master] WebUI: Add hyphenate versions of Host(Role) Based strings Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/971/head:pr971 git

[Freeipa-devel] [freeipa PR#990][opened] Remove e.message and a relative import

2017-08-22 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/990 Author: stlaz Title: #990: Remove e.message and a relative import Action: opened PR body: """ Partially fixes: - https://pagure.io/freeipa/issue/4985 - https://pagure.io/freeipa/issue/6874 """ To pull the PR as Git branch: git remote add ghfre