Discussion:
[Freeipa-devel] [freeipa PR#570][opened] ipaserver/dcerpc.py: use arcfour_encrypt from samba
abbra
2017-03-10 14:51:17 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/570
Author: abbra
Title: #570: ipaserver/dcerpc.py: use arcfour_encrypt from samba
Action: opened

PR body:
"""
Samba Python bindings provide samba.arcfour_encrypt(key, data). Instead
of implementing own wrapper, use Samba's.

In future Samba versions this wrapper will be FIPS 140-2 compatible.

Fixes https://pagure.io/freeipa/issue/6697
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/570/head:pr570
git checkout pr570
martbab
2017-03-13 16:27:03 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/570
Title: #570: ipaserver/dcerpc.py: use arcfour_encrypt from samba

Label: +ack
martbab
2017-03-13 16:28:09 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/570
Title: #570: ipaserver/dcerpc.py: use arcfour_encrypt from samba

Label: +pushed
martbab
2017-03-13 16:28:07 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/570
Title: #570: ipaserver/dcerpc.py: use arcfour_encrypt from samba

martbab commented:
"""
master:

* 7657754e02a5fa62265327937a6c7fd19b381610 ipaserver/dcerpc.py: use arcfour_encrypt from samba
"""

See the full comment at https://github.com/freeipa/freeipa/pull/570#issuecomment-286161752
Loading...