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

Log of /contributions/modules/securesite/securesite.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.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 19:12:06 2009 UTC (7 months, 1 week ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-4
Changes since 1.9.2.6: +2 -1 lines
Diff to previous 1.9.2.6 , to branch point 1.9
by Darren Oh: Fixed update error for sites with disabled authentication.
  Sites which had disabled authentication would have authentication forced when
  updating.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 9 14:48:26 2009 UTC (8 months, 2 weeks ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.9.2.5: +1 -2 lines
Diff to previous 1.9.2.5 , to branch point 1.9
by Darren Oh: Code re-organization and clean-up.

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 15:24:53 2009 UTC (10 months, 2 weeks ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.9.2.4: +3 -3 lines
Diff to previous 1.9.2.4 , to branch point 1.9
#353216 by salvis: Fixed data type in securesite_update_6200().
  This fixes "Wrong datatype" errors for those upgrading from previous versions.

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 25 20:33:41 2008 UTC (11 months ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.9.2.3: +6 -1 lines
Diff to previous 1.9.2.3 , to branch point 1.9
Fixed argument escaping to allow quotes in realm, user names, and passwords.
Added password clean-up when digest authentication is disabled, the realm changes, or the module is uninstalled.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 21:24:59 2008 UTC (12 months, 3 weeks ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.9.2.2: +2 -2 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Fixed incorrect password handling for digest authentication.
Fixed handling for unauthorized user log-in attempts.
Fixed password storage for digest authentication.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 19:48:45 2008 UTC (12 months, 4 weeks ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.9.2.1: +3 -4 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Synced documentation.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 22:39:01 2008 UTC (12 months, 4 weeks ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.9: +6 -2 lines
Diff to previous 1.9
Fixed update function.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 18:58:02 2008 UTC (12 months, 4 weeks ago) by darrenoh
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.8: +7 -10 lines
Diff to previous 1.8
Added more code comments.
Fixed theming.
#172170: Added OpenID integration.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 21:03:29 2008 UTC (13 months ago) by darrenoh
Branch: MAIN
Changes since 1.7: +1 -80 lines
Diff to previous 1.7
#136822 by Darren Oh: Added external scripts for secure password management.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 22:06:35 2008 UTC (13 months, 2 weeks ago) by darrenoh
Branch: MAIN
Changes since 1.6: +23 -3 lines
Diff to previous 1.6
Moved _securesite_digest_md5 to its own file. It now generates headers.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 03:55:50 2008 UTC (13 months, 3 weeks ago) by darrenoh
Branch: MAIN
Changes since 1.5: +8 -4 lines
Diff to previous 1.5
#310906: More logic improvements. Added support for multiple authentication methods to be tried sequentially. Made digest authentication placeholder match SASL utilities more closely.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 21:03:09 2008 UTC (14 months ago) by darrenoh
Branch: MAIN
Changes since 1.4: +39 -11 lines
Diff to previous 1.4
Set up digest authentication to use a placeholder function, _securesite_digest_manage(), until we can get an external program to handle passwords.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 21:12:09 2008 UTC (14 months ago) by darrenoh
Branch: MAIN
Changes since 1.3: +3 -5 lines
Diff to previous 1.3
Fixed errors in digest authentication. Still need to address secure password storage.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 24 18:57:05 2008 UTC (14 months ago) by darrenoh
Branch: MAIN
Changes since 1.2: +33 -4 lines
Diff to previous 1.2
#136822 by Darren Oh: Added support for HTTP digest authentication.

This is a first draft. Code will need to be simplified. Also, no attempt has been made to store user passwords securely.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 20:35:39 2008 UTC (14 months, 1 week ago) by darrenoh
Branch: MAIN
Changes since 1.1: +60 -0 lines
Diff to previous 1.1
#307339: Preparing for a 6.x-2.0 release.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 02:10:25 2008 UTC (16 months, 1 week ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.1.2.1: +6 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1 , to next main 1.9
Add missing @file

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 13:45:23 2008 UTC (16 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.1: +18 -0 lines
Diff to previous 1.1
Add hook_uninstall() to remove variables on uninstall

Revision 1.1
Tue Jul 15 13:45:23 2008 UTC (16 months, 1 week ago) by junyor
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file securesite.install was initially added on branch DRUPAL-5.

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