summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/installutils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* replica install: use remote server API to create service entriesJan Cholasta2016-06-091-19/+4
* Move IP address resolution from ipaserver.install.installutils to ipapython.d...Petr Spacek2016-05-301-21/+5
* pylint: remove bare exceptMartin Basti2016-03-221-2/+2
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-2/+7
* Make PTR records check optional for IPA installationMartin Basti2016-02-291-8/+9
* Remove unused importsMartin Basti2015-12-231-4/+1
* replica install: add remote connection check over APIJan Cholasta2015-12-111-12/+0
* ipa-dns-install offer IP addresses from resolv.conf as default forwardersPetr Spacek2015-12-011-0/+7
* install: drop support for Dogtag 9Jan Cholasta2015-11-251-4/+4
* Install: Force service add during replica promotionMartin Basti2015-11-241-1/+2
* remove Kerberos authenticators when installing/uninstalling service instanceMartin Babinsky2015-11-111-0/+37
* Remove dead code in ipaserver/install/installutils: read_ip_address()Petr Spacek2015-11-101-14/+0
* Add method to read changes from LDIFMartin Basti2015-10-151-0/+40
* Make offline LDIF modify more robustMartin Basti2015-10-151-0/+98
* Make checks for existing credentials reusableSimo Sorce2015-10-151-0/+73
* Implement replica promotion functionalitySimo Sorce2015-10-151-1/+28
* Add ipa-custodia serviceSimo Sorce2015-10-151-0/+8
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-071-1/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Installer: do not modify /etc/hosts before user agreementMartin Basti2015-09-031-13/+23
* Use the print functionPetr Viktorin2015-09-011-39/+40