summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/rest_authorization.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate RestAuthConfig#allowed? in favor of #check_authorizationBrice Figureau2011-07-261-1/+1
* Maint: Remove Indirector::Request objects from HTTP Handler and API V1Jesse Wolfe2010-11-021-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-11/+11
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Unify auth/unauthenticated request authorization systemBrice Figureau2009-04-231-20/+1
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-231-16/+11
* Fix #1875 - Add a REST authorization systemBrice Figureau2009-04-231-0/+49