summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
...
* Replace file.flush() calls with flush_sync() helperArmando Neto2018-07-071-0/+2
* Cleanup shebang and executable bitChristian Heimes2018-07-051-1/+0
* Import ABCs from collections.abcChristian Heimes2018-07-051-3/+9
* Extend Sub CA replication testChristian Heimes2018-07-041-6/+21
* Improve console logging for ipa-server-installRob Crittenden2018-06-202-3/+29
* Sort and shuffle SRV record by priority and weightChristian Heimes2018-06-192-5/+95
* Backport gzip.decompress for Python 2Christian Heimes2018-05-301-2/+11
* Handle compressed responses from DogtagFraser Tweedale2018-05-301-1/+10
* Move config directives handling codeStanislav Laznicka2018-05-291-0/+234
* Use sane default settings for ldap connectionsChristian Heimes2018-05-291-18/+27
* pylint3: workaround false positives reported for W1662Alexander Bokovoy2018-05-172-2/+2
* Disable message about log in ipa-backup if IPA is not configuredRob Crittenden2018-05-031-1/+7
* Revert run_pk12util part of 807a5cbe7cc52690336c5095ec6aeeb0a4e8483cRob Crittenden2018-04-201-1/+1
* Add absolute_import future importsStanislav Laznicka2018-04-201-0/+2
* certdb: Move chdir into subprocess callChristian Heimes2018-04-101-5/+8
* Fix installer CA port check for port 8080Christian Heimes2018-04-041-0/+49
* Remove the Continuous installer class, it is unusedRob Crittenden2018-03-191-12/+1
* Return a value if exceptions are raised in server uninstallRob Crittenden2018-03-193-6/+10
* Remove unused modutils wrappers from NSS/CertDBChristian Heimes2018-02-231-9/+0
* NSS: Force restore of SELinux contextChristian Heimes2018-02-231-7/+7
* NSSDB: Let certutil decide its default db typeChristian Heimes2018-02-231-23/+51
* Prepare migration of mod_nss NSSDB to sql formatChristian Heimes2018-02-231-11/+37
* Add better CalledProcessError and run() loggingChristian Heimes2018-02-201-15/+27
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-151-1/+1
* Unified ldap_initialize() functionChristian Heimes2018-02-151-7/+29
* ipaldap: allow GetEffectiveRights on individual operationsFraser Tweedale2018-02-091-16/+35
* Replace hard-coded paths with path constantsChristian Heimes2018-02-081-7/+17
* Fix pylint error in ipapython/dn.pyChristian Heimes2018-01-231-5/+7
* LGTM: Remove redundant assignmentChristian Heimes2018-01-091-2/+0
* LGTM: Name unused variable in loopChristian Heimes2018-01-091-2/+2
* Require python-ldap 3.0.0b2Christian Heimes2017-12-191-8/+2
* Use pylint 1.7.5 with fix for bad python3 importChristian Heimes2017-12-191-1/+1
* Fix pylint warnings inconsistent-return-statementsChristian Heimes2017-12-184-2/+8
* NSSDB: use preferred convert commandChristian Heimes2017-12-071-8/+12
* Update to python-ldap 3.0.0Christian Heimes2017-12-062-2/+17
* Fix ca less IPA install on fips modeFlorence Blanc-Renaud2017-11-271-0/+4
* Run tox tests for PyPI packages on TravisChristian Heimes2017-11-201-1/+1
* Support sqlite NSSDBChristian Heimes2017-11-161-21/+136
* Use namespace-aware meta importer for ipaplatformChristian Heimes2017-11-153-29/+13
* Backup ipa-custodia conf and keysChristian Heimes2017-11-131-0/+19
* Warning the user when using a loopback IP as forwarderFelipe Barreto2017-11-093-6/+35
* Use os.path.isfile() and isdir()Christian Heimes2017-10-201-18/+2
* cli: simplify parsing of arbitrary typesFraser Tweedale2017-10-042-26/+18
* pylint: disable __hash__ for some classesStanislav Laznicka2017-09-081-0/+2
* install.util: disable no-value-for-parameterStanislav Laznicka2017-09-081-0/+1
* Fix cert file creation during CA-less installationStanislav Laznicka2017-08-251-1/+2
* Fix incorrect 'with' statement in CA-less installationFraser Tweedale2017-08-251-2/+2
* ipautil: port host_port_open() to python 3Stanislav Laznicka2017-08-181-1/+1
* kerberos: fix sorting Principal objectsStanislav Laznicka2017-08-171-0/+12
* log progress of wait_for_open_portsPetr Vobornik2017-08-111-1/+6