summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/powershell
Commit message (Expand)AuthorAgeFilesLines
* SID - Use literal UPN value when attempting a user to SID lookup (#77334) (#7...Jordan Borean2022-04-131-4/+0
* LinkUtil - ignore LIB env var (#76184) (#76204)Jordan Borean2021-11-241-0/+3
* PowerShell - Ignore LIB env var when building C# code (#75698)Jordan Borean2021-09-171-1/+22
* Ansible.Basic added generic fragment merger for module options (#69719)Jordan Borean2020-05-291-48/+11
* WebRequest - Fix use_proxy: no on module options (#68603)Jordan Borean2020-04-021-2/+2
* Un-migrate url_windows doc fragment (#68602)Jordan Borean2020-04-021-0/+1
* Move url option from util to individual modules (#67068)Jordan Borean2020-02-041-1/+0
* WebRequest - remove generically named aliases from util (#66325)Jordan Borean2020-01-101-3/+54
* Add-Type - Added a way to reference assemblies by type name (#65866)Jordan Borean2019-12-171-5/+52
* win_uri win_get_url - Fix up redirection defaults (#65584)Jordan Borean2019-12-061-2/+2
* Add encoding and codepage params to win_command/win_shell (#54896) (#54966)Hidetoshi Hirokawa2019-11-121-2/+6
* Change collection PS util import pattern (#61307)Jordan Borean2019-08-271-0/+33
* Windows - Add common util for web requests (#54759)Jordan Borean2019-07-221-0/+500
* many pslint fixes (#55862)Shachaf922019-07-094-9/+8
* Bump deps for ntlm-auth and PSScriptAnalyzer (#55269)Jordan Borean2019-04-161-4/+4
* PS AddType - Add the ability to supply custom compile symbols for C# code (#5...Jordan Borean2019-03-291-2/+8
* windows - Fix module utils with glob paths (#53835)Jordan Borean2019-03-153-10/+10
* Windows: Add backup parameter to modules (#50033)Dag Wieers2019-02-251-0/+33
* Windows Privileges - moved util code to it's own C# util (#48897)Jordan Borean2018-12-142-421/+20
* win become: refactor and add support for passwordless become (#48082)Jordan Borean2018-12-121-390/+60
* Fix a possible issue with comparing values with $null (#37763)Dag Wieers2018-11-191-43/+43
* Added basic equivalent to PowerShell modules (#44705)Jordan Borean2018-11-071-53/+47
* powershell: add ability to ignore specific warnings in C# Add-Type (#47643)Jordan Borean2018-11-061-2/+31
* WinRM/PSRP: Ensure shell returns UTF-8 output (#47404)Dag Wieers2018-10-241-0/+32
* win_exec: refactor PS exec runner (#45334)Jordan Borean2018-10-021-0/+261
* fix Ansible.ModuleUtils.FileUtil to respect ErrorAction if running in a try/c...Jordan Borean2018-09-111-1/+10
* PrivilegeUtil: use native methods to get pointer offset (#43461)Jordan Borean2018-07-301-6/+6
* Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179)Jordan Borean2018-07-303-81/+507
* Make the code more PowerShell compliant (#39464)Wojciech Sciesinski2018-07-161-49/+91
* powershell: Respect remote_tmp path set by the user (#40210)Jordan Borean2018-05-232-1/+38
* Ansible.ModuleUtils.SID - allow SID as an input to allow people to specify we...Jordan Borean2018-04-301-2/+10
* Ansible.ModuleUtils.FileUtil - Add ability to test non file system provider p...Jordan Borean2018-04-241-0/+4
* powershell: display non-ascii characters in command outputs (#37229)Jordan Borean2018-04-051-66/+17
* Ansible.ModuleUtils.FileUtil: catch DirectoryNotFoundException when testing a...Jordan Borean2018-03-271-1/+1
* win_uri: fixes (#35487)Jordan Borean2018-02-071-0/+2
* standardise the powershell FileUtils (#34969)Jordan Borean2018-01-171-21/+27
* added powershell symlink util helper (#27153)Jordan Borean2017-11-161-0/+506
* windows: fix for checking locked system files (#30665)Jordan Borean2017-11-151-0/+41
* win_module_utils: updated license to BSD to follow standards (#32949)Jordan Borean2017-11-155-30/+5
* windows argv to string module utility (#28970)Jordan Borean2017-10-231-0/+75
* Fix gender pronouns and the odd typo (#31709)Kenny Gillen2017-10-131-2/+2
* CamelConverter - more fixes picked up in testing (#30601)Jordan Borean2017-09-201-5/+5
* CamelConversion: fix to not convert string values (#30595)Jordan Borean2017-09-201-4/+0
* windows: fix list type in legacy module utils (#30483)Jordan Borean2017-09-181-1/+5
* CommandUtil C# API tweaks (#30453)Matt Davis2017-09-151-25/+33
* windows command changed to use CreateProcess (#30253)Jordan Borean2017-09-131-0/+442
* support missing drive letters in PS `path` type (#29884)Matt Davis2017-09-121-1/+11
* Added powershell SID utils for shared common code (#27091)Jordan Borean2017-08-281-0/+85
* rename legacy PS module_utils to remove PowerShell prefix (#27495)Matt Davis2017-07-311-0/+0
* Added function to convert camelCase to snake_case for powershell (#26203)Jordan Borean2017-07-191-0/+69