Tue Oct 16 13:41:46 PDT 2007 cygnus@janrain.com tagged attribute-exchange-revision-370 Tue Oct 16 13:41:37 PDT 2007 cygnus@janrain.com * Update svn revision comment Tue Oct 16 13:40:40 PDT 2007 cygnus@janrain.com * r300: update_url must match openid.realm Tue Oct 16 13:31:53 PDT 2007 cygnus@janrain.com * r299: Always send count.ALIAS and type.ALIAS Tue Oct 16 13:23:41 PDT 2007 cygnus@janrain.com * Ensure that an update_url in a FetchRequest is included in a FetchResponse Tue Oct 16 13:19:02 PDT 2007 cygnus@janrain.com * Test minimum supported alias length Tue Oct 16 13:16:31 PDT 2007 cygnus@janrain.com * Fix typo Tue Oct 16 13:15:56 PDT 2007 cygnus@janrain.com * Add support for openid.ax.count.ALIAS="unlimited" Tue Oct 16 11:56:11 PDT 2007 cygnus@janrain.com * r305, r330: aliases must not contain periods, commas Tue Oct 16 11:28:16 PDT 2007 cygnus@janrain.com * Clean up manager in session when response has different URL from request Tue Oct 9 12:31:08 PDT 2007 cygnus@janrain.com * Added AX implementation and tests from python library Wed Oct 3 12:08:24 PDT 2007 cygnus@janrain.com * discovery verification changes - 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 Tue Oct 2 16:42:48 PDT 2007 cygnus@janrain.com * Fix FailureResponse instantiation Tue Oct 2 16:30:49 PDT 2007 cygnus@janrain.com * Fail return_to verification if bare args in response are absent from return_to Tue Oct 2 16:22:36 PDT 2007 cygnus@janrain.com * Peform re-discovery when stored information mismatches response Tue Oct 2 15:26:54 PDT 2007 cygnus@janrain.com * Change nonce extraction from OpenID response Tue Oct 2 15:11:10 PDT 2007 cygnus@janrain.com * Change name of OpenID form field in example consumer Tue Oct 2 14:44:55 PDT 2007 cygnus@janrain.com * Auth_OpenID_Consumer: OpenID 2 draft 12 fragment handling Tue Oct 2 14:42:37 PDT 2007 cygnus@janrain.com * Add urldefrag implementation Tue Oct 2 05:49:28 PDT 2007 daniel-hofstetter@gmx.ch * Fix for constant definition Mon Oct 1 14:40:46 PDT 2007 cygnus@janrain.com * Remove fragments as part of normalization Mon Oct 1 13:09:48 PDT 2007 cygnus@janrain.com * Auth_OpenID_GenericConsumer::_verifyDiscoveredServices: split from _discoverAndVerify Mon Oct 1 13:06:05 PDT 2007 cygnus@janrain.com * Auth_OpenID_GenericConsumer::_extractSupporedAssociationType: factored out from _negotiateAssociation Mon Oct 1 12:46:30 PDT 2007 cygnus@janrain.com * Auth_OpenID_GenericConsumer::_httpResponseToMessage: split from _makeKVPost Mon Oct 1 11:36:11 PDT 2007 cygnus@janrain.com * Added returnToVerified method of Auth_OpenID_CheckIDRequest Mon Oct 1 10:22:11 PDT 2007 cygnus@janrain.com * Added function to Yadis/XRDS.php that parses the Expires date out of an XRD Thu Sep 27 16:01:31 PDT 2007 cygnus@janrain.com * Added realm verification implementation Wed Sep 26 12:47:53 PDT 2007 cygnus@janrain.com * Split consumer response processing into mode-specific methods Wed Sep 26 11:04:10 PDT 2007 cygnus@janrain.com * Auth_OpenID_discoverWithYadis: use Auth_OpenID_ServiceEndpoint::fromXRDS Wed Sep 26 11:00:29 PDT 2007 cygnus@janrain.com * Auth_OpenID_ServiceEndpoint::fromXRDS, ::fromDiscoveryResult: added siblings for ::fromHTML() Tue Sep 25 12:25:31 PDT 2007 cygnus@janrain.com * Remove getExpired() Tue Sep 25 12:09:42 PDT 2007 cygnus@janrain.com * gmmktime() -> mktime() since gmmktime() is broken in PHP 4 Tue Sep 25 11:56:38 PDT 2007 cygnus@janrain.com * Added store methods cleanupAssociations(), cleanup(), and concrete implementations Tue Sep 25 11:56:35 PDT 2007 cygnus@janrain.com * Reinstate mktime() vs. gmmktime() due to PHP4 brokenness Mon Sep 24 12:47:38 PDT 2007 cygnus@janrain.com * Include full path in filestore paths Mon Sep 24 12:37:13 PDT 2007 cygnus@janrain.com * Store interface comment Mon Sep 24 12:36:45 PDT 2007 cygnus@janrain.com * Store interface comment Mon Sep 24 11:31:33 PDT 2007 cygnus@janrain.com * Add cleanupNonces to SQL stores Mon Sep 24 11:01:32 PDT 2007 cygnus@janrain.com * Added cleanupNonces to store interface and file store Fri Sep 21 14:12:23 PDT 2007 cygnus@janrain.com * Fix PHP4-unfriendly syntax Fri Sep 21 13:48:30 PDT 2007 Kevin Turner * FileStore, SQLStore, MemStore: check timestamp in useNonce Fri Sep 21 13:46:37 PDT 2007 Kevin Turner * Auth_OpenID_checkTimestamp: use gmmktime as default comparison value, not time() Thu Aug 2 19:29:21 PDT 2007 will@willnorris.com * prevent error 'call to member function of a non-object' Tue Jun 19 09:42:34 PDT 2007 cygnus@janrain.com * Fix query-building for Auth_OpenID_SQLStore::tableExists (thanks markus@silverstripe.com) Mon Sep 10 16:03:41 PDT 2007 Kevin Turner * Tests_Auth_Yadis_Yadis: fetch manifest.txt from the network. 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. Thu Sep 20 14:41:35 PDT 2007 cygnus@janrain.com * Encode indirect OpenID 2 responses as POSTs when length exceeds OpenID 1 limit Thu Sep 20 12:29:13 PDT 2007 cygnus@janrain.com * Converted encoding variables to define()s Thu Sep 20 11:44:45 PDT 2007 cygnus@janrain.com * Removed sendSRegFields, added Auth_OpenID_Response.addExtension Wed Sep 19 16:08:09 PDT 2007 cygnus@janrain.com * Added eu to trust root TLD list Wed Sep 19 16:06:57 PDT 2007 cygnus@janrain.com * Added test clarifying that the wildcard is only in the authority section of the trust root Wed Sep 19 16:03:41 PDT 2007 cygnus@janrain.com * Update changes in Auth_OpenID_Interface Wed Sep 19 16:02:16 PDT 2007 cygnus@janrain.com * Update NEWS Wed Sep 19 15:32:20 PDT 2007 cygnus@janrain.com * update mock verifyDiscoveryResults Wed Sep 19 15:18:23 PDT 2007 cygnus@janrain.com * Remove unused test data Wed Sep 19 15:18:07 PDT 2007 cygnus@janrain.com * Improve granularity of error message checks Wed Sep 19 13:28:44 PDT 2007 cygnus@janrain.com * FIX #15: Remove PEAR instructions from README Wed Sep 19 13:27:19 PDT 2007 cygnus@janrain.com * FIX #17: Services/ typo in README Wed Sep 19 13:25:01 PDT 2007 cygnus@janrain.com * Fix NULL return reference in math library wrapper function Wed Sep 19 12:46:41 PDT 2007 cygnus@janrain.com * FIX #28: fixed append() call and added failed discovery verification test Thu May 24 15:54:21 PDT 2007 cygnus@janrain.com * isset() to silence notices Tue May 22 15:47:29 PDT 2007 cygnus@janrain.com * README update for SSL support Tue May 22 15:47:20 PDT 2007 cygnus@janrain.com * supportsSSL docstrings Tue May 22 14:49:46 PDT 2007 cygnus@janrain.com * Skip SSL identity and server URLs when SSL support absent Tue May 22 12:31:22 PDT 2007 cygnus@janrain.com * Relax requirement of parse_str implementation Tue May 22 12:05:23 PDT 2007 cygnus@janrain.com * Remove trigger_error calls from fetcher code Tue May 22 11:54:06 PDT 2007 cygnus@janrain.com * Update detect.php script to check SSL support Mon May 21 13:08:17 PDT 2007 cygnus@janrain.com * Add SSL support detection to fetchers Fri May 11 14:07:03 PDT 2007 cygnus@janrain.com * Docstring typo Tue May 8 16:38:46 PDT 2007 cygnus@janrain.com * Use correct URL when storing manager in session Mon May 7 10:22:59 PDT 2007 cygnus@janrain.com * Docstring typo Wed May 2 14:26:32 PDT 2007 cygnus@janrain.com * Change license from LGPL to Apache Thu Apr 26 11:41:52 PDT 2007 cygnus@janrain.com tagged 1.2.3