summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * allow dep injecting the http clientLamont Granquist2015-02-111-9/+7
| * server can send back false hereLamont Granquist2015-02-111-1/+1
| * moving bootstrap templates directoryLamont Granquist2015-02-115-1/+1
| * allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-116-15/+33
* | Merge pull request #2900 from chef/tball/complete-2310Tyler Ball2015-02-131-0/+4
|\ \
| * | Completing tests for https://github.com/chef/chef/pull/2310, fixes https://gi...tball/complete-2310tyler-ball2015-02-111-0/+4
| |/
* | Merge pull request #2893 from chef/tball/complete-2338Tyler Ball2015-02-131-2/+5
|\ \
| * | Finishing tests for https://github.com/chef/chef/pull/2338, fixes https://git...tball/complete-2338tyler-ball2015-02-111-2/+5
* | | Updated version of #2125 to fix CHEF-2911Jon Cowie2015-02-131-10/+29