URL: https://github.com/freeipa/freeipa/pull/1985
Author: rcritten
Title: #1985: [Backport][ipa-4-6] Fix elements not being removed in otpd_queue_pop_msgid()
Action: opened
PR body:
"""
This PR was opened automatically because PR #1980 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1985/head:pr1985
git checkout pr1985
URL: https://github.com/freeipa/freeipa/pull/1986
Author: rcritten
Title: #1986: [Backport][ipa-4-5] Fix elements not being removed in otpd_queue_pop_msgid()
Action: opened
PR body:
"""
This PR was opened automatically because PR #1980 was pushed to master and backport to ipa-4-5 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1986/head:pr1986
git checkout pr1986
URL: https://github.com/freeipa/freeipa/pull/1970
Author: tiran
Title: #1970: Print version string in installer
Action: opened
PR body:
"""
The server, replica, and client installer now print the current version
number on the console, before the actual installer starts. It makes it
easier to debug problems with failed installations. Users typically post
the console output in a ticket.
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1970/head:pr1970
git checkout pr1970
URL: https://github.com/freeipa/freeipa/pull/1980
Author: frozencemetery
Title: #1980: Fix elements not being removed in otpd_queue_pop_msgid()
Action: opened
PR body:
"""
If the element being removed were not the queue head,
otpd_queue_pop_msgid() would not actually remove the element, leading
to potential double frees and request replays.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1980/head:pr1980
git checkout pr1980
URL: https://github.com/freeipa/freeipa/pull/1983
Author: flo-renaud
Title: #1983: [Backport][ipa-4-6] Extend host test suite with negative scenarios and more test cases
Action: opened
PR body:
"""
This PR was opened automatically because PR #1938 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1983/head:pr1983
git checkout pr1983
URL: https://github.com/freeipa/freeipa/pull/1984
Author: mrizwan93
Title: #1984: Test to check second replica installation after master restore
Action: opened
PR body:
"""
When master is restored from backup and replica1 is re-initialize,
second replica installation was failing. The issue was with ipa-backup
tool which was not backing up the /etc/ipa/custodia/custodia.conf and
/etc/ipa/custodia/server.keys.
related ticket: https://pagure.io/freeipa/issue/7247
Signed-off-by: Mohammad Rizwan Yusuf <myusuf(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud(a)redhat.com>
Reviewed-By: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1984/head:pr1984
git checkout pr1984