summaryrefslogtreecommitdiff
path: root/lib/chef/win32
Commit message (Expand)AuthorAgeFilesLines
* More optimization of code and updated get_account_with_user_rights to return ...Vasu11052020-02-261-9/+13
* Using win32 api to fetch the account with user rights. Used this method in se...Vasu11052020-02-242-2/+42
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-182-2/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* fix 4 copsLamont Granquist2019-07-053-6/+12
* Style/SymbolProcLamont Granquist2019-07-052-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-5/+5
* Style/NegatedIfLamont Granquist2019-07-054-5/+5
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-6/+6
* Style/SymbolArrayLamont Granquist2019-07-0215-172/+172
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-029-0/+19
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-026-52/+52
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-208-8/+8
* Merge pull request #8451 from MsysTechnologiesllc/Kapil/MSYS-996_Win32APIErro...Bryan McLellan2019-05-101-1/+1
|\
| * Fix for Chef::Exceptions::Win32APIError: The operation completed successfullyKapil Chouhan2019-05-101-1/+1
* | fix a bunch of weirdly mangled require linesLamont Granquist2019-05-0821-21/+21
* | Convert require to require_relativeLamont Granquist2019-05-0835-94/+94
|/
* Tell people what file a link is pointing at.Phil Dibowitz2019-04-291-0/+8
* Minor fixes as per the review commentsvijaymmali19902019-02-122-2/+2
* Minor fixes as per the review commentsvijaymmali19902019-02-112-13/+4
* Fix for write permissions were not working properly on windowsvijaymmali19902019-02-112-3/+14
* Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-132-0/+31
* Support Windows Server 2019 version detectionsp/windows_version_detectionStuart Preston2018-12-111-15/+15
* Add support for localized system account to windows_task resourceAnton Kvashenkin2018-10-161-0/+39
* [MSYS-843] -nimesh-msys2018-07-102-0/+14
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-6/+6
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-025-82/+82
* fix Style/HashSyntaxLamont Granquist2018-07-023-29/+29
* powershell_exec uses FFI instead of COMStuart Preston2018-06-191-0/+6
* mechanical conversion of most debug log statements to traceThom May2018-03-263-17/+17
* Fix regression in #6980, add functional testsBryan McLellan2018-03-191-1/+1
* Pass pointer to LsaFreeMemory, not FFI::MemoryPointerBryan McLellan2018-03-131-16/+14
* Chefstyle fixesTim Smith2018-03-073-4/+4
* Remove support for Windows 20032k3Tim Smith2018-03-024-41/+21
* Fixed review commentsnimisha2018-01-241-1/+2
* Fixed/added specs for LogonSession changesnimisha2018-01-241-1/+1
* Brought back Chef::Win32::Security functional test for running as a non admin...nimisha2018-01-241-1/+8
* Chef::ReservedNames::Win32::Security.has_admin_privileges? prints a debug mes...nimisha2018-01-242-0/+31
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+2
* Windows thread alternate user impersonation supportadamedx2017-09-051-0/+2
* add option to enable unprivileged symlink creation on windows (#6236)Dan Sedlacek2017-08-083-0/+9
* Merge pull request #5725 from pescuma/masterThom May2017-03-211-0/+5
|\
| * Fix for creating users in non english windows machines: uses SID instead of n...Ricardo Pescuma Domenecci2017-01-131-0/+5
* | fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-138-59/+49
* | Raise NamedSecurityInfo related exception using HR resultBaptiste Courtois2017-01-211-2/+2
|/
* fix Style/NonNilCheckLamont Granquist2016-12-062-3/+3
* fix Style/NilComparisonLamont Granquist2016-12-061-2/+2
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-12/+12