Skip to content
Snippets Groups Projects
  1. Jul 23, 2019
  2. Jun 06, 2019
  3. Feb 11, 2019
  4. Jan 17, 2019
  5. Dec 07, 2018
  6. Nov 13, 2018
  7. Nov 12, 2018
  8. Nov 07, 2018
  9. Oct 17, 2018
  10. Jun 01, 2018
  11. May 31, 2018
  12. May 29, 2018
  13. May 28, 2018
  14. Jan 26, 2018
  15. Jan 06, 2018
  16. Oct 25, 2017
  17. Oct 19, 2017
  18. Dec 09, 2016
  19. Sep 05, 2016
  20. Aug 05, 2016
  21. Jul 26, 2016
    • Jaime Pérez's avatar
      Bump the version of the SAML2 library. · b02c5432
      Jaime Pérez authored
      Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
      b02c5432
  22. Mar 29, 2016
  23. Mar 09, 2016
  24. Nov 06, 2015
  25. Nov 05, 2015
  26. May 12, 2015
  27. May 11, 2015
  28. Apr 21, 2015
  29. Apr 20, 2015
  30. Apr 16, 2015
  31. Oct 22, 2014
    • Daan van Renterghem's avatar
      Fix client-certificate match if-check · 3224e870
      Daan van Renterghem authored
      `preg_match` returns `0` if no matches are found, `FALSE` only on error. This means that with the previous check unmatching certificates would not be identified, only when the preg_match itself would error.
      3224e870
  32. Sep 29, 2014
Loading