/[drupal]/contributions/modules/cram/cram.install
ViewVC logotype

Log of /contributions/modules/cram/cram.install

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 17:56:23 2008 UTC (20 months, 3 weeks ago) by freso
Branch: DRUPAL-5
Changes since 1.2.2.6: +2 -1 lines
Diff to previous 1.2.2.6 , to branch point 1.2
#224829 by me: Make the TTL of nonces configurable.

Revision 1.2.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 17:39:20 2008 UTC (20 months, 3 weeks ago) by freso
Branch: DRUPAL-6--1
Changes since 1.2.4.4: +2 -1 lines
Diff to previous 1.2.4.4 , to branch point 1.2
#224829 by me: Make the TTL of nonces configurable.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 06:22:27 2008 UTC (20 months, 3 weeks ago) by freso
Branch: DRUPAL-5
Changes since 1.2.2.5: +20 -19 lines
Diff to previous 1.2.2.5 , to branch point 1.2
I must've been tired last night. Final follow up to #224646 - this time properly tested and working.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 23:18:03 2008 UTC (20 months, 3 weeks ago) by freso
Branch: DRUPAL-5
Changes since 1.2.2.4: +3 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Follow up to follow up to #224646 - forgot to `return $ref;` Oops. :x

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 23:14:44 2008 UTC (20 months, 3 weeks ago) by freso
Branch: DRUPAL-5
Changes since 1.2.2.3: +29 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Follow up to #224646 - adding tables to pgsql if installed before previous update, as well as checking (and dropping) the old cram_challenge table.

Revision 1.2.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 05:13:47 2008 UTC (20 months, 3 weeks ago) by selmanj
Branch: DRUPAL-6--1
Changes since 1.2.4.3: +0 -25 lines
Diff to previous 1.2.4.3 , to branch point 1.2
augh, commited a patch before it was ready.  reverting to 1.2.4.2

Revision 1.2.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 05:10:03 2008 UTC (20 months, 3 weeks ago) by selmanj
Branch: DRUPAL-6--1
Changes since 1.2.4.2: +26 -1 lines
Diff to previous 1.2.4.2 , to branch point 1.2
#225790 by Freso: Removed non-needed 'file path' attribute.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 04:21:02 2008 UTC (20 months, 3 weeks ago) by selmanj
Branch: DRUPAL-5
Changes since 1.2.2.2: +10 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
#224646 by Freso: Added pgsql support to install file.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 06:02:45 2008 UTC (21 months, 1 week ago) by selmanj
Branch: DRUPAL-5
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#224609 by Freso - Code cleanup according to Coder Review.  Looks good to me.

Revision 1.2.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 05:57:18 2008 UTC (21 months, 1 week ago) by selmanj
Branch: DRUPAL-6--1
Changes since 1.2.4.1: +2 -1 lines
Diff to previous 1.2.4.1 , to branch point 1.2
#224594 by Freso - variable_del() is now properly called on cram_default_enabled

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 05:56:39 2008 UTC (21 months, 1 week ago) by selmanj
Branch: DRUPAL-5
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
#224594 by Freso - variable_del() is now properly called on cram_default_enabled

Revision 1.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:06:06 2008 UTC (21 months, 1 week ago) by selmanj
Branch: DRUPAL-6--1
Changes since 1.2: +37 -13 lines
Diff to previous 1.2
#223378 by Freso.  Code should now be compatible with D6.  This commit is a direct port; there should be no new features or changes to underlying functionality (other than what is necessary to upgrade).  Thanks Freso for all your hard work.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 05:03:17 2008 UTC (22 months ago) by selmanj
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
Big changes.  Changed 'challenge id' to be called nonce, which is a better term for what it is.  Also made it so the challenge id no longer depends on the userid.  Because of this, we can embed it directly into the form, which greatly simplifies the javascript.  This also allows us to log in during maintanence mode, which wasn't possible before.  The table schema changed so the module needs to be reinstalled to use the new schema.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 12 06:10:20 2007 UTC (23 months, 2 weeks ago) by selmanj
Branch: MAIN
Initial commit of cram module.  CRAM implements the CRAM-MD5 algorithm as a Drupal Authentication method, allowing users to login to non-SSL secured sites without fear of their password being sent plaintext over the wire.

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