summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user/dscl.rb
Commit message (Expand)AuthorAgeFilesLines
* Use include? instead of a regex with string matchingTim Smith2020-12-211-1/+1
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-2/+2
* 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-081-2/+2
|/
* 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-111-3/+3
* Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-221-2/+2
* OS X -> macOSTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Make sure we're always using the right Plist classTim Smith2020-04-101-3/+3
* convert move resources to unified_modelcg/unified-mode3Lamont Granquist2020-02-251-1/+1
* Add mac_user resource that is compatible with macOS >= 10.14Ryan Cragun2019-07-241-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+5
* 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
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Load the correct resource in dscl provideruser_cleanupTim Smith2019-02-191-1/+2
* user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+Tim Smith2019-01-141-117/+36
* Remove require mixlib/shellouts where not necessaryrequire_the_right_shelloutTim Smith2018-07-101-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-151-6/+6
* Merge pull request #7249 from chef/lcg/cleanup-userLamont Granquist2018-05-211-7/+3
|\
| * bonus fix to remove unnecessary duping in dscl userLamont Granquist2018-05-101-7/+3
* | Fixing shell_out to have correct syntaxNick McSpadden2018-05-151-1/+1
* | Merge branch 'master' into mac_uidNick McSpadden2018-05-141-61/+69
|\ \ | |/
| * mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+2
| * Check for set home property before file existence (fixes #5777)Sean Karlage2018-01-041-1/+1
| * Chef-13: Remove supports API from all user providersLamont Granquist2017-02-281-3/+3
| * user provider cleanupLamont Granquist2016-12-221-53/+56
| * Add a default GID for user creation on MacOS (#5393)cgerke2016-11-021-3/+8
| * fix manage_home provider inconsistencylcg/manage-home-consistencyLamont Granquist2016-10-061-2/+2
| * user provider manage_home behavior and refactorLamont Granquist2016-08-191-0/+1
* | Fixing missing final newlineNick McSpadden2016-05-051-1/+1
* | UID now starts at 501, uses createhomedir insteadNick McSpadden2016-05-051-9/+7
|/
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-1/+1
* 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
* auto fixing some rubocopsLamont Granquist2016-02-091-5/+5
* autofixing whitespace copsLamont Granquist2016-02-051-18/+17
* 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-13/+13
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-8/+8
* fix PR#3193 mutating new resourcelcg/3193Lamont Granquist2015-10-241-101/+108