summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.25.x'Markus Roberts2010-02-093-2/+4
|\
| * Fix #1842 Net::HTTP#enable_post_connection_check doesn't work anymoreJesse Wolfe2010-01-301-2/+0
| * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-242-2/+2
| * Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-242-0/+4
* | Merge branch '0.25.x'James Turnbull2010-01-139-153/+90
|\|
| * Fix for temporary file security wholeMarkus Roberts2010-01-051-1/+1
| * Fix for #2967 (RFC-1123 problem and regression on wildcarded domains)Markus Roberts2009-12-241-1/+1
| * Code smell reductionsMarkus Roberts2009-12-231-15/+2
| * A slide down the RFC-1123 slope towards MS Windows compatibility and chaosMarkus Roberts2009-12-222-5/+6
| * Adds partial IPv6 support to authstoreMarkus Roberts2009-12-181-5/+11
| * Fix for #2567 (Authstore does unintended/pointless DNS lookups)Markus Roberts2009-12-181-5/+0
| * Enabling steps for #2567 (Authstore does unintended/pointless DNS lookups)Markus Roberts2009-12-181-117/+46
| * Fixing 2855 Inadvertent zlib dependencyJesse Wolfe2009-12-161-4/+19
| * 2877 race condition in webrickJesse Wolfe2009-12-151-1/+2
| * Fixing 2886: Failing specs in format_handlerJesse Wolfe2009-12-031-2/+10
| * Fixing 2725 Error message when permissions incorrect on file server directoryJesse Wolfe2009-12-021-0/+1
| * 2842 Format debugging should be removedJesse Wolfe2009-12-022-14/+8
* | Merge branch '0.25.x'Luke Kanies2009-12-217-30/+66
|\|
| * rack: SSL Env vars can only be in Request.envChristian Hofstaedtler2009-11-183-26/+8
| * Fix #2671, preferred_serialization_format does not complain about invalid valuesBruce Williams2009-11-171-0/+2
| * Fix #2753 - Do not "global allow" plugins/modules mount if some rules have be...Brice Figureau2009-10-271-0/+5
| * Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRLJohn A. Barbuto2009-10-271-4/+1
| * Workaround #2668 - Compress facts so that the request size limit triggers les...Brice Figureau2009-10-251-0/+50
* | Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-1/+1
|/
* Bundling of pure ruby json lib as "pson"Markus Roberts2009-10-171-9/+9
* Fix for #2637 (Webrick accpting connections on dead sockets)Markus Roberts2009-09-151-1/+8
* Fix for #2600 (wrong number of arguments under older mongrel)Markus Roberts2009-09-152-14/+12
* Fixs #2620 authconf interpolation, #2570 0-9 in domain namesMarkus Roberts2009-09-141-53/+29
* Fix for #2531; adds tests to confirm problem and related cases,Markus Roberts2009-08-181-1/+3
* 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