| Commit message (Expand) | Author | Age | Files | Lines |
* | yet more lint copslcg/lint-cops-again | Lamont Granquist | 2016-01-13 | 1 | -13/+0 |
* | really fix copslcg/really-fix-cops | Lamont Granquist | 2016-01-12 | 2 | -131/+131 |
* | fixes #3521 correcting format of user name passed to policy apis and does not... | Matt Wrock | 2015-12-29 | 4 | -3/+108 |
* | adds support to installer types inno, nsis, wise and installshield top the wi... | Matt Wrock | 2015-12-07 | 3 | -1/+149 |
* | Improve sentences | Tim Smith | 2015-10-18 | 1 | -1/+1 |
* | Merge pull request #3462 from chef/jdm/pscred-winrm | Steven Murawski | 2015-09-08 | 1 | -1/+1 |
|\ |
|
| * | Allow creation of secure strings over remoting/servicesjdm/pscred-winrm | Jay Mundrawala | 2015-06-01 | 1 | -1/+1 |
* | | Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file. | Claire McQuin | 2015-09-04 | 1 | -27/+0 |
* | | Implement delete_key with Win32::Registry#delete_key | Claire McQuin | 2015-09-03 | 1 | -26/+13 |
* | | Remove access mask to RegDeleteKeyExW, it's not useful | Claire McQuin | 2015-09-03 | 1 | -2/+1 |
* | | Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_key | Claire McQuin | 2015-09-03 | 1 | -4/+1 |
* | | Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value. | Claire McQuin | 2015-09-03 | 2 | -0/+10 |
* | | Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstring | Claire McQuin | 2015-09-01 | 11 | -55/+20 |
* | | Patch Win32::Registry#write on Ruby 2.1, resolves encoding errorsmcquin/monkeypatch-win32-registry-write | Claire McQuin | 2015-08-31 | 1 | -0/+27 |
* | | Fix constant | Salim Alam | 2015-08-31 | 1 | -1/+1 |
* | | Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffi | chefsalim | 2015-08-30 | 2 | -2/+57 |
* | | FFI NetUseAdd | Jay Mundrawala | 2015-08-28 | 2 | -0/+24 |
* | | FFI NetUseGetInfo | Jay Mundrawala | 2015-08-28 | 2 | -0/+38 |
* | | Create StructHelper | Jay Mundrawala | 2015-08-28 | 1 | -38/+42 |
* | | Use FFI for NetUseDel | Jay Mundrawala | 2015-08-28 | 2 | -0/+31 |
* | | Rename NetUser -> Net | Jay Mundrawala | 2015-08-28 | 1 | -1/+2 |
* | | Make win32/api/net.rb look nicerjdm/net-api-style | Jay Mundrawala | 2015-08-28 | 1 | -11/+28 |
* | | Use ffi for GetVolumeNameForVolumeMountPoint | Jay Mundrawala | 2015-08-27 | 2 | -0/+14 |
* | | Convert SetVolumeMountPoint to use ffi | Jay Mundrawala | 2015-08-27 | 2 | -0/+13 |
* | | Rewrite DeleteVolumeMountPoint to use FFI | Jay Mundrawala | 2015-08-27 | 2 | -0/+16 |
* | | Merge pull request #3775 from chef/salam/win64 | Salim Alam | 2015-08-19 | 3 | -0/+98 |
|\ \ |
|
| * | | Enable 64-bit support for Powershell and Batch scripts | Salim Alam | 2015-08-19 | 3 | -0/+98 |
* | | | FFYify NetLocalGroupDelMembers | Jay Mundrawala | 2015-07-30 | 1 | -0/+13 |
* | | | FFYify NetLocalGroupSetMembers | Jay Mundrawala | 2015-07-30 | 2 | -0/+31 |
* | | | FFYify NetLocalGroupAddMembers | Jay Mundrawala | 2015-07-30 | 1 | -0/+22 |
* | | | FFIify NetLocalGroupGetMembers | Jay Mundrawala | 2015-07-29 | 3 | -0/+58 |
* | | | Add Win32NetAPIError exception class | Jay Mundrawala | 2015-07-29 | 1 | -7/+1 |
* | | | Rewrite NetLocalGroupDel to use FFI | Jay Mundrawala | 2015-07-29 | 2 | -0/+16 |
* | | | Convert NetLocalGroupAdd to use FFI | Jay Mundrawala | 2015-07-29 | 2 | -0/+25 |
|/ / |
|
* | | Add ability to specify dependencies in chef-service-manager. | Kartik Null Cating-Subramanian | 2015-07-24 | 1 | -4/+0 |
* | | downcasted registry key names to lowercase | JKerry | 2015-06-26 | 1 | -2/+10 |
|/ |
|
* | Merge pull request #3267 from dbjorge/issue-3266 | Thom May | 2015-05-20 | 3 | -2/+61 |
|\ |
|
| * | Pin sid_spec default group expectation to observed behavior | Dan Bjorge | 2015-04-23 | 1 | -1/+2 |
| * | securable_resource functional specs compare default creation permissions agai... | Dan Bjorge | 2015-04-23 | 3 | -2/+60 |
* | | Don't call get_last_error for net apijdm/winnetfix | Jay Mundrawala | 2015-05-20 | 1 | -30/+6 |
* | | Added comment to LMSTR | Jay Mundrawala | 2015-05-15 | 1 | -1/+1 |
* | | remove unused param_err in net_user_set_info_l3 | Jay Mundrawala | 2015-05-15 | 1 | -2/+1 |
* | | remove unused param_err in net_user_add_l3 | Jay Mundrawala | 2015-05-15 | 1 | -2/+1 |
* | | wstring the things | Jay Mundrawala | 2015-05-15 | 1 | -7/+4 |
* | | LogonUser uses ffi instead win32-api | Jay Mundrawala | 2015-05-15 | 3 | -7/+36 |
* | | Move win32/user to win32/net | Jay Mundrawala | 2015-05-15 | 1 | -0/+0 |
* | | NetUserDel uses ffi instead in win32-api | Jay Mundrawala | 2015-05-15 | 2 | -0/+20 |
* | | Empty strings should be able to be converted into wide strings | Jay Mundrawala | 2015-05-15 | 1 | -1/+1 |
* | | NetUserSetInfo uses ffi | Jay Mundrawala | 2015-05-15 | 2 | -3/+40 |
* | | NetUserGetInfo uses ffi | Jay Mundrawala | 2015-05-15 | 2 | -6/+93 |