summaryrefslogtreecommitdiffstats
path: root/modules/authorize/lib/Auth/Process
Commit message (Collapse)AuthorAgeFilesLines
* Update the modules too.Jaime Perez Crespo2016-03-091-1/+1
|
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-1/+1
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-1/+1
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Move SimpleSAML_Utilities:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: ↵Jaime Perez Crespo2015-04-221-1/+1
| | | | redirectTrustedURL() and deprecate the former.
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-151-2/+0
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
|
* Start using the redirectTrustedURL() and redirectUntrustedURL() wrappers.Jaime Pérez Crespo2014-01-171-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3326 44740490-163a-0410-bde0-09ae8108e29a
* authorize:Authorize: Add deny & regex flags.Olav Morken2011-11-211-11/+61
| | | | | | | | | | | | | | | | This patch adds two new features to the authorize:Authorize filter: - Add flag to change the policy from default-deny to default-allow. This makes it possible to block specific users. - Add a flag that changes the matching algorithm from regex matching to string matching, which simplifies matching with strings that contain special characters. This patch also makes it simpler to subclass this filter. Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2987 44740490-163a-0410-bde0-09ae8108e29a
* Add authorize-module.Olav Morken2009-10-051-0/+86
This module provides a filter for doing attribute-based access control for a service provider. Thanks to Ernesto Revilla for creating this filter. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1816 44740490-163a-0410-bde0-09ae8108e29a