summaryrefslogtreecommitdiff
path: root/lib/chef/util/windows
Commit message (Expand)AuthorAgeFilesLines
* 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