summaryrefslogtreecommitdiffstats
path: root/ipaclient
Commit message (Expand)AuthorAgeFilesLines
* Chain CSR generator file loadersChristian Heimes2017-03-081-17/+44
* Move csrgen templates into ipaclient packageChristian Heimes2017-03-0814-7/+235
* dns: fix `dnsrecord_add` interactive modeJan Cholasta2017-03-081-0/+6
* Vault: port key wrapping to python-cryptographyChristian Heimes2017-03-022-90/+92
* Drop in-memory copy of schema zip fileChristian Heimes2017-03-011-31/+18
* Speed up client schema cacheChristian Heimes2017-03-011-10/+10
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-011-1/+0
* Remove NSSConnection from otptoken pluginStanislav Laznicka2017-03-011-7/+6
* csrgen: Support encrypted private keysBen Lipton2017-02-281-0/+10
* csrgen: Allow overriding the CSR generation profileBen Lipton2017-02-281-1/+12
* csrgen: Automate full cert request flowBen Lipton2017-02-282-2/+79
* compat: fix `Any` params in `batch` and `dnsrecord`Jan Cholasta2017-02-238-8/+8
* 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
* DNS: dns-update-system-record can create nsupdate fileMartin Basti2017-02-151-6/+66
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-0/+1
* Remove is_fips_enabled checks in installers and ipactlStanislav Laznicka2017-02-131-5/+0
* tests: Add tests for CSR autogenerationBen Lipton2017-01-312-28/+58
* csrgen: Use data_sources option to define which fields are renderedBen Lipton2017-01-311-13/+27
* csrgen: Add code to generate scripts that generate CSRsBen Lipton2017-01-313-0/+434
* py3: decode bytes for json.loads()Martin Basti2017-01-241-1/+1
* client install: correctly report all failuresJan Cholasta2017-01-201-12/+13
* disable hostname canonicalization by Kerberos libraryMartin Babinsky2017-01-111-0/+1
* ipaclient: schema cache: Handle malformed server info data gracefullyDavid Kupka2017-01-091-2/+8
* ipa_generate_password algorithm changePetr Spacek2017-01-061-1/+1
* schema_cache: Make handling of string compatible with python3David Kupka2017-01-051-9/+13
* client, platform: Use paths.SSH* instead of get_config_dir().Timo Aaltonen2017-01-051-27/+16
* Silence pylint import errors of ipaserver in ipalib and ipaclientChristian Heimes2017-01-051-1/+1
* ipaclient.plugins: Use api_version from internally called commandsDavid Kupka2016-12-143-0/+24
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-1/+1
* Add options to write lightweight CA cert or chain to fileFraser Tweedale2016-12-121-0/+53
* server install: fix external CA installJan Cholasta2016-12-081-0/+3
* Make `env` and `plugins` commands local againMartin Babinsky2016-12-021-3/+4
* Set explicit confdir option for global contextsChristian Heimes2016-12-022-1/+2
* Wheel bundles fixesChristian Heimes2016-11-301-1/+1
* Adjustments for setup requirementsChristian Heimes2016-11-301-4/+3
* ipaclient: remove hard dependency on ipaplatformJan Cholasta2016-11-292-4/+13
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-295-6/+2
* ipalib: remove hard dependency on ipapythonJan Cholasta2016-11-291-0/+1
* constants: remove CACERTJan Cholasta2016-11-291-27/+29
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-292-9/+4
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-292-14/+15
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-291-2/+1
* ipautil: remove the timeout argument of run()Jan Cholasta2016-11-291-6/+9
* 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-292-11/+4
* paths: remove DEV_NULLJan Cholasta2016-11-291-1/+1
* Python3 pylint fixesChristian Heimes2016-11-251-0/+2
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-242-9/+10