summaryrefslogtreecommitdiffstats
path: root/install/tools
Commit message (Expand)AuthorAgeFilesLines
* Correct CA options in ipa-server-install manpageRob Crittenden2010-08-101-3/+3
* This patch removes the existing UI functionality, as a prep for adding the Ja...Adam Young2010-07-291-14/+0
* Fix ipa-compat-manage and ipa-nis-manageRob Crittenden2010-07-152-54/+100
* Fall back to DM password if GSSAPI fails and make deleting more user-friendlyRob Crittenden2010-06-011-8/+38
* Query the remote server to see if this replica host already exists.Rob Crittenden2010-06-011-13/+23
* Add LDAP upgrade over ldapi support.Rob Crittenden2010-06-011-17/+25
* Create default HBAC rule allowing any user to access any host from any hostRob Crittenden2010-05-052-2/+8
* Make the installer/uninstaller more aware of its stateRob Crittenden2010-05-031-8/+6
* Fix a couple of syntax errors in the installer.Rob Crittenden2010-04-271-2/+5
* Replace a new instance of IPAdmin use in ipa-server-install.Pavel Zuna2010-04-271-8/+11
* Connect to the ldap during the uninstallationMartin Nagy2010-04-231-8/+28
* Fix installing IPA with an external CARob Crittenden2010-04-231-4/+18
* Use correct name for CA PKCS#12 file.Rob Crittenden2010-04-231-2/+2
* Use ldap2 instead of legacy LDAP code from v1 in installer scripts.Pavel Zuna2010-04-1910-135/+135
* Remove incorrect option -U for --uninstall. -U is short for --unattended.Rob Crittenden2010-04-161-1/+1
* Use GSSAPI auth for the ipa-replica-manage list and del commands.Rob Crittenden2010-03-191-4/+18
* Better customize the message regarding the CA based on the install options.Rob Crittenden2010-03-191-5/+10
* Make CA PKCS#12 location arg for ipa-replica-prepare, default /root/cacert.p12Rob Crittenden2010-03-191-3/+5
* Initialize the api so imports work, trust all CAs included in the PKCS#12.Rob Crittenden2010-03-191-1/+9
* Retrieve the LDAP schema using kerberos credentials.Rob Crittenden2010-03-171-0/+1
* Proper use of set up vs setup (verb vs noun)Rob Crittenden2010-03-161-3/+3
* Make the CA a required component and configured by default.Rob Crittenden2010-03-021-26/+11
* Add A and PTR records during ipa-replica-prepareMartin Nagy2010-02-092-1/+25
* Get rid of ipapython.config in ipa-replica-prepareMartin Nagy2010-02-092-80/+36
* Add ipa-dns-install scriptMartin Nagy2010-02-092-0/+185
* Add status option to ipactlRob Crittenden2010-02-091-1/+16
* Set default log level in the *-manage utilities to ERROR and not NOTSETRob Crittenden2010-02-042-2/+2
* Fix sample IPA command example at end of installationRob Crittenden2010-02-031-1/+1
* Bring ipa-server-install man page up-to-date, fix some syntax errorsRob Crittenden2010-02-031-20/+30
* Remove some configuration files we create upon un-installationRob Crittenden2010-01-281-1/+6
* Move some functions from ipa-server-install into installutilsMartin Nagy2010-01-211-54/+1
* Only add an NTP SRV record if we really are setting up NTPMartin Nagy2010-01-212-2/+3
* Move api finalization in ipa-server-install after writing default.confMartin Nagy2010-01-211-23/+22
* User-defined certificate subjectsRob Crittenden2010-01-203-17/+61
* Add start/stop for the CARob Crittenden2010-01-111-0/+8
* Make the IPA server host and its services "real" IPA entriesRob Crittenden2009-12-112-3/+11
* Add force option to ipa-replica-manage to allow forcing deletion of a replicaRob Crittenden2009-12-111-5/+13
* Ask the user before overwriting /etc/named.confMartin Nagy2009-12-022-8/+4
* Remove unnecessary "error: " prefixesMartin Nagy2009-12-022-6/+6
* Replace /etc/ipa/ipa.conf with /etc/ipa/default.confRob Crittenden2009-12-012-17/+0
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-0/+4
* Point to correct location of self-signed CA and set pw on 389-DS cert dbRob Crittenden2009-11-251-2/+2
* respect debug arg during server installJohn Dennis2009-11-191-0/+1
* Cache installer questions for the 2-step process of an externally-signed CARob Crittenden2009-11-181-6/+62
* Add SELinux policy for UI assetsRob Crittenden2009-11-041-1/+3
* ipa-server-install now renders UI assetsJason Gerard DeRose2009-11-041-8/+26
* Auto-detect whether dogtag needs to be uninstalledRob Crittenden2009-10-211-5/+8
* Only initialize the API once in the installerRob Crittenden2009-09-282-24/+16
* Better upgrade detection so we don't print spurious errorsRob Crittenden2009-09-151-17/+42
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-153-19/+108