summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/win_copy.py
Commit message (Expand)AuthorAgeFilesLines
* Windows: Add backup parameter to modules (#50033)Dag Wieers2019-02-251-13/+16
* Rename original_basename parameter in various file-related modulesToshio Kuratomi2018-05-171-1/+1
* Fixes for mode=preserve (#39343)Toshio Kuratomi2018-04-261-4/+4
* win_copy: added fix for win_copy deleting local tmp folder (#37964)Jordan Borean2018-03-271-3/+2
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-7/+7
* First bit of fixing temporary to have one source of truth (#35747)Toshio Kuratomi2018-02-071-11/+9
* changed to enable windows temp path override (#34967)Jordan Borean2018-01-181-23/+33
* Temporary (#31677)Brian Coca2018-01-151-1/+2
* Update win_copy for #32677 (#32682)u6250302017-11-101-1/+1
* win_copy: added decrypt option (#31291)Jordan Borean2017-10-101-5/+7
* win_copy: allow src to have invalid windows chars (#31392)Jordan Borean2017-10-061-0/+2
* win_copy: fix for copying encrypted file without pass (#31084)Jordan Borean2017-10-031-10/+20
* win_copy: changes that were missed (#28533)Jordan Borean2017-08-221-54/+29
* Fix an issue causing win_copy to failDag Wieers2017-08-221-2/+2
* win_copy: rewrite with new tests and functionality (#27678)Jordan Borean2017-08-181-20/+513
* Two fixes to action pluginsToshio Kuratomi2015-10-221-0/+1
* Fixes for WinRM/PowerShell support in v2.Chris Church2015-07-311-0/+28