summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
* Finishing the rename of FileBase => Base.Luke Kanies2008-08-261-4/+3
* Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-1/+3
* Spell-correcting a commentLuke Kanies2008-08-261-1/+1
* Cleaning up an exception.Luke Kanies2008-08-261-1/+5
* Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-0/+7
* Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-262-15/+61
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-8/+31
* Merge branch '0.24.x'Luke Kanies2008-08-182-3/+13
|\
| * Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-2/+3
| * Added a search method to the YAML indirector.AJ Christensen2008-08-011-1/+10
* | Adding logging when files are removed.Luke Kanies2008-08-072-0/+2
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-1/+4
* | Removing an obsolete method from the rest indirectorLuke Kanies2008-07-301-4/+0
* | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-3/+7
* | All error and format handling works over REST except searching.Luke Kanies2008-07-291-6/+16
* | The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-34/+23
* | The REST terminus now provides an Accept header with supported formats.Luke Kanies2008-07-291-3/+8
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-295-37/+30
|\|
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-183-29/+29
| * Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-7/+0
| * Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-042-12/+6
|\|
| * Fixed #1232 - the rundir no longer specifies a user/group,Luke Kanies2008-07-031-1/+2
| * Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-11/+4
* | Fixing the new-form version of #1382.Luke Kanies2008-07-021-1/+25
* | Merge branch '0.24.x'Luke Kanies2008-07-022-78/+112
|\|
| * Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-2/+2
| * Switching the ldap terminus to use Util::Ldap::Connection.Luke Kanies2008-07-011-14/+5
| * Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-012-64/+107
* | Merge branch '0.24.x'Luke Kanies2008-06-154-53/+90
|\|
| * Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-161-0/+7
| |\
| | * Fixed #1201 - all external node attributes are converted to strings.Luke Kanies2008-06-151-0/+7
| * | Removing the Node.find_by_name method.Luke Kanies2008-06-151-1/+1
| * | The LDAP Node terminus now searches for the fqdn, short name, and default.Luke Kanies2008-06-152-14/+32
| * | Refactoring the 'find' method a bit in the LDAP Node terminus.Luke Kanies2008-06-151-45/+57
| |/
* | Merge branch '0.24.x'Luke Kanies2008-06-142-5/+22
|\|
| * Fixing how the Indirector::Request sets its options.Luke Kanies2008-06-111-0/+1
| * Fixing how the indirection tests for whether the request has node info.Luke Kanies2008-06-111-1/+1
| * Adding to the indirection request support for authentication information.Luke Kanies2008-06-091-4/+20
* | Merge branch '0.24.x'Luke Kanies2008-05-201-0/+29
|\|
| * Added the ability to add arbitrary attributes to ldap.Gunnar Wrobel2008-05-151-0/+29
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-14/+8
* | Adding REST terminuses for the SSL-related indirections.Luke Kanies2008-05-063-0/+18
* | The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-6/+5
* | Changing the File certificate terminus so that itLuke Kanies2008-04-211-1/+1
* | Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-214-5/+5
* | All SSL terminus classes now force the CA information into the right place.Luke Kanies2008-04-182-0/+2
* | Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-171-1/+1
* | Moving all of the ca-specific settings to the ca_fileLuke Kanies2008-04-174-2/+21
* | Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-171-2/+6