/[drupal]/contributions/modules/openid/openid.inc
ViewVC logotype

Log of /contributions/modules/openid/openid.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 20:43:20 2008 UTC (21 months, 4 weeks ago) by walkah
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.2.2.3: +36 -17 lines
Diff to previous 1.2.2.3 , to branch point 1.2 , to next main 1.17
#216022 (SA-2008-016) - OpenID - Incorrect claimed_id returned for OpenID 2.0
(reported by johnnysxip)
* other minor OpenID 2.0 compliance fixes

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 14 20:19:21 2007 UTC (2 years, 1 month ago) by walkah
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.2.2.2: +68 -57 lines
Diff to previous 1.2.2.2 , to branch point 1.2
backporting various changes & cleanups from HEAD/core version

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 15:29:04 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +7 -7 lines
Diff to previous 1.16
A couple of minor clean-ups in delegation detection (to better
accomodate the new rel="openid2.local_id openid.delegate" syntax.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 15:54:58 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
FAPI3 updates

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 12:18:40 2007 UTC (2 years, 5 months ago) by chx
Branch: MAIN
Changes since 1.14: +26 -25 lines
Diff to previous 1.14
an array of coding style fixes

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 05:26:38 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
accept single quotes in meta & link HTML head: fixes #147248

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 04:52:18 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.12: +5 -3 lines
Diff to previous 1.12
2 more minor code style issues

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 03:42:35 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
grr. typo in last commit.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 01:29:21 2007 UTC (2 years, 5 months ago) by walkah
Branch: MAIN
Changes since 1.10: +25 -17 lines
Diff to previous 1.10
Code cleanup - typos and coding style (see http://drupal.org/node/131026#comment-251636 )

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 15:01:21 2007 UTC (2 years, 6 months ago) by walkah
Branch: DRUPAL-5
Changes since 1.2.2.1: +33 -28 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Backporting recent HEAD changes to DRUPAL-5

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 22:36:28 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.9: +24 -12 lines
Diff to previous 1.9
Comments and code cleanups

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 15:02:54 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.8: +10 -17 lines
Diff to previous 1.8
* Update to FAPI 3 - (pending http://drupal.org/node/146187)
* Added a way (under 'My Account') to add remove OpenID to an existing account
* Some refactoring for clean openid_being / openid_complete (for reuse)
* Added Simple Registration extension options for nickname & email - for
  better chance of valid accounts being created
* Other minor code cleanups, etc.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 03:30:39 2007 UTC (2 years, 6 months ago) by walkah
Branch: DRUPAL-5
Changes since 1.2: +61 -46 lines
Diff to previous 1.2
backporting recent work from HEAD to DRUPAL-5

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 02:55:40 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.7: +44 -25 lines
Diff to previous 1.7
* Lots of cleanups - specifically to the discovery process
* Properly distinguish between 1.x and 2.0 calls - #143061
* XRI support - #143125 - patch by William Tan / Grugnog2 (changes by me)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 19:21:37 2007 UTC (2 years, 6 months ago) by walkah
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6
better conformance to 2.0 implementer's draft 11 spec : works again w/
myopenid.com

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 05:10:08 2007 UTC (2 years, 7 months ago) by walkah
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
More E_ALL cleanups

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 05:05:36 2007 UTC (2 years, 7 months ago) by walkah
Branch: MAIN
Changes since 1.4: +9 -5 lines
Diff to previous 1.4
E_ALL cleanups

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 00:55:43 2007 UTC (2 years, 8 months ago) by walkah
Branch: MAIN
Changes since 1.3: +1 -11 lines
Diff to previous 1.3
Lots of cleanups - ditching the openid block in favour of user login
form_alter (with jQuery magic - thanks steven! )

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 19:44:00 2007 UTC (2 years, 8 months ago) by walkah
Branch: MAIN
Changes since 1.2: +10 -11 lines
Diff to previous 1.2
HEAD openid RP - new menu system & E_NOTICE fixes. minor cleanups

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 06:38:00 2007 UTC (2 years, 8 months ago) by walkah
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +389 -0 lines
Diff to previous 1.1
Drupal 5 (native) OpenID relying party

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 06:33:52 2007 UTC (2 years, 8 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.7: +14 -29 lines
Diff to previous 1.1.2.7 , to branch point 1.1 , to next main 1.17
minor code cleanups

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 19 03:07:38 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.6: +6 -10 lines
Diff to previous 1.1.2.6 , to branch point 1.1
code cleanup

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 17 01:47:00 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.5: +5 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
more work for supporting extensions (in RP code)

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 19:07:08 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.4: +17 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#113617 - provide php4 support for bcpowmod (used in dh-sha1)

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 12 06:51:31 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.3: +12 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
* beginning to allow for extensions (still in flux)
* support for 1.1 nonces (in server)

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 03:49:17 2007 UTC (2 years, 9 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.2: +1 -5 lines
Diff to previous 1.1.2.2 , to branch point 1.1
removing the remaining AX remnants

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 21 15:23:16 2007 UTC (2 years, 10 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1.2.1: +176 -233 lines
Diff to previous 1.1.2.1 , to branch point 1.1
lots of changes (had fun on the plane yesterday ;) :
* removing ax stuff - will re-add ax & sreg more extensibly soon
* added Diffie-Hellman association support
* openid.module now working with 1.x authentication
* other refactoring and fixes.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 13 06:12:53 2007 UTC (2 years, 10 months ago) by walkah
Branch: DRUPAL-4-7--2
Changes since 1.1: +436 -0 lines
Diff to previous 1.1
In progress drupal-native OpenID 2.0 server & client modules... finding a new home in DRUPAL-4-7--2 :)

Revision 1.1
Sat Jan 13 06:12:53 2007 UTC (2 years, 10 months ago) by walkah
Branch: MAIN
Branch point for: DRUPAL-4-7--2
FILE REMOVED
file openid.inc was initially added on branch DRUPAL-4-7--2.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2