summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/installutils.py
Commit message (Expand)AuthorAgeFilesLines
* ipaserver.install.installutils: move commonly used utils to ipapython.ipautilAlexander Bokovoy2019-06-291-31/+24
* Add knob to limit hostname lengthRob Crittenden2019-05-161-1/+2
* Verify external CA's basic constraint pathlenChristian Heimes2019-04-041-4/+10
* ipa-{server,replica}-install: add too-restritive mask detectionFrançois Cami2019-03-131-0/+11
* Move realm_to_serverid/ldap_uri to ipaldapChristian Heimes2019-02-051-9/+17
* Print correct subject on CA cert verification failureFraser Tweedale2018-11-131-0/+1
* Py3: Replace six.moves importsChristian Heimes2018-10-051-8/+2
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* Remove create_replica_config from installutils in ipaserver/installThomas Woerner2018-09-121-46/+0
* Fix pylint 2.0 conditional-related violationsArmando Neto2018-07-121-1/+1
* Ensure that public cert and CA bundle are readableChristian Heimes2018-06-271-1/+5
* Move config directives handling codeStanislav Laznicka2018-05-291-225/+0
* Use GnuPG 2 for symmentric encryptionChristian Heimes2018-05-271-51/+30
* Disable message about log in ipa-backup if IPA is not configuredRob Crittenden2018-05-031-2/+3
* Use a regex in installutils.get_directive instead of line splittingRob Crittenden2018-05-021-2/+9
* Handle whitespace, add separator to regex in set_directive_linesRob Crittenden2018-05-021-3/+7
* Replace ntpd with chronyd in installationTibor Dudlák2018-04-091-2/+1
* More cleanup after uninstallChristian Heimes2018-03-201-5/+5
* Add value in set_directive after a commented-out versionRob Crittenden2018-02-211-6/+25
* Replace hard-coded paths with path constantsChristian Heimes2018-02-081-5/+12
* Custom ca-subject loggingamitkuma2018-01-231-1/+2
* Use pylint 1.7.5 with fix for bad python3 importChristian Heimes2017-12-191-1/+1
* Add safe DirectiveSetter context managerChristian Heimes2017-12-121-3/+84
* installutils: refactor set_directiveFraser Tweedale2017-12-121-23/+33
* Prevent set_directive from clobbering other keysFraser Tweedale2017-12-121-3/+3
* Use os.path.isfile() and isdir()Christian Heimes2017-10-201-2/+2
* Remove the `message` attribute from exceptionsStanislav Laznicka2017-10-061-1/+1
* ldif: handle attribute names as stringsStanislav Laznicka2017-09-121-0/+3
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-10/+7
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-2/+2
* logging: do not log into the root loggerJan Cholasta2017-07-141-80/+83
* CheckedIPAddress: remove match_local paramMartin Basti2017-06-201-1/+1
* Only warn when specified server IP addresses don't match intfMartin Basti2017-06-061-2/+2
* py3: ConfigParser: replace deprecated readfd with readMartin Basti2017-06-011-3/+2
* py3: use ConfigParser instead of SafeConfigParserMartin Basti2017-06-011-1/+6
* server install: fix KDC certificate validation in CA-lessJan Cholasta2017-05-191-8/+16
* certdb: use custom object for trust flagsJan Cholasta2017-05-191-1/+1
* certdb, certs: make trust flags argument mandatoryJan Cholasta2017-05-191-2/+3
* installutils: add DM password validatorTomas Krizek2017-05-171-0/+16
* Create system users for FreeIPA services during package installationDavid Kupka2017-04-111-13/+0
* Add a new user to run the framework codeSimo Sorce2017-02-151-0/+13
* Simplify NSSDatabase password file handlingSimo Sorce2017-02-151-11/+6
* Change session handlingSimo Sorce2017-02-151-1/+1
* Delegate directive value quoting/unquoting to separate functionsMartin Babinsky2017-01-251-27/+43
* installutils: improve directive value parsing in `get_directive`Martin Babinsky2017-01-251-2/+17
* Fix the installutils.set_directive docstringMartin Babinsky2017-01-251-5/+8
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-111-0/+4
* Extract function for computing default subject baseFraser Tweedale2017-01-111-0/+4
* installutils: remove hardcoded subject DN assumptionFraser Tweedale2017-01-111-3/+4
* Make `kadmin` family of functions return the result of ipautil.runMartin Babinsky2016-12-161-5/+8