summaryrefslogtreecommitdiff
path: root/lib/chef/util/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* FFIify NetLocalGroupGetMembersJay Mundrawala2015-07-291-29/+4
* Add Win32NetAPIError exception classJay Mundrawala2015-07-291-4/+4
* Rewrite NetLocalGroupDel to use FFIJay Mundrawala2015-07-291-3/+4
* Convert NetLocalGroupAdd to use FFIJay Mundrawala2015-07-291-106/+109
* LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-151-10/+9
* Move win32/user to win32/netJay Mundrawala2015-05-151-1/+1
* Removed unused thingsJay Mundrawala2015-05-151-85/+9
* NetUserDel uses ffi instead in win32-apiJay Mundrawala2015-05-151-3/+4
* NetUserSetInfo uses ffiJay Mundrawala2015-05-151-6/+5
* NetUserGetInfo uses ffiJay Mundrawala2015-05-151-13/+13
* Replace some user creation win32-api calls with ffiJay Mundrawala2015-05-151-12/+44
* fix Lint/BlockAlignmentlcg/unreachable-codeLamont Granquist2015-02-181-3/+3
* unpack the conditionals a little for readabilityBryan McLellan2014-08-221-2/+5
* Make exception for a user not existing more explicitBryan McLellan2014-08-221-3/+3