- May 15, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@569 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@568 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@567 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@566 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
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@562 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@561 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@560 44740490-163a-0410-bde0-09ae8108e29a
-
- May 14, 2008
-
-
Mads Freek Petersen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@559 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@558 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@557 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Allow session_save_path to be overridden by setting the session.phpsession.savepath option in config.php. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@556 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
useful if simpleSAMLphp is running behind a reverse proxy or in a CMS. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@555 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@554 44740490-163a-0410-bde0-09ae8108e29a
-
- May 13, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@553 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@552 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@551 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@550 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@549 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@548 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Added function to generate random bytes from /dev/urandom, and changed generateID to use this function. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@547 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@546 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Change shib13 & saml2 SSOService to use a generated request id instead of the one received from the AuthnRequest. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@545 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@544 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This prevents the RelayState parameter from being passed to the IdP, and also removes the length limitation some IdPs have on the RelayState parameter. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@543 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This makes it possible to handle several logout requests at the same time, and it also removes the RelayState from being sent to the SPs. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@542 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Added code to retrieve the ID used in a LogoutRequest and the InResponseTo attribute from a LogoutResponse. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@541 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Change SAML2 LogoutRequest and LogoutResponse to use generateID and generateTimestamp from Utilities. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@540 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
-
- May 12, 2008
-
-
Mads Freek Petersen authored
Added some backward compatibility to includeInlineTranslation: now it accepts a string as well as an array. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@538 44740490-163a-0410-bde0-09ae8108e29a
-
Mads Freek Petersen authored
If NoPassive is returned (ie. user not logged in) AuthnResponse.process creates a valid session with an empty set of attributes. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@537 44740490-163a-0410-bde0-09ae8108e29a
-
- May 11, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@536 44740490-163a-0410-bde0-09ae8108e29a
-
- May 08, 2008
-
-
Olav Morken authored
Added method to generate a persistent user identifier, and an attributealter function for generating the eduPersonTargetedID attribute. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@535 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@534 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@533 44740490-163a-0410-bde0-09ae8108e29a
-
- May 07, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@532 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 30, 2008
-
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@531 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 29, 2008
-
-
Mads Freek Petersen authored
PDO reveals the database password when an error occurs! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@530 44740490-163a-0410-bde0-09ae8108e29a
-