summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/vault/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Show filename additionally if missing secrets prevents decryption (#79732)Carsten Grohmann2023-01-181-1/+4
* Custom salt for ansible-vault encrypt (#79063)Brian Coca2022-10-071-1/+8
* make pager and editor configurable, specifically for ansible (#78816)Brian Coca2022-09-281-1/+1
* vault secrets file, keep context when symlink (#78734)Brian Coca2022-09-201-9/+15
* Replace file handling with context managers in files-modules and parsing vaul...Mads Jensen2022-01-281-3/+2
* Start of moving away from six (#75863)Martin Krizek2021-10-211-2/+0
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-211-9/+3
* Vaultfilters (#74998)Brian Coca2021-06-301-4/+12
* Remove PyCrypto (#74699)Sam Doran2021-05-181-104/+4
* fix typo in ansible vault decrypt if vault error (#73542)Lazuardi N Putra2021-02-111-1/+1
* vault: Read stdin data as binary on python3 (#52229)Sven Wegener2020-12-091-1/+4
* Provide better decryption errors for single vault values (#72362)Matt Martz2020-11-181-5/+6
* Make AnsibleVaultEncryptedUnicode work more like a string (#67823)Matt Martz2020-06-081-0/+4
* safely use vault to edit secrets (#68644)Brian Coca2020-04-031-39/+80
* fix vault temp file handling (#68433)Brian Coca2020-03-251-1/+1
* Fix ansible-vault cipher_whitelist (#57272)Klaus Frank2019-06-221-1/+2
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-23/+25
* ansible-vault: handle utf-8 filename in vault (#50341)Abhijeet Kasurde2019-02-121-1/+1
* More path encoding fixes.Matt Clay2019-01-161-1/+1
* Don't just raise AnsibleError with the exception message (#49654)Matt Martz2018-12-111-1/+4
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-1/+1
* Clean up Vault docs in User Guide. (#46188)Brendan Jurd2018-09-281-1/+1
* Raise a nicer error when we cannot execute the editor (#44423)Matt Martz2018-08-221-7/+8
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-144/+0
* vault: check dir value before passing (#43184)Abhijeet Kasurde2018-07-241-1/+1
* change OS X to macOS (#41294)Troy Murray2018-06-261-1/+1
* Fix flag in debug message (#40753)Tom Wassenberg2018-06-011-1/+1
* vault: check dir existence before creating a file (#40010)Martin Krizek2018-05-111-0/+6
* Fix 'New Vault password' on vault 'edit' (#35923)Adrian Likins2018-03-271-18/+14
* Remove deprecated code (#34828)Michael Scherer2018-01-231-20/+0
* add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067)Adrian Likins2018-01-221-5/+45
* Support using vault password files that are themselves vault encrypted (#27668)Adrian Likins2018-01-201-0/+4
* Misc. typo is display log (#34388)Abhijeet Kasurde2018-01-051-1/+1
* Handle vault filenames with nonascii chars when displaying messages. Fixes #3...Matt Martz2017-12-141-8/+8
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+5
* Better handling of malformed vault data envelope (#32515)Adrian Likins2017-11-101-24/+87
* Vault secrets script client inc new 'keyring' client (#27669)Adrian Likins2017-10-131-10/+93
* Fix typo in vault decrypt error message (#31335)Michael Vermaes2017-10-051-1/+1
* Use vault_id when encrypted via vault-edit (#30772)Adrian Likins2017-09-261-7/+36
* Fixes #22335: Adds filename extension to tempfile for VaultReid Wahl2017-08-281-1/+2
* Vault secrets empty password (#28186)Adrian Likins2017-08-151-1/+25
* Better vault pass prompt behav on EOF, more unit tests (#27981)Adrian Likins2017-08-101-3/+3
* pylint fixes for vault related code (#27721)Adrian Likins2017-08-081-29/+27
* Handle win style CRLF newlines in vault text (#27590)Adrian Likins2017-08-011-1/+1
* Fix --ask-vault-pass prompt to match old when poss (#27602)Adrian Likins2017-08-011-1/+1
* Support multiple vault passwords (#22756)Adrian Likins2017-07-281-109/+428
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-271-140/+232
* ansible/parsing: PEP8 compliancy (#24701)Dag Wieers2017-05-181-16/+17