summaryrefslogtreecommitdiffstats
path: root/ipaclient/install
Commit message (Expand)AuthorAgeFilesLines
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-13/+13
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-291-2/+1
* certdb: move IPA NSS DB install functions to ipaclient.installJan Cholasta2016-11-291-1/+49
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-9/+2
* paths: remove DEV_NULLJan Cholasta2016-11-291-1/+1
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-241-4/+4
* install: migrate client install to the new class hierarchyJan Cholasta2016-11-112-1/+192
* install: introduce installer class hierarchyJan Cholasta2016-11-112-0/+221
* Added file permissions option to IPAChangeConf.newConf()Stanislav Laznicka2016-11-111-0/+2
* client: use correct code for failed uninstallMartin Basti2016-11-111-2/+2
* client: use exceptions instead of return statesMartin Basti2016-11-111-81/+100
* client: move install cleanup from ipa-client-install to moduleMartin Basti2016-11-111-1/+15
* client: move clean CCACHE to moduleMartin Basti2016-11-111-0/+10
* client: move custom env variable into client moduleMartin Basti2016-11-111-2/+10
* client: extract checks from uninstall to uninstall_checkMartin Basti2016-11-111-2/+8
* client: extract checks from install to install_checkMartin Basti2016-11-111-20/+46
* client: move checks to client.install_checkMartin Basti2016-11-111-1/+20
* client: make statestore and fstore consistent with serverMartin Basti2016-11-111-15/+18
* Separate function to purge IPA host principals from keytabMartin Babinsky2016-11-111-24/+31
* Replaced EMPTY_LINE constant with a function callStanislav Laznicka2016-11-111-22/+21
* client: Making the configure functions more readableStanislav Laznicka2016-11-111-301/+84
* IPAChangeConf: use constant for empty lineMartin Basti2016-11-111-84/+21
* client: import IPAChangeConf directly instead the moduleMartin Basti2016-11-111-8/+8
* client: remove extra return from hardcode_ldap_serverMartin Basti2016-11-111-2/+0
* client: install function: return constant not hardcoded numberMartin Basti2016-11-111-1/+1
* client: remove unneded return from configure_ipa_confMartin Basti2016-11-111-2/+0
* client: remove unneded return configure_krb5_confMartin Basti2016-11-111-25/+20
* ipa-client-install: move client install to moduleMartin Basti2016-11-112-0/+3479