| Commit message (Expand) | Author | Age | Files | Lines |
| * | deprecate NetInfo providers and examples, remove all NetInfo references and t... | Nigel Kersten | 2009-07-14 | 2 | -129/+1 |
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 4 | -16/+16 |
| * | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 1 | -2/+2 |
| * | Merge branch '0.24.x' | Luke Kanies | 2009-04-02 | 1 | -1/+1 |
| |\ |
|
| | * | Updated useradd.rb managehome confine to include other RH-like distributions | James Turnbull | 2009-02-25 | 1 | -1/+1 |
| * | | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 2 | -2/+2 |
| |/ |
|
| * | add NetInfo deprecation notice to user and group providers, make the director... | Nigel Kersten | 2008-12-06 | 2 | -3/+10 |
| * | Bug # 1680 Now you can set the hashed passwords on solaris | Andrew Shafer | 2008-12-01 | 1 | -11/+18 |
| * | Handle password when user is created | Andrew Shafer | 2008-12-01 | 1 | -1/+6 |
| * | == is not = | Andrew Shafer | 2008-12-01 | 1 | -1/+1 |
| * | Solaris doesn't have a native tool to set hashed passwords | Andrew Shafer | 2008-12-01 | 1 | -5/+30 |
| * | Solaris RBAC Attributes | Andrew Shafer | 2008-10-22 | 2 | -14/+90 |
| * | Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseradd | James Turnbull | 2008-10-09 | 1 | -1/+1 |
| * | Add role support to user type and an implemention | Andrew Shafer | 2008-10-01 | 1 | -0/+89 |
| * | Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX user p... | James Turnbull | 2008-09-13 | 1 | -3/+4 |
| * | Fixes #1455 - Adds HP-UX support for user type | James Turnbull | 2008-09-06 | 1 | -0/+29 |
| * | Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.x | James Turnbull | 2008-07-08 | 1 | -0/+14 |
| |\ |
|
| | * | Fixed #1272 - ldap group names will be converted to GIDs. | Luke Kanies | 2008-07-07 | 1 | -0/+14 |
| * | | Fixed #1399 - the ldap user provider knows it can manage passwords. | Luke Kanies | 2008-07-07 | 1 | -0/+2 |
| |/ |
|
| * | Fixed #1360 -- allowdupe works with groups again. | Luke Kanies | 2008-06-16 | 1 | -1/+1 |
| * | The ldap user/group providers now work when no users/groups are in ldap yet. | Luke Kanies | 2008-05-21 | 1 | -6/+8 |
| * | Intermediate commit so I can move on to other things. | Luke Kanies | 2008-05-20 | 1 | -1/+1 |
| * | Adding ldap providers for the user and group type. | Luke Kanies | 2008-05-12 | 1 | -0/+115 |
| * | Added more detail about the requirement for ruby-libshadow for useradd passwo... | James Turnbull | 2008-03-20 | 1 | -1/+1 |
| * | Fixed #1019 - made libshadow available for non-Linux users | James Turnbull | 2008-01-21 | 1 | -1/+1 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 3 | -3/+0 |
| * | Copying the "commands" and "confine" statements to the actual dscl providers,... | luke | 2007-08-06 | 1 | -1/+4 |
| * | DirectoryService provider for users and groups. Alternative to netinfo, as a... | mccune | 2007-08-03 | 1 | -0/+113 |
| * | Adding patch by Ghislain from #670, with slight modifications. | luke | 2007-06-18 | 1 | -1/+6 |
| * | Add a grammatically correct 'has_feature' alias, and switch to using it where... | mpalmer | 2007-05-30 | 2 | -2/+2 |
| * | Clean up a really hairy code construct in the useradd provider | mpalmer | 2007-05-30 | 1 | -6/+1 |
| * | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 3 | -13/+13 |
| * | Possibly adding the ability to manage passwords on os x. I expect it does no... | luke | 2007-04-25 | 1 | -2/+9 |
| * | Adding the ability to manage passwords with the useradd provider | luke | 2007-04-25 | 1 | -9/+18 |
| * | Fixing a bug I apparently introduced in the testing that would have made user... | luke | 2007-03-28 | 1 | -14/+8 |
| * | Fixing #553; -M is no longer added when home directories are managed | luke | 2007-03-21 | 1 | -6/+0 |
| * | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 1 | -0/+9 |
| * | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 1 | -1/+10 |
| * | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 2 | -8/+8 |
| * | Fixing autogen so it passes on non-Darwin systems. | luke | 2007-02-01 | 1 | -5/+2 |
| * | Fixing #463. I redid all the autogen stuff so it can handle autogenerating s... | luke | 2007-01-29 | 1 | -2/+20 |
| * | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 2 | -4/+4 |
| * | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 1 | -9/+12 |
| * | Fixing #267. The problem was that the user provider was retrieving the @is v... | luke | 2006-09-15 | 2 | -6/+6 |
| * | Modifying providers so that docs generate better | luke | 2006-08-28 | 1 | -8/+4 |
| * | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 3 | -0/+178 |