summaryrefslogtreecommitdiffstats
path: root/ipaclient/plugins
Commit message (Expand)AuthorAgeFilesLines
* Handle missing LWCA certificate or chainFraser Tweedale2019-06-181-4/+15
* Import urllib submodulesChristian Heimes2019-04-301-1/+2
* pylint 2.2: Fix unnecessary pass statementChristian Heimes2018-11-261-2/+2
* Py3: Replace six.moves importsChristian Heimes2018-10-051-2/+2
* Fix writing certificate chain to fileFraser Tweedale2018-10-022-6/+4
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* Fix certificate type error when exporting to fileArmando Neto2018-09-061-6/+5
* Fix Pylint 2.0 violationsArmando Neto2018-07-142-5/+5
* Replace file.flush() calls with flush_sync() helperArmando Neto2018-07-071-2/+2
* Fix translation of commands description in API BrowserStanislav Levin2018-06-121-0/+1
* Load certificate files as binary dataChristian Heimes2018-04-302-4/+4
* csrgen: support initialising OpenSSL adaptor with key objectFraser Tweedale2018-04-251-1/+2
* Defer import of ipaclient.csrgenChristian Heimes2018-04-102-8/+9
* vault: fix vault-retrieve to a fileStanislav Laznicka2018-03-061-1/+1
* Vault: Add argument checks to encrypt/decryptChristian Heimes2017-12-191-6/+14
* Fix pylint warnings inconsistent-return-statementsChristian Heimes2017-12-182-0/+5
* x509: remove the strip_header() functionStanislav Laznicka2017-11-012-2/+3
* parameters: introduce CertificateSigningRequestStanislav Laznicka2017-10-251-3/+0
* csrgen: accept public key info as BytesStanislav Laznicka2017-10-252-3/+3
* ipaclient.plugins.dns: Cast DNS name to unicodeAleksei Slaikovskii2017-10-201-1/+1
* py3: fix vault public key decodingFraser Tweedale2017-08-291-1/+1
* otptoken_yubikey.py: Removed traceback when package missing.Tibor Dudlák2017-08-111-0/+3
* Create a Certificate parameterStanislav Laznicka2017-07-271-2/+2
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-276-27/+22
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-272-3/+3
* logging: do not use `ipa_log_manager` to create module-level loggersJan Cholasta2017-07-141-2/+2
* topology.py: Removes error message from dictionary.Tibor Dudlák2017-07-141-6/+5
* py3: vault: data must be bytesMartin Basti2017-06-231-1/+1
* ca/cert-show: check certificate_out in optionsStanislav Laznicka2017-05-242-5/+15
* Use os.fsync instead of os.fdatasync because macOS doesn't support fdatasyncDavid Kreitschmann2017-05-171-1/+1
* otptoken-add-yubikey: When --digits not provided use default valueDavid Kupka2017-05-161-1/+4
* Slim down dependenciesChristian Heimes2017-05-092-5/+16
* vault: piped input for ipa vault-add failsFlorence Blanc-Renaud2017-04-281-29/+8
* csrgen: Modify cert_get_requestdata to return a CertificationRequestInfoBen Lipton2017-04-032-60/+50
* csrgen: Change to pure openssl config format (no script)Ben Lipton2017-04-031-2/+1
* csrgen: Remove helper abstractionBen Lipton2017-04-031-1/+1
* Simplify KRA transport cert cacheChristian Heimes2017-03-281-48/+55
* csrgen: hide cert-get-requestdata in CLIJan Cholasta2017-03-141-0/+2
* cert: include certificate chain in cert command outputJan Cholasta2017-03-141-1/+4
* cert: add output file option to cert-requestJan Cholasta2017-03-141-14/+52
* vault: cache the transport certificate on clientJan Cholasta2017-03-131-52/+153
* certmap: load certificate from file in certmap-match CLIJan Cholasta2017-03-131-0/+49
* dns: fix `dnsrecord_add` interactive modeJan Cholasta2017-03-081-0/+6
* Vault: port key wrapping to python-cryptographyChristian Heimes2017-03-021-89/+92
* 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
* DNS: dns-update-system-record can create nsupdate fileMartin Basti2017-02-151-6/+66
* tests: Add tests for CSR autogenerationBen Lipton2017-01-311-1/+2