summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Store
Commit message (Collapse)AuthorAgeFilesLines
* Reformat SimpleSAML_Auth_Store and fix phpdoc comments.Jaime Perez Crespo2016-06-021-324/+343
|
* Use LONGTEXT instead of the TEXT data type in MySQL to avoid size ↵Jaime Perez Crespo2016-06-021-1/+6
| | | | constraints in the latter. This resolves #399.
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-2/+2
|
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-3/+3
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-062-2/+2
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Correct name for memcache prefix config option.Thijs Kinkhorst2015-10-241-1/+1
|
* Update Memcache.php to prevent data-collisionTim van Dijen2015-10-241-3/+16
| | | | | | Prevent data-collision when hosting several SSP-instances on one machine, when more than one is using memcache. Introduces new config setting 'memcache_store.prefix'.
* PSR-2 reformatting of Memcache.phpTim van Dijen2015-10-241-48/+50
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-092-2/+0
|
* Fix for issue #524. The get() method of the SimpleSAML_Store interface ↵Jaime Pérez Crespo2013-02-261-0/+4
| | | | | | should always return NULL in case of failure. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3227 44740490-163a-0410-bde0-09ae8108e29a
* SimpleSAML_Store_Memcache::set(): expire fix (issue #501).Andjelko Horvat2012-06-261-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3125 44740490-163a-0410-bde0-09ae8108e29a
* Store_SQL: Fix deletion of keys from SQL.Olav Morken2011-01-191-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2718 44740490-163a-0410-bde0-09ae8108e29a
* Store_SQL: Fix support for custom table prefix.Olav Morken2010-12-011-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2674 44740490-163a-0410-bde0-09ae8108e29a
* Store_Memcache: Properly invoke the delete()-method.Olav Morken2010-09-091-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2536 44740490-163a-0410-bde0-09ae8108e29a
* SQL datastore.Olav Morken2010-08-091-0/+319
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2492 44740490-163a-0410-bde0-09ae8108e29a
* Implement datastore API, for session storage and other data.Olav Morken2010-08-091-0/+63
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2490 44740490-163a-0410-bde0-09ae8108e29a