summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server
Commit message (Expand)AuthorAgeFilesLines
...
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-282-8/+5
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-282-0/+49
* Further small bug fixes towards running puppet on my networkluke2005-10-251-1/+15
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-213-47/+41
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-102-3/+21
* Many, many changes toward a completely functional system. The only current p...luke2005-09-233-35/+93
* Hoping this will get rid of the directory being printedshafer2005-09-231-10/+4
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-221-1/+3
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-211-60/+16
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-181-0/+3
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-1/+1
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-1/+1
* removed directory outputshafer2005-09-151-1/+0
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-151-7/+20
* fixed problem using arraysshafer2005-09-151-2/+7
* debugged ignore in fileserver, added tests to ignore tc and fixed server.list...shafer2005-09-151-4/+7
* added ignore to fileserver and pfileshafer2005-09-141-6/+18
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-071-1/+1
* removing DEFAULTPORT stuffluke2005-09-061-2/+0
* defining configstattedluke2005-09-021-0/+1
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-302-4/+10
* 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-301-21/+24
* catching a potential security problem -- requiring that "path" always be set ...luke2005-08-291-0/+10
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-285-33/+99
* 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
* remote filecopying now worksLuke Kanies2005-08-232-44/+57
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-232-152/+25
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-233-25/+13
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-235-0/+904