summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fixing error handling so that failed objects are completely destroyed; they w...luke2005-09-133-9/+7
* fixing component flattening and sorting; it was not working for cases where o...luke2005-09-131-22/+18
* adding snippet test to verify correct behaviour with missing exec path; also,...luke2005-09-131-2/+23
* intermediate commit so cron is not loadedluke2005-09-124-33/+82
* adding more comments from talking to andyluke2005-09-122-7/+19
* incorporating comments from talking to andrewluke2005-09-121-62/+18
* incorporating comments from talking to andrewluke2005-09-121-3/+0
* some small fixesluke2005-09-102-2/+1
* fixing groups again after getting them to work with netinfoluke2005-09-092-24/+25
* group management now works on os x, although it is six shades of really nasty...luke2005-09-081-37/+284
* reverting changes in the reverse order of what i executed themluke2005-09-081-1/+1
* removing debuggingluke2005-09-081-2/+2
* making states capable of being the namevarluke2005-09-071-1/+18
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-074-2/+21
* finishing up user and group support for nowluke2005-09-074-86/+140
* rearranging some documentationluke2005-09-072-6/+18
* adding user and group classes (although user class is not yet functional), an...luke2005-09-073-0/+385
* changing rollback() to do event handling alsoluke2005-09-071-1/+6
* adding all of the work necessary for tidyingluke2005-09-063-211/+240
* removing DEFAULTPORT stuffluke2005-09-061-2/+0
* fixing small bug in setting default portluke2005-09-061-6/+11
* changing some documentation methods aroundluke2005-09-053-8/+5
* committing initial tidy stuff, so i can move to the laptopluke2005-09-022-0/+135
* cleaning up obviated methodsluke2005-09-021-64/+0
* defining $name in each component scope, and adding test caseluke2005-09-021-20/+22
* defining configstattedluke2005-09-021-0/+1
* removing if-related keywordsluke2005-09-021-3/+0
* fixing error callsluke2005-09-022-2/+2
* fixing bug where remote server name is ignoredluke2005-08-301-6/+2
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-303-5/+13
* fixing documentation for file source stateluke2005-08-301-3/+1
* adding file reread to master, although it is plenty hackishluke2005-08-302-3/+39
* fileserver config file now reloads when it is more than 60 seconds out of dateluke2005-08-301-0/+19
* correcting documentation on autosign in puppetmasterd, and switching the auto...luke2005-08-302-22/+25
* catching a potential security problem -- requiring that "path" always be set ...luke2005-08-291-0/+10
* changing default manifest location to /etc/puppet/manifests/site.ppluke2005-08-291-1/+2
* changing version number for betaluke2005-08-291-1/+1
* As Christian requested, I am no longer downcasing facts I receive from Facter...Luke Kanies2005-08-291-1/+1
* bumping up the default log level for changes from info to noticeLuke Kanies2005-08-291-2/+2
* I did not have good puppetd tests, so I missed the fact that I was calling th...Luke Kanies2005-08-291-73/+72
* disabling print of library warnings, since webrick and openssl have far too m...Luke Kanies2005-08-291-2/+0
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-2811-47/+125
* Adding authorization store, initially just used for file serving but eventual...Luke Kanies2005-08-281-0/+224
* adding config file parsingLuke Kanies2005-08-271-21/+119
* recompiling parser after removing extraneous debuggingLuke Kanies2005-08-262-54/+43
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-253-67/+110
* Certificates now verify!Luke Kanies2005-08-241-38/+45
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-245-490/+625
* remote filecopying now worksLuke Kanies2005-08-235-49/+73
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-238-314/+265