summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/unsafe_proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Clean up unused imports in core (#79900)Matt Clay2023-02-031-1/+1
* Remove deprecated UnsafeProxy (#77455)Martin Krizek2022-04-051-19/+0
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Force template module to use non-native Jinja2 (#68560)Martin Krizek2020-09-031-0/+7
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* Ensure that data within a tuple is marked as unsafe (#65918)Matt Martz2020-01-071-13/+12
* unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-061-1/+1
* Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost ...Matt Martz2019-10-111-2/+6
* Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287)Matt Martz2019-09-131-1/+9
* Remove UnsafeProxy (#59711)Martin Krizek2019-08-071-7/+21
* prevent templating of passwords from prompt (#59246)Brian Coca2019-07-241-4/+7
* Handle sets differently than lists in wrap_var. Fixes #47372 (#47510)Matt Martz2018-10-231-1/+7
* Revert "[stable-2.7] Handle sets differently than lists in wrap_var. Fixes #4...Toshio Kuratomi2018-10-221-7/+1
* Handle sets differently than lists in wrap_var. Fixes #47372Matt Martz2018-10-221-1/+7
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* Enabled unsafe and vault in JSON (#38759)Brian Coca2018-05-091-25/+6
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-1/+2
* Fix circular import with unsafe_proxy, template, and varsToshio Kuratomi2017-04-281-0/+124