[Freeipa-devel] [freeipa PR#487][closed] Limit request sizes to /KdcProxy

2017-02-20 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/487 Author: npmccallum Title: #487: Limit request sizes to /KdcProxy Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/487/head:pr487 git checkout pr487 -- Manage your

[Freeipa-devel] [freeipa PR#487][comment] Limit request sizes to /KdcProxy

2017-02-20 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/487 Title: #487: Limit request sizes to /KdcProxy npmccallum commented: """ @tiran Indeed, I did. Thanks! """ See the full comment at https://github.com/freeipa/freeipa/pull/487#issuecomment-281163319 -- Manage you

[Freeipa-devel] [freeipa PR#487][comment] Limit request sizes to /KdcProxy

2017-02-20 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/487 Title: #487: Limit request sizes to /KdcProxy npmccallum commented: """ I found this old patch on my system. I don't remember if it is relevant any more. Maybe @tiran knows? """ See the full comment at https://g

[Freeipa-devel] [freeipa PR#487][opened] Limit request sizes to /KdcProxy

2017-02-20 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/487 Author: npmccallum Title: #487: Limit request sizes to /KdcProxy Action: opened PR body: """ Related: CVE-2015-5159 """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeip

[Freeipa-devel] [freeipa PR#486][comment] Migrate OTP import script to python-cryptography

2017-02-20 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/486 Title: #486: Migrate OTP import script to python-cryptography npmccallum commented: """ This is an old patch I found on my system that doesn't appear to be merged. """ See the full comment at https://githu

[Freeipa-devel] [freeipa PR#486][opened] Migrate OTP import script to python-cryptography

2017-02-20 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/486 Author: npmccallum Title: #486: Migrate OTP import script to python-cryptography Action: opened PR body: """ https://fedorahosted.org/freeipa/ticket/5192 """ To pull the PR as Git branch: git remote add ghfree

[Freeipa-devel] [freeipa PR#469][comment] Ignore unlink error in ipa-otpd.socket

2017-02-17 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/469 Title: #469: Ignore unlink error in ipa-otpd.socket npmccallum commented: """ This PR can be closed. """ See the full comment at https://github.com/freeipa/freeipa/pull/469#issuecomment-280660092 -- Manage you

[Freeipa-devel] [freeipa PR#477][comment] Use RemoveOnStop to cleanup systemd sockets

2017-02-17 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/477 Title: #477: Use RemoveOnStop to cleanup systemd sockets npmccallum commented: """ This PR supersedes PR #469. """ See the full comment at https://github.com/freeipa/freeipa/pull/477#issuecomment-28065981

[Freeipa-devel] [freeipa PR#477][opened] Use RemoveOnStop to cleanup systemd sockets

2017-02-17 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/477 Author: npmccallum Title: #477: Use RemoveOnStop to cleanup systemd sockets Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghf

[Freeipa-devel] [freeipa PR#469][comment] Ignore unlink error in ipa-otpd.socket

2017-02-17 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/469 Title: #469: Ignore unlink error in ipa-otpd.socket npmccallum commented: """ We shouldn't use either. We should use RemoveOnStop= now. """ See the full comment at https://github.com/freeipa/freeipa/pull/469#iss

[Freeipa-devel] [freeipa PR#128][opened] Properly handle LDAP socket closures in ipa-otpd

2016-09-30 Thread npmccallum
URL: https://github.com/freeipa/freeipa/pull/128 Author: npmccallum Title: #128: Properly handle LDAP socket closures in ipa-otpd Action: opened PR body: """ In at least one case, when an LDAP socket closes, a read event is fired rather than an error event. Without this