summaryrefslogtreecommitdiffstats
path: root/modules/saml/lib/Auth/Process/SQLPersistentNameID.php
Commit message (Collapse)AuthorAgeFilesLines
* Bump the version of the SAML2 library.Jaime Pérez2016-07-261-2/+2
| | | | Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
* Update the modules too.Jaime Perez Crespo2016-03-091-9/+9
|
* Reformat sspmod_saml_Auth_Process_SQLPersistentNameID.Jaime Perez Crespo2015-08-301-130/+159
|
* Provide config options to allow SQLPersistentNameID to be less conservative ↵Guy Antony Halse2015-08-171-2/+47
| | | | about creating entries in the SQL datastore, whilst preserving default behaviour
* Schedule SimpleSAML_Utilities::stringToHex() for removal. Deprecate and stop ↵Jaime Perez Crespo2015-04-161-1/+1
| | | | using it.
* Schedule SimpleSAML_Utilities::generateRandomBytes() for removal. Deprecate ↵Jaime Perez Crespo2015-04-161-1/+1
| | | | and stop using it.
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
|
* saml:SQLPersistentNameID: New filter for storing persistent NameIDs in SQL ↵Olav Morken2011-03-151-0/+92
datastore. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2781 44740490-163a-0410-bde0-09ae8108e29a