summaryrefslogtreecommitdiff
path: root/lib/chef/provider/group
Commit message (Expand)AuthorAgeFilesLines
* Don't modify members of new_resource in pw group implmentationjdm/freebsd-pw-fixJay Mundrawala2015-08-171-1/+1
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-022-1/+2
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-028-11/+9
* Add platform_version to supported filtersJohn Keiser2015-06-022-10/+2
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-025-0/+15
* provider_resolver migration from provider_mappingLamont Granquist2015-03-044-0/+8
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-4/+3
* Updates based on the PR comments.Serdar Sutay2014-10-281-7/+3
* Fix freebsd group provider regression introduced by b06510323102fcb35fb7b0289...Serdar Sutay2014-10-281-9/+9
* use group_name when checking if the group exists on mac osx with dsclThiago Oliveira2014-10-171-2/+2
* Fix creation of non-empty FreeBSD groupsJacob Vosmaer2014-08-181-1/+8
* Fix OSX Group provider to be properly idempotentPhil Dibowitz2014-08-041-9/+27
* aix: fix aix group provider to add/remove group members.kaustubh-d2014-07-311-2/+17
* fixing all the extra blank linesLamont Granquist2014-07-294-5/+0
* add shell_out to base provider codeLamont Granquist2014-07-294-8/+0
* omnios uses solaris2-like usermod for groupsRicardo Signes2014-06-021-1/+1
* Make conditional more concise with ternary operator per CR feedback.Adam Edwards2014-01-131-7/+1
* Rename method to reflect predicate usage from code review feedbackAdam Edwards2014-01-131-3/+3
* SID awareness in group base class to fix regression where resource always upd...Adam Edwards2014-01-131-3/+7
* Also use sid in excluded_members check, fixes group_spec regressionAdam Edwards2014-01-131-4/+14
* CHEF-3012: Use SID instead of username for group membership checksadamedx2014-01-131-1/+3
* Fix specs on Solaris.sersut2013-11-191-4/+12
* Fix specs on FreeBSD.sersut2013-11-191-15/+26
* exluded_members support in pw group provider.sersut2013-11-141-9/+41
* excluded_members support for groupmod provider.sersut2013-11-141-36/+46
* Fix unit tests on group providers.sersut2013-11-142-3/+7
* Support for excluded_members property in Suse, Groupadd Gpasswd providers. Re...sersut2013-11-144-59/+94
* Support :excluded_members in windows group provider.sersut2013-11-121-6/+13
* Support :excluded members in gpasswd provider.sersut2013-11-111-15/+29
* Handle :excluded_members in dscl provider.sersut2013-11-111-4/+26
* add unit test and remove "supports"KAWAHARA Masashi2013-10-101-1/+1
* [CHEF-4578] add supports "non_unique" to groupaddKAWAHARA Masashi2013-10-101-0/+1
* Normalize whitespace on all filesSeth Vargo2013-09-266-46/+46
* Support platform "suse" and "opensuse" on OpenSuSEdanielsdeleo2013-09-171-1/+1
* Fix in group provider for windows to take correct group_nameMukta Aphale2013-09-031-9/+9
* Fix user group modification for smartosEric Saxby2013-06-181-1/+1
* CHEF-4015: fix suse group provider on openSUSE12.3Ionuț Arțăriși2013-05-241-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-309-0/+780