summaryrefslogtreecommitdiff
path: root/lib/chef/util/windows
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* Style/NegatedIfLamont Granquist2019-07-051-5/+5
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-022-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-084-4/+4
* Convert require to require_relativeLamont Granquist2019-05-085-11/+11
* Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-131-0/+6
* Assume credentials supplied are still valid if they cannot be validated due t...Stuart Preston2018-07-251-2/+10
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-024-17/+17
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-2/+2
* Fixed review commentsnimisha2018-01-241-5/+2
* Fixed/added specs for LogonSession changesnimisha2018-01-241-5/+5
* 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-2/+8
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-4/+0
* Using LOGON32_LOGON_NEW_CREDENTIALS instead of LOGON32_LOGON_NETWORKnimisha2017-09-051-1/+1
* Fixing specsnimisha2017-09-051-4/+4
* Added define_resource_requirement and some other validationsnimisha2017-09-051-3/+3
* Alternate user remote file code review feedbackadamedx2017-09-051-17/+25
* Windows thread alternate user impersonation supportadamedx2017-09-051-0/+118
* Merge pull request #5725 from pescuma/masterThom May2017-03-211-1/+1
|\
| * Fix for creating users in non english windows machines: uses SID instead of n...Ricardo Pescuma Domenecci2017-01-131-1/+1
* | fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-134-73/+45
|/
* add some @yield docsLamont Granquist2016-03-041-0/+1
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-092-12/+12
* autofixing whitespace copsLamont Granquist2016-02-053-6/+6
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-031-12/+12
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-024-4/+4
* Use double quotes by defaultThom May2016-01-144-94/+94
* Remove unused instance variableJay Mundrawala2015-08-281-1/+0
* Remove unused thingsJay Mundrawala2015-08-281-53/+1
* FFI NetUseAddJay Mundrawala2015-08-281-5/+13
* FFI NetUseGetInfoJay Mundrawala2015-08-281-11/+12
* Use FFI for NetUseDelJay Mundrawala2015-08-281-4/+11
* Stop using @instance_variableJay Mundrawala2015-08-271-5/+9
* Remove unused thingsJay Mundrawala2015-08-271-5/+0
* Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-271-5/+4
* Convert SetVolumeMountPoint to use ffiJay Mundrawala2015-08-271-2/+4
* Rewrite DeleteVolumeMountPoint to use FFIJay Mundrawala2015-08-271-5/+5
* Cleanup NetGroup classjdm/win-groupsJay Mundrawala2015-07-301-22/+9
* FFYify NetLocalGroupDelMembersJay Mundrawala2015-07-301-1/+6
* FFYify NetLocalGroupSetMembersJay Mundrawala2015-07-301-1/+5
* FFYify NetLocalGroupAddMembersJay Mundrawala2015-07-301-1/+5