- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Mar 07, 2016
-
-
Jaime Perez Crespo authored
-
- Mar 04, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
No need to disable the error handler momentarily when guessing the timezone from the OS. Mask errors instead.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Mar 03, 2016
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix a couple formatting issues in SimpleSAML\Utils\HTTP. Start using SimpleSAML\Module and SimpleSAML\Logger in there.
-
Jaime Perez Crespo authored
Fix build for older PHP versions that don't allow passing return values as a reference to a function.
-
Jaime Perez Crespo authored
Bugfix: there's a couple of places in SimpleSAML\Utils\HTTP where we should use the host AND port if the latter is not the default one, but we are only using the host. These are the case for evaluating the 'trusted.url.domains' configuration options (we should allow the host and port we are reachable in, but not other ports in the same host) and the method that returns the host with path, which should include the port if that's not standard (the documentation of the method already says so).
-
Jaime Perez Crespo authored
* bug/issue337: 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. Fixes issue 337
-
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.
-
Jaime Pérez Crespo authored
Add attribute mappings for eduPersonUniqueId
-
Nicolas Liampotis authored
-
Nicolas Liampotis authored
-
- Mar 02, 2016
-
-
Andrés Blanco authored
-
Jaime Perez Crespo authored
Another bugfix: sometimes, very early during execution, a class with namespaces might not be autoloaded yet, and if we are asked to load the old class without namespaces, it will fail. Make it load the file corresponding to the class first, and see if it exists then. If not, try to see if it has been migrated to namespaces, and create the alias then.
-
Jaime Perez Crespo authored
Bugfix: don't try to log anything before creating a class alias, as the logger itself might be subject to an alias.
-
Jaime Pérez Crespo authored
Several updates to the Radius module
-
Jaime Perez Crespo authored
-
- Mar 01, 2016
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
No connections to the radius servers are made in these functions.
-
Thijs Kinkhorst authored
-
Jaime Perez Crespo authored
-
Jaime Pérez Crespo authored
SimpleSAML namespace usage in config.php
-
Gyula Szabó authored
Minor changes to use SimpleSAML namespace to Logger logging level definitions.
-
- Feb 26, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-