summaryrefslogtreecommitdiff
path: root/lib/chef/util/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* CHEF-3012: Use SID instead of username for group membership checksadamedx2014-01-131-6/+7
* Support :excluded_members in windows group provider.sersut2013-11-121-1/+5
* Normalize whitespace on all filesSeth Vargo2013-09-264-10/+10
* Clarify comments on Windows API behavior with direct link to documentationadamedx2013-06-251-3/+5
* comments are always good.Ameya Varade2013-06-251-0/+9
* handle local password policiesAmeya Varade2013-06-251-1/+3
* Support username, password, domain for mounting windows drivesMukta A2013-06-111-2/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-304-0/+479