summaryrefslogtreecommitdiff
path: root/lib/chef/win32/registry.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement delete_key with Win32::Registry#delete_keyClaire McQuin2015-09-031-26/+13
* Remove access mask to RegDeleteKeyExW, it's not usefulClaire McQuin2015-09-031-2/+1
* Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_keyClaire McQuin2015-09-031-4/+1
* Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-031-0/+4
* Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-011-1/+1
* Fix constantSalim Alam2015-08-311-1/+1
* Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffichefsalim2015-08-301-2/+12
* downcasted registry key names to lowercaseJKerry2015-06-261-2/+10
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-1/+0
* 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
* 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
* change arity of create_key and spec fixingLamont Granquist2012-12-191-20/+20
* Setting up the resource and providersPrajaktaPurohit2012-12-191-13/+13
* update copyrightLamont Granquist2012-12-191-8/+3
* adding exceptions for missing recursive optionLamont Granquist2012-12-191-5/+2
* Tweaking create_key function to not create valuePrajaktaPurohit2012-12-191-5/+0
* Creating the registry provider action_create methodPrajaktaPurohit2012-12-191-1/+32
* logs, exception messages and a little rearrangementLamont Granquist2012-12-191-90/+109
* fixes to architecture codeLamont Granquist2012-12-191-27/+10
* Making access permissions stricter and refactoringPrajaktaPurohit2012-12-191-21/+21
* Refactoring 32bit/64bit registry related codePrajaktaPurohit2012-12-191-28/+34
* Adding correct architecture check to registry helper and adding/fixing testsPrajaktaPurohit2012-12-191-56/+76
* Refactrong and Fixing codePrajaktaPurohit2012-12-191-58/+22
* Fine tuning behaviour of registry helperPrajaktaPurohit2012-12-191-73/+90
* Introducing error handling and fixing bugsPrajaktaPurohit2012-12-191-483/+81
* Adding the registry helperPrajaktaPurohit2012-12-191-0/+714