- Feb 08, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@270 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Utilities::redirect: Changed output to be xhtml compliant, and added autofocus on the redirect link. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@269 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
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@267 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@266 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@265 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@264 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@263 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@262 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@261 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@260 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@259 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Tidying frontpage code, as well as checking whether user is running ssp on https, and if not give a warning on the frontpage git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@258 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 06, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@257 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
getinstance(true) on simplesamlphp saml 2 sp example, because you might want to log with trackid before starting sso git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@256 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@255 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 05, 2008
-
-
Hans Zandbelt authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@254 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Switched SingleSignonurl to SingleSignOnService in metadata templates. Thanks to Lukas for reporting. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@253 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@252 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 04, 2008
-
-
Hans Zandbelt authored
don't calculate the fingerprint for anything that is not an x509 certificate; this fixes an issue where a key value is included -after- the certificate value in the authnresponse and the fingerprint would be overridden (and set to a null value) git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@251 44740490-163a-0410-bde0-09ae8108e29a
-
Hans Zandbelt authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@250 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@249 44740490-163a-0410-bde0-09ae8108e29a
-
Hans Zandbelt authored
refactor metadata/configuration stuff so it can be splitted out into files (aselect-sp-hosted,aselect-idp-remote etc.) git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@248 44740490-163a-0410-bde0-09ae8108e29a
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@247 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Adding a Feide specific authentication module. This module will search ePPN (edupersonprincipalname) before binding instead of using a pattern like ldap-multi. Initial submit. Auth: Anders Lund git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@246 44740490-163a-0410-bde0-09ae8108e29a
-
Hans Zandbelt authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@245 44740490-163a-0410-bde0-09ae8108e29a
-
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
-
Andreas Åkre Solberg authored
Added extra debug logging, and changed the processuahtnrequest error to use the new fataerror() message git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@243 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 03, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@242 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 02, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@241 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@240 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
modified the configuration class so it allows multiple simultanous instances. This is important in the case where you write a separate application that makes use of simplesamlphp and also make use of the simplesamlphp libraries as the template system where the template directory is not the same as for simplesamlphp itself. I am writing an application called openwiki where this is important. should not break existing code, and no modifications neccessary in other simplesamlphp files. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@239 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 01, 2008
-
-
Andreas Åkre Solberg authored
cleaning shib 1.3 signature code, and add some error checks for whether the cert and private key files exists git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@238 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Using AssertionConsumerService instead of shire to better match saml2 metadata. also making audience optional, and make some error proofing. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@237 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@236 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Fixed two bugs with signing Shib 1.3 responses. 1) certificate chain bug 2) switched to sign responses instead of assertions git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@235 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Adding some custom icons to some template pages. Some minor edits on install doc (just removing some sections) git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@234 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 31, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@233 44740490-163a-0410-bde0-09ae8108e29a
-
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
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@231 44740490-163a-0410-bde0-09ae8108e29a
-