summaryrefslogtreecommitdiff
path: root/lib/chef/win32
Commit message (Expand)AuthorAgeFilesLines
* windows_package is idempotent againjdm/winstaller-idempotentJay Mundrawala2015-04-301-1/+1
* Hexdigest the encrypted value by default for powershell compatJay Mundrawala2015-03-201-1/+2
* Added encrypt wrapperJay Mundrawala2015-03-201-0/+48
* Adding CryptProtectDataJay Mundrawala2015-03-201-0/+63
* Add parameter types for DPAPIJay Mundrawala2015-03-201-0/+2
* Remove trailing null character from msi propertiesSimon Detheridge2015-03-111-1/+1
* fix specsLamont Granquist2015-02-231-3/+0
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-233-6/+9
* Added file_access_check for windowsJay Mundrawala2015-02-171-0/+21
* Added AccessCheckJay Mundrawala2015-02-172-0/+29
* Added PRIVILEGE_SETJay Mundrawala2015-02-171-0/+6
* Fix spacing for GENERIC_MAPPINGJay Mundrawala2015-02-171-6/+7
* Added MapGenericMaskJay Mundrawala2015-02-172-0/+2
* Added GENERIC_MAPPING structJay Mundrawala2015-02-171-0/+6
* Added GetFileSecurityJay Mundrawala2015-02-172-0/+19
* Added DuplicateTokenJay Mundrawala2015-02-172-0/+9
* Added SecurityImpersonationLevel enumJay Mundrawala2015-02-171-0/+9
* Removing ole_initialize/uninitializejdm/win-seg-faultJay Mundrawala2014-12-181-4/+0
* As https://github.com/opscode/chef/issues/2580 summarizes, Link resource need...sersut/revert-1901Serdar Sutay2014-12-111-3/+13
* Revert "Merge pull request #1901 from opscode/dont-prepend-to-relative-paths"Serdar Sutay2014-12-111-1/+5
* Added Windows 10 (Server and workstation) to the marketing names version table.Julian C. Dunn2014-10-141-0/+2
* Merge pull request #2024 from opscode/jdmundrawala/windows_env_pathJay Mundrawala2014-09-301-0/+9
|\
| * Use windows api to expand path. Cleaned up testsJay Mundrawala2014-09-111-0/+9
* | Fix https://github.com/opscode/chef/issues/1842 by calling PathHelper.canonic...Chris Doherty2014-09-121-5/+1
|/
* 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-143-4/+156
* Merge pull request #1525 from opscode/mcquin/chefdk-69Claire McQuin2014-06-242-2/+20
|\
| * Use FFI binders to attach :SendMessageTimeout instead of Win32API in order to...sersut2014-06-192-2/+20
* | Use FFI::LastError instead of GetLastError for ffi 1.9.x compatibility.sersut2014-06-242-6/+6
* | CHEF-5287: Use IsWow64Process instead of ENV hash to determine 32-bit process...Adam Edwards2014-06-201-0/+1
|/
* Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-301-86/+0
* Use invoke instead of send, fix first_of, remove ruby-wmi-rdp from gemspecAdam Edwards2014-05-301-3/+9
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-0/+80
* Fix another incorrect reference to WmiInstance instead of WmiLiteAdam Edwards2014-05-301-1/+1
* Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-302-88/+2
* Use invoke instead of send, fix first_of, remove ruby-wmi-rdp from gemspecAdam Edwards2014-05-301-3/+9
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-303-4/+84
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+166
* CHEF-4888: Call WIN32OLE.ole_initialize in sub-threadsBryan McLellan2014-03-241-0/+8
* CHEF-4885: Refactor to add more tests, workaround for Win 8.1 API changeAdam Edwards2014-01-261-18/+31
* [CHEF-4885] Don't define illegally named methods called :windows_8.1?Julian C. Dunn2014-01-261-1/+1
* Ability to process Ctrl+C when waiting for a different chef-client run.sersut2013-10-251-11/+21
* Check before creating a new system mutex on windows.sersut2013-10-251-16/+29
* Windows support for Chef::Runlock.sersut2013-10-142-0/+183
* [CHEF-4471] Add Windows 8.1/2012 R2 to Windows version helperJulian C. Dunn2013-10-041-0/+2
* Fix comment about CHEF-4427.sersut2013-10-011-1/+1
* Fix CHEF-4419 by appending a drive letter from the current working directory ...sersut2013-09-301-0/+7
* Normalize whitespace on all filesSeth Vargo2013-09-264-6/+6
* Fix resource notifications for file resources with alternative file path sepe...sersut2013-06-031-2/+1
* Version library fixes for Win2k3 non-existent GetProductInfo API, misplaced G...adamedx2013-05-041-8/+23