URL: https://github.com/freeipa/freeipa/pull/5368
Author: abbra
Title: #5368: [Backport][ipa-4-9] Change mkdir logic in DNSSEC
Action: opened
PR body:
"""
This PR was opened automatically because PR #5340 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5368/head:pr5368
git checkout pr5368
URL: https://github.com/freeipa/freeipa/pull/5365
Author: abbra
Title: #5365: [Backport][ipa-4-8] ipa-kdb: handle dates up to 2106-02-07 06:28:16
Action: opened
PR body:
"""
This PR was opened automatically because PR #5288 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5365/head:pr5365
git checkout pr5365
URL: https://github.com/freeipa/freeipa/pull/5364
Author: abbra
Title: #5364: [Backport][ipa-4-9] ipa-kdb: handle dates up to 2106-02-07 06:28:16
Action: opened
PR body:
"""
This PR was opened automatically because PR #5288 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5364/head:pr5364
git checkout pr5364
URL: https://github.com/freeipa/freeipa/pull/5363
Author: abbra
Title: #5363: [Backport][ipa-4-9] Debian: some path/service name fixes
Action: opened
PR body:
"""
This PR was opened automatically because PR #5323 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5363/head:pr5363
git checkout pr5363
URL: https://github.com/freeipa/freeipa/pull/5288
Author: ptrNine
Title: #5288: ipa-kdb: handle dates up to 2106-01-01 00:00
Action: opened
PR body:
"""
krb5 uses negative part of `krb5_timestamp` to store time values after 2038
https://k5wiki.kerberos.org/wiki/Projects/Timestamps_after_2038
In other words, krb5 uses `krb5_timestamp` (signed int) with unsigned arithmetic for expanding of the timestamp time range.
This commit:
- adds some helper functions for working with `krb5_timestamp` as unsigned (actually copied from the link above)
- replaces operations with `krb5_timestamp`'s by these new functions
- sets `IPAPWD_END_OF_TIME` to `4291747200L` (1 Jan 2106, 00:00 GMT)
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5288/head:pr5288
git checkout pr5288
URL: https://github.com/freeipa/freeipa/pull/5323
Author: tjaalton
Title: #5323: Debian: some path/service name fixes
Action: opened
PR body:
"""
The bind thing I'm not fully sure about, since the code doesn't need to support 9.11 anymore, but I've no idea what would happen on upgrade.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5323/head:pr5323
git checkout pr5323
URL: https://github.com/freeipa/freeipa/pull/5348
Author: vmojzis
Title: #5348: selinux: Fix/waive issues reported by SELint
Action: opened
PR body:
"""
- order permissions alphabeticaly
- do not use semicollon after interfaces
- gen_require should only be used in interfaces
-- to resolve this issue, corresponding changes have to be made in
distribution policy instead of ipa module - disabling check for now
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5348/head:pr5348
git checkout pr5348
URL: https://github.com/freeipa/freeipa/pull/5357
Author: abbra
Title: #5357: [Backport][ipa-4-9] Fix configured service
Action: opened
PR body:
"""
This PR was opened automatically because PR #5354 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5357/head:pr5357
git checkout pr5357