- Sep 22, 2009
-
-
Mads Freek Petersen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1769 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 14, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1665 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 12, 2009
-
-
Olav Morken authored
Change all users of the nameId arrays to use 'Value' instead of 'value'. 'value' was the old name, but this is changed to 'Value' in order to be consistent with other attributes. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1654 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 18, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1286 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 10, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@982 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@978 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 25, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@832 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 12, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@804 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 18, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@787 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 17, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@786 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 03, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@766 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 23, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@691 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 06, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
invalid logout handler. The file name should no longer be neccesary, as the files should now be loaded by the autoloader. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@609 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@606 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 03, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@587 44740490-163a-0410-bde0-09ae8108e29a
-
- May 16, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@579 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Session: Add getDataOfType function, which retrieves all data of the given type from the data store. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@578 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@577 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This also changes the declaration of the setData method, as the $timeout parameter moves to the end of the list. If no $timeout parameter is supplied, then the 'session.datastore.timeout' configuration option will be used. If this option doesn't exist, the 'session.requestcache' option will be used. If neither of these are used, then four hours will be used as the timeout. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@576 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
The logout handlers currently use the setData and getData interfaces. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@575 44740490-163a-0410-bde0-09ae8108e29a
-
- May 15, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@573 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This should fix the problem with session_start() requiring the SimpleSAML_Session class to be loaded. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@571 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@570 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This should make that code much easier to understand, and it fixes a few hard-to-hit bugs, such as the authority not being set if the session doesn't exist before being created. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@565 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Most of the places which currently call getInstance without a parameter expects a session to be returned. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@564 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@563 44740490-163a-0410-bde0-09ae8108e29a
-
- May 13, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@549 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Added data store for storing (type,key)=>value pairs with an associated timeout for data in the store. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@539 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 20, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@500 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 01, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@481 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 27, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@450 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 12, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@403 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 06, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@370 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 05, 2008
-
-
Andreas Åkre Solberg authored
Adding a SIMPLESAML_INCPREFIX parameter before the inclusion of new files. This workaround was neccessary for university of oslo to make simplesamlphp work when ini_Set was not available. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@353 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 15, 2008
-
-
Andreas Åkre Solberg authored
Improvement to debuglogging logging in general, handling of illegal input to saml interfaces, improved error handling, better language support, collected all error messages in one dictionary file. +++ git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@308 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 14, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@302 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@298 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
renamed the logger class to follow the guidelines for classnaming. Also added some new log entries, and add an entry for SSO login statistics git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@297 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 13, 2008
-
-
Lasse Birnbaum Jensen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@291 44740490-163a-0410-bde0-09ae8108e29a
-