[Freeipa-devel] [freeipa PR#1239][closed] [Backport][ipa-4-6] test_caless: open CA cert in binary mode

2017-11-07 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1239 Author: tomaskrizek Title: #1239: [Backport][ipa-4-6] test_caless: open CA cert in binary mode Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1239/head:pr1239 gi

[Freeipa-devel] [freeipa PR#1246][opened] [Backport][ipa-4-5] Add indexing to improve host-find performance

2017-11-07 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1246 Author: stlaz Title: #1246: [Backport][ipa-4-5] Add indexing to improve host-find performance Action: opened PR body: """ This PR was opened automatically because PR #1215 was pushed to master and backport to ipa-4-5 is required. """ To pull

[Freeipa-devel] [freeipa PR#1215][closed] Add indexing to improve host-find performance

2017-11-07 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1215 Author: stlaz Title: #1215: Add indexing to improve host-find performance Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1215/head:pr1215 git checkout pr1215 ___

[Freeipa-devel] [freeipa PR#1245][opened] [Backport][ipa-4-6] Add indexing to improve host-find performance

2017-11-07 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1245 Author: stlaz Title: #1245: [Backport][ipa-4-6] Add indexing to improve host-find performance Action: opened PR body: """ This PR was opened automatically because PR #1215 was pushed to master and backport to ipa-4-6 is required. """ To pull

[Freeipa-devel] [freeipa PR#1244][opened] Don't allow OTP or RADIUS in FIPS mode

2017-11-07 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1244 Author: stlaz Title: #1244: Don't allow OTP or RADIUS in FIPS mode Action: opened PR body: """ RADIUS, which is also internally used in the process of OTP authentication by ipa-otpd, requires MD5 checksums which makes it impossible to be used i

[Freeipa-devel] [freeipa PR#1231][closed] [Backport][ipa-4-6] Py3: fix ipa-replica-conncheck

2017-11-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1231 Author: stlaz Title: #1231: [Backport][ipa-4-6] Py3: fix ipa-replica-conncheck Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1231/head:pr1231 git checkout pr123

[Freeipa-devel] [freeipa PR#1233][opened] CA-less integration tests minor log fixes

2017-11-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1233 Author: stlaz Title: #1233: CA-less integration tests minor log fixes Action: opened PR body: """ These changes should fix certain issues with debug logging in the CA-less tests, should we be able to get the debug logger working again. """ To

[Freeipa-devel] [freeipa PR#1231][opened] [Backport][ipa-4-6] Py3: fix ipa-replica-conncheck

2017-11-03 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1231 Author: stlaz Title: #1231: [Backport][ipa-4-6] Py3: fix ipa-replica-conncheck Action: opened PR body: """ This PR was opened automatically because PR #1212 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as Git b

[Freeipa-devel] [freeipa PR#1212][closed] Py3: fix ipa-replica-conncheck

2017-11-03 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1212 Author: flo-renaud Title: #1212: Py3: fix ipa-replica-conncheck Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1212/head:pr1212 git checkout pr1212 _

[Freeipa-devel] [freeipa PR#1186][opened] lint: disable no-name-in-module for py3 package

2017-10-20 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1186 Author: stlaz Title: #1186: lint: disable no-name-in-module for py3 package Action: opened PR body: """ pylint mistakenly reports no-name-in-module when we're deciding whether to use the package for the given python version. """ To pull the PR

[Freeipa-devel] [freeipa PR#1182][closed] Use os.path.isfile() and isdir()

2017-10-20 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1182 Author: tiran Title: #1182: Use os.path.isfile() and isdir() Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1182/head:pr1182 git checkout pr1182

[Freeipa-devel] [freeipa PR#1183][opened] [Backport][ipa-4-6] Use os.path.isfile() and isdir()

2017-10-20 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1183 Author: stlaz Title: #1183: [Backport][ipa-4-6] Use os.path.isfile() and isdir() Action: opened PR body: """ This PR was opened automatically because PR #1182 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#1156][opened] p11-kit: add serial number in DER format

2017-10-16 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1156 Author: stlaz Title: #1156: p11-kit: add serial number in DER format Action: opened PR body: """ This causes Firefox to report our CA certificate as not-trustworthy. We were previously doing this correctly, however it slipped as an error due to

[Freeipa-devel] [freeipa PR#1145][closed] [Backport][ipa-4-6] tests: add host zone with overlap

2017-10-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1145 Author: stlaz Title: #1145: [Backport][ipa-4-6] tests: add host zone with overlap Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1145/head:pr1145 git checkout pr

[Freeipa-devel] [freeipa PR#1106][closed] tests: add host zone with overlap

2017-10-11 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1106 Author: Rezney Title: #1106: tests: add host zone with overlap Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1106/head:pr1106 git checkout pr1106 __

[Freeipa-devel] [freeipa PR#1145][opened] [Backport][ipa-4-6] tests: add host zone with overlap

2017-10-11 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1145 Author: stlaz Title: #1145: [Backport][ipa-4-6] tests: add host zone with overlap Action: opened PR body: """ This PR was opened automatically because PR #1106 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as Gi

[Freeipa-devel] [freeipa PR#1140][closed] [Backport][ipa-4-5] travis: make tests fail if pep8 does not pass

2017-10-10 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1140 Author: stlaz Title: #1140: [Backport][ipa-4-5] travis: make tests fail if pep8 does not pass Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1140/head:pr1140

[Freeipa-devel] [freeipa PR#1139][closed] [Backport][ipa-4-6] travis: make tests fail if pep8 does not pass

2017-10-10 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1139 Author: stlaz Title: #1139: [Backport][ipa-4-6] travis: make tests fail if pep8 does not pass Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1139/head:pr1139

[Freeipa-devel] [freeipa PR#1140][opened] [Backport][ipa-4-5] travis: make tests fail if pep8 does not pass

2017-10-10 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1140 Author: stlaz Title: #1140: [Backport][ipa-4-5] travis: make tests fail if pep8 does not pass Action: opened PR body: """ This PR was opened automatically because PR #1122 was pushed to master and backport to ipa-4-5 is required. """ To pu

[Freeipa-devel] [freeipa PR#1122][closed] travis: make tests fail if pep8 does not pass

2017-10-10 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1122 Author: stlaz Title: #1122: travis: make tests fail if pep8 does not pass Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1122/head:pr1122 git checkout pr1122 _

[Freeipa-devel] [freeipa PR#1139][opened] [Backport][ipa-4-6] travis: make tests fail if pep8 does not pass

2017-10-10 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1139 Author: stlaz Title: #1139: [Backport][ipa-4-6] travis: make tests fail if pep8 does not pass Action: opened PR body: """ This PR was opened automatically because PR #1122 was pushed to master and backport to ipa-4-6 is required. """ To pu

[Freeipa-devel] [freeipa PR#1123][closed] [Backport][ipa-4-5-4] backport: otptoken_yubikey.py: Removed traceback when package missing.

2017-10-09 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1123 Author: Tiboris Title: #1123: [Backport][ipa-4-5-4] backport: otptoken_yubikey.py: Removed traceback when package missing. Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfr

[Freeipa-devel] [freeipa PR#1134][closed] [Backport][ipa-4-6] Remove the `message` attribute from exceptions

2017-10-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1134 Author: stlaz Title: #1134: [Backport][ipa-4-6] Remove the `message` attribute from exceptions Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1134/head:pr1134 g

[Freeipa-devel] [freeipa PR#1130][closed] prci: bump f26 template to 0.1.5

2017-10-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1130 Author: tomaskrizek Title: #1130: prci: bump f26 template to 0.1.5 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1130/head:pr1130 git checkout pr1130 __

[Freeipa-devel] [freeipa PR#1129][closed] Backport PR 1109 to ipa-4-5

2017-10-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1129 Author: pvomacka Title: #1129: Backport PR 1109 to ipa-4-5 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1129/head:pr1129 git checkout pr1129 __

[Freeipa-devel] [freeipa PR#1135][opened] [Backport][ipa-4-6] tests_py3: decode get_file_contents() result

2017-10-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1135 Author: stlaz Title: #1135: [Backport][ipa-4-6] tests_py3: decode get_file_contents() result Action: opened PR body: """ This PR was opened automatically because PR #1118 was pushed to master and backport to ipa-4-6 is required. """ To pull t

[Freeipa-devel] [freeipa PR#1118][closed] tests_py3: decode get_file_contents() result

2017-10-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1118 Author: Rezney Title: #1118: tests_py3: decode get_file_contents() result Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1118/head:pr1118 git checkout pr1118 ___

[Freeipa-devel] [freeipa PR#1134][opened] [Backport][ipa-4-6] Remove the `message` attribute from exceptions

2017-10-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1134 Author: stlaz Title: #1134: [Backport][ipa-4-6] Remove the `message` attribute from exceptions Action: opened PR body: """ This PR was opened automatically because PR #1121 was pushed to master and backport to ipa-4-6 is required. """ To pul

[Freeipa-devel] [freeipa PR#1121][closed] Remove the `message` attribute from exceptions

2017-10-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1121 Author: stlaz Title: #1121: Remove the `message` attribute from exceptions Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1121/head:pr1121 git checkout pr1121 __

[Freeipa-devel] [freeipa PR#1133][closed] [4.5] Use correct container for ipa-4-5 testing

2017-10-05 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1133 Author: stlaz Title: #1133: [4.5] Use correct container for ipa-4-5 testing Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1133/head:pr1133 git checkout pr1133 _

[Freeipa-devel] [freeipa PR#1133][opened] [4.5] Use correct container for ipa-4-5 testing

2017-10-05 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1133 Author: stlaz Title: #1133: [4.5] Use correct container for ipa-4-5 testing Action: opened PR body: """ @freeipa/freeipa-master no longer provides Fedora 25 dependencies but is still used in the current container for testing ipa-4-5. Since ipa-

[Freeipa-devel] [freeipa PR#1124][closed] [Backport][ipa-4-5] Change Travis CI container to FreeIPA-owned

2017-10-03 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1124 Author: Tiboris Title: #1124: [Backport][ipa-4-5] Change Travis CI container to FreeIPA-owned Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1124/head:pr1124 git

[Freeipa-devel] [freeipa PR#1122][opened] travis: make tests fail if pep8 does not pass

2017-10-03 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1122 Author: stlaz Title: #1122: travis: make tests fail if pep8 does not pass Action: opened PR body: """ Currently, pep8 does not seem to fail even though there may be errors, let's see if this helps it. """ To pull the PR as Git branch: git r

[Freeipa-devel] [freeipa PR#1121][opened] Remove the `message` attribute from exceptions

2017-10-03 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1121 Author: stlaz Title: #1121: Remove the `message` attribute from exceptions Action: opened PR body: """ This is causing python2 tests print ugly warnings about the deprecation of the `message` attribute in python2.6. https://pagure.io/freeipa/i

[Freeipa-devel] [freeipa PR#1113][closed] [Backport][ipa-4-6] test_external_ca: switch to python-cryptography

2017-10-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1113 Author: stlaz Title: #1113: [Backport][ipa-4-6] test_external_ca: switch to python-cryptography Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1113/head:pr1113

[Freeipa-devel] [freeipa PR#1108][closed] [ipa-4-6] prci: update f26 template

2017-10-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1108 Author: tomaskrizek Title: #1108: [ipa-4-6] prci: update f26 template Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1108/head:pr1108 git checkout pr1108 ___

[Freeipa-devel] [freeipa PR#1107][closed] [Backport][ipa-4-6] py3: fix pkcs7 file processing

2017-10-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1107 Author: tomaskrizek Title: #1107: [Backport][ipa-4-6] py3: fix pkcs7 file processing Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1107/head:pr1107 git checkout

[Freeipa-devel] [freeipa PR#894][closed] Fixing ipa-replica-install --setup-kra if it's the first KRA in topology

2017-10-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/894 Author: felipevolpone Title: #894: Fixing ipa-replica-install --setup-kra if it's the first KRA in topology Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/894/he

[Freeipa-devel] [freeipa PR#937][closed] Configuring log handlers during the validation of input parameters

2017-10-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/937 Author: felipevolpone Title: #937: Configuring log handlers during the validation of input parameters Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/937/head:pr93

[Freeipa-devel] [freeipa PR#1053][closed] test_external_ca: switch to python-cryptography

2017-09-27 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1053 Author: Rezney Title: #1053: test_external_ca: switch to python-cryptography Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1053/head:pr1053 git checkout pr1053

[Freeipa-devel] [freeipa PR#1113][opened] [Backport][ipa-4-6] test_external_ca: switch to python-cryptography

2017-09-27 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1113 Author: stlaz Title: #1113: [Backport][ipa-4-6] test_external_ca: switch to python-cryptography Action: opened PR body: """ This PR was opened automatically because PR #1053 was pushed to master and backport to ipa-4-6 is required. """ To pu

[Freeipa-devel] [freeipa PR#1112][opened] ipatests: use python3 if built with python3

2017-09-25 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1112 Author: stlaz Title: #1112: ipatests: use python3 if built with python3 Action: opened PR body: """ Change the default python version for test scripts https://pagure.io/freeipa/issue/7131 """ To pull the PR as Git branch: git remote add ghfre

[Freeipa-devel] [freeipa PR#1111][opened] ipalib.x509 autumn cleanup

2017-09-25 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/ Author: stlaz Title: #: ipalib.x509 autumn cleanup Action: opened PR body: """ This is a cleanup of the x509 module which removes an ugly hack that prevents a circular dependency and the `strip_header()` function which is properly replace

[Freeipa-devel] [freeipa PR#1057][closed] py3: fix ipa cert-request --database ...

2017-09-25 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1057 Author: flo-renaud Title: #1057: py3: fix ipa cert-request --database ... Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1057/head:pr1057 git checkout pr1057 ___

[Freeipa-devel] [freeipa PR#1110][opened] csrgen: Introduce CertificateSigningRequest parameter

2017-09-25 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1110 Author: stlaz Title: #1110: csrgen: Introduce CertificateSigningRequest parameter Action: opened PR body: """ This pull request tries to introduce a new parameter for CSRs so that these are handled properly in Python 3 and are backward-compati

[Freeipa-devel] [freeipa PR#1105][closed] [master only] prci: update F26 template

2017-09-21 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1105 Author: tomaskrizek Title: #1105: [master only] prci: update F26 template Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1105/head:pr1105 git checkout pr1105 ___

[Freeipa-devel] [freeipa PR#1097][closed] Backport 4-5: Fix ipa-server-upgrade with server cert tracking

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1097 Author: flo-renaud Title: #1097: Backport 4-5: Fix ipa-server-upgrade with server cert tracking Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1097/head:pr1097 g

[Freeipa-devel] [freeipa PR#1099][opened] rpc: don't decode cookie_string if it's None

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1099 Author: stlaz Title: #1099: rpc: don't decode cookie_string if it's None Action: opened PR body: """ This removes an ugly debug message from client installation """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/free

[Freeipa-devel] [freeipa PR#1094][opened] [Backport][ipa-4-6] Don't write p11-kit EKU extension object if no EKU

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1094 Author: stlaz Title: #1094: [Backport][ipa-4-6] Don't write p11-kit EKU extension object if no EKU Action: opened PR body: """ This PR was opened automatically because PR #1090 was pushed to master and backport to ipa-4-6 is required. """ To

[Freeipa-devel] [freeipa PR#1090][closed] Don't write p11-kit EKU extension object if no EKU

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1090 Author: stlaz Title: #1090: Don't write p11-kit EKU extension object if no EKU Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1090/head:pr1090 git checkout pr109

[Freeipa-devel] [freeipa PR#1093][opened] [Backport][ipa-4-6] Fix ipa-server-upgrade with server cert tracking

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1093 Author: stlaz Title: #1093: [Backport][ipa-4-6] Fix ipa-server-upgrade with server cert tracking Action: opened PR body: """ This PR was opened automatically because PR #1045 was pushed to master and backport to ipa-4-6 is required. """ To p

[Freeipa-devel] [freeipa PR#1045][closed] Fix ipa-server-upgrade with server cert tracking

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1045 Author: flo-renaud Title: #1045: Fix ipa-server-upgrade with server cert tracking Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1045/head:pr1045 git checkout pr

[Freeipa-devel] [freeipa PR#1089][closed] [Backport][ipa-4-6] Use TLS for the cert-find operation

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1089 Author: stlaz Title: #1089: [Backport][ipa-4-6] Use TLS for the cert-find operation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1089/head:pr1089 git checkout

[Freeipa-devel] [freeipa PR#1092][opened] [Backport][ipa-4-6] Fall back to using configuration to determine server config status

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1092 Author: stlaz Title: #1092: [Backport][ipa-4-6] Fall back to using configuration to determine server config status Action: opened PR body: """ This PR was opened automatically because PR #1084 was pushed to master and backport to ipa-4-6 is r

[Freeipa-devel] [freeipa PR#1084][closed] Fall back to using configuration to determine server config status

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1084 Author: rcritten Title: #1084: Fall back to using configuration to determine server config status Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1084/head:pr108

[Freeipa-devel] [freeipa PR#1087][closed] [Backport][ipa-4-5] OTP import: support hash names with HMAC- prefix

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1087 Author: stlaz Title: #1087: [Backport][ipa-4-5] OTP import: support hash names with HMAC- prefix Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1087/head:pr1087

[Freeipa-devel] [freeipa PR#1086][closed] [Backport][ipa-4-6] OTP import: support hash names with HMAC- prefix

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1086 Author: stlaz Title: #1086: [Backport][ipa-4-6] OTP import: support hash names with HMAC- prefix Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1086/head:pr1086

[Freeipa-devel] [freeipa PR#1090][opened] Don't write p11-kit EKU extension object if no EKU

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1090 Author: stlaz Title: #1090: Don't write p11-kit EKU extension object if no EKU Action: opened PR body: """ b5732efd introduced a regression because it tries to write EKU that's actually in the CA cert instead of using the LDAP information. Howe

[Freeipa-devel] [freeipa PR#1088][closed] [Backport][ipa-4-6] pylint: fix missing module on F27+

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1088 Author: stlaz Title: #1088: [Backport][ipa-4-6] pylint: fix missing module on F27+ Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1088/head:pr1088 git checkout p

[Freeipa-devel] [freeipa PR#1089][opened] [Backport][ipa-4-6] Use TLS for the cert-find operation

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1089 Author: stlaz Title: #1089: [Backport][ipa-4-6] Use TLS for the cert-find operation Action: opened PR body: """ This PR was opened automatically because PR #1042 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as

[Freeipa-devel] [freeipa PR#1042][closed] Use TLS for the cert-find operation

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1042 Author: rcritten Title: #1042: Use TLS for the cert-find operation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1042/head:pr1042 git checkout pr1042 __

[Freeipa-devel] [freeipa PR#1088][opened] [Backport][ipa-4-6] pylint: fix missing module on F27+

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1088 Author: stlaz Title: #1088: [Backport][ipa-4-6] pylint: fix missing module on F27+ Action: opened PR body: """ This PR was opened automatically because PR #1085 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as G

[Freeipa-devel] [freeipa PR#1085][closed] pylint: fix missing module on F27+

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1085 Author: stlaz Title: #1085: pylint: fix missing module on F27+ Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1085/head:pr1085 git checkout pr1085 __

[Freeipa-devel] [freeipa PR#1086][opened] [Backport][ipa-4-6] OTP import: support hash names with HMAC- prefix

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1086 Author: stlaz Title: #1086: [Backport][ipa-4-6] OTP import: support hash names with HMAC- prefix Action: opened PR body: """ This PR was opened automatically because PR #1081 was pushed to master and backport to ipa-4-6 is required. """ To p

[Freeipa-devel] [freeipa PR#1087][opened] [Backport][ipa-4-5] OTP import: support hash names with HMAC- prefix

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1087 Author: stlaz Title: #1087: [Backport][ipa-4-5] OTP import: support hash names with HMAC- prefix Action: opened PR body: """ This PR was opened automatically because PR #1081 was pushed to master and backport to ipa-4-5 is required. """ To p

[Freeipa-devel] [freeipa PR#1081][closed] OTP import: support hash names with HMAC- prefix

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1081 Author: abbra Title: #1081: OTP import: support hash names with HMAC- prefix Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1081/head:pr1081 git checkout pr1081

[Freeipa-devel] [freeipa PR#1085][opened] pylint: fix missing module on F27+

2017-09-19 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1085 Author: stlaz Title: #1085: pylint: fix missing module on F27+ Action: opened PR body: """ `requests.packages` contains but a weird backward compatibility fix for its presumed `urllib3` submodule but pylint does not approve. --

[Freeipa-devel] [freeipa PR#1082][closed] [Backport][ipa-4-6] Python3: Fix winsync replication agreement

2017-09-15 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1082 Author: stlaz Title: #1082: [Backport][ipa-4-6] Python3: Fix winsync replication agreement Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1082/head:pr1082 git ch

[Freeipa-devel] [freeipa PR#1080][closed] [Backport][ipa-4-6] travis: run the same tests in python2/3

2017-09-15 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1080 Author: stlaz Title: #1080: [Backport][ipa-4-6] travis: run the same tests in python2/3 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1080/head:pr1080 git check

[Freeipa-devel] [freeipa PR#1082][opened] [Backport][ipa-4-6] Python3: Fix winsync replication agreement

2017-09-14 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1082 Author: stlaz Title: #1082: [Backport][ipa-4-6] Python3: Fix winsync replication agreement Action: opened PR body: """ This PR was opened automatically because PR #1018 was pushed to master and backport to ipa-4-6 is required. """ To pull the

[Freeipa-devel] [freeipa PR#1018][closed] Python3: Fix winsync replication agreement

2017-09-14 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1018 Author: flo-renaud Title: #1018: Python3: Fix winsync replication agreement Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1018/head:pr1018 git checkout pr1018 _

[Freeipa-devel] [freeipa PR#1080][opened] [Backport][ipa-4-6] travis: run the same tests in python2/3

2017-09-14 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1080 Author: stlaz Title: #1080: [Backport][ipa-4-6] travis: run the same tests in python2/3 Action: opened PR body: """ This PR was opened automatically because PR #1052 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#1052][closed] travis: run the same tests in python2/3

2017-09-14 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1052 Author: stlaz Title: #1052: travis: run the same tests in python2/3 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1052/head:pr1052 git checkout pr1052 _

[Freeipa-devel] [freeipa PR#1061][closed] [BACKPORT] prci: use f26 template for ipa-4-5

2017-09-14 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1061 Author: stlaz Title: #1061: [BACKPORT] prci: use f26 template for ipa-4-5 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1061/head:pr1061 git checkout pr1061 ___

[Freeipa-devel] [freeipa PR#1073][closed] Testing a new vagrant box for PR CI using f26 to ipa-4-5

2017-09-14 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1073 Author: felipevolpone Title: #1073: Testing a new vagrant box for PR CI using f26 to ipa-4-5 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1073/head:pr1073 git

[Freeipa-devel] [freeipa PR#1077][closed] [Backport][ipa-4-6] dsinstance: Restore context after changing dse.ldif

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1077 Author: stlaz Title: #1077: [Backport][ipa-4-6] dsinstance: Restore context after changing dse.ldif Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1077/head:pr1

[Freeipa-devel] [freeipa PR#1076][closed] [backport][ipa-4-5] Changing idoverrideuser-* to treat objectClass case insensitively

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1076 Author: felipevolpone Title: #1076: [backport][ipa-4-5] Changing idoverrideuser-* to treat objectClass case insensitively Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfree

[Freeipa-devel] [freeipa PR#1075][closed] [backport][ipa-4-5] Fixing how sssd.conf is updated when promoting a client to replica

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1075 Author: felipevolpone Title: #1075: [backport][ipa-4-5] Fixing how sssd.conf is updated when promoting a client to replica Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfre

[Freeipa-devel] [freeipa PR#1074][closed] [Backport][ipa-4-6] ipa-pki-retrieve-key: ensure we do not crash

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1074 Author: stlaz Title: #1074: [Backport][ipa-4-6] ipa-pki-retrieve-key: ensure we do not crash Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1074/head:pr1074 git

[Freeipa-devel] [freeipa PR#1074][opened] [Backport][ipa-4-6] ipa-pki-retrieve-key: ensure we do not crash

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1074 Author: stlaz Title: #1074: [Backport][ipa-4-6] ipa-pki-retrieve-key: ensure we do not crash Action: opened PR body: """ This PR was opened automatically because PR #996 was pushed to master and backport to ipa-4-6 is required. """ To pull th

[Freeipa-devel] [freeipa PR#996][closed] ipa-pki-retrieve-key: ensure we do not crash

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/996 Author: frasertweedale Title: #996: ipa-pki-retrieve-key: ensure we do not crash Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/996/head:pr996 git checkout pr996

[Freeipa-devel] [freeipa PR#1072][closed] [Backport][ipa-4-6] client: fix retrieving certs from HTTP

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1072 Author: stlaz Title: #1072: [Backport][ipa-4-6] client: fix retrieving certs from HTTP Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1072/head:pr1072 git checko

[Freeipa-devel] [freeipa PR#1072][opened] [Backport][ipa-4-6] client: fix retrieving certs from HTTP

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1072 Author: stlaz Title: #1072: [Backport][ipa-4-6] client: fix retrieving certs from HTTP Action: opened PR body: """ This PR was opened automatically because PR #1071 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#1071][closed] client: fix retrieving certs from HTTP

2017-09-13 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1071 Author: stlaz Title: #1071: client: fix retrieving certs from HTTP Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1071/head:pr1071 git checkout pr1071 __

[Freeipa-devel] [freeipa PR#1070][closed] [Backport][ipa-4-6] Changing idoverrideuser-* to treat objectClass case insensitively

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1070 Author: stlaz Title: #1070: [Backport][ipa-4-6] Changing idoverrideuser-* to treat objectClass case insensitively Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull

[Freeipa-devel] [freeipa PR#1069][closed] [Backport][ipa-4-6] uninstall: remove deprecation warning

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1069 Author: stlaz Title: #1069: [Backport][ipa-4-6] uninstall: remove deprecation warning Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1069/head:pr1069 git checkou

[Freeipa-devel] [freeipa PR#1068][closed] [Backport][ipa-4-6] ldif: handle attribute names as strings

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1068 Author: stlaz Title: #1068: [Backport][ipa-4-6] ldif: handle attribute names as strings Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1068/head:pr1068 git check

[Freeipa-devel] [freeipa PR#1064][closed] [Backport][ipa-4-6] issue_server_cert: avoid application of str to bytes

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1064 Author: stlaz Title: #1064: [Backport][ipa-4-6] issue_server_cert: avoid application of str to bytes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1064/head:pr

[Freeipa-devel] [freeipa PR#1071][opened] client: fix retrieving certs from HTTP

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1071 Author: stlaz Title: #1071: client: fix retrieving certs from HTTP Action: opened PR body: """ We're applying bytes regex on the result of a command but were using decoded stdout instead of raw. https://pagure.io/freeipa/issue/7131 """ To pul

[Freeipa-devel] [freeipa PR#1067][closed] [Backport][ipa-4-5] pkinit: don't fail when no pkinit servers found

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1067 Author: stlaz Title: #1067: [Backport][ipa-4-5] pkinit: don't fail when no pkinit servers found Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1067/head:pr1067

[Freeipa-devel] [freeipa PR#950][closed] Changing idoverrideuser-* to treat objectClass case insensitively

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/950 Author: felipevolpone Title: #950: Changing idoverrideuser-* to treat objectClass case insensitively Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/950/head:pr950

[Freeipa-devel] [freeipa PR#1070][opened] [Backport][ipa-4-6] Changing idoverrideuser-* to treat objectClass case insensitively

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1070 Author: stlaz Title: #1070: [Backport][ipa-4-6] Changing idoverrideuser-* to treat objectClass case insensitively Action: opened PR body: """ This PR was opened automatically because PR #950 was pushed to master and backport to ipa-4-6 is req

[Freeipa-devel] [freeipa PR#1065][closed] [Backport][ipa-4-6] pkinit: fix sorting dicts

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1065 Author: stlaz Title: #1065: [Backport][ipa-4-6] pkinit: fix sorting dicts Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1065/head:pr1065 git checkout pr1065 ___

[Freeipa-devel] [freeipa PR#1066][closed] [Backport][ipa-4-6] pkinit: don't fail when no pkinit servers found

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1066 Author: stlaz Title: #1066: [Backport][ipa-4-6] pkinit: don't fail when no pkinit servers found Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1066/head:pr1066

[Freeipa-devel] [freeipa PR#1069][opened] [Backport][ipa-4-6] uninstall: remove deprecation warning

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1069 Author: stlaz Title: #1069: [Backport][ipa-4-6] uninstall: remove deprecation warning Action: opened PR body: """ This PR was opened automatically because PR #1054 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR a

[Freeipa-devel] [freeipa PR#1054][closed] uninstall: remove deprecation warning

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1054 Author: stlaz Title: #1054: uninstall: remove deprecation warning Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1054/head:pr1054 git checkout pr1054 ___

[Freeipa-devel] [freeipa PR#1063][closed] [Backport][ipa-4-6] Fixing how sssd.conf is updated when promoting a client to replica

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1063 Author: stlaz Title: #1063: [Backport][ipa-4-6] Fixing how sssd.conf is updated when promoting a client to replica Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pul

[Freeipa-devel] [freeipa PR#1049][closed] ldif: handle attribute names as strings

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1049 Author: stlaz Title: #1049: ldif: handle attribute names as strings Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1049/head:pr1049 git checkout pr1049 _

[Freeipa-devel] [freeipa PR#1068][opened] [Backport][ipa-4-6] ldif: handle attribute names as strings

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1068 Author: stlaz Title: #1068: [Backport][ipa-4-6] ldif: handle attribute names as strings Action: opened PR body: """ This PR was opened automatically because PR #1049 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#1066][opened] [Backport][ipa-4-6] pkinit: don't fail when no pkinit servers found

2017-09-12 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1066 Author: stlaz Title: #1066: [Backport][ipa-4-6] pkinit: don't fail when no pkinit servers found Action: opened PR body: """ This PR was opened automatically because PR #1046 was pushed to master and backport to ipa-4-6 is required. """ To pu

<    1   2   3   4   >