Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the version of the SAML2 library. | Jaime Pérez | 2016-07-26 | 1 | -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 Crespo | 2016-03-09 | 1 | -9/+9 |
| | |||||
* | Reformat sspmod_saml_Auth_Process_SQLPersistentNameID. | Jaime Perez Crespo | 2015-08-30 | 1 | -130/+159 |
| | |||||
* | Provide config options to allow SQLPersistentNameID to be less conservative ↵ | Guy Antony Halse | 2015-08-17 | 1 | -2/+47 |
| | | | | about creating entries in the SQL datastore, whilst preserving default behaviour | ||||
* | Schedule SimpleSAML_Utilities::stringToHex() for removal. Deprecate and stop ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -1/+1 |
| | | | | using it. | ||||
* | Schedule SimpleSAML_Utilities::generateRandomBytes() for removal. Deprecate ↵ | Jaime Perez Crespo | 2015-04-16 | 1 | -1/+1 |
| | | | | and stop using it. | ||||
* | Drop obsolete SVN $Id$ keywords. | Thijs Kinkhorst | 2014-07-09 | 1 | -1/+0 |
| | |||||
* | saml:SQLPersistentNameID: New filter for storing persistent NameIDs in SQL ↵ | Olav Morken | 2011-03-15 | 1 | -0/+92 |
datastore. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2781 44740490-163a-0410-bde0-09ae8108e29a |