summaryrefslogtreecommitdiff
path: root/lib/chef/win32
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #3267 from dbjorge/issue-3266Thom May2015-05-203-2/+61
|\
| * Pin sid_spec default group expectation to observed behaviorDan Bjorge2015-04-231-1/+2
| * securable_resource functional specs compare default creation permissions agai...Dan Bjorge2015-04-233-2/+60
* | Don't call get_last_error for net apijdm/winnetfixJay Mundrawala2015-05-201-30/+6
* | Added comment to LMSTRJay Mundrawala2015-05-151-1/+1
* | remove unused param_err in net_user_set_info_l3Jay Mundrawala2015-05-151-2/+1
* | remove unused param_err in net_user_add_l3Jay Mundrawala2015-05-151-2/+1
* | wstring the thingsJay Mundrawala2015-05-151-7/+4
* | LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-153-7/+36
* | Move win32/user to win32/netJay Mundrawala2015-05-151-0/+0
* | NetUserDel uses ffi instead in win32-apiJay Mundrawala2015-05-152-0/+20
* | Empty strings should be able to be converted into wide stringsJay Mundrawala2015-05-151-1/+1
* | NetUserSetInfo uses ffiJay Mundrawala2015-05-152-3/+40
* | NetUserGetInfo uses ffiJay Mundrawala2015-05-152-6/+93
* | Replace some user creation win32-api calls with ffiJay Mundrawala2015-05-153-2/+193
* | Change handle to size_tJay Mundrawala2015-05-151-1/+1
* | Only require win32/eventlog onceJay Mundrawala2015-05-071-0/+31
* | 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