summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #2517 - Stack overflow when CA cert missingMarkus Roberts2009-08-131-7/+3
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-132-1/+4
* Fixing #2484 - "format missing" messages are betterLuke Kanies2009-08-041-2/+2
* rack: SSL Env vars can be in Request.env or ENVChristian Hofstaedtler2009-08-033-8/+26
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-031-1/+1
* Fix #2465 - Default auth information is confusing with no auth.confBrice Figureau2009-07-301-1/+1
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-1/+1
* Fixed #2410 - default acl logs as info instead of warn.Sam Livingston-Gray2009-07-141-1/+1
* Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull2009-07-081-1/+1
* Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaqu...Brice Figureau2009-07-071-3/+10
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-055-17/+71
* Fix #2383, an incompatibility with early ruby 1.8 versionsChristian Hofstaedtler2009-07-051-1/+2
* Fixing #2238 In some cases blank? is not available on String.Jordan Curzon2009-07-041-1/+1
* Fixing #2238 - Deal with nil hash keys from mongrel paramsJordan Curzon2009-07-021-0/+2
* Fixing #2094 - filebucket failures are clearer nowLuke Kanies2009-06-161-1/+6
* Adding a JSON formatLuke Kanies2009-06-062-1/+34
* Allowing formats to specify the individual method names to useLuke Kanies2009-06-061-22/+28
* Allowing formats to specify the methods they requireLuke Kanies2009-06-061-15/+52
* Removed extra whitespace from end of linesIan Taylor2009-06-0621-71/+71
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-052-2/+2
* 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