summaryrefslogtreecommitdiffstats
path: root/ipaclient/install/client.py
Commit message (Expand)AuthorAgeFilesLines
* Replace hard-coded paths with path constantsChristian Heimes2018-02-081-5/+5
* LGTM: unnecessary else in for loopChristian Heimes2018-01-091-8/+7
* LGTM: Fix multiple use before assignmentChristian Heimes2018-01-091-7/+9
* Support sqlite NSSDBChristian Heimes2017-11-161-8/+2
* Use os.path.isfile() and isdir()Christian Heimes2017-10-201-14/+12
* client: fix retrieving certs from HTTPStanislav Laznicka2017-09-131-1/+1
* uninstall: remove deprecation warningStanislav Laznicka2017-09-121-3/+1
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-12/+1
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-1/+1
* logging: do not log into the root loggerJan Cholasta2017-07-141-295/+295
* logging: port to standard Python loggingJan Cholasta2017-07-141-4/+9
* install: do not assume /etc/krb5.conf.d existsJan Cholasta2017-06-281-6/+10
* Remove network and broadcast address warningsMartin Basti2017-06-201-4/+0
* client.py: Replace hardcoded 'admin' with options.principalTibor Dudlák2017-06-081-4/+11
* Only warn when specified server IP addresses don't match intfMartin Basti2017-06-061-1/+3
* client install: fix client PKINIT configurationJan Cholasta2017-05-191-1/+14
* certdb: add named trust flag constantsJan Cholasta2017-05-191-3/+6
* fix minor spelling mistakesRené Genz2017-05-191-1/+1
* ipa-client-install: remove extra space in pkinit_anchors definitionFlorence Blanc-Renaud2017-05-021-1/+1
* Support certificate login after installation and upgradePavel Vomacka2017-03-141-0/+20
* install: re-introduce option groupsJan Cholasta2017-03-131-10/+7
* client install: split off SSSD options into a separate classJan Cholasta2017-03-131-41/+3
* Fix error in ca_cert_files validatorStanislav Laznicka2017-02-211-0/+4
* client install: create /etc/ipa/nssdb with correct modeJan Cholasta2017-02-201-1/+1
* Add password to certutil calls in NSSDatabaseStanislav Laznicka2017-02-171-14/+3
* Remove is_fips_enabled checks in installers and ipactlStanislav Laznicka2017-02-131-5/+0
* client install: correctly report all failuresJan Cholasta2017-01-201-12/+13
* disable hostname canonicalization by Kerberos libraryMartin Babinsky2017-01-111-0/+1
* ipa_generate_password algorithm changePetr Spacek2017-01-061-1/+1
* client, platform: Use paths.SSH* instead of get_config_dir().Timo Aaltonen2017-01-051-27/+16
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-1/+1
* server install: fix external CA installJan Cholasta2016-12-081-0/+3
* Set explicit confdir option for global contextsChristian Heimes2016-12-021-0/+1
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-291-6/+2
* constants: remove CACERTJan Cholasta2016-11-291-27/+29
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-7/+2
* 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-111-1/+126
* install: introduce installer class hierarchyJan Cholasta2016-11-111-0/+194
* 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