summaryrefslogtreecommitdiff
path: root/lib/chef/win32/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* add option to enable unprivileged symlink creation on windows (#6236)Dan Sedlacek2017-08-081-0/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-33/+27
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-12/+12
* fixing Style/ConstantName copLamont Granquist2016-08-162-3/+3
* add some @yield docsLamont Granquist2016-03-041-0/+3
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-3/+3
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-3/+3
* fallback to netmsg.dll error table if error message is not found in system er...Matt Wrock2016-02-181-2/+33
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-5/+5
* autofixing whitespace copsLamont Granquist2016-02-057-51/+36
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-032-10/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0210-10/+10
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-029-9/+9
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0213-13/+13
* Use double quotes by defaultThom May2016-01-1413-31/+31
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-66/+66
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-107/+107
* fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-291-0/+38
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-071-1/+51
* Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-031-0/+6
* Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-013-43/+2
* Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffichefsalim2015-08-301-0/+45
* 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
* Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-271-0/+7
* Convert SetVolumeMountPoint to use ffiJay Mundrawala2015-08-271-0/+6
* Rewrite DeleteVolumeMountPoint to use FFIJay Mundrawala2015-08-271-0/+6
* Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-191-0/+23
|\
| * Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-191-0/+23
* | 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
|/
* 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
* | NetUserDel uses ffi instead in win32-apiJay Mundrawala2015-05-151-0/+6
* | Empty strings should be able to be converted into wide stringsJay Mundrawala2015-05-151-1/+1
* | 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
* | windows_package is idempotent againjdm/winstaller-idempotentJay Mundrawala2015-04-301-1/+1
|/
* Adding CryptProtectDataJay Mundrawala2015-03-201-0/+63
* Remove trailing null character from msi propertiesSimon Detheridge2015-03-111-1/+1
* Added AccessCheckJay Mundrawala2015-02-171-0/+1