summaryrefslogtreecommitdiff
path: root/lib/chef/util
Commit message (Expand)AuthorAgeFilesLines
* Remove unused thingsJay Mundrawala2015-08-281-53/+1
* FFI NetUseAddJay Mundrawala2015-08-281-5/+13
* FFI NetUseGetInfoJay Mundrawala2015-08-281-11/+12
* Use FFI for NetUseDelJay Mundrawala2015-08-281-4/+11
* Stop using @instance_variableJay Mundrawala2015-08-271-5/+9
* Remove unused thingsJay Mundrawala2015-08-271-5/+0
* Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-271-5/+4
* Convert SetVolumeMountPoint to use ffiJay Mundrawala2015-08-271-2/+4
* Rewrite DeleteVolumeMountPoint to use FFIJay Mundrawala2015-08-271-5/+5
* Add to_s to ps_credentialJay Mundrawala2015-08-251-0/+4
* Cleanup NetGroup classjdm/win-groupsJay Mundrawala2015-07-301-22/+9
* FFYify NetLocalGroupDelMembersJay Mundrawala2015-07-301-1/+6
* FFYify NetLocalGroupSetMembersJay Mundrawala2015-07-301-1/+5
* FFYify NetLocalGroupAddMembersJay Mundrawala2015-07-301-1/+5
* FFIify NetLocalGroupGetMembersJay Mundrawala2015-07-291-29/+4
* Add Win32NetAPIError exception classJay Mundrawala2015-07-291-4/+4
* Rewrite NetLocalGroupDel to use FFIJay Mundrawala2015-07-291-3/+4
* Convert NetLocalGroupAdd to use FFIJay Mundrawala2015-07-291-106/+109
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-201/+3
* Use the central priority map for `provides`John Keiser2015-06-021-4/+201
* Fix backups on windows for the file resourceJay Mundrawala2015-05-271-1/+9
* Use PathHelper from chef-configdanielsdeleo2015-05-201-204/+3
* LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-151-10/+9
* Move win32/user to win32/netJay Mundrawala2015-05-151-1/+1
* Removed unused thingsJay Mundrawala2015-05-151-85/+9
* NetUserDel uses ffi instead in win32-apiJay Mundrawala2015-05-151-3/+4
* NetUserSetInfo uses ffiJay Mundrawala2015-05-151-6/+5
* NetUserGetInfo uses ffiJay Mundrawala2015-05-151-13/+13
* Replace some user creation win32-api calls with ffiJay Mundrawala2015-05-151-12/+44
* Fix bug where unset HOME would cause chef to crashJay Mundrawala2015-03-261-3/+3
* Useful error message when dsc resource is not foundJay Mundrawala2015-03-201-1/+3
* ResourceStore does not deal with exceptionsJay Mundrawala2015-03-201-9/+3
* Guard ps_credential importJay Mundrawala2015-03-201-1/+1
* Refactor ps_credential for easier mockingJay Mundrawala2015-03-201-2/+8
* Display information from DSCJay Mundrawala2015-03-201-0/+4
* Add verbose streamJay Mundrawala2015-03-201-3/+6
* Update dsc_resource provider to work with 3rd party resourcesJay Mundrawala2015-03-201-1/+1
* Added resource store for dscJay Mundrawala2015-03-201-0/+114
* Reorganize nesting for powershell classesJay Mundrawala2015-03-202-2/+10
* Added PSCredential objectJay Mundrawala2015-03-201-0/+32
* Added basic skeleton for DscResource providerJay Mundrawala2015-03-201-6/+0
* Add method to get LCM meta configurationJay Mundrawala2015-03-201-0/+6
* JSON needs to be kept separate from other outputJay Mundrawala2015-03-202-4/+38
* Remove unused codeJay Mundrawala2015-03-201-2/+0
* Break super long string up onto multiple linesJay Mundrawala2015-03-201-2/+4
* Added a path helper to determine the home directory.Kartik Null Cating-Subramanian2015-03-201-0/+76
* fix Lint/BlockAlignmentlcg/unreachable-codeLamont Granquist2015-02-181-3/+3
* fix Lint/LiteralInConditionLamont Granquist2015-02-181-1/+1
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-6/+30
|\
| * Modified dsc_script imports to not use hash rocketJay Mundrawala2015-02-081-3/+3