summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-026-0/+13
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-086-6/+6
* Convert require to require_relativeLamont Granquist2019-05-086-10/+10
* Load the correct resource in dscl provideruser_cleanupTim Smith2019-02-191-1/+2
* Remove the legacy useradd user providerTim Smith2019-02-191-161/+0
* Add another description and simplify the windows checkTim Smith2019-02-191-4/+2
* user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+Tim Smith2019-01-141-117/+36
* MSYS-888 Adds full_name property to user resource for Windows.vasu11052018-09-241-3/+4
* Fix issue of setting comment for windows userNAshwini2018-08-101-2/+2
* Remove require mixlib/shellouts where not necessaryrequire_the_right_shelloutTim Smith2018-07-101-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-156-35/+35
* Merge pull request #7249 from chef/lcg/cleanup-userLamont Granquist2018-05-215-53/+105
|\
| * clean up updating_home?lcg/cleanup-userLamont Granquist2018-05-103-22/+0
| * bonus fix to remove unnecessary duping in dscl userLamont Granquist2018-05-101-7/+3