summaryrefslogtreecommitdiffstats
path: root/install/tools
Commit message (Expand)AuthorAgeFilesLines
* man ipa-cacert-manage install needs clarificationFlorence Blanc-Renaud2017-03-221-0/+2
* Fix Python 3 pylint errorsChristian Heimes2017-03-151-2/+2
* Don't allow standalone KRA uninstallsStanislav Laznicka2017-03-131-4/+1
* ipa-managed-entries: only permit running the command on IPA masterMartin Babinsky2017-03-091-0/+3
* ipa-managed-entries: use server-mode APIMartin Babinsky2017-03-091-1/+5
* KRA: add --setup-kra to ipa-server-installMartin Basti2017-03-082-0/+11
* man: add missing --setup-adtrust option to manpageMartin Basti2017-03-082-0/+6
* man: update ipa-cacert-manageTomas Krizek2017-03-021-1/+4
* Update server/replica installer man pagesMartin Babinsky2017-03-012-0/+108
* Fix erroneous short name options in ipa-adtrust-install man pageMartin Babinsky2017-03-011-2/+2
* print the installation info only in standalone modeMartin Babinsky2017-03-011-1/+1
* added help about default value for --external-ca-type optionThorsten Scherf2017-02-231-1/+1
* scripts, tests: explicitly set confdir in the rest of server codeJan Cholasta2017-02-223-3/+11
* Move AD trust installation code to a separate moduleMartin Babinsky2017-02-171-342/+7
* Add password to certutil calls in NSSDatabaseStanislav Laznicka2017-02-171-8/+1
* Update man page of ipa-server-installAbhijeet Kasurde2017-02-171-2/+5
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-152-5/+5
* Remove is_fips_enabled checks in installers and ipactlStanislav Laznicka2017-02-131-3/+0
* Replace exit() calls with exceptionsMartin Babinsky2017-02-091-13/+17
* Remove unused variables in exception handlingMartin Babinsky2017-02-091-2/+2
* ipa-adtrust-install: format the code for PEP-8 complianceMartin Babinsky2017-02-091-81/+144
* ipa-ca-install: do not fail without --subject-base and --ca-subjectJan Cholasta2017-01-311-3/+4
* Remove deprecated ipa-upgradeconfig commandAbhijeet Kasurde2017-01-244-70/+0
* Add sanity checks for use of --ca-subject and --subject-baseFraser Tweedale2017-01-111-0/+5
* Indicate that ca subject / subject base uses LDAP RDN orderFraser Tweedale2017-01-113-6/+8
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-113-1/+26
* ipa-ca-install: add missing --subject-base optionFraser Tweedale2017-01-111-4/+8
* installer: rename --subject to --subject-baseFraser Tweedale2017-01-112-4/+4
* Clarify meaning of --domain and --realm in installersStanislav Laznicka2017-01-053-58/+48
* Enumerate available options in IPA installerAbhijeet Kasurde2017-01-031-3/+6
* ipactl: pass api as argument to servicesMartin Basti2016-12-121-7/+7
* ipautil: check for open ports on all resolved IPsTomas Krizek2016-12-071-2/+3
* replica-conncheck: improve message loggingTomas Krizek2016-12-061-47/+51
* ipa-replica-conncheck: fix race conditionTomas Krizek2016-12-061-6/+11
* Set explicit confdir option for global contextsChristian Heimes2016-12-029-17/+30
* ipa-replica-conncheck: do not close listening ports until requiredTomas Krizek2016-12-011-38/+113
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-292-3/+3
* constants: remove CACERTJan Cholasta2016-11-292-12/+11
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-1/+3
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-291-3/+2
* ipautil: remove get_domain_name()Jan Cholasta2016-11-292-4/+0
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-1/+2
* ipapython: move dnssec, p11helper and secrets to ipaserverJan Cholasta2016-11-291-1/+1
* Python3 pylint fixesChristian Heimes2016-11-257-6/+8
* services: replace admin_conn with api.Backend.ldap2Tomas Krizek2016-11-221-3/+3
* Build: remove incorrect use of MAINTAINERCLEANFILESPetr Spacek2016-11-162-8/+0
* Update man page for ipa-adtrust-install by removing --no-msdcs optionPetr Spacek2016-11-141-27/+0
* dns: check if container exists using ldapiTomas Krizek2016-11-112-4/+2
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-112-27/+4
* install: improve CLI positional argument handlingJan Cholasta2016-11-111-2/+0