summaryrefslogtreecommitdiff
path: root/lib/chef/util/windows/net_user.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-131-17/+11
|/
* 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-091-6/+6
* autofixing whitespace copsLamont Granquist2016-02-051-3/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* Remove unused instance variableJay Mundrawala2015-08-281-1/+0
* 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
* 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
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* 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
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+198