Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | py3: base64 encoding/decoding returns always bytes don't mix it | Martin Basti | 2017-02-08 | 1 | -2/+4 |
| | | | | | | | | | Using unicode(bytes) call causes undesired side effect that is inserting `b` character to result. This obviously causes issues with binary base64 data https://fedorahosted.org/freeipa/ticket/4985 Reviewed-By: Jan Cholasta <jcholast@redhat.com> | ||||
* | ipapython: move dnssec, p11helper and secrets to ipaserver | Jan Cholasta | 2016-11-29 | 1 | -0/+109 |
The dnssec and secrets subpackages and the p11helper module depend on ipaplatform. Move them to ipaserver as they are used only on the server. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> |