summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/shell
Commit message (Expand)AuthorAgeFilesLines
* Migrated to ansible.posixAnsible Core Team2020-03-092-130/+0
* Fix UNC path support in the powershell shell plugin (#66604)Brian Scholer2020-02-041-8/+8
* Fix simple typo: workind -> working (#65758)Tim Gates2019-12-121-1/+1
* removed previouslly deprecated settings (#55662)Brian Coca2019-05-151-6/+0
* Add support for Windows hosts in the SSH connection plugin (#47732)Jordan Borean2019-03-073-45/+93
* Become plugins (#50991)Matt Martz2019-02-112-3/+13
* split PS wrapper and payload (CVE-2018-16859) (#49142)Matt Davis2018-11-261-2/+7
* win_exec: refactor PS exec runner (#45334)Jordan Borean2018-10-021-1392/+1
* Revert "powershell - fix for ANSIBLE_KEEP_REMOTE_FILES on older Pythons (#459...Jordan Borean2018-09-281-2/+2
* powershell: do not quote join_path result to reflect ShellBase join_path (#45...Jordan Borean2018-09-211-1/+1
* powershell - fix for ANSIBLE_KEEP_REMOTE_FILES on older Pythons (#45942)Jordan Borean2018-09-211-2/+2
* async: use async_dir for the async results file directory (#45461)Jordan Borean2018-09-201-3/+18
* win_script: add support for become and centralise exec wrapper builder (#45582)Jordan Borean2018-09-131-1/+1
* windows async: return pipeline output in case of a failure (#44807)Jordan Borean2018-08-291-0/+3
* psrp: Added new Windows connection plugin (#41729)Jordan Borean2018-08-211-21/+26
* win-async: fix race condition in async run (#43691)Jordan Borean2018-08-061-16/+22
* Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179)Jordan Borean2018-07-301-3/+0
* runas + async - get working on older hosts (#41772)Jordan Borean2018-06-261-606/+157
* powershell: Respect remote_tmp path set by the user (#40210)Jordan Borean2018-05-231-23/+79
* become win: better error messages and docs update (#39936)Jordan Borean2018-05-151-4/+8
* Change except Error when trying to get a missing optionJordan Borean2018-04-271-6/+0
* powershell: display non-ascii characters in command outputs (#37229)Jordan Borean2018-04-051-3/+25
* win: handle non string as an environment value (#37215)Jordan Borean2018-03-091-1/+4
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-152-17/+17
* Final fix for #35666 Previous PR (#36143) was merged prematurely.Toshio Kuratomi2018-02-142-18/+20
* * Fix for setting remote_tmp as a subdirectory of a system temp dir (#36143)Toshio Kuratomi2018-02-142-1/+25
* Move module_set_locale and module_lang back to globalToshio Kuratomi2018-01-221-10/+7
* win_become: another option to support become flags for runas (#34551)Jordan Borean2018-01-191-28/+107
* changed to enable windows temp path override (#34967)Jordan Borean2018-01-181-6/+48
* Temporary (#31677)Brian Coca2018-01-155-119/+109
* minor become/runas cleanup (#32564)Matt Davis2017-11-061-143/+106
* win_become: get admin token and fix async (#32485)Jordan Borean2017-11-031-96/+286
* windows: add #AnsibleRequires for Windows modules (#31683)Jordan Borean2017-10-231-0/+20
* windows: removed #Requires from PS pipelines as it causes STDERR false positi...Jordan Borean2017-10-111-3/+0
* improve become/runas error messaging on bogus/missing username (#31551)Matt Davis2017-10-101-4/+13
* win_become: Added support to become a service user (#30407)Jordan Borean2017-10-091-498/+667
* win_become: move error handling to Ansible outside of shell (#31227)Jordan Borean2017-10-031-10/+3
* fixed become to show the stdout and stderr streams instead of the StreamReade...Jordan Borean2017-09-131-1/+1
* fixes to config/setting retrievalBrian Coca2017-09-091-1/+5
* switch become/runas to LogonUser/CreateProcessWithTokenW (#28253)Matt Davis2017-08-151-72/+182
* fix to alllow the winrm plugin to send input with Python 3 (#27474)Jordan Borean2017-07-311-3/+3
* added ansible_remote_tmp inventory var (#26754)Brian Coca2017-07-131-4/+6
* converted become runas to explicit CreateProcessWithLogonW (#26378)Matt Davis2017-07-031-47/+319
* re-enable non-pipelined mode for Powershell (#25012)Matt Davis2017-06-261-11/+19
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-3/+4
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-025-13/+16
* improve become_method: runas error handling (#23328)Matt Davis2017-04-061-3/+27
* force Windows to always use preamble-free UTF8 input encoding (#22934)Matt Davis2017-03-241-0/+3
* fix Windows env handling (#22927)Matt Davis2017-03-231-3/+8
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-233-5/+5