- Aug 24, 2017
-
-
Elijah Lynn authored
-
- Jun 20, 2017
-
-
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.
-
- Sep 29, 2016
-
-
Jaime Pérez authored
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
- Apr 21, 2015
-
-
Jaime Perez Crespo authored
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Dec 03, 2013
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3308 44740490-163a-0410-bde0-09ae8108e29a
-
- May 03, 2013
-
-
Olav Morken authored
Thanks to François Kooman for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3238 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 15, 2012
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3047 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3045 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 08, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2998 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 10, 2011
-
-
Jacob Christiansen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2708 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 25, 2009
-
-
Andreas Åkre Solberg authored
Retrieving consent date and usage date from consent database... Should not conflict with existing code. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1327 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 17, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1278 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 07, 2009
-
-
Mads Freek Petersen authored
have used this in wayf.dk for giving the users a way to see -, give - and withdraw consent for all service providers in one place. The work of adapting the code into a module mostly done by Jacob Christiansen - (jach@wayf.dk). It depends on the Consent module for computing hashes and accessing the consent database. It also depends on the new isPassive functionality in the auth processing filters ie. a filter must throw a SimpleSAML_Error_NoPassive exception if it demands user interaction to be compatible with this module. In addition Jacob has fixet a bug in the Consent module so that i computes the correct targetedId when running on a bridge/proxy. The database access in the Consent module has been updated with some extra funtionality for consent administration use. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1247 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 31, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@958 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@957 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 25, 2008
-
-
Olav Morken authored
This implements a module for requesting attribute release consent from the user. It is based on the consent support already in simpleSAMLphp. There are some changes brom the builtin consent support. The database schema is different, the table now includes a UNIQUE constraint on user and destination, and the destination is no longer encoded as a hash. There is also support for saving the consent in cookies. See modules/consent/Auth/Process/Consent.php for information about configuration. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@829 44740490-163a-0410-bde0-09ae8108e29a
-