summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server
Commit message (Expand)AuthorAgeFilesLines
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-292-12/+12
* constants: remove CACERTJan Cholasta2016-11-291-6/+5
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-2/+2
* ipautil: move file encryption functions to installutilsJan Cholasta2016-11-291-4/+9
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-6/+7
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-292-4/+3
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-6/+9
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-293-4/+6
* Fix ipa-replica-install when upgrade from ca-less to ca-fullFlorence Blanc-Renaud2016-11-251-4/+4
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-242-6/+6
* Replace LooseVersionChristian Heimes2016-11-241-5/+5
* upgrade: ldap conn managementTomas Krizek2016-11-221-18/+1
* upgrade: do not explicitly set principal for servicesTomas Krizek2016-11-211-2/+0
* Fix renewal lock issues on installationFlorence Blanc-Renaud2016-11-161-0/+9
* dns: check if container exists using ldapiTomas Krizek2016-11-111-3/+1
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-114-883/+110
* install: introduce installer class hierarchyJan Cholasta2016-11-111-0/+532
* install: fix subclassing of knob groupsJan Cholasta2016-11-112-13/+5
* install: use standard Python classes to declare knob typesJan Cholasta2016-11-111-1/+11
* install: improve CLI positional argument handlingJan Cholasta2016-11-111-0/+2
* Fix CA replica install on DL1Stanislav Laznicka2016-11-111-1/+1
* domain-level agnostic keytab retrieval in httpinstanceMartin Babinsky2016-11-111-18/+0
* installers: restart DS after KDC is configuredMartin Babinsky2016-11-112-0/+8
* Offer more general way to check domain level in replicainstallStanislav Laznicka2016-11-111-59/+49
* Use same means of checking replication agreements on both DLsStanislav Laznicka2016-11-111-14/+7
* replicainstall: move common checks to common_check()Stanislav Laznicka2016-11-111-53/+34
* Take advantage of the ca/kra code cleanup in replica installationStanislav Laznicka2016-11-111-27/+11
* Use updated CA certs in replica installationStanislav Laznicka2016-11-111-25/+21
* Use os.path.join instead of concatenationStanislav Laznicka2016-11-111-2/+2
* Remove redundant CA cert file existance checkStanislav Laznicka2016-11-111-3/+0
* Use host keytab to connect to remote server on DL0Stanislav Laznicka2016-11-111-11/+15
* Split install_http_certs() into two functionsStanislav Laznicka2016-11-111-5/+12
* First step of merging replica installation of both DLsStanislav Laznicka2016-11-111-177/+120
* Properly bootstrap replica promotion apiStanislav Laznicka2016-11-111-10/+6
* Move the pki-tomcat restart to cainstance creationStanislav Laznicka2016-11-112-6/+0
* Move httpd restart to DNS installationStanislav Laznicka2016-11-112-8/+0
* replica install: fix DS restart failure during replica promotionJan Cholasta2016-11-111-2/+6
* Import just IPAChangeConf instead of the whole moduleStanislav Laznicka2016-11-111-4/+3
* Added file permissions option to IPAChangeConf.newConf()Stanislav Laznicka2016-11-111-1/+3
* replicainstall: Unify default.conf file creationStanislav Laznicka2016-11-111-72/+53
* fix incorrect invocation of ipa-getkeytab during DL0 host enrollmentMartin Babinsky2016-11-111-1/+1
* do partial host enrollment in domain level 0 replica installMartin Babinsky2016-11-111-1/+57
* replica install: merge KRA agent cert export into KRA installJan Cholasta2016-11-111-19/+21
* replica install: merge RA cert import into CA installJan Cholasta2016-11-111-27/+18
* install: merge all KRA install code paths into oneJan Cholasta2016-11-111-9/+2
* install: merge all CA install code paths into oneJan Cholasta2016-11-111-15/+3
* replica install: use one remote KRA host name everywhereJan Cholasta2016-11-111-2/+4
* replica install: use one remote CA host name everywhereJan Cholasta2016-11-111-3/+5
* initialize empty /etc/http/alias during server/replica installMartin Babinsky2016-11-112-2/+9
* Moved update of DNA plugin among update pluginsStanislav Laznicka2016-11-113-13/+0