summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Group spec needs to respond to shell_outjdm/group-spec-fixJay Mundrawala2015-02-191-0/+3
* Merge pull request #2924 from chef/btm/popen_shellout_rebaseJay Mundrawala2015-02-1930-314/+288
|\
| * Make tests pass on Windowsbtm/popen_shellout_rebaseJay Mundrawala2015-02-181-1/+1
| * Fix unit specs for PR #2934Jay Mundrawala2015-02-181-3/+3
| * Merge pull request #2934 from ClogenyTechnologies/kd/rpm-fixLamont Granquist2015-02-181-1/+1
| |\
| | * 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-1729-309/+283
* | Merge pull request #2940 from chef/lcg/unreachable-codeLamont Granquist2015-02-1810-64/+64
|\ \
| * | 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
|/ /
* | Merge pull request #2933 from andrewelizondo/fix-typo-in-msi-providerLamont Granquist2015-02-182-1/+3
|\ \
| * | update changelogandrewelizondo2015-02-171-0/+2
| * | fix typo in msi providerandrewelizondo2015-02-171-1/+1
|/ /
* | Merge pull request #2922 from chef/lcg/fix-multipackageLamont Granquist2015-02-172-90/+104
|\ \
| * | Added spec for #2914lcg/fix-multipackageJay Mundrawala2015-02-171-0/+15
| * | fix virtual package logic in check_package_stateLamont Granquist2015-02-172-89/+79
| * | use scalar pkg not array packageLamont Granquist2015-02-171-1/+1
| * | convert is_virtual_package to hashLamont Granquist2015-02-172-5/+14
|/ /
* | Merge pull request #2928 from chef/lcg/validatorless-docsLamont Granquist2015-02-173-0/+28
|\ \
| * | forgot my md files for validatorless bootstrapsLamont Granquist2015-02-173-0/+28
|/ /
* | Update CHANGELOG.md for contributions/mergesBryan McLellan2015-02-171-0/+3
* | Added spec to check that FileAccessControl responds to writable?Jay Mundrawala2015-02-171-0/+6
* | Added comments about class methodsJay Mundrawala2015-02-172-0/+4
* | Update directory resource to use FileAccessControl to check if file is writableJay Mundrawala2015-02-172-7/+7
* | Add writable? to FileAccessControlJay Mundrawala2015-02-172-0/+22
* | Added file_access_check for windowsJay Mundrawala2015-02-171-0/+21
* | Added basic spec for AccessCheckJay Mundrawala2015-02-171-0/+31
* | 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 basic spec for get_file_securityJay Mundrawala2015-02-171-0/+9
* | Added GetFileSecurityJay Mundrawala2015-02-172-0/+19
* | Added a test for duplicating a security token with incorrect permissionsJay Mundrawala2015-02-171-0/+8
* | Added test for duplicating a security tokenJay Mundrawala2015-02-171-0/+15
* | 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
|/
* Fix Chef::Resource::File::Verification tests on WindowsSteven Danna2015-02-171-1/+5
* Update CHANGELOG and RELEASE_NOTES with `verify` attribute additionSteven Danna2015-02-173-4/+22
* Add Chef::GuardInterpreter.for_resource method to reduce duplicationSteven Danna2015-02-175-19/+78
* 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-172-8/+13
* Fix typo in test descriptionSteven Danna2015-02-171-1/+1