summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
Commit message (Expand)AuthorAgeFilesLines
...
* Check the result of cert request in replica installerFlorence Blanc-Renaud2016-11-301-7/+5
* replica install: track the RA agent certificate againJan Cholasta2016-11-301-1/+5
* Accept server host names resolvable only using /etc/hostsPetr Spacek2016-11-291-4/+3
* replication: ensure bind DN group check interval is set on replica configMartin Babinsky2016-11-291-0/+6
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-293-14/+15
* constants: remove CACERTJan Cholasta2016-11-297-28/+27
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-296-10/+11
* ipautil: move file encryption functions to installutilsJan Cholasta2016-11-293-6/+89
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-292-7/+9
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-292-4/+3
* ipautil: remove get_domain_name()Jan Cholasta2016-11-292-9/+1
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-2911-22/+41
* certdb: move IPA NSS DB install functions to ipaclient.installJan Cholasta2016-11-291-2/+3
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-2915-20/+22
* ipapython: move dnssec, p11helper and secrets to ipaserverJan Cholasta2016-11-294-5/+6
* custodiainstance: automatic restart on config file updateJan Cholasta2016-11-291-0/+8
* Fix Python 3 bugs discovered by pylintChristian Heimes2016-11-251-2/+2
* Python3 pylint fixesChristian Heimes2016-11-254-3/+9
* Fix ipa-replica-install when upgrade from ca-less to ca-fullFlorence Blanc-Renaud2016-11-252-5/+12
* Do not log DM password in ca/kra installation logsStanislav Laznicka2016-11-253-11/+11
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-2411-18/+19
* Replace LooseVersionChristian Heimes2016-11-242-8/+8
* upgrade: ldap conn managementTomas Krizek2016-11-223-22/+3
* services: replace admin_conn with api.Backend.ldap2Tomas Krizek2016-11-2212-117/+117
* Remove references to ds_newinst.plFraser Tweedale2016-11-211-6/+6
* KRA: don't add KRA container when KRA replicaMartin Basti2016-11-211-10/+4
* upgrade: do not explicitly set principal for servicesTomas Krizek2016-11-211-2/+0
* Use common procedure to setup initial replication in both domain levelsMartin Babinsky2016-11-172-8/+20
* ensure that the initial sync using GSSAPI works agains old mastersMartin Babinsky2016-11-171-15/+31
* replication: refactor the code setting principals as replica bind DNsMartin Babinsky2016-11-171-26/+21
* replication: augment setup_promote_replication methodMartin Babinsky2016-11-171-3/+7
* Turn replication manager group into ReplicationManager class memberMartin Babinsky2016-11-171-6/+6
* Fix the naming of ipa-dnskeysyncd service principalMartin Babinsky2016-11-161-1/+1
* Fix renewal lock issues on installationFlorence Blanc-Renaud2016-11-162-2/+11
* cainstance: use correct certificate for replica install checkTomas Krizek2016-11-141-1/+1
* dns: check if container exists using ldapiTomas Krizek2016-11-115-54/+13
* Provide user hint about IP address in IPA installAbhijeet Kasurde2016-11-111-2/+4
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-116-883/+254
* install: introduce installer class hierarchyJan Cholasta2016-11-116-3/+867
* 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
* installutils: remove 'install_service_keytab' functionMartin Babinsky2016-11-111-11/+0
* domain-level agnostic keytab retrieval in httpinstanceMartin Babinsky2016-11-112-30/+4
* installers: restart DS after KDC is configuredMartin Babinsky2016-11-112-0/+8
* dsinstance: use keytab retrieval method from parent classMartin Babinsky2016-11-112-21/+3
* use DM credentials to retrieve service keytab only in DLOMartin Babinsky2016-11-111-1/+2
* Service: common method for service keytab requestsMartin Babinsky2016-11-111-0/+54
* Turn Kerberos-related properties to Service class membersMartin Babinsky2016-11-119-74/+95