Skip to content
Snippets Groups Projects
Commit 6e5f719b authored by Olav Morken's avatar Olav Morken
Browse files

Changelog for version 1.5.1.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2294 44740490-163a-0410-bde0-09ae8108e29a
parent c4a0d187
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,31 @@ simpleSAMLphp changelog ...@@ -5,6 +5,31 @@ simpleSAMLphp changelog
Here is changes between simpleSAMLphp versions. Look here if you are upgrading, to see if there are any changes to the config format. Here is changes between simpleSAMLphp versions. Look here if you are upgrading, to see if there are any changes to the config format.
## Version 1.5.1
Released 2010-01-08.
* Fix security vulnerability due to insecure temp file creation:
* statistics: The logcleaner script outputs to a file in /tmp.
* InfoCard: Saves state directly in /tmp. Changed to the simpleSAMLphp temp directory.
* openidProvider: Default configuration saves state information in /tmp.
Changed to '/var/lib/simplesamlphp-openid-provider'.
* SAML 1 artifact support: Saves certificates temporarily in '/tmp/simplesaml', but directory creation was insecure.
* statistics: Handle new year wraparound.
* Dictionary updates.
* Fix bridged logout.
* Some documentation updates.
* Fix all metadata to use assignments to arrays.
* Fix $session->getIdP().
* Support AuthnContextClassRef in saml-module.
* Do not attempt to send logout request to an IdP that does not support logout.
* LDAP: Disallow bind with empty password.
* LDAP: Assume that LDAP_NO_SUCH_OBJECT is an error due to invalid username/password.
* statistics: Fix configuration template.
* Handle missing authority in idp-hosted metadata better.
## Version 1.5 ## Version 1.5
Released 2009-11-05. Revision 1937. Released 2009-11-05. Revision 1937.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment