summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server/fileserver.rb
Commit message (Expand)AuthorAgeFilesLines
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-591/+0
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-1/+1
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-5/+5
* Simplifying the splitpath method a bit, altho it is still strangely slowluke2006-12-161-12/+4
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-091-8/+9
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-181-8/+9
* Fixing #285, opened by ericb.luke2006-09-211-0/+2
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-141-152/+139
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-1/+5
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-031-5/+1
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-031-1/+1
* Committing some changes to the %h expansion in fileserving. This change make...luke2006-08-281-100/+107
* Support for %h and %H replacement in the path of fileserver modules.lutter2006-08-261-5/+45
* Fixing #225. Normal file copying worked with spaces, but recursive file copy...luke2006-08-211-1/+1
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-2/+1
* Fixing #178. I just added URI escaping and unescaping to file names.luke2006-06-201-1/+3
* Fixing #128. md5lite was being used instead of full md5. At this point, md5...luke2006-04-281-5/+0
* fixing some more logging issuesluke2006-03-061-1/+7
* Making some logging changes, and fixing a small bug in group management on mi...luke2006-03-061-2/+1
* Committing the last changes, for now, to handling links. You still cannot co...luke2006-03-061-23/+65
* Switching from using "evaluate" to using "retrieve" when getting checksum val...luke2006-03-031-6/+13
* Fixing logging in the fileserver so it is always obvious where the logs are o...luke2006-03-031-35/+50
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-1/+1
* Fixing bug #72, where trailing slashes break file sourcingluke2006-02-241-0/+3
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-1/+1
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-1/+3
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-0/+12
* Fixing problems where objects were passing @parameters[:param] objects, inste...luke2006-01-171-1/+1
* Adding a bit better logging and checking to file accessluke2006-01-141-11/+13
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-3/+3
* Undoing the merge that happened in 785luke2006-01-071-3/+3
* Merging in refactoring from version 774 into version 784luke2006-01-071-3/+3
* Lots of refactoring, and added the capture_stderr methodluke2005-11-161-36/+57
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-25/+48
* Hoping this will get rid of the directory being printedshafer2005-09-231-10/+4
* 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
* 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
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-301-2/+5
* adding file reread to master, although it is plenty hackishluke2005-08-301-0/+1
* fileserver config file now reloads when it is more than 60 seconds out of dateluke2005-08-301-0/+19
* 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-281-23/+39
* adding config file parsingLuke Kanies2005-08-271-21/+119
* remote filecopying now worksLuke Kanies2005-08-231-40/+53
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-231-10/+6
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-231-0/+264