summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-153-3/+3
* Replace hard-coded paths with path constantsChristian Heimes2018-02-081-1/+1
* Documenting kinit_lifetime in /etc/ipa/default.confamitkuma2018-01-121-6/+3
* ipa-getkeytab man page: add more details about the -r optionFlorence Blanc-Renaud2017-11-081-1/+34
* Changing how commands handles error when it can't connect to IPA serverFelipe Volpone2017-08-111-2/+7
* logging: do not log into the root loggerJan Cholasta2017-07-141-25/+35
* client install: fix client PKINIT configurationJan Cholasta2017-05-191-0/+1
* fix minor spelling mistakesRené Genz2017-05-192-3/+3
* automount install: fix checking of SSSD functionality on uninstallPetr Vobornik2017-04-281-6/+10
* Clarify meaning of --domain and --realm in installersStanislav Laznicka2017-01-051-19/+12
* Use env var IPA_CONFDIR to get confdirChristian Heimes2016-12-021-0/+4
* Revert "Add 'ipa localenv' subcommand"Martin Babinsky2016-12-021-5/+1
* Set explicit confdir option for global contextsChristian Heimes2016-12-021-0/+1
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-292-3/+3
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-1/+2
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-1/+1
* Python3 pylint fixesChristian Heimes2016-11-251-1/+1
* Add 'ipa localenv' subcommandChristian Heimes2016-11-181-1/+5
* Use xml.etree in ipa-client-automount scriptChristian Heimes2016-11-161-24/+23
* Build: remove incorrect use of MAINTAINERCLEANFILESPetr Spacek2016-11-162-29/+0
* Build: move client directory handling from SPEC to Makefile.amPetr Spacek2016-11-151-0/+3
* install: migrate client install to the new class hierarchyJan Cholasta2016-11-111-228/+2
* client: use exceptions instead of return statesMartin Basti2016-11-111-10/+9
* client: move install part to else branchMartin Basti2016-11-111-5/+5
* client: move install cleanup from ipa-client-install to moduleMartin Basti2016-11-111-17/+1
* client: move clean CCACHE to moduleMartin Basti2016-11-111-5/+0
* client: fix script executionMartin Basti2016-11-111-11/+12
* client: Remove useless except in ipa-client-installMartin Basti2016-11-111-2/+0
* client: move custom env variable into client moduleMartin Basti2016-11-111-5/+3
* client: extract checks from uninstall to uninstall_checkMartin Basti2016-11-111-0/+4
* client: move checks to client.install_checkMartin Basti2016-11-111-16/+4
* client: make statestore and fstore consistent with serverMartin Basti2016-11-111-6/+3
* ipa-client-install: move client install to moduleMartin Basti2016-11-111-2885/+20
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-13/+14
* Build: do not compress manual pages at install timePetr Spacek2016-11-091-4/+0
* Build: fix distribution of client header filePetr Spacek2016-11-091-0/+3
* Build: fix man page distributionPetr Spacek2016-11-091-2/+2
* Build: fix Makefile.am files to separate source and build directoriesPetr Spacek2016-11-091-7/+4
* extend ipa-getkeytab to support other LDAP bind methodsMartin Babinsky2016-11-082-55/+161
* ipa-getkeytab: expose CA cert path as optionMartin Babinsky2016-11-082-7/+24
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-1/+2
* ipaldap: merge gssapi_bind to LDAPClientTomas Krizek2016-11-071-1/+1
* client: remove unused libcurl build dependencyJan Cholasta2016-10-241-1/+0
* pylint: enable the import-error checkJan Cholasta2016-10-241-0/+2
* Build: use libutil convenience library for clientPetr Spacek2016-10-241-2/+2
* Build: merge client/configure.ac into top-level configure.acPetr Spacek2016-10-242-244/+3
* Build: merge asn1/configure.ac to top-level configure.acPetr Spacek2016-10-242-3/+0
* Move ipa.1 man fileChristian Heimes2016-10-172-1/+206
* do not use keys() method when iterating through dictionariesMartin Babinsky2016-10-121-1/+1
* Pylint: remove unused variables from installers and scriptsMartin Basti2016-10-062-18/+11