summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ Fix FailureResponse instantiation]tailor2007-10-021-1/+1
|
* [project @ Fail return_to verification if bare args in response are absent ↵tailor2007-10-022-0/+24
| | | | from return_to]
* [project @ Peform re-discovery when stored information mismatches response]tailor2007-10-023-22/+55
|
* [project @ Change nonce extraction from OpenID response]tailor2007-10-022-29/+13
|
* [project @ Change name of OpenID form field in example consumer]tailor2007-10-022-3/+3
|
* [project @ Auth_OpenID_Consumer: OpenID 2 draft 12 fragment handling]tailor2007-10-022-18/+74
|
* [project @ Add urldefrag implementation]tailor2007-10-022-2/+35
|
* [project @ Fix for constant definition]tailor2007-10-021-3/+3
|
* [project @ Remove fragments as part of normalization]tailor2007-10-013-6/+41
|
* [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-012-10/+61
| | | | _makeKVPost]
* [project @ Added returnToVerified method of Auth_OpenID_CheckIDRequest]tailor2007-10-012-0/+57
|
* [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-275-10/+515
|
* [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-253-4/+12
|
* [project @ Added store methods cleanupAssociations(), cleanup(), and ↵tailor2007-09-258-87/+198
| | | | 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-245-1/+30
|
* [project @ Added cleanupNonces to store interface and file store]tailor2007-09-243-0/+96
|
* [project @ Fix PHP4-unfriendly syntax]tailor2007-09-211-2/+4
|
* [project @ FileStore, SQLStore, MemStore: check timestamp in useNonce]Kevin Turner2007-09-214-1/+30
|
* [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-192-2/+11
| | | | markus@silverstripe.com)]
* [project @ Tests_Auth_Yadis_Yadis: fetch manifest.txt from the network. ↵Kevin Turner2007-09-102-32/+2
| | | | | | | Fixes #23.] Everything that uses manifest.txt relies on the network, so this isn't adding significantly more network overhead, and it lets us update it easier.
* [project @ Encode indirect OpenID 2 responses as POSTs when length exceeds ↵tailor2007-09-203-17/+222
| | | | 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-203-49/+59
|
* [project @ Added eu to trust root TLD list]tailor2007-09-191-1/+1
|
* [project @ Added test clarifying that the wildcard is only in the authority ↵tailor2007-09-191-1/+2
| | | | section of the trust root]
* [project @ Update changes in Auth_OpenID_Interface]tailor2007-09-191-3/+3
|
* [project @ Update NEWS]tailor2007-09-191-0/+4
|
* [project @ update mock verifyDiscoveryResults]tailor2007-09-191-2/+8
|
* [project @ Remove unused test data]tailor2007-09-191-17/+0
|
* [project @ Improve granularity of error message checks]tailor2007-09-191-0/+2
|
* [project @ FIX #15: Remove PEAR instructions from README]tailor2007-09-191-11/+1
|
* [project @ FIX #17: Services/ typo in README]tailor2007-09-191-2/+2
|
* [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-192-5/+58
| | | | verification test]
* [project @ isset() to silence notices]tailor2007-05-241-1/+2
|
* [project @ README update for SSL support]tailor2007-05-221-1/+11
|
* [project @ supportsSSL docstrings]tailor2007-05-222-0/+6
|
* [project @ Skip SSL identity and server URLs when SSL support absent]tailor2007-05-223-6/+162
|
* [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 @ Update detect.php script to check SSL support]tailor2007-05-221-5/+25
|
* [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 @ Change license from LGPL to Apache]tailor2007-05-021-18/+196
|
* [project @ Make yadis META tag search ignore comments]tailor2007-04-262-0/+22
|
* [project @ Do not send openid.ns values in OpenID 1 messages]tailor2007-04-162-3/+5
|
* [project @ Fix simple registration API to use toMessage()]tailor2007-04-163-20/+27
|
* [project @ Update examples README]tailor2007-04-061-18/+30
|
* [project @ Fix idpage generation]tailor2007-04-061-1/+2
|
* [project @ Use type URI constants in generating XRDS]tailor2007-04-061-2/+8
|
* [project @ Add user-specific XRDS rendering]tailor2007-04-063-2/+52
|
* [project @ Add no-cache headers]tailor2007-04-061-0/+3
|
* [project @ Add no-cache HTTP-Equivs]tailor2007-04-061-0/+2
|
* [project @ Fix stray index references in setup.php]tailor2007-04-061-9/+9
|
* [project @ Remove duplicate login_needed_pat in example server]tailor2007-04-061-3/+0
|
* [project @ Fix and clarify text on login page]tailor2007-04-061-3/+7
|
* [project @ Fix table creation for sqlitestore in server example]tailor2007-04-061-1/+3
|
* [project @ Add test cases for Auth_OpenID::getQuery]tailor2007-04-051-0/+28
|
* [project @ Doc update]tailor2007-04-051-1/+1
|
* [project @ Clarify supportsType]tailor2007-04-051-3/+3
|
* [project @ Remove obsolute type_uri from test]tailor2007-04-051-1/+0
|
* [project @ Updated type URIs and fixed TYPE/NS confusion]tailor2007-04-0512-16/+16
|
* [project @ Fix OpenID 1 NS URI]tailor2007-04-051-1/+1
|
* [project @ Fix 2.0 IDP NS URI]tailor2007-04-057-7/+7
|
* [project @ NEWS update]tailor2007-04-051-0/+4
|
* [project @ NEWS update]tailor2007-04-051-1/+3
|
* [project @ NEWS update]tailor2007-04-051-3/+5
|
* [project @ NEWS update]tailor2007-04-051-0/+6
|
* [project @ Fix short tags in setup.php]tailor2007-04-051-44/+44
|
* [project @ Add opening and closing PHP tag to example server config]tailor2007-04-051-0/+3
|
* [project @ Fix no-math-support check in consumer test code]tailor2007-04-051-7/+6
|
* [project @ Fix small/fast DH usage in consumer tests]tailor2007-04-052-26/+24
|
* [project @ Fix more strlen() usage]tailor2007-04-051-4/+4
|
* [project @ Update example server to check HTTPS cleanly]tailor2007-04-051-1/+1
|
* [project @ Updated NEWS: no more multibyte]tailor2007-04-041-0/+1
|
* [project @ Move math extension data into a function]tailor2007-04-043-26/+28
|
* [project @ Add bytes and toBytes to avoid multibyte string overloading]tailor2007-04-048-12/+60
|
* [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 @ Add trust root matching test case]tailor2007-04-031-1/+2
|
* [project @ Improve format of auto-generated namespace aliases]tailor2007-04-033-5/+5
|
* [project @ Remove reference to user_setup_url]tailor2007-04-031-4/+1
|
* [project @ Session-related consumer docs updates]tailor2007-04-031-9/+8
|
* [project @ Update NEWS file]tailor2007-04-031-88/+52
|