summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user
Commit message (Expand)AuthorAgeFilesLines
* Resolve our chefstyle warningsredundant_beginsTim Smith2021-04-011-17/+15
* Fix windows_user password idempotencyPhil Dibowitz2021-03-241-1/+1
* Move idempotency logs to debugPhil Dibowitz2021-03-061-1/+1
* Fully remove user resource support for macOS < 10.14Tim Smith2021-02-161-3/+2
* Use include? instead of a regex with string matchingTim Smith2020-12-211-1/+1
* Resolve NameError running mac_user resourceTim Smith2020-11-251-1/+1
* Fix user output to say waht changedPhil Dibowitz2020-11-182-7/+22
* Remove opensolaris as wellTim Smith2020-10-281-1/+1
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-1/+1
* Use Ruby 2.6 endless Range syntax007lva2020-09-242-4/+4
* Merge pull request #10396 from chef/stringsTim Smith2020-09-081-1/+1
|\
| * Use include? to example strings when we don't need a regexstringsTim Smith2020-09-081-1/+1
* | use autoloading for many required gemsmwrock2020-09-082-3/+3
|/
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-9/+9
* Use .key? instead of keys.includeTim Smith2020-08-031-2/+2
* Minor docs updates and MacOS -> macOSTim Smith2020-06-171-1/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-113-11/+11
* Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-222-4/+4
* Get lib/ free of spelling violations.Pete Higgins2020-05-182-5/+9
* OS X -> macOSTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-136-6/+6
* Use the correct plist class in the mac user providerTim Smith2020-04-131-2/+2
* Make sure we're always using the right Plist classTim Smith2020-04-102-5/+5
* Require plist where we use itTim Smith2020-04-101-0/+1
* Revert someVivek Singh2020-04-061-1/+1
* Fix typoVivek Singh2020-04-062-2/+2
* convert move resources to unified_modelcg/unified-mode3Lamont Granquist2020-02-252-11/+11
* Account for if the propery is not being set in the resource, and also if it d...Joseph Chilcote2020-01-251-1/+4
* Adding support for IsHidden user attribute (macOS)Joseph Chilcote2020-01-251-1/+29
* editing one more line outJoseph Chilcote2020-01-241-2/+0
* Fixes #9171Joseph Chilcote2020-01-241-7/+22
* Clear password flags when setting the passwordAron List2020-01-131-1/+1
* Fix mac_user breakage and loggingLamont Granquist2019-12-121-22/+17
* Removed method for defining return codes, changed to evaluate stderr on exit ...skippy2019-11-191-15/+10
* Replaced 'test' shellout with `Dir.exist?`skippy2019-11-181-4/+1
* Resolved all chefstyle failuresskippy2019-11-171-1/+1
* re-un-inverted my previous 3am coding adventure in double negativesskippy2019-11-171-1/+1
* Resolved failing tests, fixed inverted logicskippy2019-11-171-4/+4
* Resolved issues with tests not receiving exactly what they expected.skippy2019-11-171-1/+1
* Fixed my bad typing and misplaced colons.skippy2019-11-171-1/+1
* Modifed linux_user resource to add an additional 'returns' field to each acti...skippy2019-11-171-5/+18
* [macos] fix mac_user platform constraintsryan/fix-macos-buildRyan Cragun2019-09-101-20/+20
* add functional testryancragun/mac_userRyan Cragun2019-09-031-4/+4
* Wrap all shell_out's that change the system in converge_byRyan Cragun2019-08-081-27/+26
* Make user and admin group plists first classRyan Cragun2019-07-291-111/+121
* remove validation that is now in the resourceRyan Cragun2019-07-291-11/+0
* Address review feedback round 1Ryan Cragun2019-07-261-96/+119
* Add mac_user resource that is compatible with macOS >= 10.14Ryan Cragun2019-07-242-2/+609
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1