- Jun 30, 2017
-
-
Jaime Pérez Crespo authored
If we get a response with an InResponseTo attribute that doesn't match a valid state array, and the response is not a duplicate, we should continue with the response as an unsolicited one.
-
- Jun 23, 2017
-
-
Jaime Pérez Crespo authored
FQDN can be up to 255 chars according to RFC1035 3.1
-
Romanos Dodopoulos authored
The _authSource column stores FQDNs. Increase the VARCHAR size from 30 to 255 since this is the maximum allowed length of a FQDN (RFC1035). Also, increase the TableVersion to 2 and MODIFY the column size of existing version 1 tables. Fixes #579
-
- Jun 22, 2017
-
-
Jaime Pérez Crespo authored
Add PHP 7.1 to TravisCI build versions
-
Matt Schwager authored
-
Thijs Kinkhorst authored
Disco suggest algorithm accepts also -_() characters
-
Jaime Pérez Crespo authored
LinkedIn.php in PSR-2
-
Michal Procházka authored
When IdP has e.g. acronym in the name covered by () or there is dash in the name, then the current suggest algorithm doesn't split the name correctly, so disco doesn't show the name of the organization when you type the acronym or something which is in brackets.
-
Michal Procházka authored
-
- Jun 21, 2017
-
-
Remy Blom authored
* Adjusted the silent fail to log a warning when $this->getLdap() fails the silent fail on searchformultiple(...) did not show anything in the log when actually it was the $this->getLdap() that failed. * Bugfix: Wrapped the building of authsource config with issets Not doing this gave me errors about ldap.port and ldap.timeout not being an integer (but NULL) from Configuration.php Dec 23 08:28:10 simplesamlphp WARNING [94b0f44d76] AttributeAddFromLDAP: exception = exception 'Exception' with message 'ldap:AuthProcess: The option 'ldap.port' is not a valid integer value.' in /Users/remy/git/saml-IdP/lib/SimpleSAML/Configuration.php:737 Stack trace: #0 /Users/remy/git/saml-IdP/modules/ldap/lib/Auth/Process/BaseFilter.php(267): SimpleSAML_Configuration->getInteger('ldap.port', 389) #1 /Users/remy/git/saml-IdP/modules/ldap/lib/Auth/Process/AttributeAddFromLDAP.php(172): sspmod_ldap_Auth_Process_BaseFilter->getLdap() ... * removed the @ as thijskh suggested... * feature: AttributeCopy can take array for 1 attribute * Revert "feature: AttributeCopy can take array for 1 attribute" This reverts commit 78ccac061eab0fc4a0680e2aaf9ae07c3b6a29ac. * BaseFilter.php: fix indent and added more isset checks... * BaseFilter.php: removed an unneeded if ($authsource['search.enable'] .... Since I moved this code into an if that already only gets executed when authsource['search.enable'] = true it is no longer needed in this check....
-
Jaime Pérez Crespo authored
adjustment of meta viewport
-
Jaime Pérez Crespo authored
feature: AttributeCopy can take array for an attribute
-
Remy Blom authored
-
Remy Blom authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Add REMOTE_ADDR to successful auth and user name to unsuccessful log …
-
Jaime Pérez Crespo authored
-
- Jun 20, 2017
-
-
Thijs Kinkhorst authored
Added tests for SimpleSAML\XML\Signer
-
- Jun 16, 2017
-
-
Matt Schwager authored
-
- Jun 09, 2017
-
-
Thijs Kinkhorst authored
Fixed typos.
-
Dane Powell authored
-
- Jun 07, 2017
-
-
Thijs Kinkhorst authored
docs: Fix minor typo.
-
forevermatt authored
-
- Jun 06, 2017
-
-
Jaime Pérez Crespo authored
When unserializing the session fails, the handler should return null instead of false. Additionally, SimpleSAML_Session::load() should make sure that it got an instance of SimpleSAML_Session, to avoid any misbehaving handlers to generate an issue. This resolves #616.
-
- Jun 04, 2017
-
-
Thijs Kinkhorst authored
Remove duplicate config
-
Tim van Dijen authored
-
- Jun 01, 2017
-
-
Thijs Kinkhorst authored
Update composer.lock with vfsStream dev-dependency
-
- May 31, 2017
-
-
John Maguire authored
I believe #592 broke unit tests by adding a dev-dependency to `composer.json` but forgot to update `composer.lock`. Therefore, `composer install` does not install all the necessary dependencies for tests.
-
- May 26, 2017
-
-
Thijs Kinkhorst authored
Added tests for SimpleSAML\Utils\XML
-
Thijs Kinkhorst authored
SimpleSAML_SessionHandler* classes refactorized to PSR-4
-
Thijs Kinkhorst authored
Extend theming documentation about resource referencing
-
- May 25, 2017
-
-
Matt Schwager authored
-
- May 24, 2017
-
-
Oliver Bertuch authored
-
- May 18, 2017
-
-
Thijs Kinkhorst authored
docs: Improve raw simplesamlphp-modules.md
-
forevermatt authored
-
- May 09, 2017
-
-
Alan Buxey authored
for better mobile/small form factor support (eg when using landscape) - don't specify the device-width etc (see e.g. https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html )
-
Alan Buxey authored
for better mobile/small form factor support (eg when using landscape) - don't specify the device-width etc (see e.g. https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html )
-
- May 06, 2017
-
-
Jaime Pérez Crespo authored
Added tests for SimpleSAML\Utils\Crypto
-
- May 05, 2017
-
-
Jaime Pérez Crespo authored
Fix link
-
Eric Heydrick authored
-