summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow user providers to declare no support for ruby-shadowMarc A. Paradise2022-09-281-2/+20
* add expire and inactive options to linux user resource (#11659)Corey Hemminger2022-05-031-9/+27
* Move idempotency logs to debugPhil Dibowitz2021-03-061-2/+2
* Fix user output to say waht changedPhil Dibowitz2020-11-181-9/+17
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* convert move resources to unified_modelcg/unified-mode3Lamont Granquist2020-02-251-7/+7
* Fix for MSYS-1094 user resource does not handle a gid specified as a stringKapil chouhan2019-09-101-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+4
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* clean up updating_home?lcg/cleanup-userLamont Granquist2018-05-101-1/+13
* move should_set? to superclassLamont Granquist2018-05-101-1/+6
* mechanical conversion of most debug log statements to traceThom May2018-03-261-10/+10
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-2/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+0
* Chef-13: Remove supports API from all user providersLamont Granquist2017-02-281-11/+1
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-42/+42
* user provider cleanupLamont Granquist2016-12-221-20/+17
* Refactored Chef::Provider::User to short circuit and provider better comparis...Geoffrey Hichborn2016-10-131-6/+4
* fix manage_home provider inconsistencylcg/manage-home-consistencyLamont Granquist2016-10-061-0/+10
* clean up everythingLamont Granquist2016-08-231-16/+20
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* Merge pull request #3119 from cmluciano/cml/bug1586Phil Dibowitz2015-10-201-1/+1
|\
| * Fix condition of removing a group before user error.cmluciano2015-04-301-1/+1
* | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-2/+0
* | Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-1/+1
|/
* Provider::User: remove gecos#force_encoding existence check (ruby 1.8 specifi...Xabier de Zuazo2015-01-271-1/+1
* [CHEF-5180] For consistency, use the username attribute to print the name of ...Julian C. Dunn2014-04-021-9/+9
* [CHEF-4842] Fix comparison of user resources with non-ASCII commentsTobias Schmidt2013-12-041-1/+5
* Normalize whitespace on all filesSeth Vargo2013-09-261-5/+5
* [CHEF-4200] Replace Array#keep_if with #selectEric Saxby2013-09-241-2/+2
* Use string comparison of user :uid/:gidEric Saxby2013-09-241-1/+1
* User provider does not update user when uid/gid are stringsEric Saxby2013-09-241-4/+8
* [CHEF-3643] ensure Chef::REST can be required without loading ChefSeth Chisamore2012-11-301-1/+0
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+207
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-172/+0
* Adding provider as a requirementAdam Jacob2008-10-061-0/+1
* Bug fixes for user providerAdam Jacob2008-10-051-15/+23
* Adding user providerAdam Jacob2008-10-051-0/+163