summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
* RackXMLRPC: buffer request contents in memory, as a real string.Christian Hofstaedtler2009-05-151-1/+1
* Modules now can find their own pathsLuke Kanies2009-05-151-3/+3
* Fixing #2265 - rack is loaded with features rather than manuallyLuke Kanies2009-05-141-1/+0
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-2/+10
* Remove the old 0.24.x rack support, which is now useless cruftChristian Hofstaedtler2009-05-021-148/+0
* Add XMLRPC compatibility for RackChristian Hofstaedtler2009-05-022-1/+83
* Puppet as a Rack applicationChristian Hofstaedtler2009-05-023-0/+135
* Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetdBrice Figureau2009-05-021-2/+15
* Unify auth/unauthenticated request authorization systemBrice Figureau2009-04-232-37/+28
* Allow REST auth system to restrict an ACL to authenticated or unauthenticated...Brice Figureau2009-04-232-7/+30
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-233-0/+16
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-235-56/+94
* Add environment support in the REST authorization layerBrice Figureau2009-04-233-16/+23
* Fix #1875 - Add a REST authorization systemBrice Figureau2009-04-233-1/+128
* Enhance authconfig format to support uri paths and regexBrice Figureau2009-04-232-64/+220
* Add dynamic authorization to authstoreBrice Figureau2009-04-231-1/+40
* Adding support for specifying a preferred serialization formatLuke Kanies2009-04-221-1/+14
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-0/+1
* Fix #2101 - fix failing testBrice Figureau2009-03-271-1/+5
* Forbidding REST clients to set the node or IPLuke Kanies2009-03-201-1/+7
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-206-55/+26
* Moving the REST API functions into a moduleLuke Kanies2009-03-203-57/+68
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-47/+35
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+46
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+2
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-266-27/+27
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-0/+3
* Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-12/+13
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-183-1/+19
* Providing better information when an exception is encountered during network ...Luke Kanies2009-02-181-1/+1
* Merge branch '0.24.x'Luke Kanies2009-02-131-53/+113
|\
| * Fixing #961 - closing the http connection after every xmlrpc callLuke Kanies2009-02-121-1/+3
| * Refactoring the XMLRPC::Client error-handlingLuke Kanies2009-02-121-53/+111
* | Adding an Agent::Runner class.Luke Kanies2009-02-061-42/+9
* | Creating and using a new Puppet::Daemon classLuke Kanies2009-02-062-4/+0
* | Not using 'master' client for testingLuke Kanies2009-02-061-2/+0
* | Adding better error-handling to format renderingLuke Kanies2009-02-061-4/+39
* | Renmaing Puppet::Network::Client::Master to Puppet::AgentLuke Kanies2009-02-061-523/+0
* | Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-182-4/+7
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-182-2/+2
* | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-182-3/+3
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-182-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-12-022-2/+4
|\|
| * Fixing splaytime testsLuke Kanies2008-12-011-1/+1
| * Fixing #1749 - Splay now hopefully behaves "better" for small values.Luke Kanies2008-12-011-1/+1
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-1/+3
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-14/+8
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-1/+1
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-174-52/+191
|\|
| * Fixing the broken tests resulting from the fix for #1551.Luke Kanies2008-10-081-1/+1