summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* ipapython/ipachangeconf.py: change "is not 0" for "!= 0"François Cami2019-09-021-1/+1
* Move ipachangeconf from ipaclient.install to ipapythonRob Critenden2019-08-281-0/+590
* Allow insecure binds for migrationChristian Heimes2019-08-131-3/+5
* ipapython/admintool.py: use SERVER_NOT_CONFIGUREDFrançois Cami2019-07-301-3/+1
* upgrade: remove ipaCert and key from /etc/httpd/aliasFlorence Blanc-Renaud2019-07-151-0/+26
* ipapython.ipautil.run: allow skipping stdout/stderr loggingAlexander Bokovoy2019-06-291-3/+15
* ipaserver.install.installutils: move commonly used utils to ipapython.ipautilAlexander Bokovoy2019-06-291-0/+60
* admintool: don't display log file on errors unless logging is setupRob Crittenden2019-06-111-1/+5
* dn: sort AVAs when converting from x509.NameFraser Tweedale2019-06-111-0/+2
* Return 0 on uninstall when on_master for case of not installedRob Crittenden2019-06-071-1/+6
* Drop list of return values to be ignored in AdminToolRob Crittenden2019-06-072-11/+3
* dn: handle multi-valued RDNs in Name conversionFraser Tweedale2019-05-281-2/+2
* NSSDatabase: fix get_trust_chainFlorence Blanc-Renaud2019-05-241-1/+3
* Use AES-128-CBC for PKCS#12 encryption when creating files (FIPS)Rob Crittenden2019-05-141-0/+2
* Load libldap_r-*.so.2Christian Heimes2019-05-141-2/+2
* Revert "Require a minimum SASL security factor of 56"Alexander Bokovoy2019-05-021-15/+2
* Make python-ldap optional for PyPI packagesChristian Heimes2019-04-263-3/+174
* Remove deprecated object loggerChristian Heimes2019-04-231-86/+1
* Make netifaces optionalChristian Heimes2019-04-092-2/+9
* Verify external CA's basic constraint pathlenChristian Heimes2019-04-041-1/+13
* Require a minimum SASL security factor of 56Christian Heimes2019-04-031-2/+15
* Add option to remove lines from a fileChristian Heimes2019-04-021-3/+10
* Send only the path and not the full URI to httplib.requestRob Crittenden2019-03-191-1/+1
* Add constructors to ldap clientChristian Heimes2019-02-051-12/+59
* Move realm_to_serverid/ldap_uri to ipaldapChristian Heimes2019-02-051-0/+14
* Don't configure KEYRING ccache in containersChristian Heimes2019-01-181-3/+8
* ipaldap.py: fix method creating a ldap filter for IPACertificateFlorence Blanc-Renaud2018-11-271-0/+3
* pylint 2.2: Fix unnecessary pass statementChristian Heimes2018-11-262-4/+0
* 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