- Nov 06, 2015
-
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
- Oct 16, 2015
-
-
Sergio Gómez authored
-
- Aug 06, 2015
-
-
Jaime Perez Crespo authored
-
- Jul 31, 2015
-
-
Thijs Kinkhorst authored
INCPREFIX has been added in March 2008 and was already deprecated in June 2008, i.e. > 7 years ago.
-
- Jun 10, 2015
-
-
Tom Johnell authored
Moved logic pertaining to finding configdir to central location, added ability to set via environment variable
-
- Apr 20, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::initTimezone() to SimpleSAML\Utils\Time::initTimezone(). Deprecate the former.
-
Jaime Perez Crespo authored
Deprecate SimpleSAML_Utilities::disanleXMLEntityLoader(). Since we are requiring PHP 5.3, we can call libxml_disable_entity_loader() directly.
-
- Jan 12, 2015
-
-
Thijs Kinkhorst authored
To prevent local and remote file inclusion attacks. This is in most cases already disabled by default in system libraries, so this will be a no-op to most systems, but to be safe we explicitly disable it also. Fixes #74
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Apr 28, 2014
-
-
Thijs Kinkhorst authored
This is necessary to make sure that if a minimum PHP error level has been set, this is also respected by SSP's error handler. Most notably, this will make calls prefixed with '@', the PHP warning silencer, actually silence the warnings. The SSP code tries to makes use of the @ sign on various places around the code, but this will only work if it's actually checked here.
-
- Dec 08, 2011
-
-
Olav Morken authored
Due to a PHP bug combined with deprecation-warnings from the OpenID library, we may fail with a fatal error due to not finding the SimpleSAML_Logger class. See PHP bug: https://bugs.php.net/bug.php?id=47987 git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2999 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 07, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2742 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 24, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2191 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 22, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2123 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 05, 2010
-
-
Olav Morken authored
This hasn't been required in a long time, and any external code depending on it should have been fixed. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2075 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 04, 2009
-
-
Olav Morken authored
Enable the assertion handler for all pages which load www/_include.php. This may lead to more logging of assertion failures, but should otherwise be invisible. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2028 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 16, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1857 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 24, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1707 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 18, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1687 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 13, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1663 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 07, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1643 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 03, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1596 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 17, 2009
-
-
Olav Morken authored
Disable the custom handlers until the logger class and the configuration class can avoid calling recursing into each other. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1590 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 14, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1585 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 13, 2009
-
-
Olav Morken authored
This patch adds an exception handler which will catch all unhandled exceptions and display an error page to the user. It also adds a handler for PHP errors and warnings. This handler will show a stacktrace of the error, and then pass the error to the normal PHP error handler. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1561 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 26, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1329 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 25, 2009
-
-
Olav Morken authored
Configuration: Make it possible to initialize from an array, and introduce replacements for init() and copyFromBase(). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1322 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 06, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@612 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This patch adds a autoloader file (lib/_autoload.php), and changes www/_include.php to load this file. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@608 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 06, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@373 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 05, 2008
-
-
Andreas Åkre Solberg authored
Adding a SIMPLESAML_INCPREFIX parameter before the inclusion of new files. This workaround was neccessary for university of oslo to make simplesamlphp work when ini_Set was not available. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@353 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 03, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@343 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 25, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@321 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 24, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@195 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 30, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@62 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 24, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@50 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 14, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2 44740490-163a-0410-bde0-09ae8108e29a
-