summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/vault/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Unicode and other fixes for vaultfix-vault-unicodeToshio Kuratomi2015-08-251-98/+116
* Use PBKDF2HMAC() from cryptography for vault keys.Vilmos Nebehaj2015-07-281-8/+34
* Encrypt the vault file after editing only if the contents changedPablo Figue2015-07-261-0/+4
* simplified ansible errors, moved md5 hash import with notes to be more prominentBrian Coca2015-07-111-24/+27
* Update exception handling to be python3 compatToshio Kuratomi2015-07-081-1/+1
* Get rid of an unused import so that we don't have circular importsToshio Kuratomi2015-07-061-1/+0
* generalized prereqs checkBrian Coca2015-06-161-14/+54
* Fix for six version 1.1.0 (rhel6).Toshio Kuratomi2015-06-031-11/+11
* Add compatibility for old version of six (present on rhel7)Toshio Kuratomi2015-06-031-1/+13
* Fix format strings for python2.6Toshio Kuratomi2015-05-081-3/+3
* Making the switch to v2James Cammarata2015-05-031-0/+603