summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Add /lib/chef/ to backtrace exclusion patterns for audit modekyleen/audit-exclusionKyleen MacGugan2015-03-031-0/+5
* Send search count to stderrdanielsdeleo2015-02-261-2/+2
* Missing require - causes missing Constant when files are loaded in unexpected...tyler-ball2015-02-251-0/+1
* fix specsLamont Granquist2015-02-233-7/+2
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-236-12/+17
* fix Lint/UnderscorePrefixedVariableNameLamont Granquist2015-02-233-10/+10
* make comparison really strictLamont Granquist2015-02-231-1/+1
* handle autovivifying ivars on accessLamont Granquist2015-02-231-2/+7
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-234-244/+97
* Chef 12.1.0.rc.0Jay Mundrawala2015-02-191-1/+1
* fix dpkg regressionLamont Granquist2015-02-191-0/+2
* Merge pull request #2924 from chef/btm/popen_shellout_rebaseJay Mundrawala2015-02-1916-181/+160
|\
| * dont raise exceptions in load_current_resource when checking current statuskaustubh-d2015-02-181-1/+1
| * fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-1716-180/+159
* | fix Lint/BlockAlignmentlcg/unreachable-codeLamont Granquist2015-02-182-5/+5
* | whitespaces fixesLamont Granquist2015-02-183-52/+52
* | fix Lint/AmbiguousRegexpLiteralLamont Granquist2015-02-181-2/+2
* | fix Lint/LiteralInConditionLamont Granquist2015-02-182-2/+2
* | fix Lint/Loop styleLamont Granquist2015-02-181-2/+3
* | remove unreachable codeLamont Granquist2015-02-181-1/+0
* | fix typo in msi providerandrewelizondo2015-02-171-1/+1
* | fix virtual package logic in check_package_stateLamont Granquist2015-02-171-88/+78
* | use scalar pkg not array packageLamont Granquist2015-02-171-1/+1
* | convert is_virtual_package to hashLamont Granquist2015-02-171-4/+13
* | Added comments about class methodsJay Mundrawala2015-02-172-0/+4
* | Update directory resource to use FileAccessControl to check if file is writableJay Mundrawala2015-02-171-3/+3
* | Add writable? to FileAccessControlJay Mundrawala2015-02-172-0/+22
* | 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
* | Add comments, fix faulty ||=John Keiser2015-02-172-1/+39
|/
* Add Chef::GuardInterpreter.for_resource method to reduce duplicationSteven Danna2015-02-174-19/+37
* Update comments in File::Verification classSteven Danna2015-02-171-1/+3
* Change @user_verifications to @verificationsSteven Danna2015-02-171-3/+3
* Use Chef::Mixin::DescendantsTracker to track registered verificationsSteven Danna2015-02-171-6/+11
* Implement RFC 027 File VerificationSteven Danna2015-02-174-0/+141
* Move supermarket.getchef.com to supermarket.chef.ioJulian C. Dunn2015-02-166-8/+8
* Merge pull request #2746 from chef/tball/finish-2688Tyler Ball2015-02-131-1/+1
|\
| * Completeting changes from https://github.com/chef/chef/pull/2688, fixes https...tyler-ball2015-02-131-1/+1
* | Merge pull request #2030 from chef/lcg/1923Lamont Granquist2015-02-1316-41/+514
|\ \ | |/ |/|
| * fixed a bug in --bootstrap-vault-itemLamont Granquist2015-02-131-3/+4
| * add logging of where the validation key isLamont Granquist2015-02-131-1/+1
| * prepend bootstrap_ to all CLI argslcg/1923Lamont Granquist2015-02-112-28/+28
| * validatorless bootstraps and chef-vault integrationLamont Granquist2015-02-117-15/+471