summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/installutils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize 'except' clausesPetr Viktorin2015-08-121-18/+18
* adtrustinstance: Enable and start oddjobdTomas Babej2015-07-081-0/+11
* Fix removal of ipa-kdc-proxy.conf symlinkChristian Heimes2015-06-291-1/+1
* fix handling of ldap.LDAPError in installerPetr Vobornik2015-06-291-3/+7
* Improve error messages about reverse address resolution in ipa-replica-preparePetr Spacek2015-06-181-2/+8
* vault: Fix ipa-kra-installJan Cholasta2015-06-101-16/+0
* install: Move private_ccache from ipaserver to ipapythonJan Cholasta2015-06-081-22/+0
* Clarify messages related to adding DNS forwardersPetr Spacek2015-06-051-6/+5
* DNS install: extract DNS installer into one moduleMartin Basti2015-05-191-0/+2
* move realm_to_serverid to installutils moduleMartin Basti2015-05-051-0/+3
* Server Upgrade: Verify version and platformMartin Basti2015-05-041-1/+69
* fix improper handling of boolean option inMartin Babinsky2015-04-021-1/+1
* Do not crash on unknown services in installutils.stopped_serviceJan Cholasta2015-01-131-3/+5
* Always add /etc/hosts record when DNS is being configured.David Kupka2014-12-181-1/+1
* Fix: read_ip_addresses should return ipaddr objectMartin Basti2014-11-211-1/+1
* Respect UID and GID soft static allocation.David Kupka2014-11-051-42/+0
* CA-less installer options usability fixesJan Cholasta2014-09-301-50/+76
* External CA installer options usability fixesJan Cholasta2014-09-301-42/+67
* Detect and configure all usable IP addresses.David Kupka2014-09-261-61/+63
* ipaserver.install: Consolidate system user creationPetr Viktorin2014-09-231-1/+43
* Make CA-less ipa-server-install option --root-ca-file optional.Jan Cholasta2014-09-051-21/+25
* Add record(s) to /etc/host when IPA is configured as DNS server.David Kupka2014-09-031-1/+1
* Add a KRA to IPAAde Lee2014-08-221-21/+86
* Add function for writing list of certificates to a PEM file to ipalib.x509.Jan Cholasta2014-07-301-1/+1
* Move external cert validation from ipa-server-install to installutils.Jan Cholasta2014-07-301-1/+49
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-6/+7
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-1/+0