summaryrefslogtreecommitdiff
path: root/lib/chef/win32
Commit message (Expand)AuthorAgeFilesLines
* updated version data to properly account for Windows 11 and its associated bu...John McCrae2022-05-251-1/+2
* Updating For Ruby 3.1John McCrae2022-04-061-2/+2
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-1/+5
* CHEF17 - Windows2019 - Version ceiling lib/chef/win32/version.rbWade Peacock2021-09-301-1/+1
* Windows Server 2022 - win32_version addWade Peacock2021-09-281-0/+1
* Treat 32bit-on-64bit the same as 32bitLamont Granquist2021-05-071-1/+1
* use int64 on x64 architecture for LPARAM and LONG_PTR typesMatt Wrock2021-04-281-2/+9
* fix uninitialized Win32 constantauto_regMatt Wrock2021-04-221-1/+3
* require the thing, THEN patch itMarc A. Paradise2021-03-311-1/+1
* Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-0/+4
* Merge repetitive conditionalsTim Smith2020-10-271-1/+1
* Use Ruby 2.6 endless Range syntax007lva2020-09-242-2/+2
* use autoloading for many required gemsmwrock2020-09-081-2/+1
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-121-2/+2
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-5/+5
* Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-113-4/+4
* Fix chefstyle violations.Pete Higgins2020-05-181-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-187-5/+9
* Replace some cyrillic characters in English words.Pete Higgins2020-05-181-3/+3
* Align all our comments with the codeTim Smith2020-05-062-20/+20
* Fix for Chocolate_resource options causing extra quotesKapil/Github-9413_Chocolate_resource_options_causing_extra_quotesKapil Chouhan2020-04-231-0/+89
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1336-36/+36
* Fix typoVivek Singh2020-04-062-2/+2
* link resource: Remove checks for link support on Windowslink_checkTim Smith2020-03-051-10/+2
* More optimization of code and updated get_account_with_user_rights to return ...Vasu11052020-02-261-9/+13
* Using win32 api to fetch the account with user rights. Used this method in se...Vasu11052020-02-242-2/+42
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-182-2/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* fix 4 copsLamont Granquist2019-07-053-6/+12
* Style/SymbolProcLamont Granquist2019-07-052-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-5/+5
* Style/NegatedIfLamont Granquist2019-07-054-5/+5
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-6/+6
* Style/SymbolArrayLamont Granquist2019-07-0215-172/+172
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-029-0/+19
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-026-52/+52
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-208-8/+8
* Merge pull request #8451 from MsysTechnologiesllc/Kapil/MSYS-996_Win32APIErro...Bryan McLellan2019-05-101-1/+1
|\
| * Fix for Chef::Exceptions::Win32APIError: The operation completed successfullyKapil Chouhan2019-05-101-1/+1
* | fix a bunch of weirdly mangled require linesLamont Granquist2019-05-0821-21/+21
* | Convert require to require_relativeLamont Granquist2019-05-0835-94/+94
|/
* Tell people what file a link is pointing at.Phil Dibowitz2019-04-291-0/+8
* Minor fixes as per the review commentsvijaymmali19902019-02-122-2/+2
* Minor fixes as per the review commentsvijaymmali19902019-02-112-13/+4
* Fix for write permissions were not working properly on windowsvijaymmali19902019-02-112-3/+14
* Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-132-0/+31
* Support Windows Server 2019 version detectionsp/windows_version_detectionStuart Preston2018-12-111-15/+15