summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the documentation for the automated testing, since it has been removed.origin/simplesamlphp-1.7Olav Morken2011-10-111-13/+0
* saml: Update documentation for key rollover.Olav Morken2011-01-141-17/+49
* docs: Change examples to generate 2048 bit RSA keys.Olav Morken2011-01-125-5/+5
* Fix POST-redirect with associative array.Olav Morken2011-01-111-1/+1
* docs: Note that relative URL's are no longer supported in redirects.Olav Morken2011-01-061-0/+3
* consent: Updated documentation for consent moduleOlav Morken2011-01-061-2/+48
* consent: Fixed uninitialized variableOlav Morken2011-01-041-3/+1
* saml: The Destination attribute is not required on unsigned messages.Olav Morken2011-01-031-1/+1
* Branch for 1.7-releaseOlav Morken2010-12-171-1/+1
* docs: Add link to upgrade notes for version 1.7.Olav Morken2010-12-171-0/+1
* docs: Add changelog for 1.6.3.Olav Morken2010-12-171-0/+6
* docs: Update changelog, add upgrade notes.Olav Morken2010-12-152-5/+114
* Utilities::redirect: Verify target URL type.Olav Morken2010-12-141-0/+5
* saml2/idp: Do not include technical contact in metadata unless it is configured.Olav Morken2010-12-101-4/+7
* openid: support for custom OpenID realmOlav Morken2010-12-102-1/+14
* multiauth: Fix authentication when authsource returns directly without a redi...Olav Morken2010-12-101-1/+1
* exampleattributeserver: Fix typo.Olav Morken2010-12-071-1/+1
* saml:NameIDAttribute: Update to use the new source for the NameID.Olav Morken2010-12-061-2/+2
* saml:SP: Fix NameID and SessionIndex access from authproc filter on saml:sp.Olav Morken2010-12-061-0/+2
* saml:SP: Save NameID, IdP & SessionIndex in persistent auth data.Olav Morken2010-12-062-1/+8
* Allow the IDPList parameter to be posted to the discovery serviceJacob Christiansen2010-12-011-2/+2
* SAMLParser must put Shibboleth scopes in 'scope' in metadata for theJacob Christiansen2010-12-011-7/+7
* Store_SQL: Fix support for custom table prefix.Olav Morken2010-12-011-1/+1
* [consentAdmin] The userid is now taken from the userid.attribute.Jacob Christiansen2010-11-303-29/+38
* saml:sp: Return partial logout when not logging out of all requested sessioni...Olav Morken2010-11-302-3/+16
* saml: Fix decryption of NameID in LogoutRequest.Olav Morken2010-11-301-2/+1
* statistics: Automatically position grid lines in y-direction.Olav Morken2010-11-301-1/+1
* statistics: New Y-axis scaling algorithm for graph.Olav Morken2010-11-301-6/+25
* [Consent] Function called statically in both Consent and ConsentAdmin, soJacob Christiansen2010-11-301-1/+1
* www/auth/login-cas-ldap: HTTP proxy support.Olav Morken2010-11-301-2/+2
* oauth: HTTP proxy support.Olav Morken2010-11-301-14/+4
* Bindings_Shib13_Artifact: HTTP proxy support.Olav Morken2010-11-301-2/+1
* bin/translation.php: HTTP proxy support.Olav Morken2010-11-301-2/+2
* aggregator2: HTTP proxy support.Olav Morken2010-11-301-2/+1
* SAMLParser: HTTP proxy support.Olav Morken2010-11-301-3/+6
* casserver: HTTP proxy support.Olav Morken2010-11-301-1/+1
* cas: HTTP proxy support.Olav Morken2010-11-301-2/+2
* Utilities: Add fetch()-function, for retrieving URLs via a proxy.Olav Morken2010-11-302-4/+43
* LogoutIFrame: Use POST data instead of cookies.Olav Morken2010-11-295-55/+20
* Module: Ensure stable order of hook-functions.Olav Morken2010-11-261-1/+3
* saml:IdP: Allow AuthnContextClassRef to be set by processing filters.Olav Morken2010-11-251-1/+5
* authfacebook: Fix facebook authentication source.Olav Morken2010-11-253-10/+41
* twitter: New attribute names + attribute map.Olav Morken2010-11-182-9/+24
* saml:IdP: Use $state['AuthnInstant'] instead of ->getAuthnInstant().Olav Morken2010-11-161-3/+7
* consent: Use $state['saml:sp:IdP'] instead of $session->getIdP().Olav Morken2010-11-161-3/+7
* docs: Update documentation for scoping.Olav Morken2010-11-161-5/+5
* authmemcookie: Use the new compatibility class.Olav Morken2010-11-161-17/+8
* IdP: Use the new compatibility class.Olav Morken2010-11-162-128/+29
* Add SimpleSAML_Auth_BWC to provide authsource interface to old login code.Olav Morken2010-11-162-0/+183
* saml: Log out of currect authsource.Olav Morken2010-11-161-1/+1
* consentSimpleAdmin: Retrieve IdP and attributes from current authsource.Olav Morken2010-11-161-6/+3
* consentAdmin: Retrieve IdP entityID from current authsource.Olav Morken2010-11-161-4/+2
* www/wsfed/sp: Use the new interface in Session.Olav Morken2010-11-163-8/+10
* www/shib13/sp: Use the new interface in Session.Olav Morken2010-11-162-10/+10
* www/saml2/sp: Use the new interface in Session.Olav Morken2010-11-164-15/+16
* Auth_Simple: Add getAuthData() and getAuthDataArray() functions.Olav Morken2010-11-161-0/+34
* Auth_Simple: Retrieve attributes of current AuthSource.Olav Morken2010-11-161-1/+1
* Auth_Simple: Only log out of the specified auth source.Olav Morken2010-11-161-1/+1
* Auth_Default: Use the new interface to Session::doLogin().Olav Morken2010-11-161-34/+13
* Auth_Default: Add $authority parameter to logout.Olav Morken2010-11-161-7/+18
* Session: Add support for multiple authentication sessions.Olav Morken2010-11-161-59/+227
* Session: Various cleanups.Olav Morken2010-11-161-25/+101
* Session: Remove clean()-function.Olav Morken2010-11-162-24/+0
* Session: Remove generation of SessionIndex.Olav Morken2010-11-161-3/+0
* Session: Remove NameID conversion code.Olav Morken2010-11-162-14/+1
* Auth_Simple: Make sure that we do not return to an URL when a callback is spe...Olav Morken2010-11-161-1/+1
* Update name for Sámegiella and Åarjelh-saemien gieleOlav Morken2010-11-162-2/+4
* Dictionary translation update.Olav Morken2010-11-1624-269/+569
* SAMLParser: Extract contact persons.Olav Morken2010-11-121-0/+50
* openid: Stop executing script after displaying POST redirect page.Olav Morken2010-11-101-0/+1
* openid: Add target parameter + google example.Olav Morken2010-11-092-0/+33
* Add openid2name attribute map.Olav Morken2010-11-091-0/+40
* openid: Replace openid.claimed_id with openid.local_id.Olav Morken2010-11-091-2/+2
* module.php: Fix mimetype when filename contains ".".Olav Morken2010-11-081-1/+1
* openid: Support for attribute exchange + other improvements.Olav Morken2010-11-082-23/+68
* saml: Fix typo in NameID decryption.Olav Morken2010-11-041-1/+1
* Fix bug when metadata does not contain expiration date (metarefresh)eAndreas Åkre Solberg2010-11-041-0/+1
* SimpleSAML_Store: Add support for defining datastores in modules.Olav Morken2010-11-031-1/+6
* Logger: Add timestamp to captured log.Olav Morken2010-11-031-1/+6
* saml: Add support for key rollover.Olav Morken2010-11-027-40/+237
* saml:SP: Fix decryption of NameID received in logout request.Olav Morken2010-11-022-2/+2
* metadata-templates: Use most recent SLO url.Olav Morken2010-11-021-4/+2
* Italiano not ItalianaAndreas Åkre Solberg2010-11-021-1/+1
* Large language update, including japanese translationAndreas Åkre Solberg2010-11-0220-196/+394
* consent: Make getTargetedID() static.Olav Morken2010-10-281-1/+1
* saml: Fix new logout when using memcache datastore.Olav Morken2010-10-261-1/+1
* saml:PersistentNameID: Fix generation of persistent NameID.Olav Morken2010-10-261-4/+4
* www/authenticate.php: Fix logout.Olav Morken2010-10-261-1/+1
* SimpleSAML_IdP: Use SimpleSAML_Auth_Simple.Olav Morken2010-10-261-2/+5
* SimpleSAML_Auth_Simple: Add ReturnCallback.Olav Morken2010-10-262-1/+9
* SimpleSAML_Auth_Simple: Don't overwrite existing restart url.Olav Morken2010-10-261-7/+8
* Utilities::requireAdmin: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-1/+2
* casserver: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-10/+7
* consentSimpleAdmin: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-10/+8
* consentAdmin: Use SimpleSAML_Auth_Simple for logout also.Olav Morken2010-10-251-3/+4
* metaedit: Use SimpleSAML_Auth_Simple.Olav Morken2010-10-252-20/+14
* oauth: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-253-25/+17
* core:StatisticsWithAttribute: Fix invalid variable name.Olav Morken2010-10-251-1/+1
* statistics: Use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-35/+32
* statistics: Simplify access check.Olav Morken2010-10-251-48/+48