summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the documentation for the automated testing, since it has been removed.origin/simplesamlphp-1.7Olav Morken2011-10-111-13/+0
| | | | | | Merged into 1.7-branch from r2943. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2945 44740490-163a-0410-bde0-09ae8108e29a
* saml: Update documentation for key rollover.Olav Morken2011-01-141-17/+49
| | | | | | Merged into 1.7-branch from r2713. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2714 44740490-163a-0410-bde0-09ae8108e29a
* docs: Change examples to generate 2048 bit RSA keys.Olav Morken2011-01-125-5/+5
| | | | | | Merged into 1.7-branch from r2711. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2712 44740490-163a-0410-bde0-09ae8108e29a
* Fix POST-redirect with associative array.Olav Morken2011-01-111-1/+1
| | | | | | | | Thanks to Goro Sawada for reporting this bug! Merged into 1.7-branch from r2709. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2710 44740490-163a-0410-bde0-09ae8108e29a
* docs: Note that relative URL's are no longer supported in redirects.Olav Morken2011-01-061-0/+3
| | | | | | Merged into 1.7-branch from r2704. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2706 44740490-163a-0410-bde0-09ae8108e29a
* consent: Updated documentation for consent moduleOlav Morken2011-01-061-2/+48
| | | | | | Merged into 1.7-branch from r2702. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2705 44740490-163a-0410-bde0-09ae8108e29a
* consent: Fixed uninitialized variableOlav Morken2011-01-041-3/+1
| | | | | | Merged into 1.7-branch from r2696. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2697 44740490-163a-0410-bde0-09ae8108e29a
* saml: The Destination attribute is not required on unsigned messages.Olav Morken2011-01-031-1/+1
| | | | | | Merged into 1.6-branch from r2694. git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2695 44740490-163a-0410-bde0-09ae8108e29a
* Branch for 1.7-releaseOlav Morken2010-12-171-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2691 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add link to upgrade notes for version 1.7.Olav Morken2010-12-171-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2690 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add changelog for 1.6.3.Olav Morken2010-12-171-0/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2689 44740490-163a-0410-bde0-09ae8108e29a
* docs: Update changelog, add upgrade notes.Olav Morken2010-12-152-5/+114
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2685 44740490-163a-0410-bde0-09ae8108e29a
* Utilities::redirect: Verify target URL type.Olav Morken2010-12-141-0/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2684 44740490-163a-0410-bde0-09ae8108e29a
* saml2/idp: Do not include technical contact in metadata unless it is configured.Olav Morken2010-12-101-4/+7
| | | | | | Thanks to Andjelko Horvat for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2683 44740490-163a-0410-bde0-09ae8108e29a
* openid: support for custom OpenID realmOlav Morken2010-12-102-1/+14
| | | | | | Thanks to Andjelko Horvat for creating this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2682 44740490-163a-0410-bde0-09ae8108e29a
* multiauth: Fix authentication when authsource returns directly without a ↵Olav Morken2010-12-101-1/+1
| | | | | | redirect. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2681 44740490-163a-0410-bde0-09ae8108e29a
* exampleattributeserver: Fix typo.Olav Morken2010-12-071-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2680 44740490-163a-0410-bde0-09ae8108e29a
* saml:NameIDAttribute: Update to use the new source for the NameID.Olav Morken2010-12-061-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2679 44740490-163a-0410-bde0-09ae8108e29a
* saml:SP: Fix NameID and SessionIndex access from authproc filter on saml:sp.Olav Morken2010-12-061-0/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2678 44740490-163a-0410-bde0-09ae8108e29a
* saml:SP: Save NameID, IdP & SessionIndex in persistent auth data.Olav Morken2010-12-062-1/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2677 44740490-163a-0410-bde0-09ae8108e29a
* Allow the IDPList parameter to be posted to the discovery serviceJacob Christiansen2010-12-011-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2676 44740490-163a-0410-bde0-09ae8108e29a
* SAMLParser must put Shibboleth scopes in 'scope' in metadata for theJacob Christiansen2010-12-011-7/+7
| | | | | | | SAMLBuilder to be able to put scope in metadata git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2675 44740490-163a-0410-bde0-09ae8108e29a
* Store_SQL: Fix support for custom table prefix.Olav Morken2010-12-011-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2674 44740490-163a-0410-bde0-09ae8108e29a
* [consentAdmin] The userid is now taken from the userid.attribute.Jacob Christiansen2010-11-303-29/+38
| | | | | | | | If 'ServiceURL' is set for a service in metadata, a link to that URL are created in consentAdmin, to let users easy access the given service. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2673 44740490-163a-0410-bde0-09ae8108e29a
* saml:sp: Return partial logout when not logging out of all requested ↵Olav Morken2010-11-302-3/+16
| | | | | | sessionindexes. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2672 44740490-163a-0410-bde0-09ae8108e29a
* saml: Fix decryption of NameID in LogoutRequest.Olav Morken2010-11-301-2/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2671 44740490-163a-0410-bde0-09ae8108e29a
* statistics: Automatically position grid lines in y-direction.Olav Morken2010-11-301-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2670 44740490-163a-0410-bde0-09ae8108e29a
* statistics: New Y-axis scaling algorithm for graph.Olav Morken2010-11-301-6/+25
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2669 44740490-163a-0410-bde0-09ae8108e29a
* [Consent] Function called statically in both Consent and ConsentAdmin, soJacob Christiansen2010-11-301-1/+1
| | | | | | | function is declared as static. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2668 44740490-163a-0410-bde0-09ae8108e29a
* www/auth/login-cas-ldap: HTTP proxy support.Olav Morken2010-11-301-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2667 44740490-163a-0410-bde0-09ae8108e29a
* oauth: HTTP proxy support.Olav Morken2010-11-301-14/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2666 44740490-163a-0410-bde0-09ae8108e29a
* Bindings_Shib13_Artifact: HTTP proxy support.Olav Morken2010-11-301-2/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2665 44740490-163a-0410-bde0-09ae8108e29a
* bin/translation.php: HTTP proxy support.Olav Morken2010-11-301-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2664 44740490-163a-0410-bde0-09ae8108e29a
* aggregator2: HTTP proxy support.Olav Morken2010-11-301-2/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2663 44740490-163a-0410-bde0-09ae8108e29a
* SAMLParser: HTTP proxy support.Olav Morken2010-11-301-3/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2662 44740490-163a-0410-bde0-09ae8108e29a
* casserver: HTTP proxy support.Olav Morken2010-11-301-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2661 44740490-163a-0410-bde0-09ae8108e29a
* cas: HTTP proxy support.Olav Morken2010-11-301-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2660 44740490-163a-0410-bde0-09ae8108e29a
* Utilities: Add fetch()-function, for retrieving URLs via a proxy.Olav Morken2010-11-302-4/+43
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2659 44740490-163a-0410-bde0-09ae8108e29a
* LogoutIFrame: Use POST data instead of cookies.Olav Morken2010-11-295-55/+20
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2658 44740490-163a-0410-bde0-09ae8108e29a
* Module: Ensure stable order of hook-functions.Olav Morken2010-11-261-1/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2657 44740490-163a-0410-bde0-09ae8108e29a
* saml:IdP: Allow AuthnContextClassRef to be set by processing filters.Olav Morken2010-11-251-1/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2656 44740490-163a-0410-bde0-09ae8108e29a
* authfacebook: Fix facebook authentication source.Olav Morken2010-11-253-10/+41
| | | | | | | | | This patch also changes the facebook authentication source to behave more like the openid authentication source wrt. attribute naming. Thanks to Brook Schofield for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2655 44740490-163a-0410-bde0-09ae8108e29a
* twitter: New attribute names + attribute map.Olav Morken2010-11-182-9/+24
| | | | | | Thanks to Brook Schofield for providing this patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2654 44740490-163a-0410-bde0-09ae8108e29a
* saml:IdP: Use $state['AuthnInstant'] instead of ->getAuthnInstant().Olav Morken2010-11-161-3/+7
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2653 44740490-163a-0410-bde0-09ae8108e29a
* consent: Use $state['saml:sp:IdP'] instead of $session->getIdP().Olav Morken2010-11-161-3/+7
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2652 44740490-163a-0410-bde0-09ae8108e29a
* docs: Update documentation for scoping.Olav Morken2010-11-161-5/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2651 44740490-163a-0410-bde0-09ae8108e29a
* authmemcookie: Use the new compatibility class.Olav Morken2010-11-161-17/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2650 44740490-163a-0410-bde0-09ae8108e29a
* IdP: Use the new compatibility class.Olav Morken2010-11-162-128/+29
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2649 44740490-163a-0410-bde0-09ae8108e29a
* Add SimpleSAML_Auth_BWC to provide authsource interface to old login code.Olav Morken2010-11-162-0/+183
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2648 44740490-163a-0410-bde0-09ae8108e29a
* saml: Log out of currect authsource.Olav Morken2010-11-161-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2647 44740490-163a-0410-bde0-09ae8108e29a
* consentSimpleAdmin: Retrieve IdP and attributes from current authsource.Olav Morken2010-11-161-6/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2646 44740490-163a-0410-bde0-09ae8108e29a
* consentAdmin: Retrieve IdP entityID from current authsource.Olav Morken2010-11-161-4/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2645 44740490-163a-0410-bde0-09ae8108e29a
* www/wsfed/sp: Use the new interface in Session.Olav Morken2010-11-163-8/+10
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2644 44740490-163a-0410-bde0-09ae8108e29a
* www/shib13/sp: Use the new interface in Session.Olav Morken2010-11-162-10/+10
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2643 44740490-163a-0410-bde0-09ae8108e29a
* www/saml2/sp: Use the new interface in Session.Olav Morken2010-11-164-15/+16
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2642 44740490-163a-0410-bde0-09ae8108e29a
* Auth_Simple: Add getAuthData() and getAuthDataArray() functions.Olav Morken2010-11-161-0/+34
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2641 44740490-163a-0410-bde0-09ae8108e29a
* Auth_Simple: Retrieve attributes of current AuthSource.Olav Morken2010-11-161-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2640 44740490-163a-0410-bde0-09ae8108e29a
* Auth_Simple: Only log out of the specified auth source.Olav Morken2010-11-161-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2639 44740490-163a-0410-bde0-09ae8108e29a
* Auth_Default: Use the new interface to Session::doLogin().Olav Morken2010-11-161-34/+13
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2638 44740490-163a-0410-bde0-09ae8108e29a
* Auth_Default: Add $authority parameter to logout.Olav Morken2010-11-161-7/+18
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2637 44740490-163a-0410-bde0-09ae8108e29a
* Session: Add support for multiple authentication sessions.Olav Morken2010-11-161-59/+227
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2636 44740490-163a-0410-bde0-09ae8108e29a
* Session: Various cleanups.Olav Morken2010-11-161-25/+101
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2635 44740490-163a-0410-bde0-09ae8108e29a
* Session: Remove clean()-function.Olav Morken2010-11-162-24/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2634 44740490-163a-0410-bde0-09ae8108e29a
* Session: Remove generation of SessionIndex.Olav Morken2010-11-161-3/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2633 44740490-163a-0410-bde0-09ae8108e29a
* Session: Remove NameID conversion code.Olav Morken2010-11-162-14/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2632 44740490-163a-0410-bde0-09ae8108e29a
* Auth_Simple: Make sure that we do not return to an URL when a callback is ↵Olav Morken2010-11-161-1/+1
| | | | | | specified. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2631 44740490-163a-0410-bde0-09ae8108e29a
* Update name for Sámegiella and Åarjelh-saemien gieleOlav Morken2010-11-162-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2630 44740490-163a-0410-bde0-09ae8108e29a
* Dictionary translation update.Olav Morken2010-11-1624-269/+569
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2629 44740490-163a-0410-bde0-09ae8108e29a
* SAMLParser: Extract contact persons.Olav Morken2010-11-121-0/+50
| | | | | | Thanks to Sixto Martin for providing this patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2628 44740490-163a-0410-bde0-09ae8108e29a
* openid: Stop executing script after displaying POST redirect page.Olav Morken2010-11-101-0/+1
| | | | | | Thanks to Brook Schofield for spotting this error. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2627 44740490-163a-0410-bde0-09ae8108e29a
* openid: Add target parameter + google example.Olav Morken2010-11-092-0/+33
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2626 44740490-163a-0410-bde0-09ae8108e29a
* Add openid2name attribute map.Olav Morken2010-11-091-0/+40
| | | | | | Thanks to Brook Schofield for assembling this attribute map. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2625 44740490-163a-0410-bde0-09ae8108e29a
* openid: Replace openid.claimed_id with openid.local_id.Olav Morken2010-11-091-2/+2
| | | | | | | The openid.claimed_id attribute is already available as 'openid'. Replace it with the openid.local_id attribute instead. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2624 44740490-163a-0410-bde0-09ae8108e29a
* module.php: Fix mimetype when filename contains ".".Olav Morken2010-11-081-1/+1
| | | | | | Thanks to Sixto Martin for providing this patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2623 44740490-163a-0410-bde0-09ae8108e29a
* openid: Support for attribute exchange + other improvements.Olav Morken2010-11-082-23/+68
| | | | | | | | | Also adds openid.server and openid.claimed_id based on where receive the response from. Thanks to Brook Schofield for creating this patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2622 44740490-163a-0410-bde0-09ae8108e29a
* saml: Fix typo in NameID decryption.Olav Morken2010-11-041-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2621 44740490-163a-0410-bde0-09ae8108e29a
* Fix bug when metadata does not contain expiration date (metarefresh)eAndreas Åkre Solberg2010-11-041-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2620 44740490-163a-0410-bde0-09ae8108e29a
* SimpleSAML_Store: Add support for defining datastores in modules.Olav Morken2010-11-031-1/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2619 44740490-163a-0410-bde0-09ae8108e29a
* Logger: Add timestamp to captured log.Olav Morken2010-11-031-1/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2618 44740490-163a-0410-bde0-09ae8108e29a
* saml: Add support for key rollover.Olav Morken2010-11-027-40/+237
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2617 44740490-163a-0410-bde0-09ae8108e29a
* saml:SP: Fix decryption of NameID received in logout request.Olav Morken2010-11-022-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2616 44740490-163a-0410-bde0-09ae8108e29a
* metadata-templates: Use most recent SLO url.Olav Morken2010-11-021-4/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2615 44740490-163a-0410-bde0-09ae8108e29a
* Italiano not ItalianaAndreas Åkre Solberg2010-11-021-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2614 44740490-163a-0410-bde0-09ae8108e29a
* Large language update, including japanese translationAndreas Åkre Solberg2010-11-0220-196/+394
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2613 44740490-163a-0410-bde0-09ae8108e29a
* consent: Make getTargetedID() static.Olav Morken2010-10-281-1/+1
| | | | | | | This function is called statically several places, so let us make it static to avoid the warnings. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2612 44740490-163a-0410-bde0-09ae8108e29a
* saml: Fix new logout when using memcache datastore.Olav Morken2010-10-261-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2611 44740490-163a-0410-bde0-09ae8108e29a
* saml:PersistentNameID: Fix generation of persistent NameID.Olav Morken2010-10-261-4/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2610 44740490-163a-0410-bde0-09ae8108e29a
* www/authenticate.php: Fix logout.Olav Morken2010-10-261-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2609 44740490-163a-0410-bde0-09ae8108e29a
* SimpleSAML_IdP: Use SimpleSAML_Auth_Simple.Olav Morken2010-10-261-2/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2608 44740490-163a-0410-bde0-09ae8108e29a
* SimpleSAML_Auth_Simple: Add ReturnCallback.Olav Morken2010-10-262-1/+9
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2607 44740490-163a-0410-bde0-09ae8108e29a
* SimpleSAML_Auth_Simple: Don't overwrite existing restart url.Olav Morken2010-10-261-7/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2606 44740490-163a-0410-bde0-09ae8108e29a
* Utilities::requireAdmin: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-1/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2605 44740490-163a-0410-bde0-09ae8108e29a
* casserver: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-10/+7
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2604 44740490-163a-0410-bde0-09ae8108e29a
* consentSimpleAdmin: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-10/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2603 44740490-163a-0410-bde0-09ae8108e29a
* consentAdmin: Use SimpleSAML_Auth_Simple for logout also.Olav Morken2010-10-251-3/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2602 44740490-163a-0410-bde0-09ae8108e29a
* metaedit: Use SimpleSAML_Auth_Simple.Olav Morken2010-10-252-20/+14
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2601 44740490-163a-0410-bde0-09ae8108e29a
* oauth: Change to use SimpleSAML_Auth_Simple.Olav Morken2010-10-253-25/+17
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2600 44740490-163a-0410-bde0-09ae8108e29a
* core:StatisticsWithAttribute: Fix invalid variable name.Olav Morken2010-10-251-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2599 44740490-163a-0410-bde0-09ae8108e29a
* statistics: Use SimpleSAML_Auth_Simple.Olav Morken2010-10-251-35/+32
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2598 44740490-163a-0410-bde0-09ae8108e29a
* statistics: Simplify access check.Olav Morken2010-10-251-48/+48
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2597 44740490-163a-0410-bde0-09ae8108e29a