Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat SimpleSAML_Auth_Store and fix phpdoc comments. | Jaime Perez Crespo | 2016-06-02 | 1 | -324/+343 |
| | |||||
* | Use LONGTEXT instead of the TEXT data type in MySQL to avoid size ↵ | Jaime Perez Crespo | 2016-06-02 | 1 | -1/+6 |
| | | | | constraints in the latter. This resolves #399. | ||||
* | Update the classes in lib/SimpleSAML/ too. | Jaime Perez Crespo | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Clean one-liner comments. | Jaime Perez Crespo | 2015-11-06 | 1 | -3/+3 |
| | |||||
* | s/simpleSAMLphp/SimpleSAMLphp/g | Jaime Perez Crespo | 2015-11-06 | 2 | -2/+2 |
| | | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes) | ||||
* | Correct name for memcache prefix config option. | Thijs Kinkhorst | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | Update Memcache.php to prevent data-collision | Tim van Dijen | 2015-10-24 | 1 | -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.php | Tim van Dijen | 2015-10-24 | 1 | -48/+50 |
| | |||||
* | Drop obsolete SVN $Id$ keywords. | Thijs Kinkhorst | 2014-07-09 | 2 | -2/+0 |
| | |||||
* | Fix for issue #524. The get() method of the SimpleSAML_Store interface ↵ | Jaime Pérez Crespo | 2013-02-26 | 1 | -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 Horvat | 2012-06-26 | 1 | -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 Morken | 2011-01-19 | 1 | -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 Morken | 2010-12-01 | 1 | -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 Morken | 2010-09-09 | 1 | -1/+1 |
| | | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2536 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | SQL datastore. | Olav Morken | 2010-08-09 | 1 | -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 Morken | 2010-08-09 | 1 | -0/+63 |
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2490 44740490-163a-0410-bde0-09ae8108e29a |