summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify logon_session_spec with concise stubs, remove warnings about raise_e...adamedx/alternate-user-rebaseAdam Edwards2015-12-111-31/+27
* Fix unit test break in network_file_spec on non-Windows platformsAdam Edwards2015-12-111-0/+3
* Fix merge conflictsAdam Edwards2015-12-1195-1575/+2741
|\
| * Fix unit test failures in script spec, functional in user_context spec due to...adamedx2015-12-112-8/+51
| * Fix broken shared_example reference in user_identity_spec.rbadamedx2015-12-111-1/+1
| * Unit tests for logon_session and user_context Windows impersonation librariesadamedx2015-12-114-21/+342
| * Fix parameter ordering of with_user_contextAdam Edwards2015-12-114-5/+5
| * Unix line endings for file instead of DOSAdam Edwards2015-12-111-201/+201
| * Unit tests for user_contextadamedx2015-12-115-16/+127
| * Rename user_identity mixin from resource_identityAdam Edwards2015-12-115-14/+17
| * Functional tests for user_contextAdam Edwards2015-12-114-13/+130
| * Return a hash from the qualify_identity method in the resource_identity mixinAdam Edwards2015-12-113-9/+9
| * Simplify boolans in windows alternate identity utilitiesAdam Edwards2015-12-112-5/+5
| * Optimize resource_identity parameter order for cross-platform defaultsAdam Edwards2015-12-115-17/+17
| * Correct resource_credential_spec to resource_identity_spec in file nameAdam Edwards2015-12-111-0/+0
| * Rename resource_credential mixin to resource_identityAdam Edwards2015-12-115-33/+33
| * Addiional unit and functional tests for execute, Windows remote_fileAdam Edwards2015-12-113-2/+60
| * Unit test for resource_credential mixinAdam Edwards2015-12-115-16/+229
| * Execute identity mixin renaming, unit test cleanupAdam Edwards2015-12-116-28/+11
| * remote_file Windows spec tests, fix broken mainstream case where no credentia...Adam Edwards2015-12-115-10/+192
| * Raise remote_file resource errors in provider action execution, not initializeradamedx2015-12-111-1/+1
| * Execute resource specs for Windows alternate user identityadamedx2015-12-112-0/+108
| * Raise execute resource errors in action, not initializeradamedx2015-12-112-9/+9
| * Use Unix instead of DOS source file encodingadamedx2015-12-111-101/+101
| * Use Unix instead of DOS encodingadamedx2015-12-111-45/+45
| * Fix spec / runtime breaks caused by including Windows specific classes on non...adamedx2015-12-112-2/+2
| * Windows alternate user script file system security functional testsAdam Edwards2015-12-112-7/+85
| * Test refactor -- move Windows batch test configuration out of shared base tes...Adam Edwards2015-12-112-5/+5
| * Windows alternate user spec tests for execute as guard interpreterAdam Edwards2015-12-111-0/+5
| * Windows alternate user spec tests for guardsAdam Edwards2015-12-113-3/+70
| * Fix regression where non-alternate user execute resources would always failAdam Edwards2015-12-111-1/+1
| * Alternate user specs for powershell_script and batch resourcesAdam Edwards2015-12-113-4/+12
| * Execute resource Windows alternate user specsAdam Edwards2015-12-112-0/+80
| * Cleanup debug output, commented out informationAdam Edwards2015-12-115-21/+12
| * Enable remote user credentials for remote_file Windows UNC pathsAdam Edwards2015-12-115-11/+189
| * Enable user identity for execute resourcesAdam Edwards2015-12-117-3/+147
| * Merge pull request #4276 from chef/lcg/ruby-prof-gem-groupLamont Granquist2015-12-101-2/+5
| |\
| | * add ruby-prof to its own gem groupLamont Granquist2015-12-101-2/+5
| * | Merge branch 'jk/error-on-property-with-block'John Keiser2015-12-102-118/+143
| |\ \ | | |/ | |/|
| | * Get rid of ambiguity with `template 'x' do ...`jk/error-on-property-with-blockJohn Keiser2015-12-102-118/+143
| |/
| * Merge branch 'jk/warn-dup-property'John Keiser2015-12-106-17/+108
| |\
| | * Improve commentsjk/warn-dup-propertyJohn Keiser2015-12-102-3/+17
| | * Warn when user sets a property of an inline resource to itself.John Keiser2015-12-106-17/+94
| |/
| * Merge pull request #4272 from chef/salam/relnote-fixSalim Alam2015-12-101-1/+1
| |\
| | * Add CHANGELOG linkSalim Alam2015-12-101-1/+1
| |/
| * Merge pull request #4270 from chef/lcg/rspec-timeoutsLamont Granquist2015-12-101-1/+1
| |\
| | * fix rspec timeouts in tinyserverLamont Granquist2015-12-101-1/+1
| |/
| * Merge pull request #4248 from chef/tm/fix_reg_tests_2Thom May2015-12-102-0/+5
| |\
| | * expose HTTP optionstm/fix_reg_tests_2Thom May2015-12-092-0/+5
| * | Merge pull request #4265 from chef/lcg/ask-for-stacktracesLamont Granquist2015-12-091-1/+2
| |\ \