summaryrefslogtreecommitdiff
path: root/lib/chef/util
Commit message (Expand)AuthorAgeFilesLines
* Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-131-0/+6
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* Assume credentials supplied are still valid if they cannot be validated due t...Stuart Preston2018-07-251-2/+10
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-026-31/+31
* fix Layout/IndentHeredocLamont Granquist2018-07-021-10/+10
* fix Style/HashSyntaxLamont Granquist2018-07-027-9/+9
* Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-265-9/+9
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-2/+2
* Fixed review commentsnimisha2018-01-241-5/+2
* Fixed/added specs for LogonSession changesnimisha2018-01-241-5/+5
* Fixed/added specs for LogonSession changesnimisha2018-01-241-1/+1
* Brought back Chef::Win32::Security functional test for running as a non admin...nimisha2018-01-241-2/+8
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-4/+0
* fix argument to restorecon not being shell-escapedDavid Ashby2017-11-221-4/+5
* MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-052-18/+73
* Code refactor and add spec for powershell version 5piyushawasthi2017-09-121-1/+0
* Refactor all command line options into lcm_command()Bryan McLellan2017-09-121-12/+13
* MSYS-656 - fixed dsc_script for WMF5piyushawasthi2017-09-121-5/+15
* Using LOGON32_LOGON_NEW_CREDENTIALS instead of LOGON32_LOGON_NETWORKnimisha2017-09-051-1/+1
* Fixing specsnimisha2017-09-051-4/+4
* Added define_resource_requirement and some other validationsnimisha2017-09-051-3/+3
* Alternate user remote file code review feedbackadamedx2017-09-051-17/+25
* Windows thread alternate user impersonation supportadamedx2017-09-051-0/+118
* Merge pull request #5725 from pescuma/masterThom May2017-03-211-1/+1
|\
| * Fix for creating users in non english windows machines: uses SID instead of n...Ricardo Pescuma Domenecci2017-01-131-1/+1
* | fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-137-76/+48
|/
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* set erroraction stop instead of continueNimishaS2016-09-301-1/+1
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5
* autofixing Style/RedundantException copLamont Granquist2016-08-162-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-142-2/+2
* add some @yield docsLamont Granquist2016-03-041-0/+1
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-093-17/+17
* autofixing whitespace copsLamont Granquist2016-02-0513-251/+249
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-031-12/+12
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-029-9/+9
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-026-6/+6
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-024-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0215-17/+17
* Use double quotes by defaultThom May2016-01-1417-145/+145
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-122-4/+4
* Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-231-3/+2
* Capitalize sentencesTim Smith2015-10-181-2/+2
* Remove dependency on windows-prjdm/now-winds-prjdm/now-windows-prJay Mundrawala2015-08-281-32/+0