summaryrefslogtreecommitdiff
path: root/lib/chef/win32
Commit message (Expand)AuthorAgeFilesLines
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-138-59/+49
* Raise NamedSecurityInfo related exception using HR resultBaptiste Courtois2017-01-211-2/+2
* fix Style/NonNilCheckLamont Granquist2016-12-062-3/+3
* fix Style/NilComparisonLamont Granquist2016-12-061-2/+2
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-12/+12
* fixing Style/ConstantName copLamont Granquist2016-08-163-4/+4
* autofixing Performance/TimesMapLamont Granquist2016-08-162-2/+2
* Fix Ruby 2.3 `symlink?` when symlink points to nonexistent fileJohn Keiser2016-08-031-4/+4
* windows fixes for ruby 2.2.4Lamont Granquist2016-03-231-3/+5
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* 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-232-4/+4
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* fallback to netmsg.dll error table if error message is not found in system er...Matt Wrock2016-02-182-4/+45
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-123-10/+10
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-096-8/+8
* autofixing whitespace copsLamont Granquist2016-02-0518-102/+122
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-034-65/+27
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0228-31/+31
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0228-28/+28
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0234-34/+34
* correct windows 10 major/minor version numbersversionMatt Wrock2016-02-011-2/+2
* Use double quotes by defaultThom May2016-01-1436-202/+202
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-136-71/+71
* yet more lint copslcg/lint-cops-againLamont Granquist2016-01-131-13/+0
* really fix copslcg/really-fix-copsLamont Granquist2016-01-122-131/+131
* fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-294-3/+108
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-073-1/+149
* Improve sentencesTim Smith2015-10-181-1/+1
* Merge pull request #3462 from chef/jdm/pscred-winrmSteven Murawski2015-09-081-1/+1
|\
| * Allow creation of secure strings over remoting/servicesjdm/pscred-winrmJay Mundrawala2015-06-011-1/+1
* | Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file.Claire McQuin2015-09-041-27/+0
* | 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-032-0/+10
* | Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-0111-55/+20
* | Patch Win32::Registry#write on Ruby 2.1, resolves encoding errorsmcquin/monkeypatch-win32-registry-writeClaire McQuin2015-08-311-0/+27
* | Fix constantSalim Alam2015-08-311-1/+1
* | Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffichefsalim2015-08-302-2/+57
* | FFI NetUseAddJay Mundrawala2015-08-282-0/+24
* | FFI NetUseGetInfoJay Mundrawala2015-08-282-0/+38
* | Create StructHelperJay Mundrawala2015-08-281-38/+42
* | Use FFI for NetUseDelJay Mundrawala2015-08-282-0/+31
* | Rename NetUser -> NetJay Mundrawala2015-08-281-1/+2
* | Make win32/api/net.rb look nicerjdm/net-api-styleJay Mundrawala2015-08-281-11/+28
* | Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-272-0/+14