Commit Graph

13 Commits (63bcbd0af253c1f82354962f7df6570b431f47e8)

Author SHA1 Message Date
Scott Brown 5849bb3dba Fixing bug where the file handle is not closed properly because the parentheses are left off the call, telling Python to return a method but not call the method. 10 years ago
James Cammarata 0e7b9e5cfc Commenting out pkg_resources lines for now, as they break hacking/env-setup 11 years ago
James Cammarata 6879415f25 Merge branch 'feature/multi-version-import' of https://github.com/abadger/ansible into abadger-feature/multi-version-import 11 years ago
James Tanner 5795796546 Remove limitation on number of files for encrypt subcommand in ansible-vault 11 years ago
James Tanner 8c2e1e2baa Addresses #6579 Disallow vault passwords with newline characters by stripping them in utils 11 years ago
James Tanner 409044155d Fixes #6579 allow for vault passwords ending with newline chars
Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars.
11 years ago
Toshio Kuratomi 0fefab6651 Require a recent enough version of pycrypto and see that playbook and vault ues it. 11 years ago
James Tanner 0d6f6ad282 Implement new default cipher class AES256 11 years ago
Francesc Esplugas 0fd5829f10 get rid of newline chars when reading password file 11 years ago
James Tanner 7acd2f3a2d Addresses #6188 Add --vault-password-file option to the ansible-vault command 11 years ago
James Tanner 52a8efefba Vault rewrite, pass 1 11 years ago
James Tanner aa46ab1d86 Fix function name 11 years ago
James Tanner 427b8dc78d Ansible vault: a framework for encrypting any playbook or var file. 11 years ago