summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_user_privilege.rb
Commit message (Expand)AuthorAgeFilesLines
* Update validation error messageTim Smith2020-09-111-1/+1
* Allow users to take a String as wellTim Smith2020-09-111-3/+4
* Simplify validation and add some unit testsTim Smith2020-09-111-15/+3
* Use a frozen constant for the privs we acceptTim Smith2020-09-111-48/+48
* another rewrite of the validation of the privilege property.Davin Taddeo2020-09-111-1/+15
* some modifications to make the allowed privilege list a little easier to sort...Davin Taddeo2020-09-111-46/+46
* A validation update to the windows_user_privilege resource I believe will ass...Davin Taddeo2020-09-111-5/+1
* Convert windows custom resources to unified_modeLamont Granquist2020-08-041-0/+2
* Update lib/chef/resource/windows_user_privilege.rb Davin Taddeo2020-06-241-1/+1
* Update teh windows_user_privilege resource to have a `:clear` action to remov...Davin Taddeo2020-06-241-2/+25
* Update & add resource descriptions for documentation generationTim Smith2020-05-271-5/+5
* Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-221-2/+2
* Fix a typo.Pete Higgins2020-05-181-1/+1
* Add resource docs examples from PR to chef-web-docsim/update_resource_doc_examplesIanMadd2020-05-121-0/+42
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+2
* More optimization of code and updated get_account_with_user_rights to return ...Vasu11052020-02-261-8/+10
* Did some more refactorign added more functional specs for missing scenariosVasu11052020-02-251-4/+4
* Removed sensitive property, and updated debug message for remove actionVasu11052020-02-241-7/+3
* Using win32 api to fetch the account with user rights. Used this method in se...Vasu11052020-02-241-12/+22
* Replaced powershell_out with powershell_exec and updated data type for sensit...Vasu11052020-02-231-3/+3
* Added introduced field for resourceVasu11052020-02-231-0/+2
* MSYS-1230 Migrating windows_user_privilege resource from windows cookbookVasu11052020-02-231-0/+147