summaryrefslogtreecommitdiff
path: root/lib/chef/win32/api/net.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-58/+58
* Chefstyle fixesTim Smith2018-03-071-1/+1
* fixing Style/ConstantName copLamont Granquist2016-08-161-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+0
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-031-10/+0
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-107/+107
* Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-011-0/+1
* FFI NetUseAddJay Mundrawala2015-08-281-0/+8
* FFI NetUseGetInfoJay Mundrawala2015-08-281-0/+22
* Create StructHelperJay Mundrawala2015-08-281-38/+42
* Use FFI for NetUseDelJay Mundrawala2015-08-281-0/+11
* Make win32/api/net.rb look nicerjdm/net-api-styleJay Mundrawala2015-08-281-11/+28
* FFYify NetLocalGroupSetMembersJay Mundrawala2015-07-301-0/+18
* FFIify NetLocalGroupGetMembersJay Mundrawala2015-07-291-0/+21
* Rewrite NetLocalGroupDel to use FFIJay Mundrawala2015-07-291-0/+6
* Convert NetLocalGroupAdd to use FFIJay Mundrawala2015-07-291-0/+12
* NetUserDel uses ffi instead in win32-apiJay Mundrawala2015-05-151-0/+6
* NetUserSetInfo uses ffiJay Mundrawala2015-05-151-3/+19
* NetUserGetInfo uses ffiJay Mundrawala2015-05-151-1/+47
* Replace some user creation win32-api calls with ffiJay Mundrawala2015-05-151-2/+47
* Make exception for a user not existing more explicitBryan McLellan2014-08-221-0/+1
* Automatically find out the sid for Administrators so that the specs can run o...sersut2014-07-141-0/+90