Skip to content
Snippets Groups Projects
  1. Aug 24, 2017
  2. Jun 20, 2017
    • Elijah Lynn's avatar
      Add PDO $options support · 8e7d5ff1
      Elijah Lynn authored
      I may be missing something but I haven't found a way to add the --ssl-ca
      MySQL option to my database connection. It appears we just need to pass
      in an $options param.
      8e7d5ff1
  3. Jun 09, 2017
  4. Jun 07, 2017
  5. Jun 06, 2017
    • Jaime Pérez Crespo's avatar
      Fix a bug in the PHP session handler · ab344d88
      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.
  6. Jun 04, 2017
  7. Jun 01, 2017
  8. May 31, 2017
  9. May 26, 2017
  10. May 25, 2017
  11. May 24, 2017
  12. May 18, 2017
  13. May 06, 2017
  14. May 05, 2017
  15. May 02, 2017
  16. Apr 27, 2017
  17. Apr 26, 2017
  18. Apr 24, 2017
    • Jaime Pérez Crespo's avatar
      Make logout a bit easier. · b64ad1db
      Jaime Pérez Crespo authored
      First, there’s no reason to obtain the logout URLs only when logout was initiated. If we get them always, we allow templates to do fancy things like using javascript to do everything on the fly, without going through the script, by dynamically loading the iframes.
      
      Second, we should always check the associations against the ones registered in the session. That way, we can log SPs out individually, and if we refresh the page after that, they will still be marked as logged out.
      b64ad1db
Loading