Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase ipa-getkeytab LDAP timeout to 100sec | Martin Basti | 2016-06-27 | 1 | -2/+2 |
| | | | | | | | | | On slower machines, the original time 10s is not enough. Raising timeout to 100sec should help. https://fedorahosted.org/freeipa/ticket/5842 Reviewed-By: Petr Spacek <pspacek@redhat.com> | ||||
* | ipa-getkeytab: Handle the possibility of not obtaining a result | Tomas Babej | 2016-01-27 | 1 | -0/+4 |
| | | | | | | | | | The ldap_result operation can time out, returning a NULL result, which in turn causes the parsing operation to crash. https://fedorahosted.org/freeipa/ticket/5642 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> | ||||
* | Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) | Petr Viktorin | 2016-01-27 | 1 | -0/+913 |
Make ipaclient a Python library like ipapython, ipalib, etc. Use setup.py instead of autotools for installing it. Move C client tools, Python scripts, and man pages, to client/. Remove old, empty or outdated, boilerplate files (NEWS, README, AUTHORS). Remove /setup-client.py (ipalib/setup.py should be used instead). Update Makefiles and the spec file accordingly. https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Jan Cholasta <jcholast@redhat.com> |