summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/winrm.py
Commit message (Expand)AuthorAgeFilesLines
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-32/+32
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-2/+2
* try/except xmltodict import, misc cleanups (#16287)Adrian Likins2016-08-231-12/+14
* prevent spurious pywinrm arg warnings for non-pywinrm connection argsnitzmahone2016-07-051-3/+4
* call base _connect() from winrm._connect()nitzmahone2016-06-101-0/+1
* fix for psuedo-connection hostvars not propagating to connectionnitzmahone2016-06-101-8/+6
* Get binary modules working for windows, assuming .exe for windowsMatt Martz2016-05-121-1/+1
* error message cleanupnitzmahone2016-05-041-8/+6
* winrm connection tweaks for pywinrm (#15584)Matt Davis2016-04-251-21/+68
* add win_reboot actionnitzmahone2016-04-111-0/+5
* Add connection tests for winrm connection plugin.Matt Clay2016-03-311-5/+5
* 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
* | Small cleanup to use class attribute directly instead of property for transpo...Toshio Kuratomi2016-03-161-5/+1
|/
* Need to apply to_str to each element of the list so that we don't mix types i...Toshio Kuratomi2016-02-081-1/+1
* fix winrm erorr formattingBrian Coca2016-02-081-1/+1
* make executable setting connection dependantBrian Coca2016-02-021-0/+1
* python3 doesn't have raw explicit-unicode literals. Workaround it with a raw...Toshio Kuratomi2016-01-251-2/+2
* Transform tracebacks into unicode before printingToshio Kuratomi2016-01-251-6/+6
* convert winrm put_file script template to Unicode string literalnitzmahone2016-01-071-1/+1
* More fixes for unicode handling in the connection plugins.Toshio Kuratomi2016-01-061-1/+1
* allow shell plugin to affect remote module filenamenitzmahone2015-12-011-5/+0
* corrected become_methods class variable in winrmBrian Coca2015-11-301-1/+1
* Modify task executor to reuse connection inside a loop. Fix WinRM connection...Chris Church2015-11-231-5/+11
* winrm error handling tweaksnitzmahone2015-11-181-6/+10
* fast winrm put_file without size restrictionsnitzmahone2015-11-181-35/+102
* Merge pull request #12687 from nitzmahone/pywinrm_arg_passthruBrian Coca2015-11-171-3/+6
|\
| * Force SSL transport for pywinrm updates, get host+group varsnitzmahone2015-11-041-3/+6
* | Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* | Move connection plugins to using global displayToshio Kuratomi2015-11-111-19/+25
|/
* In v2, exec_command should return bytes and the caller will take responsibili...winrm-return-bytesToshio Kuratomi2015-10-211-5/+5
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-2/+2
* remove the stdin return value from connection plugin exec_command() methodsToshio Kuratomi2015-09-241-1/+1
* Fix for user defined modules not overriding modules from core.win_prefix_modulesToshio Kuratomi2015-09-221-1/+2
* Restore python3 compat fix and fix AnsibleError undefined before useToshio Kuratomi2015-09-171-3/+5
* Merge pull request #12385 from cchurch/winrm_put_empty_fileChris Church2015-09-161-1/+1
|\
| * Enable winrm put_file to upload an empty file.Chris Church2015-09-151-1/+1
* | Merge pull request #12384 from cchurch/powershell_strict_modeChris Church2015-09-161-1/+1
|\ \
| * | Add PowerShell exception handling and turn on strict mode.Chris Church2015-09-151-1/+1
| |/
* | Remove ansible_winrm_ host/port/user/pass options, update exception handling ...Chris Church2015-09-161-14/+19
* | Support additional options for WinRM connections via inventory variables.Chris Church2015-09-161-43/+56
* | Pass windows command as-is without splitting/rejoining parameters.Chris Church2015-09-161-4/+4
|/
* corrected all missing paths changesBrian Coca2015-09-151-1/+1
* normalized plugin paths and names and configsBrian Coca2015-09-151-0/+291