summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user
Commit message (Expand)AuthorAgeFilesLines
* [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
| * move should_set? to superclassLamont Granquist2018-05-103-13/+0
| * clean up AIX providerLamont Granquist2018-05-103-55/+37
| * better comment on /etc/shadow manglingLamont Granquist2018-05-101-1/+2
| * clean up solaris providerLamont Granquist2018-05-101-71/+54
| * migrate logic into aix and solaris subclassesLamont Granquist2018-05-093-11/+136
* | Fixing shell_out to have correct syntaxNick McSpadden2018-05-151-1/+1
* | Merge branch 'master' into mac_uidNick McSpadden2018-05-147-212/+339
|\ \ | |/
| * mechanical conversion of most debug log statements to traceThom May2018-03-266-17/+17
| * Check for set home property before file existence (fixes #5777)Sean Karlage2018-01-041-1/+1
| * fixes for rubocop 0.49.1 engineLamont Granquist2017-06-202-2/+2
| * change worning msg for windows create user resourceMSys2017-05-051-1/+1
| * Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-271-1/+1
| * fix build break on master in linux user providerlcg/fix-linux-userLamont Granquist2017-04-041-1/+1
| * Merge pull request #5720 from Ppjet6/masterSteven Murawski2017-04-041-0/+1
| |\
| | * Add -u param to usermod in linux_user resource when using non_uniqueMaxime “pep” Buquet2017-01-251-0/+1
| * | convert remaining popen4 code to shell_outLamont Granquist2017-04-011-7/+1
| * | Chef-13: Remove supports API from all user providersLamont Granquist2017-02-285-18/+18
| |/
| * user provider cleanupLamont Granquist2016-12-227-179/+168
| * Add a default GID for user creation on MacOS (#5393)cgerke2016-11-021-3/+8
| * Solaris users are locked only if *LK*COOL-413/getent-on-solaris-doesnt-workTom Duffield2016-10-311-1/+1
| * Properly check lock status of user on solaris2Tom Duffield2016-10-311-12/+5