summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/installutils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accept server host names resolvable only using /etc/hostsPetr Spacek2016-11-291-4/+3
* ipautil: move file encryption functions to installutilsJan Cholasta2016-11-291-1/+79
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-1/+2
* ipautil: remove get_domain_name()Jan Cholasta2016-11-291-5/+0
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-2/+2
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-241-1/+1
* Provide user hint about IP address in IPA installAbhijeet Kasurde2016-11-111-2/+4
* installutils: remove 'install_service_keytab' functionMartin Babinsky2016-11-111-11/+0
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-8/+6
* install: add restart_dirsrv for directory server restartsTomas Krizek2016-11-071-1/+12
* pylint: enable the import-error checkJan Cholasta2016-10-241-0/+2
* mod_nss: use more robust quoting of NSSNickname directiveMartin Babinsky2016-10-031-11/+31
* Remove unused variables in the codeMartin Basti2016-09-271-1/+1
* pylint: fix old-style-classJan Barta2016-09-221-1/+1
* Remove sys.exit from install modules and scriptsStanislav Laznicka2016-08-161-10/+10
* install: fix external CA cert validationJan Cholasta2016-08-041-1/+1
* Fix internal errors in host-add and other commands caused by DNS resolutionPetr Spacek2016-07-011-10/+3
* Use NSS for name->resolution in IPA installerPetr Spacek2016-06-291-2/+41
* Report missing certificate in external trust chainFlorence Blanc-Renaud2016-06-231-2/+3