- Jun 06, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@607 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@606 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 05, 2008
-
-
Olav Morken authored
The 'errorreportaddress' configuration option is now removed, and the user must set the 'technicalcontact_email' to enable error reporting. This patch introduces two new strings which should be translated, both in dict/errors.php: 'errorreport_header': Error report sent 'errorreport_text': The error report has been sent to the administrators. A more descriptive message should probably be set as the text. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@605 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@604 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 04, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@603 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Note that this may break existing applications. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@602 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@601 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@600 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@599 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@598 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@597 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@596 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 03, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@595 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@594 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This patch adds metadata signing. It can be enabled globally by setting the 'metadata.sign.enable' global option, or per SP/IdP by setting the same option in the metadata of the SP/IdP. To sign the metadata, both a private key and a certificate is used. The following configuration options determine which key and certificate files will be used: - per SP/IdP metadata: 'metadata.sign.privatekey' & 'metadata.sign.certificate' - globally: 'metadata.sign.privatekey' & 'metadata.sign.certificate' - per SP/IdP metadata: (fallback) 'privatekey' & 'certificate' git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@593 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
bin/parseMetadata.php: Added support for requiring the metadata to be signed by a certificate with the specified fingerprint. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@592 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@591 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This function behaves like the DOM function insertBefore, and makes it possible to insert the signature element at a specific place in the DOM tree. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@590 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@589 44740490-163a-0410-bde0-09ae8108e29a
-
Mads Freek Petersen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@588 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@587 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@586 44740490-163a-0410-bde0-09ae8108e29a
-
- May 30, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@585 44740490-163a-0410-bde0-09ae8108e29a
-
- May 29, 2008
-
-
Andreas Åkre Solberg authored
Heavy update to the dictionary files. I have created scripts to populate dictionary files from the database. From now on language updates will be more frequent. Most importantly we now have Hrvatski and Magyar git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@584 44740490-163a-0410-bde0-09ae8108e29a
-
- May 28, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@583 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@582 44740490-163a-0410-bde0-09ae8108e29a
-
- May 19, 2008
-
-
Hans Zandbelt authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@581 44740490-163a-0410-bde0-09ae8108e29a
-
- May 16, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@580 44740490-163a-0410-bde0-09ae8108e29a
-
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@574 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@573 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
If MemcacheStore is used to store objects which are changed, then they should be added to MemcacheStore again after they have changed. This change also fixes a potential problem when both the MemcacheStore class and the Session class uses register_shutdown_function. Earlier one could get a situation where MemcacheStore-objects's shutdown-function was run first, followed by the Session-object's. In that case the changes to the Session- object wouldn't be saved. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@572 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
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
-