| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switching the mount command to always add the mount options, so that the pars... | luke | 2007-04-30 | 1 | -8/+20 |
* | Adding "rug" package provider from #609 | luke | 2007-04-30 | 1 | -0/+53 |
* | 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 #587 -- just defaulting to root when there is no USER set in the envir... | luke | 2007-04-20 | 1 | -1/+1 |
* | Enhancing the docs a bit for the apple package provider. | luke | 2007-04-20 | 1 | -1/+3 |
* | Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the ... | luke | 2007-04-19 | 1 | -0/+79 |
* | Fix for #565: Final merge of changes from source:branches/execute-refactor in... | mccune | 2007-04-03 | 1 | -3/+3 |
* | Fixing a bug I apparently introduced in the testing that would have made user... | luke | 2007-03-28 | 2 | -17/+15 |
* | Changing gems to automatically include dependencies | luke | 2007-03-27 | 1 | -0/+3 |
* | Fixing #553; -M is no longer added when home directories are managed | luke | 2007-03-21 | 1 | -6/+0 |
* | Fixing a small bug in testing whether instance methods are already defined. | luke | 2007-03-21 | 1 | -1/+1 |
* | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 1 | -0/+9 |
* | Reverting changeset [2243]; this apparently causes chkconfig not to work | luke | 2007-03-19 | 1 | -1/+1 |
* | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 2 | -20/+23 |
* | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 3 | -6/+7 |
* | Following Russ Allbery's advice and using the Candidate field in the apt-cach... | luke | 2007-03-19 | 1 | -1/+1 |
* | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 1 | -24/+5 |
* | The first round of fixes for failing tests. | luke | 2007-03-18 | 1 | -1/+1 |
* | Getting rid of a warning in the rpm provider | luke | 2007-03-18 | 1 | -1/+1 |
* | Fixing #529 -- specified targets keep their values. The problem was that I w... | luke | 2007-03-18 | 1 | -1/+12 |
* | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 3 | -26/+130 |
* | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 3 | -30/+122 |
* | Applying patch in #528 by ask. | luke | 2007-02-28 | 1 | -1/+1 |
* | Applying patch by cstorey from #521 | luke | 2007-02-27 | 1 | -3/+16 |
* | Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ... | lutter | 2007-02-27 | 2 | -2/+4 |
* | Actually commit the changes to lib/puppet that were supposed to be part of [2... | mpalmer | 2007-02-26 | 3 | -8/+16 |
* | Applying patch from #495. | luke | 2007-02-20 | 1 | -14/+14 |
* | Applying patch from #510 by curzonj. Note that the right solution to this pr... | luke | 2007-02-17 | 1 | -4/+4 |
* | Applying patch by Jeff McCune from #496 | luke | 2007-02-12 | 1 | -26/+20 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -4/+4 |
* | Disabling the netinfo mount provider | luke | 2007-02-07 | 1 | -31/+31 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 7 | -59/+57 |
* | Fixing autogen so it passes on non-Darwin systems. | luke | 2007-02-01 | 2 | -7/+19 |
* | Revert 2125, and instead change the way the 'latest' version is selected from... | mpalmer | 2007-01-31 | 1 | -3/+4 |
* | Fixing #463. I redid all the autogen stuff so it can handle autogenerating s... | luke | 2007-01-29 | 3 | -22/+40 |
* | Doing more work on #113. Mostly, just making sure remounts do not happen spu... | luke | 2007-01-29 | 1 | -1/+6 |
* | Fixing #113. I added support in the transaction for self-refreshing, which j... | luke | 2007-01-28 | 1 | -0/+10 |
* | Fixing #454. | luke | 2007-01-28 | 1 | -1/+1 |
* | Fixing #441. | luke | 2007-01-28 | 1 | -4/+2 |
* | Applying patch from #457, as submitted by Jeff McCune. | luke | 2007-01-25 | 1 | -23/+47 |
* | making yum the default packager for centos | luke | 2007-01-24 | 1 | -1/+1 |
* | Make rpm operations much faster by suppressing unneeded verification | lutter | 2007-01-22 | 1 | -2/+2 |
* | Make the version string optional in the dpkg-query output parsing regex (Fixe... | mpalmer | 2007-01-12 | 1 | -2/+2 |
* | Adding #408. | luke | 2007-01-05 | 1 | -0/+2 |
* | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 1 | -1/+4 |
* | Don't rely on the type to store the actual NVR of the package; breaks in the ... | lutter | 2007-01-05 | 1 | -3/+10 |
* | Throwing warnings instead of exceptions when dpkg-query produces info we cann... | luke | 2007-01-04 | 1 | -3/+5 |
* | Fix yum update breakage - query should not change the name the user gave us; ... | lutter | 2007-01-03 | 1 | -9/+9 |
* | Tone down the debug spewage from yum | lutter | 2007-01-03 | 1 | -2/+2 |