summaryrefslogtreecommitdiff
path: root/lib/chef/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused instance variableJay Mundrawala2015-08-281-1/+0
* 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