summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* certdb: validate server cert signatureChristian Heimes2018-11-141-2/+9
* certdb: validate certificate signaturesFraser Tweedale2018-11-131-2/+9
* certdb: ensure non-empty Subject Key IdentifierFraser Tweedale2018-11-121-1/+4
* ipaldap: avoid invalid modlist when attribute encoding differsFraser Tweedale2018-11-061-2/+5
* certdb: provide meaningful err msg for wrong PINFlorence Blanc-Renaud2018-10-091-7/+34
* Py3: Replace six.moves importsChristian Heimes2018-10-055-15/+6
* Py3: Replace six.bytes_type with bytesChristian Heimes2018-09-272-3/+3
* Py3: Replace six.text_type with strChristian Heimes2018-09-274-12/+10
* Py3: Replace six.integer_types with intChristian Heimes2018-09-273-7/+5
* Py3: Replace six.string_types with strChristian Heimes2018-09-278-30/+27
* Py3: Remove subclassing from objectChristian Heimes2018-09-2712-17/+19
* Sprinkle raw strings across the code baseChristian Heimes2018-09-271-1/+1
* Remove Python 2 support and packagesChristian Heimes2018-09-061-1/+0
* uninstall -v: remove TracebacksFlorence Blanc-Renaud2018-08-231-11/+12
* Add missing docstrings to kernel_keyring.pyAlexander Scheel2018-08-201-0/+9
* Add docstring to verify_kdc_cert_validityAlexander Scheel2018-08-201-0/+5
* ipatests: add installer framework testingStanislav Laznicka2018-07-191-2/+9
* Disable Pylint 2.0 violationsArmando Neto2018-07-162-2/+3
* Fix Pylint 2.0 violationsArmando Neto2018-07-142-7/+4
* Handle races in replica configChristian Heimes2018-07-121-0/+5
* Fix pylint 2.0 conditional-related violationsArmando Neto2018-07-121-1/+1
* Fix pylint 2.0 return-related violationsArmando Neto2018-07-111-3/+2
* 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
OSZAR »