summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/posix.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-115/+115
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-8/+8
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-12/+10
|\
| * Fixed #791 - You should now be able to create and find a user/group in one tr...Luke Kanies2008-10-021-12/+10
* | Merge branch '0.24.x'Luke Kanies2008-08-181-14/+67
|\|
| * Feature #1241 : Improve performance of group lookupsJames Turnbull2008-07-291-14/+67
* | Merge branch '0.24.x'Luke Kanies2008-04-111-2/+2
|\|
| * Extend workaround from 56aad69f8cdf8b0b08fdb7985014986223fa4455 to not only f...Andreas Rogge2008-04-031-2/+2
* | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-141-39/+0
|/
* Added calls to endgrent/endpwent in util/posix.rb toLuke Kanies2007-11-231-0/+7
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #643 -- replacing the get_posix_field method with a more degenerate ve...luke2007-06-171-5/+34
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-2/+5
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-0/+4
* Fixing #380. The problem was that a method was sometimes returning :absent w...luke2006-12-201-1/+6
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-101-1/+1
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+78