Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. 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
  3. Mar 29, 2016
  4. Mar 09, 2016
  5. Nov 06, 2015
  6. Nov 05, 2015
  7. May 12, 2015
  8. May 11, 2015
  9. Apr 21, 2015
  10. Apr 20, 2015
  11. Apr 16, 2015
  12. 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
  13. Sep 29, 2014
  14. Sep 05, 2014
  15. Jul 09, 2014
  16. Jun 25, 2014
  17. Jun 18, 2014
  18. Nov 19, 2013
  19. Sep 02, 2013
  20. Jul 17, 2013
  21. Oct 18, 2012
  22. Oct 09, 2012
  23. Oct 01, 2012
  24. Sep 20, 2012
  25. Aug 02, 2012
  26. Mar 29, 2012
  27. Sep 14, 2011
  28. Sep 07, 2011
  29. Mar 07, 2011
  30. Jan 03, 2011
  31. Nov 04, 2010
  32. Nov 02, 2010
Loading