- Dec 11, 2015
-
-
Andrew Klatzke authored
-
- Mar 05, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@351 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 04, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@348 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@346 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 03, 2008
-
-
Andreas Åkre Solberg authored
Adding option for protecting metadata. Default is that metadata is not protected (publicly available) git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@340 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 28, 2008
-
-
Andreas Åkre Solberg authored
Make use of the LDAP class in the login.php file... and fixed the config option of what attributes to retrieve git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@329 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 27, 2008
-
-
Andreas Åkre Solberg authored
Adding support for full paths outside the simplesamlphp installation. This patch was provided by Kenneth Svee! Thanks! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@327 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 14, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@298 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@296 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 12, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@283 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 05, 2008
-
-
Anders Lund authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@252 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 04, 2008
-
-
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
-
- Jan 31, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@233 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 30, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@225 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 29, 2008
-
-
Andreas Åkre Solberg authored
Fixed bug with session creation self::init(). Also made a config option and disabled admin login on the index page on default git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@210 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 28, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@207 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Implemented more efficient storage of AuthnRequests in session. Instead of caching the complete request object, we now cache an assoc array with the neccessary parameters. Both for SAML 2.0 and Shib 1.3. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@200 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 20, 2008
-
-
Lasse Birnbaum Jensen authored
Implemented verification of authenticationrequest, logoutrequest and logoutresponse. Moved config of signing and verification to individual metadata entries. To sign/verify on hosted SP there must be a certificate and a privatekey. The normal certificate and privatekey of the IdP are reused when signing is enabled. To verify remote SP and/or IdP the remote certificate must be present. This commit is tested to some extend - please post bugs on google code project page. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@178 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 17, 2008
-
-
Olav Morken authored
Applied patch from Hans Zandbelt (with some modifications). This patch enables signing of authentication requests if there is an privatekey-element in the SP's metadata. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@172 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Fix bug with timestamp handling when shibboleth is sending microseconds... Also some missing commas in the config template git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@168 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Patch from Stefan Winter for retrieving radius attributes in the login-radius authentication module. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@164 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 16, 2008
-
-
Lasse Birnbaum Jensen authored
Added option for 2 possible layouts of the idpdisco. The current link-list and the new dropdown box. Layout is choosen in the config.php. Added cookie support for prefered choice of idp. My 1st commit to simpleSAMLphp git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@161 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 11, 2008
-
-
Andreas Åkre Solberg authored
Added configuration options in config.php to enable and disable functionality. Also made the front page of the installation dynamic depending on what functionality that is enabled. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@156 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 14, 2007
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@107 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 13, 2007
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@104 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@94 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 28, 2007
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@86 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@83 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@80 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 08, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@69 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 30, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@61 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 24, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@51 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 23, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@45 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 21, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@40 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 12, 2007
-
-
Andreas Åkre Solberg authored
Added SAML 2.0 IdP Discovery service. Read more here: http://rnd.feide.no/2007/10/12/saml-20-idp-discovery-service-implemented/ git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@23 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 06, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@21 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 01, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@17 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 30, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@16 44740490-163a-0410-bde0-09ae8108e29a
-