[Freeipa-devel] [freeipa PR#927][closed] WebUI: Cockpit integration

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/927 Author: pvomacka Title: #927: WebUI: Cockpit integration Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/927/head:pr927 git checkout pr927

[Freeipa-devel] [freeipa PR#1458][closed] Prepare migration of mod_nss NSSDB to sql format

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1458 Author: tiran Title: #1458: Prepare migration of mod_nss NSSDB to sql format Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1458/head:pr1458 git checkout pr1458

[Freeipa-devel] [freeipa PR#1528][closed] [Backport][ipa-4-6] Fix replica_promotion-domlevel0 test failures

2018-02-06 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1528 Author: tiran Title: #1528: [Backport][ipa-4-6] Fix replica_promotion-domlevel0 test failures Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1528/head:pr1528

[Freeipa-devel] [freeipa PR#1420][closed] Fix python-ldap byte warnings

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1420 Author: tiran Title: #1420: Fix python-ldap byte warnings Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1420/head:pr1420 git checkout pr1420

[Freeipa-devel] [freeipa PR#1534][opened] [Backport][ipa-4-6] Make IntegrationTest fail if an error happened during uninstall

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1534 Author: tiran Title: #1534: [Backport][ipa-4-6] Make IntegrationTest fail if an error happened during uninstall Action: opened PR body: """ This PR was opened automatically because PR #1459 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#1459][closed] Make IntegrationTest fail if an error happened during uninstall

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1459 Author: felipevolpone Title: #1459: Make IntegrationTest fail if an error happened during uninstall Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1536][opened] Fix multiple uninstallation of server

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1536 Author: tiran Title: #1536: Fix multiple uninstallation of server Action: opened PR body: """ "ipa-server-install --uninstall" no longer fails with error message "'Env' object has no attribute 'basedn'" when executed on a system that has no

[Freeipa-devel] [freeipa PR#1534][closed] [Backport][ipa-4-6] Make IntegrationTest fail if an error happened during uninstall

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1534 Author: tiran Title: #1534: [Backport][ipa-4-6] Make IntegrationTest fail if an error happened during uninstall Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1527][closed] [Backport][ipa-4-5] Fix replica_promotion-domlevel0 test failures

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1527 Author: tiran Title: #1527: [Backport][ipa-4-5] Fix replica_promotion-domlevel0 test failures Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1527/head:pr1527

[Freeipa-devel] [freeipa PR#1538][opened] Replace hard-coded paths with path constants

2018-02-07 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1538 Author: tiran Title: #1538: Replace hard-coded paths with path constants Action: opened PR body: """ Several run() calls used hard-coded paths rather than pre-defined paths from ipaplatform.paths. The patch fixes all places that I was able to

[Freeipa-devel] [freeipa PR#1580][closed] Generate same API.txt under Python 2 and 3

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1580 Author: tiran Title: #1580: Generate same API.txt under Python 2 and 3 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1580/head:pr1580 git checkout pr1580

[Freeipa-devel] [freeipa PR#1584][opened] [Backport][ipa-4-6] Generate same API.txt under Python 2 and 3

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1584 Author: tiran Title: #1584: [Backport][ipa-4-6] Generate same API.txt under Python 2 and 3 Action: opened PR body: """ This PR was opened automatically because PR #1580 was pushed to master and backport to ipa-4-6 is required. """ To pull

[Freeipa-devel] [freeipa PR#1585][opened] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1585 Author: tiran Title: #1585: [Py3] Fix i18n test for Chinese translation Action: opened PR body: """ Python 3's regular expression default to full range of unicode characters. Restrict \w matches to ASCII and drop \b suffix check to fix a

[Freeipa-devel] [freeipa PR#1591][closed] ipa-custodia-checker now uses python3 shebang

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1591 Author: tiran Title: #1591: ipa-custodia-checker now uses python3 shebang Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1591/head:pr1591 git checkout pr1591

[Freeipa-devel] [freeipa PR#1593][opened] [Backport][ipa-4-6] Fixing WebUI Tests

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1593 Author: tiran Title: #1593: [Backport][ipa-4-6] Fixing WebUI Tests Action: opened PR body: """ This PR was opened automatically because PR #1479 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as Git branch: git

[Freeipa-devel] [freeipa PR#1479][closed] Fixing WebUI Tests

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1479 Author: felipevolpone Title: #1479: Fixing WebUI Tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1479/head:pr1479 git checkout pr1479

[Freeipa-devel] [freeipa PR#1317][closed] [WIP] Travis ci cache builds

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1317 Author: abbra Title: #1317: [WIP] Travis ci cache builds Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1317/head:pr1317 git checkout pr1317

[Freeipa-devel] [freeipa PR#1593][closed] [Backport][ipa-4-6] Fixing WebUI Tests

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1593 Author: tiran Title: #1593: [Backport][ipa-4-6] Fixing WebUI Tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1593/head:pr1593 git checkout pr1593

[Freeipa-devel] [freeipa PR#1418][closed] Support out-of-tree builds

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1418 Author: tiran Title: #1418: Support out-of-tree builds Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1418/head:pr1418 git checkout pr1418

[Freeipa-devel] [freeipa PR#1588][opened] [Backport][ipa-4-6] Fix multiple uninstallation of server

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1588 Author: tiran Title: #1588: [Backport][ipa-4-6] Fix multiple uninstallation of server Action: opened PR body: """ This PR was opened automatically because PR #1536 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#1582][closed] User must not be able to delete his last active otp token

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1582 Author: flo-renaud Title: #1582: User must not be able to delete his last active otp token Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1582/head:pr1582 git

[Freeipa-devel] [freeipa PR#1586][closed] [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1586 Author: tiran Title: #1586: [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1586/head:pr1586 git

[Freeipa-devel] [freeipa PR#1587][opened] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1587 Author: tiran Title: #1587: Unified ldap_initialize() function Action: opened PR body: """ Replace all ldap.initialize() calls with a helper function ldap_initialize(). It handles cacert and cert validation correctly. It also provides a unique

[Freeipa-devel] [freeipa PR#1585][closed] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1585 Author: tiran Title: #1585: [Py3] Fix i18n test for Chinese translation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1585/head:pr1585 git checkout pr1585

[Freeipa-devel] [freeipa PR#1586][opened] [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1586 Author: tiran Title: #1586: [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation Action: opened PR body: """ This PR was opened automatically because PR #1585 was pushed to master and backport to ipa-4-6 is required. """ To pull

[Freeipa-devel] [freeipa PR#1536][closed] Fix multiple uninstallation of server

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1536 Author: tiran Title: #1536: Fix multiple uninstallation of server Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1536/head:pr1536 git checkout pr1536

[Freeipa-devel] [freeipa PR#1589][opened] [Backport][ipa-4-6] User must not be able to delete his last active otp token

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1589 Author: tiran Title: #1589: [Backport][ipa-4-6] User must not be able to delete his last active otp token Action: opened PR body: """ This PR was opened automatically because PR #1582 was pushed to master and backport to ipa-4-6 is required.

[Freeipa-devel] [freeipa PR#1590][opened] [Backport][ipa-4-6] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1590 Author: tiran Title: #1590: [Backport][ipa-4-6] Unified ldap_initialize() function Action: opened PR body: """ Manual backport of PR #1587 Replace all ldap.initialize() calls with a helper function ldap_initialize(). It handles cacert and

[Freeipa-devel] [freeipa PR#1587][closed] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1587 Author: tiran Title: #1587: Unified ldap_initialize() function Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1587/head:pr1587 git checkout pr1587

[Freeipa-devel] [freeipa PR#1615][opened] Remove deprecated -p option from ipa-dns-install

2018-02-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1615 Author: tiran Title: #1615: Remove deprecated -p option from ipa-dns-install Action: opened PR body: """ The option has been deprecated since at least freeIPA release 4.3.0 when the installer was changed to use LDAPI. See:

[Freeipa-devel] [freeipa PR#1614][opened] autoconf now prefers Python 3 over 2

2018-02-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1614 Author: tiran Title: #1614: autoconf now prefers Python 3 over 2 Action: opened PR body: """ The configure script now looks for Python 3.6 or newer, then falls back to Python 2. All Makefile default to Python 3 if Python 3 is available. Move

[Freeipa-devel] [freeipa PR#1594][closed] Add better CalledProcessError and run() logging

2018-02-20 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1594 Author: tiran Title: #1594: Add better CalledProcessError and run() logging Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1594/head:pr1594 git checkout pr1594

[Freeipa-devel] [freeipa PR#1602][closed] [Backport][ipa-4-6] Remove special characters in host_add random OTP generation

2018-02-20 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1602 Author: rcritten Title: #1602: [Backport][ipa-4-6] Remove special characters in host_add random OTP generation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1596][closed] webui:test realm domain add with DNS check

2018-02-20 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1596 Author: pvoborni Title: #1596: webui:test realm domain add with DNS check Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1596/head:pr1596 git checkout pr1596

[Freeipa-devel] [freeipa PR#1561][closed] Use system-wide crypto-policies on Fedora

2018-02-20 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1561 Author: tiran Title: #1561: Use system-wide crypto-policies on Fedora Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1561/head:pr1561 git checkout pr1561

[Freeipa-devel] [freeipa PR#1590][closed] [Backport][ipa-4-6] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1590 Author: tiran Title: #1590: [Backport][ipa-4-6] Unified ldap_initialize() function Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1590/head:pr1590 git checkout

[Freeipa-devel] [freeipa PR#1589][closed] [Backport][ipa-4-6] User must not be able to delete his last active otp token

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1589 Author: tiran Title: #1589: [Backport][ipa-4-6] User must not be able to delete his last active otp token Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1564][closed] freeipa-server no longer supports i686 arch on F28

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1564 Author: tiran Title: #1564: freeipa-server no longer supports i686 arch on F28 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1564/head:pr1564 git checkout

[Freeipa-devel] [freeipa PR#1595][opened] [Backport][ipa-4-6] freeipa-server no longer supports i686 arch on F28

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1595 Author: tiran Title: #1595: [Backport][ipa-4-6] freeipa-server no longer supports i686 arch on F28 Action: opened PR body: """ This PR was opened automatically because PR #1564 was pushed to master and backport to ipa-4-6 is required. """

[Freeipa-devel] [freeipa PR#1595][closed] [Backport][ipa-4-6] freeipa-server no longer supports i686 arch on F28

2018-02-16 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1595 Author: tiran Title: #1595: [Backport][ipa-4-6] freeipa-server no longer supports i686 arch on F28 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1024][closed] py3: turn all shebangs to python3

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1024 Author: stlaz Title: #1024: py3: turn all shebangs to python3 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1024/head:pr1024 git checkout pr1024

[Freeipa-devel] [freeipa PR#1591][opened] ipa-custodia-checker now uses python3 shebang

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1591 Author: tiran Title: #1591: ipa-custodia-checker now uses python3 shebang Action: opened PR body: """ #1024 missed one script that was introduced later. https://pagure.io/freeipa/issue/4985 Signed-off-by: Christian Heimes

[Freeipa-devel] [freeipa PR#1588][closed] [Backport][ipa-4-6] Fix multiple uninstallation of server

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1588 Author: tiran Title: #1588: [Backport][ipa-4-6] Fix multiple uninstallation of server Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1588/head:pr1588 git

[Freeipa-devel] [freeipa PR#1615][closed] Remove deprecated -p option from ipa-dns-install

2018-02-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1615 Author: tiran Title: #1615: Remove deprecated -p option from ipa-dns-install Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1615/head:pr1615 git checkout pr1615

[Freeipa-devel] [freeipa PR#1616][closed] Move DNS related files to server-dns package

2018-02-26 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1616 Author: tiran Title: #1616: Move DNS related files to server-dns package Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1616/head:pr1616 git checkout pr1616

[Freeipa-devel] [freeipa PR#1627][closed] [Backport][ipa-4-6] Don't return None on mismatched interactive passwords

2018-02-26 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1627 Author: tiran Title: #1627: [Backport][ipa-4-6] Don't return None on mismatched interactive passwords Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1628][closed] [Backport][ipa-4-6] ipa host-add: do not raise exception when reverse record not added

2018-02-26 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1628 Author: tiran Title: #1628: [Backport][ipa-4-6] ipa host-add: do not raise exception when reverse record not added Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1524][closed] tests: ca-less to ca-full - remove certupdate

2018-02-26 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1524 Author: Rezney Title: #1524: tests: ca-less to ca-full - remove certupdate Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1524/head:pr1524 git checkout pr1524

[Freeipa-devel] [freeipa PR#1626][opened] Silence some GCC warnings

2018-02-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1626 Author: tiran Title: #1626: Silence some GCC warnings Action: opened PR body: """ The ipadb_free() and ipadb_alloc() functions are only used with KRB5_KDB_DAL_MAJOR_VERSION 5. ``` ipa_extdom_common.c:103:5: warning: enumeration value

[Freeipa-devel] [freeipa PR#1626][closed] Silence some GCC warnings

2018-02-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1626 Author: tiran Title: #1626: Silence some GCC warnings Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1626/head:pr1626 git checkout pr1626

[Freeipa-devel] [freeipa PR#1521][closed] ipa host-add: do not raise exception when reverse record not added

2018-02-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1521 Author: flo-renaud Title: #1521: ipa host-add: do not raise exception when reverse record not added Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1627][opened] [Backport][ipa-4-6] Don't return None on mismatched interactive passwords

2018-02-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1627 Author: tiran Title: #1627: [Backport][ipa-4-6] Don't return None on mismatched interactive passwords Action: opened PR body: """ This PR was opened automatically because PR #1622 was pushed to master and backport to ipa-4-6 is required. """

[Freeipa-devel] [freeipa PR#1622][closed] Don't return None on mismatched interactive passwords

2018-02-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1622 Author: rcritten Title: #1622: Don't return None on mismatched interactive passwords Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1622/head:pr1622 git

[Freeipa-devel] [freeipa PR#1616][opened] Move DNS related files to server-dns package

2018-02-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1616 Author: tiran Title: #1616: Move DNS related files to server-dns package Action: opened PR body: """ The freeipa-server package was shipping files that are only used by freeipa-server-dns. Signed-off-by: Christian Heimes

[Freeipa-devel] [freeipa PR#1433][opened] ipa-run-tests: replace chdir with plugin

2018-01-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1433 Author: tiran Title: #1433: ipa-run-tests: replace chdir with plugin Action: opened PR body: """ The ipa-run-tests command used os.chdir() to change into the ipatests/ directory. The approach works for simple cases but breaks some pytest

[Freeipa-devel] [freeipa PR#1373][closed] [Backport][ipa-4-6] NSSDB: use preferred convert command

2018-01-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1373 Author: tiran Title: #1373: [Backport][ipa-4-6] NSSDB: use preferred convert command Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1373/head:pr1373 git

[Freeipa-devel] [freeipa PR#1402][closed] WebUI: make keytab tables on service and host pages writable

2018-01-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1402 Author: pvomacka Title: #1402: WebUI: make keytab tables on service and host pages writable Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1402/head:pr1402 git

[Freeipa-devel] [freeipa PR#1434][opened] [Backport][ipa-4-6] WebUI: make keytab tables on service and host pages writable

2018-01-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1434 Author: tiran Title: #1434: [Backport][ipa-4-6] WebUI: make keytab tables on service and host pages writable Action: opened PR body: """ This PR was opened automatically because PR #1402 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#1636][opened] Upgrade HTTPd's alias db to SQL

2018-02-26 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1636 Author: tiran Title: #1636: Upgrade HTTPd's alias db to SQL Action: opened PR body: """ https://pagure.io/freeipa/issue/7354 Signed-off-by: Christian Heimes """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1559][closed] test_dnssec: re-add named-pkcs11 workarounds

2018-06-21 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1559 Author: tiran Title: #1559: test_dnssec: re-add named-pkcs11 workarounds Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1559/head:pr1559 git checkout pr1559

[Freeipa-devel] [freeipa PR#2055][closed] [Backport ipa-4-5] Always set ca_host when installing replica

2018-06-21 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2055 Author: Tiboris Title: #2055: [Backport ipa-4-5] Always set ca_host when installing replica Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2055/head:pr2055 git

[Freeipa-devel] [freeipa PR#1997][closed] Fix translation of python brace formatted messages

2018-06-21 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1997 Author: stanislavlevin Title: #1997: Fix translation of python brace formatted messages Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1997/head:pr1997 git

[Freeipa-devel] [freeipa PR#1793][closed] ipa tests: Set default TTL for the IPA zone to 1 second

2018-06-21 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1793 Author: abbra Title: #1793: ipa tests: Set default TTL for the IPA zone to 1 second Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1793/head:pr1793 git checkout

[Freeipa-devel] [freeipa PR#2051][opened] Fix replication races in Dogtag admin code

2018-06-20 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2051 Author: tiran Title: #2051: Fix replication races in Dogtag admin code Action: opened PR body: """ DogtagInstance.setup_admin and related methods have multiple LDAP replication race conditions. The bugs can cause parallel ipa-replica-install

[Freeipa-devel] [freeipa PR#2046][closed] Apply validate_doc() to NO_CLI commands

2018-06-21 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2046 Author: stanislavlevin Title: #2046: Apply validate_doc() to NO_CLI commands Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2046/head:pr2046 git checkout pr2046

[Freeipa-devel] [freeipa PR#2032][closed] Sort and shuffle SRV record by priority and weight

2018-06-19 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2032 Author: tiran Title: #2032: Sort and shuffle SRV record by priority and weight Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2032/head:pr2032 git checkout

[Freeipa-devel] [freeipa PR#2040][closed] [Backport][ipa-4-6] Replace some test case adjectives

2018-06-19 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2040 Author: tiran Title: #2040: [Backport][ipa-4-6] Replace some test case adjectives Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2040/head:pr2040 git checkout

[Freeipa-devel] [freeipa PR#2036][closed] Replace some test case adjectives

2018-06-19 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2036 Author: rcritten Title: #2036: Replace some test case adjectives Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2036/head:pr2036 git checkout pr2036

[Freeipa-devel] [freeipa PR#2041][opened] [Backport][ipa-4-5] Sort and shuffle SRV record by priority and weight

2018-06-19 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2041 Author: tiran Title: #2041: [Backport][ipa-4-5] Sort and shuffle SRV record by priority and weight Action: opened PR body: """ On multiple occasions, SRV query answers were not properly sorted by priority. Records with same priority weren't

[Freeipa-devel] [freeipa PR#1700][closed] Allow issuing certificates with IP addresses in subjectAltName

2018-06-19 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1700 Author: ipilcher Title: #1700: Allow issuing certificates with IP addresses in subjectAltName Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1700/head:pr1700

[Freeipa-devel] [freeipa PR#2057][opened] Ensure that public cert and CA bundle are readable

2018-06-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2057 Author: tiran Title: #2057: Ensure that public cert and CA bundle are readable Action: opened PR body: """ In CIS hardened mode, the process umask is 027. This results in some files not being world readable. Ensure that

[Freeipa-devel] [freeipa PR#2051][closed] Fix replication races in Dogtag admin code

2018-06-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2051 Author: tiran Title: #2051: Fix replication races in Dogtag admin code Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2051/head:pr2051 git checkout pr2051

[Freeipa-devel] [freeipa PR#2059][opened] [Backport][ipa-4-6] Fix replication races in Dogtag admin code

2018-06-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2059 Author: tiran Title: #2059: [Backport][ipa-4-6] Fix replication races in Dogtag admin code Action: opened PR body: """ Manual backport of PR #2051 PR fixes two related issues: # Fix replication races in Dogtag admin code

[Freeipa-devel] [freeipa PR#2058][opened] [Backport][ipa-4-5] Fix replication races in Dogtag admin code

2018-06-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2058 Author: tiran Title: #2058: [Backport][ipa-4-5] Fix replication races in Dogtag admin code Action: opened PR body: """ Manual backport of PR #2051 PR fixes two related issues: # Fix replication races in Dogtag admin code

[Freeipa-devel] [freeipa PR#2059][closed] [Backport][ipa-4-6] Fix replication races in Dogtag admin code

2018-06-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2059 Author: tiran Title: #2059: [Backport][ipa-4-6] Fix replication races in Dogtag admin code Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2059/head:pr2059 git

[Freeipa-devel] [freeipa PR#2234][opened] Disable DL0 specific tests

2018-08-09 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2234 Author: tiran Title: #2234: Disable DL0 specific tests Action: opened PR body: """ Disable tests that use domain level 0. Fail early to catch additional tests that depend on DL0. See: https://pagure.io/freeipa/issue/7669 Signed-off-by:

[Freeipa-devel] [freeipa PR#2223][closed] DL0 removal: 1st step hide DL0 specific options and commands

2018-08-13 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2223 Author: t-woerner Title: #2223: DL0 removal: 1st step hide DL0 specific options and commands Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2223/head:pr2223 git

[Freeipa-devel] [freeipa PR#2235][closed] ipaclient: Remove --no-sssd and --noac options

2018-08-13 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2235 Author: t-woerner Title: #2235: ipaclient: Remove --no-sssd and --noac options Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2235/head:pr2235 git checkout

[Freeipa-devel] [freeipa PR#1353][closed] Add script to regenerate Custodia keys and config

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1353 Author: tiran Title: #1353: Add script to regenerate Custodia keys and config Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1353/head:pr1353 git checkout

[Freeipa-devel] [freeipa PR#2280][closed] [Backport][ipa-4-7] Generate Python shebang lines from configure and make

2018-08-24 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2280 Author: tiran Title: #2280: [Backport][ipa-4-7] Generate Python shebang lines from configure and make Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2267][opened] Generate Python shebang lines from configure and make

2018-08-22 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2267 Author: tiran Title: #2267: Generate Python shebang lines from configure and make Action: opened PR body: """ The shebang lines are no longer hard-coded but auto-generated with autoconf and make. configure is now able to detect a platform

[Freeipa-devel] [freeipa PR#2277][opened] [Backport][ipa-4-7] ipa commands: print 'IPA is not configured' when ipa is not setup

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2277 Author: tiran Title: #2277: [Backport][ipa-4-7] ipa commands: print 'IPA is not configured' when ipa is not setup Action: opened PR body: """ This PR was opened automatically because PR #2268 was pushed to master and backport to ipa-4-7 is

[Freeipa-devel] [freeipa PR#2276][opened] [Backport][ipa-4-6] ipa commands: print 'IPA is not configured' when ipa is not setup

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2276 Author: tiran Title: #2276: [Backport][ipa-4-6] ipa commands: print 'IPA is not configured' when ipa is not setup Action: opened PR body: """ This PR was opened automatically because PR #2268 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#2268][closed] ipa commands: print 'IPA is not configured' when ipa is not setup

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2268 Author: flo-renaud Title: #2268: ipa commands: print 'IPA is not configured' when ipa is not setup Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2274][opened] [Backport][ipa-4-7] Honor no-host-dns when creating client host in replica install

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2274 Author: tiran Title: #2274: [Backport][ipa-4-7] Honor no-host-dns when creating client host in replica install Action: opened PR body: """ This PR was opened automatically because PR #2189 was pushed to master and backport to ipa-4-7 is

[Freeipa-devel] [freeipa PR#2272][closed] [Backport][ipa-4-6] test: client uninstall fails when installed using non-existing hostname

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2272 Author: Tiboris Title: #2272: [Backport][ipa-4-6] test: client uninstall fails when installed using non-existing hostname Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#2189][closed] Honor no-host-dns when creating client host in replica install

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2189 Author: rcritten Title: #2189: Honor no-host-dns when creating client host in replica install Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2189/head:pr2189

[Freeipa-devel] [freeipa PR#2273][closed] [Backport][ipa-4-7] test: client uninstall fails when installed using non-existing hostname

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2273 Author: Tiboris Title: #2273: [Backport][ipa-4-7] test: client uninstall fails when installed using non-existing hostname Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#2275][opened] [Backport][ipa-4-7] uninstall -v: remove Tracebacks

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2275 Author: tiran Title: #2275: [Backport][ipa-4-7] uninstall -v: remove Tracebacks Action: opened PR body: """ This PR was opened automatically because PR #2265 was pushed to master and backport to ipa-4-7 is required. """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#2265][closed] uninstall -v: remove Tracebacks

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2265 Author: flo-renaud Title: #2265: uninstall -v: remove Tracebacks Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2265/head:pr2265 git checkout pr2265

[Freeipa-devel] [freeipa PR#2274][closed] [Backport][ipa-4-7] Honor no-host-dns when creating client host in replica install

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2274 Author: tiran Title: #2274: [Backport][ipa-4-7] Honor no-host-dns when creating client host in replica install Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2267][closed] Generate Python shebang lines from configure and make

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2267 Author: tiran Title: #2267: Generate Python shebang lines from configure and make Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2267/head:pr2267 git checkout

[Freeipa-devel] [freeipa PR#2280][opened] [Backport][ipa-4-7] Generate Python shebang lines from configure and make

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2280 Author: tiran Title: #2280: [Backport][ipa-4-7] Generate Python shebang lines from configure and make Action: opened PR body: """ This PR was opened automatically because PR #2267 was pushed to master and backport to ipa-4-7 is required. """

[Freeipa-devel] [freeipa PR#2277][closed] [Backport][ipa-4-7] ipa commands: print 'IPA is not configured' when ipa is not setup

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2277 Author: tiran Title: #2277: [Backport][ipa-4-7] ipa commands: print 'IPA is not configured' when ipa is not setup Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2275][closed] [Backport][ipa-4-7] uninstall -v: remove Tracebacks

2018-08-23 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2275 Author: tiran Title: #2275: [Backport][ipa-4-7] uninstall -v: remove Tracebacks Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2275/head:pr2275 git checkout

[Freeipa-devel] [freeipa PR#2301][opened] Fix SELinux violation in fedora-domainname.service detection

2018-08-29 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2301 Author: tiran Title: #2301: Fix SELinux violation in fedora-domainname.service detection Action: opened PR body: """ ## Refactor os-release and platform information Move the /etc/os-release parser and platform detection code out of the

[Freeipa-devel] [freeipa PR#2159][closed] [testing_master] Nightly PR

2018-07-17 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2159 Author: freeipa-pr-ci Title: #2159: [testing_master] Nightly PR Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2159/head:pr2159 git checkout pr2159

[Freeipa-devel] [freeipa PR#2163][opened] Make ipaclient.csrgen optional

2018-07-17 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2163 Author: tiran Title: #2163: Make ipaclient.csrgen optional Action: opened PR body: """ ipaclient's csrgen plugin has been turned into an optional dependency. The ipaclient plugin, helper modules like ipaclient.csrgen and templates are shipped

[Freeipa-devel] [freeipa PR#2162][closed] Improve specfile and build dependencies for F29 and RHEL

2018-07-17 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2162 Author: tiran Title: #2162: Improve specfile and build dependencies for F29 and RHEL Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2162/head:pr2162 git

[Freeipa-devel] [freeipa PR#2166][opened] [Backport][ipa-4-6] Fix regression: Handle unicode where str is expected

2018-07-18 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2166 Author: tiran Title: #2166: [Backport][ipa-4-6] Fix regression: Handle unicode where str is expected Action: opened PR body: """ This PR was opened automatically because PR #2165 was pushed to master and backport to ipa-4-6 is required. """

<    1   2   3   4   5   6   7   8   9   10   >