summaryrefslogtreecommitdiffstats
path: root/ipaclient/plugins/vault.py
Commit message (Expand)AuthorAgeFilesLines
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* Fix Pylint 2.0 violationsArmando Neto2018-07-141-2/+1
* Replace file.flush() calls with flush_sync() helperArmando Neto2018-07-071-2/+2
* 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-181-0/+4
* py3: fix vault public key decodingFraser Tweedale2017-08-291-1/+1
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-3/+3
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-2/+2
* logging: do not use `ipa_log_manager` to create module-level loggersJan Cholasta2017-07-141-2/+2
* py3: vault: data must be bytesMartin Basti2017-06-231-1/+1
* Use os.fsync instead of os.fdatasync because macOS doesn't support fdatasyncDavid Kreitschmann2017-05-171-1/+1
* vault: piped input for ipa vault-add failsFlorence Blanc-Renaud2017-04-281-29/+8
* Simplify KRA transport cert cacheChristian Heimes2017-03-281-48/+55
* vault: cache the transport certificate on clientJan Cholasta2017-03-131-52/+153
* Vault: port key wrapping to python-cryptographyChristian Heimes2017-03-021-89/+92
* py3: decode bytes for json.loads()Martin Basti2017-01-241-1/+1
* ipaclient.plugins: Use api_version from internally called commandsDavid Kupka2016-12-141-0/+16
* Use api.env.nss_dir instead of paths.IPA_NSSDB_DIRChristian Heimes2016-11-141-5/+2
* Remove unused variables in the codeMartin Basti2016-09-271-6/+0
* client: Do not create instance just to check isinstanceDavid Kupka2016-08-171-8/+8
* client: add missing output params to client-side commandsJan Cholasta2016-08-101-0/+24
* vault: add missing salt option to vault_modJan Cholasta2016-08-041-1/+1
* frontend: Change doc, summary, topic and NO_CLI to class propertiesDavid Kupka2016-08-031-13/+22
* vault: Catch correct exception in decryptDavid Kupka2016-08-031-1/+1
* client: fix hiding of commands which lack server supportJan Cholasta2016-07-281-4/+8
* Revert "Enable vault-* commands on client"Jan Cholasta2016-07-281-0/+16
* vault-add: set the default vault type on the client side if none was givenMartin Babinsky2016-07-131-0/+5
* Enable vault-* commands on clientMartin Basti2016-07-121-16/+0
* client: add placeholders for required remote pluginsJan Cholasta2016-06-301-1/+46
* client: ignore override errors in command overridesJan Cholasta2016-06-301-1/+1
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-031-0/+20
* ipalib: move client-side plugins to ipaclientJan Cholasta2016-06-031-0/+936