summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix manage_home provider inconsistencylcg/manage-home-consistencyLamont Granquist2016-10-064-23/+9
| * Fix solaris handling for -m/-M behavior. Fixes #5403.Noah Kantrowitz2016-10-051-2/+4
| * Fully override the method because we are planning to phase out the shared bas...Noah Kantrowitz2016-09-212-2/+14
| * Solaris doesn't support -r for users or group.Noah Kantrowitz2016-09-191-1/+2
| * revert supports[:manage_home] behaviorLamont Granquist2016-09-141-4/+14
| * rewrite linu_user provider check_lockLamont Granquist2016-08-241-31/+19
| * sort out the -m / -M mess a bit betterLamont Granquist2016-08-231-5/+8
| * clean up everythingLamont Granquist2016-08-231-5/+109
| * user provider manage_home behavior and refactorLamont Granquist2016-08-197-8/+48
| * autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-162-2/+2
* | Fixing missing final newlineNick McSpadden2016-05-051-1/+1
* | UID now starts at 501, uses createhomedir insteadNick McSpadden2016-05-051-9/+7
|/
* chefstyle Style/AndOr fixesLamont Granquist2016-03-142-2/+2
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-1/+1
* Revert "Merge pull request #4465 from artursitarski/change-shell-for-locked-u...tm/revert_4465Thom May2016-03-021-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-2/+2
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* Merge pull request #4465 from artursitarski/change-shell-for-locked-userThom May2016-02-161-2/+2
|\
| * More consistent wayartursitarski2016-01-271-4/+2
| * Change shell for locked user.artursitarski2016-01-271-0/+2
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-092-6/+6