summaryrefslogtreecommitdiffstats
path: root/test/executables
Commit message (Expand)AuthorAgeFilesLines
* Removing or fixing old testsLuke Kanies2009-02-193-207/+0
* The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-071-147/+0
* Added an Interface class to the CA to model puppetca's usage.Luke Kanies2008-04-191-115/+0
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-131-0/+17
* Fixing some tests that were failing with the recent ruby that hasLuke Kanies2007-12-182-0/+7
* Splitting the puppetd tests into two tests. It is still not a very good test...Luke Kanies2007-11-081-27/+22
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-266-6/+6
* Removing the Id tags from all of the filesLuke Kanies2007-10-036-6/+0
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-091-0/+6
* Renaming pbucket to filebucketluke2007-03-241-8/+8
* Finalizing the filebucket client, with test code.luke2007-03-241-0/+49
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-065-20/+9
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-085-9/+9
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-1/+1
* Fixing executable tests to take new rundir into accountluke2007-02-011-1/+1
* Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p...luke2007-01-301-0/+22
* Closing #362. Case-insensitivity is handled by downcasing all host names.luke2006-12-271-45/+47
* Fixing the test scripts so that the library pathluke2006-10-165-5/+15
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-165-0/+10
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-2/+5
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-1/+1
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-195-50/+19
* Making sure that the svn bin directory is at the beginning of PATH, rather th...luke2006-09-021-0/+2
* Certificate revocation through puppetca. Keep a simple text inventory of all ...lutter2006-08-231-0/+23
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-201-4/+0
* A round of bug-fixing in preparation for the next release.luke2006-06-134-6/+5
* Puppetd now has an option for listening -- just run the --listen option, and ...luke2006-04-281-1/+1
* updating changelog for 0.16.1 and 0.16.2luke2006-04-261-1/+1
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-1/+8
* Fixing puppetca so it does not call chuser; instead, it is configured to crea...luke2006-04-121-1/+10
* adding -e ability to puppet executableluke2006-04-041-3/+30
* making a small change to the test, so failures are more informativeluke2006-04-021-1/+1
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-021-1/+1
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-0/+1
* There is now full support for configuration files, and the entire system has ...luke2006-02-075-23/+25
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-0/+1
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-171-1/+1
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-5/+3
* Adding Sun support and fixing the last remaining bugs related to the daemon c...luke2006-01-111-1/+1
* Adding some consistencies to the executable tests. All exe tests now pass on...luke2006-01-105-45/+9
* Merging changes from the head of the rework1 branch, r 784luke2006-01-082-2/+9
* Undoing the merge that happened in 785luke2006-01-072-9/+2
* Merging in refactoring from version 774 into version 784luke2006-01-072-2/+9
* removing any direct references to /tmp in testsluke2005-11-243-3/+2
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-172-2/+62
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-1/+5
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-263-2/+11
* Getting rid of the tc_ prefix to test casesluke2005-10-224-0/+0
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-212-4/+5
* switching test classes back to modules -- making them classes causes too many...luke2005-10-034-4/+8