summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
* [#3169] Adds more debugging to SSL cert verificationNick Lewis2010-07-071-0/+14
* [#4090] Fix last few tests and renames of mode to run_modeMatt Robinson2010-07-012-2/+2
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-1/+1
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-2/+2
* [#3766] Remove YAML fixupsJesse Wolfe2010-02-171-34/+7
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-1/+1
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-173-4/+3
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* Fix #3408 - enable puppetd http compressionBrice Figureau2010-02-171-0/+112
* Add master side file content streamingBrice Figureau2010-02-173-4/+39
* WIP - trying to fix #3460Luke Kanies2010-02-171-1/+1
* Adding #3518 - basic dot format supportLuke Kanies2010-02-171-0/+3
* Fixed #3672 - Error message on duplicate fileserver mounts incorrectJames Turnbull2010-02-171-2/+2
* Partial fix to #2837 - changed warning message to debugJames Turnbull2010-02-171-1/+1
* Removing tests for code that was removed in the REST refactorLuke Kanies2010-04-121-38/+0
* The pure-ruby YAML lib doesn't accept parametersJesse Wolfe2010-04-091-1/+1
* REST: hide Request objectJesse Wolfe2010-02-171-1/+1
* Feature #3394 REST Runner, preparationJesse Wolfe2010-02-171-2/+2
* Feature #3383 Part 2: Remove RAL XMLRPCJesse Wolfe2010-02-171-190/+0
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-0/+1
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-173-220/+6
* Feature #3115 REST-ified status()Jesse Wolfe2010-02-172-1/+10
* Adding filename extension support to formats.Luke Kanies2010-02-173-2/+10
* Removing Interpreter classLuke Kanies2010-02-171-3/+0
* 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