summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* Build: properly integrate version.py into build systemPetr Spacek2016-11-291-0/+13
* ipapython: remove hard dependency on ipaplatformJan Cholasta2016-11-293-8/+16
* ipautil: move file encryption functions to installutilsJan Cholasta2016-11-291-57/+0
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-85/+0
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-291-19/+0
* ipautil: remove the timeout argument of run()Jan Cholasta2016-11-291-11/+1
* ipautil: remove get_domain_name()Jan Cholasta2016-11-292-155/+0
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-3/+0
* certdb: use a temporary file to pass password to pk12utilJan Cholasta2016-11-291-3/+7
* certdb: move IPA NSS DB install functions to ipaclient.installJan Cholasta2016-11-291-48/+0
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-292-1052/+0
* ipapython: move dnssec, p11helper and secrets to ipaserverJan Cholasta2016-11-2916-4041/+0
* paths: remove DEV_NULLJan Cholasta2016-11-291-1/+1
* Fix Python 3 bugs discovered by pylintChristian Heimes2016-11-251-1/+4
* Python3 pylint fixesChristian Heimes2016-11-254-3/+8
* Replace LooseVersionChristian Heimes2016-11-241-0/+32
* remove Knob functionMartin Basti2016-11-221-89/+2
* ipapython and ipatest no longer require lxmlChristian Heimes2016-11-171-1/+0
* Fix ipa migrate-ds when it finds a search referenceFlorence Blanc-Renaud2016-11-171-8/+4
* Register entry points of Custodia pluginsChristian Heimes2016-11-162-1/+13
* Port ipapython.dnssec.odsmgr to xml.etreeChristian Heimes2016-11-161-15/+23
* Add install requirements to Python packagesChristian Heimes2016-11-161-0/+23
* install: allow specifying verbosity and console log format in CLIJan Cholasta2016-11-112-6/+20
* install: fix subclassing of knob groupsJan Cholasta2016-11-111-4/+7
* install: make knob base declaration explicitJan Cholasta2016-11-111-37/+43
* install: declare knob CLI names using the argparse conventionJan Cholasta2016-11-112-53/+109
* install: use standard Python classes to declare knob typesJan Cholasta2016-11-113-12/+83
* install: introduce updated knob constructorJan Cholasta2016-11-111-1/+17
* install: simplify CLI option parsingJan Cholasta2016-11-111-96/+69
* install: improve CLI positional argument handlingJan Cholasta2016-11-112-43/+65
* ipaldap: remove do_bind from LDAPClientTomas Krizek2016-11-101-20/+0
* Refactor installer code requesting certificatesFlorence Blanc-Renaud2016-11-101-4/+61
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-8/+9
* dn: support conversion from python-cryptography NameFraser Tweedale2016-11-101-2/+42
* Build: Makefiles for Python packagesPetr Spacek2016-11-092-38/+1
* Build: move version handling from Makefile to configurePetr Spacek2016-11-091-4/+4
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-90/+63
* ipaldap: merge gssapi_bind to LDAPClientTomas Krizek2016-11-071-4/+1
* ipaldap: merge external_bind into LDAPClientTomas Krizek2016-11-071-7/+3
* ipaldap: merge simple_bind into LDAPClientTomas Krizek2016-11-071-7/+4
* ipaldap: remove wait/timeout during bindsTomas Krizek2016-11-071-38/+12
* Add __name__ == __main__ guards to setup.pysChristian Heimes2016-10-251-16/+16
* pylint: enable the import-error checkJan Cholasta2016-10-246-2/+16
* Remove ipapython/ipa.confChristian Heimes2016-10-202-5/+0
* Port all setup.py to setuptoolsChristian Heimes2016-10-204-81/+48
* UnsafeIPAddress: Implement __(g|s)etstate__ and to ensure proper (un)picklingDavid Kupka2016-10-121-0/+22
* do not use keys() method when iterating through dictionariesMartin Babinsky2016-10-123-5/+5
* remove trailing newlines form python modulesMartin Babinsky2016-10-121-2/+0
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-118-55/+35
* Pylint: remove unused variables from installers and scriptsMartin Basti2016-10-061-7/+5