summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
* Remove unused require 'puppet/util/cacher' from Network::HttpPoolNick Lewis2011-08-191-1/+0
* Remove Puppet::Network::HttpPool keep_alive handlingNick Lewis2011-08-192-60/+0
* (#4762) Ensure that clients on the moon can successfully connect.Daniel Pittman2011-08-041-1/+1
* (#8704) Give better errors for invalid fileserver.confMatt Robinson2011-07-291-0/+3
* Deprecate RestAuthConfig#allowed? in favor of #check_authorizationBrice Figureau2011-07-262-2/+7
* Fix #6026 - security file should support inline commentsBrice Figureau2011-07-261-1/+1
* Fix #5010 - Allow leading whitespace in auth.confBrice Figureau2011-07-261-0/+2
* (#5966) Add support for hostname regular expressions in auth.confSiim Põder2011-05-311-5/+14
* (#7291) Fix issues with instance_methods in Ruby 1.9Matt Robinson2011-05-162-2/+2
* Merge branch 'tickets/2.7.x/7179' into 2.7.xPieter van de Bruggen2011-05-041-0/+1
|\
| * (#7179) Modify default ACL for /node/<name>.Pieter van de Bruggen2011-05-041-0/+1
* | (#7353) Add 'console' format to FormatHandlerDaniel Pittman2011-05-041-0/+36
* | (#7117) Return the environment as a Puppet::Node::Environment in uri2indirectionJacob Helwig2011-05-031-1/+1
|/
* (#7103) Fix HEAD requests in the HTTP handlerNick Lewis2011-04-131-4/+4
* (#6117) Add POST support to indirector requestsNick Lewis2011-04-121-0/+8
* Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-111-20/+0
* (#5528) Add REST API for signing, revoking, retrieving, cleaning certsMax Martin2011-04-051-0/+1
* Merge branch '2.6.x' into nextMatt Robinson2011-03-181-1/+1
|\
| * (#6707) Fix typo in rest_authconfig.rbnfagerlund2011-03-141-1/+1
* | Merge branch '2.6.next' into nextMatt Robinson2011-03-073-6/+4
|\|
| * (#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testingDaniel Pittman2011-02-221-1/+4
| * (#6376) Add support and testing for _search GET requestsMax Martin2011-02-181-2/+2
| * (#6337) Fix Ruby warning on 1.8.6 about "future compatibility"Daniel Pittman2011-02-171-1/+1
| * (#5132) Provide a query REST interface for inventoryPaul Berry2011-02-172-3/+2
| * (#6257) Speed up PUT and POST requests under rackJesse Wolfe2011-02-081-3/+1
* | (#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testingDaniel Pittman2011-03-031-1/+4
* | Revert #5691 "Merge remote branch 'brice/feature/process-instrumentation' int...Jesse Wolfe2011-03-011-5/+1
* | Merge remote branch 'brice/feature/process-instrumentation' into nextJesse Wolfe2011-02-251-1/+5
|\ \
| * | Some high-level process name probesBrice Figureau2010-12-181-1/+5
* | | Merge branch '2.6.x' into nextMatt Robinson2011-01-194-27/+46
|\ \ \ | | |/ | |/|
| * | (#5838) Added support for HEAD requests to the indirector.Paul Berry2011-01-124-11/+39
| * | (#5838) Refactored Puppet::Network::Rights#fail_on_denyPaul Berry2011-01-122-23/+15
| * | (#5171) Made filebucket able to perform diffsJesse Wolfe2011-01-111-1/+5
* | | Merge branch '2.6.x' into nextMatt Robinson2010-12-021-1/+0
|\| |
| * | Disable remote ralsh by defaultPaul Berry2010-12-021-1/+0
* | | Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-303-3/+3
* | | Maint: Make http handler code call the indirector through ".indirection"Paul Berry2010-11-301-3/+3
* | | Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-294-4/+4
* | | Merge commit '2.6.3' into nextPaul Berry2010-11-172-2/+4
|\| | | |/ |/|
| * Fix for #4955 -- Race condition & memory leak in Puppet::UtilMarkus Roberts2010-11-121-2/+2
| * (#5233) Randomize tmp dir pathsMatt Robinson2010-11-081-0/+2
* | Maint: Added missing requires to fileserver.rb.Paul Berry2010-11-091-0/+2
* | Maint: Remove Indirector::Request objects from HTTP Handler and API V1Jesse Wolfe2010-11-024-36/+36
* | (#5132) Provide a query REST interface for inventoryMatt Robinson2010-10-282-3/+2
|/
* Fix for 4273 -- revert b7e2580ab49ecdb67fc9b522829c005fc3750fbeMarkus Roberts2010-09-281-12/+0
* Fixes #4863 (Missing "require 'webrick'" causes nondeterministic spec failures)Paul Berry2010-09-281-0/+1
* Fix for #4456 -- need to accept some mime-type aliasesMarkus Roberts2010-08-242-4/+10
* Passenger needs HTTP headers values to be stringBrice Figureau2010-08-051-1/+1
* Fix #4458 - Do not dump the whole environment when instances can't be foundBrice Figureau2010-08-041-1/+1
* Fix #4245 - default insertion of ACL is not thread safeBrice Figureau2010-07-251-3/+6