summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #2531; adds tests to confirm problem and related cases,Markus Roberts2009-08-181-0/+94
* Fix #2517 - Stack overflow when CA cert missingMarkus Roberts2009-08-131-1/+10
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-132-0/+15
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-031-2/+2
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-173-11/+11
* Fixed #2410 - default acl logs as info instead of warn.Sam Livingston-Gray2009-07-141-2/+2
* Adding test for current auth config warning.Sam Livingston-Gray2009-07-141-0/+5
* Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull2009-07-081-1/+1
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-055-27/+126
* Fixing #2238 - Deal with nil hash keys from mongrel paramsJordan Curzon2009-07-021-0/+5
* Fixing #2094 - filebucket failures are clearer nowLuke Kanies2009-06-161-0/+16
* Adding a JSON formatLuke Kanies2009-06-061-0/+96
* Allowing formats to specify the individual method names to useLuke Kanies2009-06-061-1/+7
* Allowing formats to specify the methods they requireLuke Kanies2009-06-061-2/+29
* Removed extra whitespace from end of linesIan Taylor2009-06-067-38/+38
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-051-0/+16
* Fixing a bunch of warningsLuke Kanies2009-06-033-5/+5
* Fix for #2234: test fails with old Rack versionChristian Hofstaedtler2009-05-203-4/+4
* Removing unneeded test stubsLuke Kanies2009-05-031-8/+0
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-25/+35
* Add XMLRPC compatibility for RackChristian Hofstaedtler2009-05-022-0/+188
* Puppet as a Rack applicationChristian Hofstaedtler2009-05-022-0/+265
* Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetdBrice Figureau2009-05-021-0/+21
* Unify auth/unauthenticated request authorization systemBrice Figureau2009-04-232-52/+48
* Allow REST auth system to restrict an ACL to authenticated or unauthenticated...Brice Figureau2009-04-232-5/+86
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-233-4/+30
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-235-75/+113
* Add environment support in the REST authorization layerBrice Figureau2009-04-233-6/+53
* Fix #1875 - Add a REST authorization systemBrice Figureau2009-04-233-0/+207
* Enhance authconfig format to support uri paths and regexBrice Figureau2009-04-232-21/+453
* Add RSpec unit tests for network rightsBrice Figureau2009-04-231-0/+54
* Add RSpec unit tests for authconfigBrice Figureau2009-04-231-0/+173
* Adding support for specifying a preferred serialization formatLuke Kanies2009-04-221-0/+11
* Fixing the FormatHandler test to use symbols for format namesLuke Kanies2009-04-221-22/+25
* Forbidding REST clients to set the node or IPLuke Kanies2009-03-202-0/+20
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-205-94/+50
* Moving the REST API functions into a moduleLuke Kanies2009-03-202-105/+125
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-197/+58
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+101
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+12
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-4/+20
* Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-4/+1
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-182-8/+60
* Merge branch '0.24.x'Luke Kanies2009-02-141-2/+2
|\
| * Fixing a test broken by a log demotionLuke Kanies2009-02-141-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-131-7/+165
|\|
| * Fixing #961 - closing the http connection after every xmlrpc callLuke Kanies2009-02-121-0/+22
| * Refactoring the XMLRPC::Client error-handlingLuke Kanies2009-02-121-7/+143
* | Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-2/+2
* | Adding better error-handling to format renderingLuke Kanies2009-02-061-0/+45