- Jul 22, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2874 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 03, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2618 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 14, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1669 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1665 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 07, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1642 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1640 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 01, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1344 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 04, 2008
-
-
Cato Olsen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@975 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 26, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@897 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 06, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 03, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@586 44740490-163a-0410-bde0-09ae8108e29a
-
- May 15, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@569 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@560 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
-
- Feb 15, 2008
-
-
Andreas Åkre Solberg authored
Improvement to debuglogging logging in general, handling of illegal input to saml interfaces, improved error handling, better language support, collected all error messages in one dictionary file. +++ git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@308 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 14, 2008
-
-
Andreas Åkre Solberg authored
renamed the logger class to follow the guidelines for classnaming. Also added some new log entries, and add an entry for SSO login statistics git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@297 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 13, 2008
-
-
Lasse Birnbaum Jensen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@291 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 07, 2008
-
-
Lasse Birnbaum Jensen authored
TrackID is always prepended to the logstring New logging options in config-template.php Possible to configure logging to use syslog or file Please test the new logging function. Logging handler has only been added. The old logging function is still uses in the code. After test all logging calls should be rewritten to the new format. Usage: Required: require_once('SimpleSAML/Logger.php'); Logging: Logger::emergency("text to log"); Logger::critical("text to log"); Logger::alert("text to log"); Logger::error("text to log"); Logger::warning("text to log"); Logger::notice("text to log"); Logger::info("text to log"); Logger::debug("text to log"); Logger::emergency("text to log"); Logger::info(array("text","to","log")); Statistics: Stats are prepended with STAT in the logfile for easier analysis. Logger::stats("SSO"); Example (syslog): Feb 7 21:02:33 server_name simpleSAMLphp[pid]: [trackid] loglevel text to log git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@268 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 04, 2008
-
-
Andreas Åkre Solberg authored
Added some more debug logging, and fixed a serious bug with the session clean() method that caused bridging to not work properly as the cached requestID also was cleaned :) git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@244 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 31, 2008
-
-
Andreas Åkre Solberg authored
Implementeed better error handling. Separate static function for fatal error in utitilies that present a error the user. This page to the user shows a error text that can be localized to several languages, the error page also shows debug text, and a way to submit errors to the administrators. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@232 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 30, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@222 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 17, 2008
-
-
Andreas Åkre Solberg authored
Added the possibility for the logger to get the trackID it self... Temporary thing, we shuold rewrite and improve the logging class a bit. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@165 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 30, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@60 44740490-163a-0410-bde0-09ae8108e29a
-