summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/shell/powershell.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress Windows Add-Type debug noise (#22722)Matt Davis2017-03-161-2/+0
* make windows async ... async (#22624)Matt Davis2017-03-141-14/+69
* prevent winrm Add-Type debug noise from polluting stderr (#22583)Matt Davis2017-03-131-0/+2
* suppress PS "unapproved verb" warning (#22018)Matt Davis2017-02-271-4/+4
* Complete rewrite of Windows exec wrapper (#21510)Matt Davis2017-02-171-0/+857
* fix powershell mkdtempBrian Coca2017-01-251-2/+2
* Preserve exit code in winrm exec (#20166)Matt Davis2017-01-161-2/+6
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-6/+7
* windows environment support (#17402)Matt Davis2016-09-061-2/+26
* Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-3/+3
* Move binary module detection into executor/module_common.pyMatt Martz2016-05-121-1/+1
* Get binary modules working for windows, assuming .exe for windowsMatt Martz2016-05-121-3/+9
* skip fixup_perms for PowershellMatt Davis2016-04-071-1/+7
* moved 'path exists' function to shellBrian Coca2016-03-251-0/+16
* Merge pull request #14930 from mholiv/enable_dollar_as_first_char_in_folder_a...Matt Davis2016-03-251-1/+1
|\
| * Modified files to use single quotes rather than double for file path. Powersh...root2016-03-111-1/+1
* | fix breakage from new recursive=True arg to chmodnitzmahone2016-03-241-1/+1
|/
* moved to base class for shell pluginsBrian Coca2016-02-091-2/+0
* Establish sh as the default shell plugin.Toshio Kuratomi2016-02-021-0/+7
* Revert "Make sudo+requiretty and ANSIBLE_PIPELINING work together"Toshio Kuratomi2015-12-031-1/+1
* allow shell plugin to affect remote module filenamenitzmahone2015-12-011-0/+7
* Make sudo+requiretty and ANSIBLE_PIPELINING work togetherAbhijit Menon-Sen2015-12-011-1/+1
* FIx typo arg_path (not plural)Toshio Kuratomi2015-10-021-1/+1
* Also add args_path param to powershell shell pluginJames Cammarata2015-10-021-1/+1
* Add PowerShell exception handling and turn on strict mode.Chris Church2015-09-151-7/+38
* Revert "Add PowerShell exception handling and turn on strict mode."revert-12047-powershell_common_cleanupJames Cammarata2015-08-231-38/+7
* Add PowerShell exception handling and turn on strict mode.Chris Church2015-08-221-7/+38
* Fix for PowerShell unquote method when passed None.Chris Church2015-08-021-0/+1
* Fixes for WinRM/PowerShell support in v2.Chris Church2015-07-311-19/+46
* Winrm fixes for develJames Cammarata2015-06-291-2/+14
* Making the switch to v2James Cammarata2015-05-031-0/+120