summaryrefslogtreecommitdiff
path: root/lib/chef/win32/api/security.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Using win32 api to fetch the account with user rights. Used this method in se...Vasu11052020-02-241-0/+6
* Style/SymbolArrayLamont Granquist2019-07-021-65/+65
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-22/+22
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Minor fixes as per the review commentsvijaymmali19902019-02-121-1/+1
* Minor fixes as per the review commentsvijaymmali19902019-02-111-8/+3
* Fix for write permissions were not working properly on windowsvijaymmali19902019-02-111-2/+9
* [MSYS-843] -nimesh-msys2018-07-101-0/+1
* Chef::ReservedNames::Win32::Security.has_admin_privileges? prints a debug mes...nimisha2018-01-241-0/+11
* Windows thread alternate user impersonation supportadamedx2017-09-051-0/+2
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-12/+12
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-5/+5
* autofixing whitespace copsLamont Granquist2016-02-051-20/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.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-1/+1
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-291-0/+38
* Merge pull request #3267 from dbjorge/issue-3266Thom May2015-05-201-0/+8
|\
| * securable_resource functional specs compare default creation permissions agai...Dan Bjorge2015-04-231-0/+8
* | LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-151-0/+16
|/
* Added AccessCheckJay Mundrawala2015-02-171-0/+1
* Added PRIVILEGE_SETJay Mundrawala2015-02-171-0/+6
* Fix spacing for GENERIC_MAPPINGJay Mundrawala2015-02-171-6/+7
* Added MapGenericMaskJay Mundrawala2015-02-171-0/+1
* Added GENERIC_MAPPING structJay Mundrawala2015-02-171-0/+6
* Added GetFileSecurityJay Mundrawala2015-02-171-0/+1
* Added DuplicateTokenJay Mundrawala2015-02-171-0/+1
* Added SecurityImpersonationLevel enumJay Mundrawala2015-02-171-0/+9
* Actual logic for doing administrator privilege check for windows.sersut2013-01-221-1/+45
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+341