summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/encrypt.py
Commit message (Expand)AuthorAgeFilesLines
* Minor typos (#50371)Abhijeet Kasurde2019-01-151-2/+2
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Share the implementation of hashing for both vars_prompt and password_hash (#...Matthias Fuchs2018-08-271-28/+154
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* decelerate! (#30160)Brian Coca2017-09-161-114/+4
* [passwordstore] Use builtin _random_password function instead of pwgen (#25843)3onyc2017-08-141-0/+19
* ansible/utils/: PEP8 compliancy (#24686)Dag Wieers2017-05-301-13/+14
* E501 fixes (#22879)Matt Martz2017-03-221-2/+5
* Now that we convert salt inside of do_encryptas needed, keep salt as text typ...Toshio Kuratomi2016-10-201-3/+5
* Enable test for lookups on python 3Michael Scherer2016-10-201-1/+3
* Fix password lookup py3 plus alikins unittest additions refactoring (#17626)Toshio Kuratomi2016-09-191-1/+6
* Prevent race in key setup for accelerate daemon (#15299)Darragh Bailey2016-04-251-15/+34
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Cleanup pyflakes warning (real error)Toshio Kuratomi2015-10-191-1/+8
* Fix syntax error for octal in encrypt methodsJames Cammarata2015-10-021-1/+1
* Fixing accelerated connection pluginJames Cammarata2015-10-021-0/+77
* Making the switch to v2James Cammarata2015-05-031-0/+49