summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/installutils.py
Commit message (Expand)AuthorAgeFilesLines
* Mass tree reorganization for IPAv2. To view previous history of files use:Rob Crittenden2009-02-031-248/+0
* add --no-host-dns option to ipa-server-install - allows specifying a hostname...Rich Megginson2008-10-131-1/+5
* Allow passwords to work without a tty ala: echo password | some_programRob Crittenden2008-09-171-2/+8
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-141-0/+18
* Change file mode of log files to 600.Martin Nagy2008-05-201-0/+2
* Include information on where to look if a hostname resolves to localhost.Rob Crittenden2008-05-091-1/+1
* Don't prompt for confirmation of DM password when installing a replica.Rob Crittenden2008-05-081-2/+5
* Better check for IPA nServer own address, avoid manually parsing /etc/hosts bySimo Sorce2008-03-301-36/+54
* Properly detect when ports are available.Rob Crittenden2008-03-271-4/+3
* Verify that the hostname is correct in /etc/hostsRob Crittenden2008-03-061-0/+30
* Use standard size and alignment for the packed data so it works on 64-bit hostsRob Crittenden2008-03-061-1/+1
* Require that the hostname is a DNS A record and that the forward and reverseRob Crittenden2008-03-031-0/+21
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
* Simplify kerberos calling.Karl MacMillan2007-12-191-16/+1
* Refactor keytab creationMark McLoughlin2007-12-181-0/+35
* User provided certs.Karl MacMillan2007-12-121-0/+19
* Initial replication setup.Karl MacMillan2007-11-211-0/+108