summaryrefslogtreecommitdiff
path: root/lib/chef/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support Win8/2k12 versionsChirag Jog2013-03-291-0/+2
* [CHEF-3809] Attached missing win32 CloseHandle functionKeith Shook2013-02-072-1/+9
* Fixing unit/functional test expectationsPrajaktaPurohit2013-01-281-1/+1
* Ading/Editing commentsPrajaktaPurohit2013-01-281-4/+7
* Fixing formattingPrajaktaPurohit2013-01-281-2/+2
* Adding delete_key_ex function to also be able to delete 64bit keys by a 32bit...PrajaktaPurohit2013-01-281-10/+18
* Fix typo: privilage -> privilegesersut2013-01-221-3/+3
* Do the windows admin privilege check only on the windows versions that it is ...sersut2013-01-221-8/+14
* Actual logic for doing administrator privilege check for windows.sersut2013-01-222-3/+54
* Introducing windows_admin_check and config option to make it fatal.sersut2013-01-221-0/+6
* Fixing code to not continue if hive not foundPrajaktaPurohit2012-12-191-1/+2
* allow using unabbreviated hives as wellLamont Granquist2012-12-191-1/+6
* Deleting unused function and minor permission fixesPrajaktaPurohit2012-12-191-1/+1
* Deleting the create_value function that does not get used elsewherePrajaktaPurohit2012-12-191-13/+0
* Returning true accross all functions when the state wanted by user is attainedPrajaktaPurohit2012-12-191-1/+5
* be consistent with symbols for architectureLamont Granquist2012-12-191-4/+4
* Adding whyrun support to the registry providerPrajaktaPurohit2012-12-191-16/+29
* API fixes after reviewLamont Granquist2012-12-191-36/+48
* more specs and fixes from failing specsLamont Granquist2012-12-191-1/+10
* Making some private functions publicPrajaktaPurohit2012-12-191-29/+29
* 32-bit/64-bit tests, and bugfixes that were uncoveredLamont Granquist2012-12-191-6/+6
* add 32/64 hooks for missed access pointsLamont Granquist2012-12-191-2/+3
* moving value_exists? out of privateLamont Granquist2012-12-191-9/+9