summaryrefslogtreecommitdiff
path: root/spec/functional/win32
Commit message (Expand)AuthorAgeFilesLines
* Fix all the string errorsexpeditor/chef/chefstyle_b5c712d298e240493020b8d5977f03172cc65e17Tim Smith2021-10-221-8/+8
* Chef 17: Remove windows service manager capabilitiesTim Smith2021-02-031-220/+0
* Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-251-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-8/+8
* Fix some odd whitespacing in tests.Pete Higgins2020-06-241-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-136-6/+6
* some spec typosVivek Singh2020-04-071-1/+1
* Fix functional tests on Windows 10 by matching lessBryan McLellan2020-03-311-4/+4
* Remove the last bits of Appveyor from the specsappveyorTim Smith2020-02-281-1/+1
* More optimization of code and updated get_account_with_user_rights to return ...Vasu11052020-02-261-2/+3
* Using win32 api to fetch the account with user rights. Used this method in se...Vasu11052020-02-241-0/+21
* Remove more support for Windows 2008 R2 / RHEL 5nuke_oldTim Smith2020-01-231-6/+0
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-086-7/+7
* fix 4 copsLamont Granquist2019-07-051-5/+10
* Style/SymbolArrayLamont Granquist2019-07-022-2/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* Chefstyle fixTim Smith2018-07-231-1/+1
* Ensure we logon with the local security_user accountsp/7440Stuart Preston2018-07-231-4/+1
* [MSYS-843] -nimesh-msys2018-07-101-0/+21
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-4/+4
* fix Layout/IndentHeredocLamont Granquist2018-07-021-9/+9
* fix Style/HashSyntaxLamont Granquist2018-07-021-62/+62
* Fix regression in #6980, add functional testsBryan McLellan2018-03-191-0/+36
* Remove support for Windows 20032k3Tim Smith2018-03-022-10/+7
* Fixed/added specs for LogonSession changesnimisha2018-01-241-0/+1
* Fixed/added specs for LogonSession changesnimisha2018-01-241-0/+27
* Brought back Chef::Win32::Security functional test for running as a non admin...nimisha2018-01-241-2/+1
* add missing functional tests for usersMSys2018-01-241-7/+33
* Revert "add missing functional tests for users"lcg/test-revertLamont Granquist2017-11-171-33/+7
* add missing functional tests for usersMSys2017-10-271-7/+33
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-9/+9
* fixes #4897 encode registry enumerated values and keys to utf8 instead of the...Matt Wrock2016-05-061-0/+1
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-3/+3
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-092-21/+21
* auto fixing some rubocopsLamont Granquist2016-02-093-22/+22
* autofixing whitespace copsLamont Granquist2016-02-055-99/+98
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-023-4/+4
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-024-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-027-7/+7
* Use OHAI_SYSTEM where possibleJay Mundrawala2016-02-022-7/+2
* Use double quotes by defaultThom May2016-01-147-60/+60
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-071-0/+50
* Modify registry specs to adhere to spec naming conventionsClaire McQuin2015-09-041-19/+0
* Delete Root key and subkeysClaire McQuin2015-09-031-4/+4
* Make service manager tests pass.Kartik Null Cating-Subramanian2015-07-201-1/+1
* avoid windows service spec unless we're on appveyortm/service_appveyor_onlyThom May2015-07-171-1/+1
* downcasted registry key names to lowercaseJKerry2015-06-261-0/+12