summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/installutils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipaplatform: Change service code in freeipa to use ipaplatform servicesTomas Babej2014-06-161-3/+4
* Call generate-rndc-key.sh during ipa-server-installAdam Misnyovszki2014-05-271-1/+19
* ipa-replica-install never checks for 7389 portMartin Kosek2014-03-111-0/+16
* Do not start the service in stopped_service if it was not running before.Jan Cholasta2014-01-151-3/+0
* ipaserver/install/installutils: clean up properly after yieldAlexander Bokovoy2014-01-151-11/+14
* Make set_directive and get_directive more strictMartin Kosek2013-10-251-2/+2
* Read passwords from stdin when importing PKCS#12 files with pk12util.Jan Cholasta2013-10-041-2/+2
* Do not show unexpected error in ipa-ldap-updaterAna Krivokapic2013-09-161-0/+2
* Make CS.cfg edits with CA instance stoppedTomas Babej2013-08-261-0/+36
* Fix installutils.get_password without a TTYPetr Viktorin2013-08-061-1/+7
* Print newline after receiving EOF in installutils.read_password.Jan Cholasta2013-07-241-1/+2
* Use AD LDAP probing to create trusted domain ID rangeTomas Babej2013-07-231-3/+4
* Properly handle non-existent cert filesAna Krivokapic2013-07-181-1/+1
* Check trust chain length in CA-less install.Jan Cholasta2013-07-111-2/+9
* Do not display traceback to userAna Krivokapic2013-06-241-5/+4
* Handle exceptions gracefully when verifying PKCS#12 files.Jan Cholasta2013-06-121-1/+4
* Use private ccache in ipa install toolsTomas Babej2013-06-051-0/+22
* Remove code to install Dogtag 9Petr Viktorin2013-05-311-2/+0
* Handle socket.gethostbyaddr() exceptions when verifying hostnames.Rob Crittenden2013-04-241-0/+2
* Support installing with custom SSL certs, without a CAPetr Viktorin2013-04-021-0/+54
* Remove unused imports from ipaserver/installPetr Viktorin2013-03-011-5/+0
* Changes to use a single database for dogtag and IPAAde Lee2012-11-231-2/+5
* Use Dogtag 10 only when it is availablePetr Viktorin2012-09-171-1/+3
* Modifications to install scripts for dogtag 10Ade Lee2012-09-171-1/+1
* Add version to replica prepare file, prevent installing to older versionRob Crittenden2012-09-071-1/+6
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+4
* Framework for admin/install tools, with ipa-ldap-updaterPetr Viktorin2012-07-221-51/+41
* Improve address family handling in socketsMartin Kosek2012-07-131-30/+0
* Centralize timeout for waiting for servers to start.Rob Crittenden2012-07-021-52/+0
* Move install script error handling to a common functionPetr Viktorin2012-05-311-1/+129
* Replace DNS client based on acutil with python-dnsMartin Kosek2012-05-241-90/+30
* Include more information when IP address is not local during installation.Rob Crittenden2012-05-171-1/+4
* Improve hostname verification in install toolsMartin Kosek2012-02-291-0/+7
* Enable ipa_memcached when upgradingRob Crittenden2012-02-161-1/+1
* Fix ipa-server-install for dual NICsMartin Kosek2012-01-221-17/+49
* Let replicas install without DNSMartin Kosek2012-01-131-0/+62
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-29/+8
* Spin for connection success also when socket is not (yet) availableAlexander Bokovoy2011-10-241-1/+1
* Check /etc/hosts file in ipa-server-installMartin Kosek2011-10-131-9/+19
* Hostname used by IPA must be a system hostnameMartin Kosek2011-10-131-5/+0
* Check hostname resolution sanityMartin Kosek2011-10-131-3/+11
* Improve ipa-replica-prepare DNS checkMartin Kosek2011-10-061-13/+28
* Install tools crash when password prompt is interruptedMartin Kosek2011-10-061-23/+26