- May 31, 2018
-
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
-
- May 29, 2018
-
-
Emmanuel Dreyfus authored
(all SimpleSAMLphp source code should be updated, not only this contribution)
-
- May 28, 2018
-
-
Emmanuel Dreyfus authored
-
Emmanuel Dreyfus authored
-
Emmanuel Dreyfus authored
By using an appropriate WHERE clause in the SQL statement, we can avoid loading the whole dataset in getMetaData(), which brings an welcome performance improvement with large Metadata sets.
-
- Apr 13, 2018
-
-
Matt Schwager authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Jul 06, 2016
-
-
Jaime Pérez authored
bugfix: Make sure the PDO and Serialize metadata storage handlers return metadata containing the 'entityid' key. While investigating issue #393, we noticed that these two handlers don't enforce the entity ID of each entity to be set in the 'entityid' key of the metadata array (the Flatfile and XML handlers to enforce this). Since this is the way we propagate the entity ID (code using metadata won't necessarily have access to the key of the metadata array containing the entity ID, or such a thing might not even exist), we need to make sure the entity ID is set inside the array. Otherwise, if the metadata for an entity does not contain it directly, the 'ExpectedIssuer' would be set to null, an error recorded, and authentication would fail as the entity ID of the IdP issuing an assertion would not match.
-
- Mar 03, 2016
-
-
Jaime Perez Crespo authored
Rename Utils\HTTP::getSelfHostWithoutPort() to Utils\HTTP::getSelfHostWithNonStandardPort(), change the logic, and reimplement Utils\HTTP::getSelfHost() to depend on use the former. Complete the tests to include the case of port 443 while using HTTPS.
-
- Mar 02, 2016
-
-
Andrés Blanco authored
-
- Feb 17, 2016
-
-
Jaime Perez Crespo authored
Bugfix. While SimpleSAML\Database::query() returns a PDOStatement, SimpleSAML\Database::exec() doesn't. Make both return an integer with the amount of rows affected. Add a return value to SimpleSAML_Metadata_MetadataStorageHandlerPdo::initDatabase().
-
- Jul 31, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Jul 22, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 21, 2015
-
-
Tyler Antonio authored
-
- Jul 20, 2015
-
-
Tyler Antonio authored
-
- 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
-
- Apr 22, 2015
-
-
Tyler Antonio authored
Fixed bug with adding metadata where it would try to run an UPDATE against the SQL DB if an entry did not already exist.
-
- Apr 08, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Apr 02, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-