summaryrefslogtreecommitdiffstats
path: root/Auth
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ r299: Always send count.ALIAS and type.ALIAS]tailor2007-10-161-13/+17
|
* [project @ Ensure that an update_url in a FetchRequest is included in a ↵tailor2007-10-161-2/+9
| | | | FetchResponse]
* [project @ Test minimum supported alias length]tailor2007-10-161-0/+4
|
* [project @ Fix typo]tailor2007-10-161-1/+1
|
* [project @ Add support for openid.ax.count.ALIAS="unlimited"]tailor2007-10-161-3/+26
|
* [project @ r305, r330: aliases must not contain periods, commas]tailor2007-10-161-4/+50
|
* [project @ Clean up manager in session when response has different URL from ↵tailor2007-10-162-8/+17
| | | | request]
* [project @ Added AX implementation and tests from python library]tailor2007-10-092-0/+869
|
* [project @ discovery verification changes]tailor2007-10-031-17/+42
| | | | | | | | - OpenID 1 only: Add claimed_id to return_to in requests - OpenID 1, 2: Do discovery on response's claimed_id in the absence of session storage - OpenID 1: Do discovery verification on claimed_id in response rather than the one in the session
* [project @ Fix FailureResponse instantiation]tailor2007-10-021-1/+1
|
* [project @ Fail return_to verification if bare args in response are absent ↵tailor2007-10-021-0/+11
| | | | from return_to]
* [project @ Peform re-discovery when stored information mismatches response]tailor2007-10-021-18/+12
|
* [project @ Change nonce extraction from OpenID response]tailor2007-10-021-28/+10
|
* [project @ Auth_OpenID_Consumer: OpenID 2 draft 12 fragment handling]tailor2007-10-021-17/+40
|
* [project @ Add urldefrag implementation]tailor2007-10-021-2/+12
|
* [project @ Fix for constant definition]tailor2007-10-021-3/+3
|
* [project @ Remove fragments as part of normalization]tailor2007-10-011-6/+3
|
* [project @ Auth_OpenID_GenericConsumer::_verifyDiscoveredServices: split ↵tailor2007-10-011-0/+5
| | | | from _discoverAndVerify]
* [project @ Auth_OpenID_GenericConsumer::_extractSupporedAssociationType: ↵tailor2007-10-011-36/+47
| | | | factored out from _negotiateAssociation]
* [project @ Auth_OpenID_GenericConsumer::_httpResponseToMessage: split from ↵tailor2007-10-011-10/+21
| | | | _makeKVPost]
* [project @ Added returnToVerified method of Auth_OpenID_CheckIDRequest]tailor2007-10-011-0/+26
|
* [project @ Added function to Yadis/XRDS.php that parses the Expires date out ↵tailor2007-10-011-0/+30
| | | | of an XRD]
* [project @ Added realm verification implementation]tailor2007-09-272-9/+212
|
* [project @ Split consumer response processing into mode-specific methods]tailor2007-09-261-22/+55
|
* [project @ Auth_OpenID_discoverWithYadis: use ↵tailor2007-09-261-10/+4
| | | | Auth_OpenID_ServiceEndpoint::fromXRDS]
* [project @ Auth_OpenID_ServiceEndpoint::fromXRDS, ::fromDiscoveryResult: ↵tailor2007-09-261-0/+39
| | | | added siblings for ::fromHTML()]
* [project @ Remove getExpired()]tailor2007-09-256-47/+1
|
* [project @ gmmktime() -> mktime() since gmmktime() is broken in PHP 4]tailor2007-09-252-2/+2
|
* [project @ Added store methods cleanupAssociations(), cleanup(), and ↵tailor2007-09-256-1/+61
| | | | concrete implementations]
* [project @ Reinstate mktime() vs. gmmktime() due to PHP4 brokenness]tailor2007-09-251-1/+5
|
* [project @ Include full path in filestore paths]tailor2007-09-241-9/+7
|
* [project @ Store interface comment]tailor2007-09-241-1/+1
|
* [project @ Store interface comment]tailor2007-09-241-1/+1
|
* [project @ Add cleanupNonces to SQL stores]tailor2007-09-244-1/+27
|
* [project @ Added cleanupNonces to store interface and file store]tailor2007-09-242-0/+41
|
* [project @ Fix PHP4-unfriendly syntax]tailor2007-09-211-2/+4
|
* [project @ FileStore, SQLStore, MemStore: check timestamp in useNonce]Kevin Turner2007-09-212-0/+14
|
* [project @ Auth_OpenID_checkTimestamp: use gmmktime as default comparison ↵Kevin Turner2007-09-211-1/+1
| | | | value, not time()]
* [project @ prevent error 'call to member function of a non-object']tailor2007-08-031-1/+1
|
* [project @ Fix query-building for Auth_OpenID_SQLStore::tableExists (thanks ↵tailor2007-06-191-2/+3
| | | | markus@silverstripe.com)]
* [project @ Encode indirect OpenID 2 responses as POSTs when length exceeds ↵tailor2007-09-202-17/+67
| | | | OpenID 1 limit]
* [project @ Converted encoding variables to define()s]tailor2007-09-201-23/+13
|
* [project @ Removed sendSRegFields, added Auth_OpenID_Response.addExtension]tailor2007-09-202-34/+19
|
* [project @ Added eu to trust root TLD list]tailor2007-09-191-1/+1
|
* [project @ Update changes in Auth_OpenID_Interface]tailor2007-09-191-3/+3
|
* [project @ Fix NULL return reference in math library wrapper function]tailor2007-09-191-1/+3
|
* [project @ FIX #28: fixed append() call and added failed discovery ↵tailor2007-09-191-4/+1
| | | | verification test]
* [project @ isset() to silence notices]tailor2007-05-241-1/+2
|
* [project @ supportsSSL docstrings]tailor2007-05-222-0/+6
|
* [project @ Skip SSL identity and server URLs when SSL support absent]tailor2007-05-221-2/+25
|
* [project @ Relax requirement of parse_str implementation]tailor2007-05-221-1/+1
|
* [project @ Remove trigger_error calls from fetcher code]tailor2007-05-222-23/+0
|
* [project @ Add SSL support detection to fetchers]tailor2007-05-213-0/+49
|
* [project @ Docstring typo]tailor2007-05-111-3/+3
|
* [project @ Use correct URL when storing manager in session]tailor2007-05-081-4/+4
|
* [project @ Docstring typo]tailor2007-05-071-2/+1
|
* [project @ Make yadis META tag search ignore comments]tailor2007-04-261-0/+14
|
* [project @ Do not send openid.ns values in OpenID 1 messages]tailor2007-04-161-2/+5
|
* [project @ Fix simple registration API to use toMessage()]tailor2007-04-161-14/+5
|
* [project @ Doc update]tailor2007-04-051-1/+1
|
* [project @ Clarify supportsType]tailor2007-04-051-3/+3
|
* [project @ Updated type URIs and fixed TYPE/NS confusion]tailor2007-04-052-3/+3
|
* [project @ Fix OpenID 1 NS URI]tailor2007-04-051-1/+1
|
* [project @ Fix 2.0 IDP NS URI]tailor2007-04-051-1/+1
|
* [project @ Fix small/fast DH usage in consumer tests]tailor2007-04-051-1/+6
|
* [project @ Move math extension data into a function]tailor2007-04-041-18/+21
|
* [project @ Add bytes and toBytes to avoid multibyte string overloading]tailor2007-04-046-8/+55
|
* [project @ Call setAnonymous on auth_request]tailor2007-04-031-1/+5
|
* [project @ Small docfixes]tailor2007-04-031-6/+6
|
* [project @ Add Auth_OpenID_AuthRequest::getMessage docstring]tailor2007-04-031-0/+16
|
* [project @ Improve format of auto-generated namespace aliases]tailor2007-04-031-1/+1
|
* [project @ Remove reference to user_setup_url]tailor2007-04-031-4/+1
|
* [project @ Session-related consumer docs updates]tailor2007-04-031-9/+8
|
* [project @ Fix API for store interface useNonce() method]tailor2007-04-031-1/+1
|
* [project @ More @links in server docs]tailor2007-04-031-17/+18
|
* [project @ Server docstring corrections and updates]tailor2007-04-031-31/+102
|
* [project @ Fix long lines (even though they are in docblocks)]tailor2007-04-031-3/+6
|
* [project @ @package Yadis -> OpenID]tailor2007-04-039-22/+22
|
* [project @ Alignment nit]tailor2007-04-031-1/+1
|
* [project @ Docblock additions and fixes ]tailor2007-04-0311-55/+311
|
* [project @ Add DH-SHA256 to list of implemented session types]tailor2007-04-021-1/+2
|
* [project @ Added buggy GMP define to override math library preference]tailor2007-04-021-8/+13
|
* [project @ Doc updates for Auth/OpenID/Association.php]tailor2007-04-021-1/+12
|
* [project @ Add CURL override for testing]tailor2007-04-021-1/+5
|
* [project @ FIX: Plain fetcher now returns correct headers array]tailor2007-04-021-1/+1
|
* [project @ FIX: CURL fetcher POST now supports extra_headers]tailor2007-04-021-3/+7
|
* [project @ Docstring updates in Auth/Yadis/Manager.php]tailor2007-04-021-0/+6
|
* [project @ Docstring updates in OpenID.php]tailor2007-04-021-2/+17
|
* [project @ decodeRequest defaults to getting query data implicitly]tailor2007-04-021-1/+5
|
* [project @ Make sure getQuery fails gracefully on no php://input]tailor2007-03-311-1/+6
|
* [project @ Added Auth_OpenID::getQuery, removed Auth_OpenID::fixArgs, ↵tailor2007-03-312-30/+36
| | | | consumer now calls getQuery]
* [project @ Add message attribute to checkId requests built with make()]tailor2007-03-301-0/+1
|
* [project @ Add Auth_OpenID_AuthRequest::addExtension]tailor2007-03-301-0/+11
|
* [project @ Fix pass-by-reference for PHP 4]tailor2007-03-291-1/+1
|
* [project @ Added new Sreg module, extension code, and tests]tailor2007-03-293-1/+596
|
* [project @ Updated message code to use registered namespace aliases]tailor2007-03-291-19/+44
|
* [project @ Return null from _negotiateAssociation]tailor2007-03-271-0/+5
|
* [project @ Global variables conflict resolution]tailor2007-03-232-1/+3
|
* [project @ Fix fetcher parameter in discovery verification]tailor2007-03-221-1/+2
|
* [project @ [2/2] Change Services_Yadis_ and Services/Yadis/]tailor2007-03-1216-205/+211
|