- May 31, 2015
-
-
Jaime Perez Crespo authored
-
- May 28, 2015
-
-
Jaime Perez Crespo authored
# By Brook Schofield # Via Brook Schofield (1) and Jaime Pérez Crespo (1) * 'master' of github.com:simplesamlphp/simplesamlphp: Improve the local generation of metadata for attributes.required
-
- May 27, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix the phpdoc for SimpleSAML\Utils\Random::generateID() and add a constant with the length of generated IDs.
-
Jaime Perez Crespo authored
-
Jaime Pérez Crespo authored
Improve the local generation of metadata to support registrationAutho…
-
Thijs Kinkhorst authored
A-Select: always add uid+organization to attributes
-
Brook Schofield authored
Useful in the leadup to entity category support to publish registrationAuthority (which might be overridden by a federation) and attributes.required.
-
Thijs Kinkhorst authored
Use robrichards/xmlseclibs instead simplesamlphp/xmlseclibs
-
Maks3w authored
Implies update simplesamlphp/saml2 because share the same dependency
-
Mark Janssen authored
-
Jaime Pérez Crespo authored
extend authX509 module with authentication processing filter for generating certificate expiry warnings
-
Joost van Dijk authored
-
Joost van Dijk authored
-
Mark Janssen authored
uid and organization attributes are not always in `$creds['attributes']`, so we add an option for that.
-
Thijs Kinkhorst authored
It has been marked deprecated and generates warnings since 2013. The functionality is easily replaced by using the smartattributes module.
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Since PHP 5.3 is required, there's no need to treat users of 5.1.2-5.2 specially. Also we can safely use LDAP_OPT_NETWORK_TIMEOUT now.
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
No need to keep it around as deprecated, since it has only been in master, never in a released version, and has been added just a few months ago.
-
Olav Morken authored
Add tests for most of the data retrieval functions. No tests for the metadata functions present though.
-
Joost van Dijk authored
-
- May 26, 2015
-
-
Thijs Kinkhorst authored
It has never really gained traction and is now superseeded by the composer module installer.
-
Thijs Kinkhorst authored
-
Olav Morken authored
* One test suite for all tests. * One file per class that is tested. These changes should make it easier to add new tests.
-
Olav Morken authored
This class has been broken for several years, and we are not aware of any users of it. Delete that class and any code instantiating that class.
-
Olav Morken authored
-
Olav Morken authored
-
Jaime Pérez Crespo authored
Update IPv6 CIDR checks.
-
Olav Morken authored
-
Olav Morken authored
This add testing on PHP 7.0 (nightly build). The test is added as an allowed failure for now. but it can be useful to keep an eye on it just in case we do something that won't work in PHP 7.
-
Brook Schofield authored
-
Brook Schofield authored
-
Brook Schofield authored
inet_pton failure is captured later - silence so unit tests pass.
-
Brook Schofield authored
-
Olav Morken authored
Currently, if we try to load a class from a module, and the config.php is absent, we will get an error about the missing configuration file. There is no reason for the configuration file to be mandatory here, since we have reasonable fallbacks, so fix the code to make it optional. This should make it easier to write tests for code in modules.
-
Olav Morken authored
-
Olav Morken authored
-
- May 18, 2015
-
-
Jaime Pérez Crespo authored
LDAP Connection Improvements
-