- Nov 06, 2015
-
-
Jaime Perez Crespo authored
This reverts commit 09c5a23f.
-
- Nov 05, 2015
-
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- Oct 24, 2015
-
-
Tim van Dijen authored
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'.
-
- Oct 21, 2015
-
-
Jaime Perez Crespo authored
-
- Oct 06, 2015
-
-
- Jul 21, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 07, 2015
-
-
dialogik authored
Fix typo (reccomended -> recommended)
-
- Jun 16, 2015
-
-
Tyler Antonio authored
Created a central database class and updated the PDO MetaDataStorangeHandler to use it instead of its own database classes
-
- May 27, 2015
-
-
Thijs Kinkhorst authored
It's obviously more secure and therefore better as a default.
-
- May 14, 2015
-
-
Matt Schwager authored
-
- Apr 08, 2015
-
-
Tyler Antonio authored
-
- Jan 20, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Jan 15, 2015
-
-
Jaime Perez authored
-
Jaime Perez authored
-
- Jan 13, 2015
-
-
Frank Tamás authored
-
Frank Tamás authored
-
- Jan 08, 2015
-
-
Thijs Kinkhorst authored
-
- Jul 31, 2014
-
-
Jaime Perez authored
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Jul 07, 2014
-
-
Jaime Perez authored
-
Jaime Perez authored
Update the documentation for the sqlauth module, discouraging plain text passwords and adding the appropriate security considerations.
-
- Jun 17, 2014
-
-
Jaime Perez authored
-
- Apr 07, 2014
-
-
Jaime Perez authored
-
- Mar 14, 2014
-
-
Andrea Biancini authored
Modification to permit the automatic metadata creation of an SP to produce a friendlyName for RequestedAttributes. The current code works as follows. If authsources.php contains the following configuration: 'attributes' => array( 'eppn' => 'urn:oid:1.3.6.1.4.1.5923.1.1.1.6', 'mail' => 'urn:oid:0.9.2342.19200300.100.1.3', 'o' => 'urn:oid:2.5.4.10', 'cn' => 'urn:oid:2.5.4.3', 'givenName' => 'urn:oid:2.5.4.42', ), the metadata generator will produce the XML Metadata as follows: <md:RequestedAttribute FriendlyName="eppn" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="o" Name="urn:oid:2.5.4.10" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="cn" Name="urn:oid:2.5.4.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="givenName" Name="urn:oid:2.5.4.42" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
-
- Feb 21, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3372 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 27, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3333 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 24, 2014
-
-
Jaime Pérez Crespo authored
Followup on previous commits. Use redirectUntrustedURL() as a shortcut, and let everything else make use of redirectTrustedURL(). Move the responsibility to check the input out of the library, to the places where URLs are grabbed from input parameters. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3332 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 13, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3322 44740490-163a-0410-bde0-09ae8108e29a
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3320 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 06, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3314 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 19, 2013
-
-
Jaime Pérez Crespo authored
Properly document the signature.algorithm option. Also add configuration examples showing how to start using SHA-256, and warning about SHA-1 being disallowed starting in 2014. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3297 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 18, 2013
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3295 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 13, 2013
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3276 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 04, 2013
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3268 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 08, 2013
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3253 44740490-163a-0410-bde0-09ae8108e29a
-
- May 23, 2013
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3246 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 08, 2013
-
-
Olav Morken authored
Thanks to Daniel Tsosie for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3233 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 09, 2013
-
-
Andjelko Horvat authored
SimpleSAML_Module: add module.enable configuration option for enabling/disabling modules (issue #475). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3218 44740490-163a-0410-bde0-09ae8108e29a
-