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

Log of /contributions/modules/securesite/securesite.module

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.43.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 18:17:32 2009 UTC (4 months, 1 week ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-4
Changes since 1.43.2.11: +2 -1 lines
Diff to previous 1.43.2.11 , to branch point 1.43
#441634 by Arto: Fixed undefined function drupal_strtolower().

Revision 1.43.2.11 - (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
CVS Tags: DRUPAL-6--2-3
Changes since 1.43.2.10: +8 -7 lines
Diff to previous 1.43.2.10 , to branch point 1.43
by Darren Oh: Code re-organization and clean-up.

Revision 1.43.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 14:49:07 2009 UTC (8 months, 3 weeks ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.43.2.9: +2 -2 lines
Diff to previous 1.43.2.9 , to branch point 1.43
#388890 by jmiccolis: Fixed user name validation.
  Users who didn't have permission to change their user names could not change
  their passwords.

Revision 1.43.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 20:20:57 2008 UTC (10 months, 3 weeks ago) by darrenoh
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.43.2.8: +2 -2 lines
Diff to previous 1.43.2.8 , to branch point 1.43
#352276 by naquah: Fixed delay in saving 403 page settings.

Revision 1.43.2.8 - (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.43.2.7: +8 -8 lines
Diff to previous 1.43.2.7 , to branch point 1.43
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.43.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 24 20:34:15 2008 UTC (11 months ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.43.2.6: +9 -7 lines
Diff to previous 1.43.2.6 , to branch point 1.43
Finished tests and simplified code.

Revision 1.43.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 20:14:16 2008 UTC (11 months ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.43.2.5: +2 -2 lines
Diff to previous 1.43.2.5 , to branch point 1.43
Made password reset error messages show on separate page.
Fixed guest password storage for digest authentication.
Added index of tests.
Finished functional tests.

Revision 1.43.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 19:34:39 2008 UTC (11 months, 1 week ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.43.2.4: +2 -2 lines
Diff to previous 1.43.2.4 , to branch point 1.43
Fixed guest user settings submission.
Fixed digest authentication to prevent errors when the password is wrong.
Fixed log-in to clear the securesite_denied session variable.
Fixed user deletion when not using form to delete user.
Added user cleanup for digest tests.
Added tests for guest authentication.

Revision 1.43.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 19:42:34 2008 UTC (12 months, 2 weeks ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.43.2.3: +3 -3 lines
Diff to previous 1.43.2.3 , to branch point 1.43
Reformatted comments.
Fixed digest authentication scripts.

Revision 1.24.2.83 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 06:40:27 2008 UTC (12 months, 2 weeks ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.24.2.82: +6 -2 lines
Diff to previous 1.24.2.82 , to branch point 1.24 , to next main 1.43
#312821: Fixed password reset URL when i18n module is enabled.

Revision 1.43.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 16:38:39 2008 UTC (12 months, 3 weeks ago) by darrenoh
Branch: DRUPAL-6--2
Changes since 1.43.2.2: +6 -1 lines
Diff to previous 1.43.2.2 , to branch point 1.43
Fixed possible conflict between guest name and user names.

Revision 1.43.2.2 - (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.43.2.1: +8 -7 lines
Diff to previous 1.43.2.1 , to branch point 1.43
Fixed incorrect password handling for digest authentication.
Fixed handling for unauthorized user log-in attempts.
Fixed password storage for digest authentication.

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

Revision 1.24.2.82 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 21:10:52 2008 UTC (12 months, 4 weeks ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.24.2.81: +7 -3 lines
Diff to previous 1.24.2.81 , to branch point 1.24
#323470 by Junyor: Fixed HTTP authentication for feed readers.

Revision 1.43 - (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: DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.42: +33 -3 lines
Diff to previous 1.42
Added more code comments.
Fixed theming.
#172170: Added OpenID integration.

Revision 1.42 - (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.41: +19 -11 lines
Diff to previous 1.41
#136822 by Darren Oh: Added external scripts for secure password management.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 01:05:24 2008 UTC (13 months, 1 week ago) by junyor
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
Typo

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 01:04:37 2008 UTC (13 months, 1 week ago) by junyor
Branch: MAIN
Changes since 1.39: +2 -3 lines
Diff to previous 1.39
Fix notice

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 18:57:11 2008 UTC (13 months, 2 weeks ago) by darrenoh
Branch: MAIN
Changes since 1.38: +4 -2 lines
Diff to previous 1.38
Fixed 403 handling.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 18:21:03 2008 UTC (13 months, 2 weeks ago) by darrenoh
Branch: MAIN
Changes since 1.37: +15 -4 lines
Diff to previous 1.37
Allow Safari users to log out without changing realm.

Revision 1.37 - (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.36: +85 -94 lines
Diff to previous 1.36
#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.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 5 17:59:59 2008 UTC (13 months, 3 weeks ago) by junyor
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
Fix some notices

Revision 1.35 - (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.34: +14 -20 lines
Diff to previous 1.34
Set up digest authentication to use a placeholder function, _securesite_digest_manage(), until we can get an external program to handle passwords.

Revision 1.34 - (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.33: +19 -21 lines
Diff to previous 1.33
Fixed errors in digest authentication. Still need to address secure password storage.

Revision 1.24.2.81 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 00:49:52 2008 UTC (14 months ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.24.2.80: +2 -2 lines
Diff to previous 1.24.2.80 , to branch point 1.24
Fix variable reference that stopped password resets from working (recent regression)

Revision 1.33 - (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.32: +96 -35 lines
Diff to previous 1.32
#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.24.2.80 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 04:42:21 2008 UTC (14 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.79: +4 -5 lines
Diff to previous 1.24.2.79 , to branch point 1.24
Notice fixes

Revision 1.24.2.70.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 04:37:40 2008 UTC (14 months ago) by junyor
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.24.2.70.2.6: +5 -6 lines
Diff to previous 1.24.2.70.2.6 , to branch point 1.24.2.70 , to next main 1.24.2.83
Fix a notice and rework some other notice fixing code

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 15:44:57 2008 UTC (14 months ago) by darrenoh
Branch: MAIN
Changes since 1.31: +6 -6 lines
Diff to previous 1.31
Allow empty guest user name and password.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 14:28:18 2008 UTC (14 months ago) by darrenoh
Branch: MAIN
Changes since 1.30: +16 -7 lines
Diff to previous 1.30
Updated documentation to comply with Drupal coding standards.
Simplified 403 error handling.

Revision 1.30 - (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.29: +109 -373 lines
Diff to previous 1.29
#307339: Preparing for a 6.x-2.0 release.

Revision 1.24.2.70.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 16:41:01 2008 UTC (14 months, 1 week ago) by darrenoh
Branch: DRUPAL-6--1
Changes since 1.24.2.70.2.5: +2 -2 lines
Diff to previous 1.24.2.70.2.5 , to branch point 1.24.2.70
#307339 by singularo: Bypass filter was not being checked for logged-in users.

Revision 1.24.2.79 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 16:38:58 2008 UTC (14 months, 1 week ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.24.2.78: +4 -5 lines
Diff to previous 1.24.2.78 , to branch point 1.24
#307339 by singularo: Bypass filter was not being checked for logged-in users.

Revision 1.24.2.70.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 01:20:34 2008 UTC (14 months, 1 week ago) by junyor
Branch: DRUPAL-6--1
Changes since 1.24.2.70.2.4: +2 -2 lines
Diff to previous 1.24.2.70.2.4 , to branch point 1.24.2.70
Small documentation update

Revision 1.24.2.78 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 01:19:36 2008 UTC (14 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.77: +2 -2 lines
Diff to previous 1.24.2.77 , to branch point 1.24
Small documentation update

Revision 1.24.2.77 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 14 00:16:56 2008 UTC (14 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.76: +6 -1 lines
Diff to previous 1.24.2.76 , to branch point 1.24
Really fix the caching problem

Revision 1.24.2.70.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 14 00:16:14 2008 UTC (14 months, 1 week ago) by junyor
Branch: DRUPAL-6--1
Changes since 1.24.2.70.2.3: +5 -2 lines
Diff to previous 1.24.2.70.2.3 , to branch point 1.24.2.70
Really fix the caching problem

Revision 1.24.2.70.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 03:00:44 2008 UTC (14 months, 2 weeks ago) by junyor
Branch: DRUPAL-6--1
Changes since 1.24.2.70.2.2: +12 -4 lines
Diff to previous 1.24.2.70.2.2 , to branch point 1.24.2.70
Keep up with the DRUPAL-5 branch

Revision 1.24.2.76 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 02:30:28 2008 UTC (14 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.75: +2 -2 lines
Diff to previous 1.24.2.75 , to branch point 1.24
Fix typo

Revision 1.24.2.75 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 02:21:16 2008 UTC (14 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.74: +2 -2 lines
Diff to previous 1.24.2.74 , to branch point 1.24
Fixed an issue where a cached page would be shown after logging in as a guest and then a user with caching enabled (patch by NaX and Junyor).  All tests now pass again.

Revision 1.24.2.74 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 02:08:50 2008 UTC (14 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.73: +3 -2 lines
Diff to previous 1.24.2.73 , to branch point 1.24
Fixed an issue where users weren't logged out if they had first logged in as a guest and then as a user (patch by NaX and Junyor).  Added regression test and fixed some small code style problems along the way

Revision 1.24.2.73 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 15:04:14 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.24.2.72: +9 -2 lines
Diff to previous 1.24.2.72 , to branch point 1.24
Fixed an unreported issue where sites would not be accessible after upgrading if they were previously using the HTTP Auth with browser work-around setting

Revision 1.24.2.70.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 17:37:54 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-6--1
Changes since 1.24.2.70.2.1: +2 -115 lines
Diff to previous 1.24.2.70.2.1 , to branch point 1.24.2.70
Move settings form to a separate file

Revision 1.24.2.70.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 16:59:11 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-6--1
Changes since 1.24.2.70: +39 -47 lines
Diff to previous 1.24.2.70
Fixed issue #191859 (Upgrade to Drupal 6): patch by deekayen, NaX, and Junyor

Revision 1.24.2.72 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 16:50:55 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.71: +47 -39 lines
Diff to previous 1.24.2.71 , to branch point 1.24
Wrong branch

Revision 1.24.2.71 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 16:41:29 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.70: +39 -47 lines
Diff to previous 1.24.2.70 , to branch point 1.24
Fixed issue #191859 (Upgrade to Drupal 6): patch by deekayen, NaX, and Junyor

Revision 1.24.2.70 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 15:22:40 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Branch point for: DRUPAL-6--1
Changes since 1.24.2.69: +3 -3 lines
Diff to previous 1.24.2.69 , to branch point 1.24
Small string changes

Revision 1.24.2.69 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 15:15:37 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.68: +2 -2 lines
Diff to previous 1.24.2.68 , to branch point 1.24
Remove extra whitespace

Revision 1.24.2.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 15:14:45 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.67: +2 -2 lines
Diff to previous 1.24.2.67 , to branch point 1.24
Fix url() call that had inadvertently been updated for Drupal 6

Revision 1.24.2.67 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 10:10:13 2008 UTC (15 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.66: +50 -31 lines
Diff to previous 1.24.2.66 , to branch point 1.24
- More efficient bootstrapping
- Somewhat more consistent comment structure

Revision 1.24.2.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 22:40:32 2008 UTC (15 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.65: +2 -2 lines
Diff to previous 1.24.2.65 , to branch point 1.24
Fix typo

Revision 1.24.2.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 21:24:23 2008 UTC (15 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.64: +2 -2 lines
Diff to previous 1.24.2.64 , to branch point 1.24
Small grammar fixes in code comments

Revision 1.24.2.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 20:59:58 2008 UTC (15 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.63: +6 -1 lines
Diff to previous 1.24.2.63 , to branch point 1.24
Fixed a bug where users would get caught in an HTTP Auth loop on the logout page (and added a regression test).

Revision 1.24.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 18:25:56 2008 UTC (15 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.62: +15 -16 lines
Diff to previous 1.24.2.62 , to branch point 1.24
- Renamed permission "access site" to more correct "access secured pages".  Users will need to re-enable it after upgrading
- Fixed HTTP Auth problems when caching was enabled (caused by using an uninitialized global variable) by doing a full bootstrap in securesite_init() instead of doing bootstraps separately in _securesite_filter_check() and _securesite_user_auth()
- Rewrote and separated a bunch of tests to make cache problems more evident
- Added some cache tests

Revision 1.24.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 03:20:30 2008 UTC (16 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.61: +5 -5 lines
Diff to previous 1.24.2.61 , to branch point 1.24
Fix some notices/errors when caching is enabled

Revision 1.24.2.61 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 00:47:46 2008 UTC (16 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.60: +17 -110 lines
Diff to previous 1.24.2.60 , to branch point 1.24
Removed _securesite_goto as it's not needed (no functional changes)
Move password reset handling to separate function (to ease testing later)
Don't show site name on login form (improved consistency)
Fixed erroneous variable fallback on password reset form
Further improved securesite_user() so Secure Site is really only triggered when it should be

Revision 1.24.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 13:04:46 2008 UTC (16 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.59: +2 -3 lines
Diff to previous 1.24.2.59 , to branch point 1.24
Update suggested by coder.module

Revision 1.24.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 02:53:08 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.58: +19 -11 lines
Diff to previous 1.24.2.58 , to branch point 1.24
Make _securesite_filter_check() more testable and add tests for it

Revision 1.24.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 01:09:58 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.57: +2 -2 lines
Diff to previous 1.24.2.57 , to branch point 1.24
Improvement to previous documentation addition.

Revision 1.24.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 01:05:56 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.56: +2 -3 lines
Diff to previous 1.24.2.56 , to branch point 1.24
Small documentation addition.

Revision 1.24.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 17:57:32 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.55: +15 -5 lines
Diff to previous 1.24.2.55 , to branch point 1.24
Fixed issue 103268 (Log-in dialog is displayed on public page after log-out): Don't show HTTP Auth on logout if login was done using normal Drupal login form (patch by wulff, puregin, leop, NaX, Darren Oh, Gábor Hojtsy, salvis, and Junyor).  Small documentation update.

Revision 1.24.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 01:58:25 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.54: +1 -8 lines
Diff to previous 1.24.2.54 , to branch point 1.24
Improved documentation consistency and removed obsolete define

Revision 1.24.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 01:54:10 2008 UTC (16 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.53: +25 -27 lines
Diff to previous 1.24.2.53 , to branch point 1.24
- Removed browser logout work-around option: the browser work-around is now always enabled for HTTP Auth (NOTE: You *must* manually change to the HTTP Auth mode for Secure Site to work if you previously used the browser logout work-around option)
- Left-over documentation updates after fixing issue 28408
- Improved documentation
- Marked another function for internal use only

Revision 1.24.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 03:24:39 2008 UTC (16 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.52: +10 -10 lines
Diff to previous 1.24.2.52 , to branch point 1.24
Mark additional functions for internal use only

Revision 1.24.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 03:21:58 2008 UTC (16 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.51: +6 -5 lines
Diff to previous 1.24.2.51 , to branch point 1.24
Make sure guests are allowed when checking if previous guest can bypass authentication

Revision 1.24.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 03:03:05 2008 UTC (16 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.50: +7 -3 lines
Diff to previous 1.24.2.50 , to branch point 1.24
Give a better error message when users don't fill in their username in the HTTP auth dialog

Revision 1.24.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 16 03:06:40 2008 UTC (17 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.49: +3 -3 lines
Diff to previous 1.24.2.49 , to branch point 1.24
A couple more small documentation improvements

Revision 1.24.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 16 02:45:05 2008 UTC (17 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.48: +13 -1 lines
Diff to previous 1.24.2.48 , to branch point 1.24
Fix issue #28408 by NaX, Roger López, moshe weitzman, Junyor, et al: Implement and document work-around for PHP in CGI mode
Fix issue #167918 by Junyor: Document work-around for using Secure Site with IIS

Revision 1.24.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 15 17:44:56 2008 UTC (17 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.47: +2 -1 lines
Diff to previous 1.24.2.47 , to branch point 1.24
Fix issue #268854 by JacobSingh: Allow Secure Site and Drush to play well together

Revision 1.24.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 00:00:19 2008 UTC (18 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.46: +56 -23 lines
Diff to previous 1.24.2.46 , to branch point 1.24
Greatly improved Doxygen documentation

Revision 1.24.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 4 21:22:21 2008 UTC (18 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.45: +15 -8 lines
Diff to previous 1.24.2.45 , to branch point 1.24
Documentation updates.

Revision 1.24.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 10 02:09:56 2008 UTC (19 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.44: +2 -2 lines
Diff to previous 1.24.2.44 , to branch point 1.24
Small code style issue

Revision 1.24.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 10 01:56:37 2008 UTC (19 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.43: +24 -16 lines
Diff to previous 1.24.2.43 , to branch point 1.24
Added descriptions to each setting block and separated the guest settings.  Code style improvements.  Small documentation improvement.

Revision 1.24.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 05:59:31 2008 UTC (19 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.42: +2 -2 lines
Diff to previous 1.24.2.42 , to branch point 1.24
Fixed incorrect use of drupal_set_message

Revision 1.24.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 05:40:09 2008 UTC (19 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.41: +2 -2 lines
Diff to previous 1.24.2.41 , to branch point 1.24
Fix notice on incorrect password during login attempt

Revision 1.24.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 04:25:54 2008 UTC (19 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.40: +2 -2 lines
Diff to previous 1.24.2.40 , to branch point 1.24
Better variable default

Revision 1.24.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 03:52:14 2008 UTC (19 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.39: +12 -8 lines
Diff to previous 1.24.2.39 , to branch point 1.24
Code style changes

Revision 1.24.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 5 02:13:11 2008 UTC (19 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.24.2.38: +2 -2 lines
Diff to previous 1.24.2.38 , to branch point 1.24
Correct name of module in UI

Revision 1.24.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 00:42:39 2008 UTC (20 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.37: +4 -5 lines
Diff to previous 1.24.2.37 , to branch point 1.24
More tweaks for the HTML dialog.  Also, use the dialog after sending password mails.

Revision 1.24.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 23 19:19:33 2008 UTC (20 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.36: +8 -9 lines
Diff to previous 1.24.2.36 , to branch point 1.24
Fix issue #217482 by NaX and Junyor: Use browser work-around for Safari, too

Revision 1.24.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 01:03:07 2008 UTC (21 months ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.35: +19 -6 lines
Diff to previous 1.24.2.35 , to branch point 1.24
Fix #204191: Finally make the password reset URL work with Secure Site.

Revision 1.24.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 23:07:00 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.34: +2 -1 lines
Diff to previous 1.24.2.34 , to branch point 1.24
Call hook_exit() in securesite_goto, too

Revision 1.24.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 22:44:30 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.33: +76 -51 lines
Diff to previous 1.24.2.33 , to branch point 1.24
Fix #169750 and general clean-up of the securesite_user_auth() function.  Show better error messages to users.  Correct the password URL sent out in password reset e-mails.

Revision 1.24.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 9 23:12:56 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.32: +4 -4 lines
Diff to previous 1.24.2.32 , to branch point 1.24
Further clarify bypass list

Revision 1.24.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 9 22:59:05 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.31: +4 -4 lines
Diff to previous 1.24.2.31 , to branch point 1.24
Clarified code comment

Revision 1.24.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 9 22:54:05 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.30: +34 -41 lines
Diff to previous 1.24.2.30 , to branch point 1.24
Clean up securesite_init() code.  Reword various settings.  Note that the wording of the bypass filter has been reversed to help clarify how the setting should be used.

Revision 1.24.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 9 18:01:53 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.29: +8 -1 lines
Diff to previous 1.24.2.29 , to branch point 1.24
Fixed #217466: Let Securesite work with normal caching

Revision 1.24.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 02:22:37 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.28: +1 -2 lines
Diff to previous 1.24.2.28 , to branch point 1.24
Removed debug code

Revision 1.24.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 02:20:03 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.27: +4 -9 lines
Diff to previous 1.24.2.27 , to branch point 1.24
Further repair page bypass feature broken by recent security fix

Revision 1.24.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 01:48:54 2008 UTC (21 months, 2 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.26: +13 -4 lines
Diff to previous 1.24.2.26 , to branch point 1.24
Repair page bypass feature broken by recent security fix

Revision 1.24.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:03:14 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.25: +1 -2 lines
Diff to previous 1.24.2.25 , to branch point 1.24
Remove dead code

Revision 1.24.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 17:57:42 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.24: +2 -1 lines
Diff to previous 1.24.2.24 , to branch point 1.24
Add watchdog notice on login failure

Revision 1.24.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 17:55:31 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.23: +9 -6 lines
Diff to previous 1.24.2.23 , to branch point 1.24
A couple notice fixes

Revision 1.24.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 04:34:22 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.22: +2 -2 lines
Diff to previous 1.24.2.22 , to branch point 1.24
Tiny grammar fix

Revision 1.24.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 04:31:57 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.21: +3 -2 lines
Diff to previous 1.24.2.21 , to branch point 1.24
Improve documentation and make it more clear that secure site uses permissions

Revision 1.24.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 04:02:44 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.20: +5 -5 lines
Diff to previous 1.24.2.20 , to branch point 1.24
More purely cosmetic consistency fixes

Revision 1.24.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 03:47:46 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.19: +44 -46 lines
Diff to previous 1.24.2.19 , to branch point 1.24
Various purely cosmetic consistency fixes

Revision 1.24.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 03:21:42 2008 UTC (21 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.18: +22 -16 lines
Diff to previous 1.24.2.18 , to branch point 1.24
Use defines instead of integers for different modes

Revision 1.24.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 21:30:44 2008 UTC (21 months, 4 weeks ago) by killes
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.24.2.17: +1 -22 lines
Diff to previous 1.24.2.17 , to branch point 1.24
#216019, SA-2008-011 - Securesite - Access bypass

Revision 1.2.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 21:27:51 2008 UTC (21 months, 4 weeks ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.2.2.27: +1 -22 lines
Diff to previous 1.2.2.27 , to branch point 1.2 , to next main 1.43
#216019, SA-2008-011 - Securesite - Access bypass

Revision 1.24.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 18:29:47 2008 UTC (22 months ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.24.2.16: +5 -2 lines
Diff to previous 1.24.2.16 , to branch point 1.24
Redirect guests from logout page.

Revision 1.2.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 18:29:46 2008 UTC (22 months ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.26: +5 -2 lines
Diff to previous 1.2.2.26 , to branch point 1.2
Redirect guests from logout page.

Revision 1.24.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 00:47:09 2008 UTC (22 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.15: +15 -9 lines
Diff to previous 1.24.2.15 , to branch point 1.24
Fix notices and removed dead code

Revision 1.24.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 23:50:21 2008 UTC (22 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.14: +3 -3 lines
Diff to previous 1.24.2.14 , to branch point 1.24
Fix #207500: Clean-up the login and password reset dialogs

Revision 1.24.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 22:27:32 2008 UTC (22 months, 1 week ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.13: +13 -15 lines
Diff to previous 1.24.2.13 , to branch point 1.24
Remove non-sensical if statement.  There's no  at this point, so it'll always go into the if

Revision 1.24.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 17:37:47 2008 UTC (22 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.12: +2 -2 lines
Diff to previous 1.24.2.12 , to branch point 1.24
Remove trailing space

Revision 1.24.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 17:34:55 2008 UTC (22 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.11: +16 -2 lines
Diff to previous 1.24.2.11 , to branch point 1.24
#97197 by me: Let LDAPauth and securesite play well together

Revision 1.24.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 17:27:44 2008 UTC (22 months, 3 weeks ago) by junyor
Branch: DRUPAL-5
Changes since 1.24.2.10: +3 -4 lines
Diff to previous 1.24.2.10 , to branch point 1.24
#204188 by Gábor: Fix two trivial bugs in the password request form

Revision 1.24.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 08:25:22 2007 UTC (23 months, 3 weeks ago) by nax
Branch: DRUPAL-5
Changes since 1.24.2.9: +9 -5 lines
Diff to previous 1.24.2.9 , to branch point 1.24
#194489 auth bug fixes.

Revision 1.24.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 08:11:53 2007 UTC (23 months, 3 weeks ago) by nax
Branch: DRUPAL-5
Changes since 1.24.2.8: +3 -3 lines
Diff to previous 1.24.2.8 , to branch point 1.24
#179618 bypass authentication for cron.php fixed.

Revision 1.24.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 19 22:39:51 2007 UTC (2 years ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.24.2.7: +5 -13 lines
Diff to previous 1.24.2.7 , to branch point 1.24
#168339 by Tim Altman (Junyor). Remove legacy Placeholder function.

Revision 1.24.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 08:48:14 2007 UTC (2 years, 6 months ago) by unconed
Branch: DRUPAL-5
Changes since 1.24.2.6: +6 -1 lines
Diff to previous 1.24.2.6 , to branch point 1.24
#119009: Fix securesite path checking when cache is enabled.

Revision 1.2.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 08:47:38 2007 UTC (2 years, 6 months ago) by unconed
Branch: DRUPAL-4-7
Changes since 1.2.2.25: +6 -1 lines
Diff to previous 1.2.2.25 , to branch point 1.2
#119009: Fix securesite path checking when cache is enabled.

Revision 1.24.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 22:40:43 2007 UTC (2 years, 6 months ago) by unconed
Branch: DRUPAL-5
Changes since 1.24.2.5: +78 -113 lines
Diff to previous 1.24.2.5 , to branch point 1.24
#140449: Code cleanup for securesite.module

Revision 1.2.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 22:33:20 2007 UTC (2 years, 6 months ago) by unconed
Branch: DRUPAL-4-7
Changes since 1.2.2.24: +84 -116 lines
Diff to previous 1.2.2.24 , to branch point 1.2
#140449: Code cleanup for securesite.module

Revision 1.24.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 9 23:16:23 2007 UTC (2 years, 7 months ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.24.2.4: +8 -8 lines
Diff to previous 1.24.2.4 , to branch point 1.24
Updated to comply with Drupal coding standards.

Revision 1.29
Fri Feb 16 03:02:56 2007 UTC (2 years, 9 months ago) by darrenoh
Branch: MAIN
Changes since 1.28: +1 -1 lines
FILE REMOVED
Removed files from head to simplify maintenance under the new release system.

Revision 1.2.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 02:46:42 2007 UTC (2 years, 9 months ago) by darrenoh
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.2.2.23: +2 -2 lines
Diff to previous 1.2.2.23 , to branch point 1.2
Provided URL for cron bypass.

Revision 1.24.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 02:46:31 2007 UTC (2 years, 9 months ago) by darrenoh
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.24.2.3: +2 -2 lines
Diff to previous 1.24.2.3 , to branch point 1.24
Provided URL for cron bypass.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 02:46:22 2007 UTC (2 years, 9 months ago) by darrenoh
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Provided URL for cron bypass.

Revision 1.24.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 23:05:22 2007 UTC (2 years, 10 months ago) by nax
Branch: DRUPAL-5
Changes since 1.24.2.2: +1 -1 lines
Diff to previous 1.24.2.2 , to branch point 1.24
Fix sending of email, user_mail() -> drupal_mail()

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 23:00:01 2007 UTC (2 years, 10 months ago) by nax
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Fix sending of email, user_mail() -> drupal_mail()

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 22:30:54 2007 UTC (2 years, 10 months ago) by nax
Branch: MAIN
Changes since 1.25: +43 -15 lines
Diff to previous 1.25
#103289 Protect by url alias

Revision 1.24.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 22:22:28 2007 UTC (2 years, 10 months ago) by nax
Branch: DRUPAL-5
Changes since 1.24.2.1: +43 -15 lines
Diff to previous 1.24.2.1 , to branch point 1.24
#103289 Protect by url alias

Revision 1.2.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 22:19:41 2007 UTC (2 years, 10 months ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.22: +31 -8 lines
Diff to previous 1.2.2.22 , to branch point 1.2
#103289 Protect by url alias

Revision 1.24.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 17:17:38 2006 UTC (2 years, 11 months ago) by weitzman
Branch: DRUPAL-5
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
fix broken help link in admin

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 17:16:19 2006 UTC (2 years, 11 months ago) by weitzman
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
fix broken help link in admin

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 02:27:59 2006 UTC (2 years, 11 months ago) by weitzman
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.23: +14 -11 lines
Diff to previous 1.23
#104755. port for drupal 5

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 21:07:58 2006 UTC (2 years, 11 months ago) by darrenoh
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
#103286 Fixed untranslated string on login form.

Revision 1.2.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 21:07:41 2006 UTC (2 years, 11 months ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.21: +2 -2 lines
Diff to previous 1.2.2.21 , to branch point 1.2
#103286 Fixed untranslated string on login form.

Revision 1.2.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 18:32:25 2006 UTC (3 years ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.20: +4 -3 lines
Diff to previous 1.2.2.20 , to branch point 1.2
#97846 Make authentication realm easier to understand for new users.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 18:25:13 2006 UTC (3 years ago) by darrenoh
Branch: MAIN
Changes since 1.21: +4 -3 lines
Diff to previous 1.21
#97846 Make authentication realm easier to understand for new users.

Revision 1.2.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 15:25:13 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.19: +30 -32 lines
Diff to previous 1.2.2.19 , to branch point 1.2
#92816 allow Bypass Login Filter Pages to work when no pages are specified.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 15:24:49 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.20: +30 -32 lines
Diff to previous 1.20
#92816 allow Bypass Login Filter Pages to work when no pages are specified.

Revision 1.2.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 16:32:46 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.18: +6 -9 lines
Diff to previous 1.2.2.18 , to branch point 1.2
removed orphan code

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 16:32:21 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.19: +6 -9 lines
Diff to previous 1.19
removed orphan code

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 05:53:22 2006 UTC (3 years ago) by darrenoh
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-0
Changes since 1.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.43
Spelling error fixed.

Revision 1.2.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 15:37:03 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.17: +42 -7 lines
Diff to previous 1.2.2.17 , to branch point 1.2
#92816 added bypass filter options

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 15:36:10 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.18: +42 -7 lines
Diff to previous 1.18
#92816 added bypass filter options

Revision 1.2.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 13:33:24 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.16: +4 -1 lines
Diff to previous 1.2.2.16 , to branch point 1.2
#92816 only redirect if on logout page

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 13:33:04 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17
#92816 only redirect if on logout page

Revision 1.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 1 20:09:39 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.15: +23 -9 lines
Diff to previous 1.2.2.15 , to branch point 1.2
#91025 HTTP AUTH logout workaround. By Darren Oh

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 1 20:01:00 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.16: +25 -11 lines
Diff to previous 1.16
#91025 HTTP AUTH logout workaround. By Darren Oh

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 21:54:37 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.14: +9 -6 lines
Diff to previous 1.2.2.14 , to branch point 1.2
Backport from HEAD, only bypass if user is not logged in

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 21:51:47 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.15: +10 -7 lines
Diff to previous 1.15
only bypass if user is not logged in

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 29 22:46:15 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.13: +28 -2 lines
Diff to previous 1.2.2.13 , to branch point 1.2
Added and updated comments

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 29 22:44:36 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.14: +27 -1 lines
Diff to previous 1.14
Added and updated comments

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 29 22:20:38 2006 UTC (3 years ago) by nax
Branch: DRUPAL-4-7
Changes since 1.2.2.12: +9 -6 lines
Diff to previous 1.2.2.12 , to branch point 1.2
Backport from HEAD, Fix Bypass Login Filter Pages and Session IP Check

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 29 22:14:14 2006 UTC (3 years ago) by nax
Branch: MAIN
Changes since 1.13: +8 -5 lines
Diff to previous 1.13
Fix Bypass Login Filter Pages and Session IP Check

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 15:59:42 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.11: +252 -67 lines
Diff to previous 1.2.2.11 , to branch point 1.2
Backport from HEAD.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 15:56:42 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: MAIN
Changes since 1.12: +252 -67 lines
Diff to previous 1.12
#28408 Update for PHP as CGI. By NaX.

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 12:36:26 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.10: +6 -2 lines
Diff to previous 1.2.2.10 , to branch point 1.2
Last commit was empty.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 12:33:38 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: MAIN
Changes since 1.11: +6 -2 lines
Diff to previous 1.11
#21571 Allow admins to configure authentication realm. By Junyor.

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 12:24:15 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.9: +1 -1 lines
Diff to previous 1.2.2.9 , to branch point 1.2
#21571 Allow admins to configure authentication realm. By Junyor.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 12:23:13 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-6
Changes since 1.1.2.2: +2 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#21571 Allow admins to configure authentication realm. By Junyor.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 17:35:01 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-6
Changes since 1.1.2.1: +42 -157 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#30493 and #21814. Thanks Junyor.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 17:14:55 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: MAIN
Changes since 1.10: +1 -3 lines
Diff to previous 1.10
#21814 Not logged out when logging out. By Junyor.

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 17:14:14 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.8: +1 -3 lines
Diff to previous 1.2.2.8 , to branch point 1.2
#21814 Not logged out when logging out. By Junyor.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 17:04:46 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: MAIN
Changes since 1.9: +8 -0 lines
Diff to previous 1.9
#30493 Headers output after password request. By Junyor.

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 17:04:01 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.7: +8 -0 lines
Diff to previous 1.2.2.7 , to branch point 1.2
#30493 Headers output after password request. By Junyor.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 15:34:11 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-6
Changes since 1.1: +157 -38 lines
Diff to previous 1.1
#28408 Authentication not working. Thank NaX and Gestaltware.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 14:59:41 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
#64977 Bug in specifying pages. Thanks NaX.

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 14:58:15 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-4-7
Changes since 1.2.2.6: +1 -0 lines
Diff to previous 1.2.2.6 , to branch point 1.2
#64977 Bug in specifying pages. Thanks NaX.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 13 13:13:40 2006 UTC (3 years, 4 months ago) by adrian
Branch: DRUPAL-4-7
Changes since 1.2.2.5: +1 -1 lines
Diff to previous 1.2.2.5 , to branch point 1.2
fix typo. ticket #63291

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 13 13:06:25 2006 UTC (3 years, 4 months ago) by adrian
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
fix typo. ticket #63291

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 5 14:23:59 2006 UTC (3 years, 6 months ago) by adrian
Branch: MAIN
Changes since 1.6: +9 -7 lines
Diff to previous 1.6
remove guest user feature . trunk commit

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 5 14:11:37 2006 UTC (3 years, 6 months ago) by adrian
Branch: DRUPAL-4-7
Changes since 1.2.2.4: +9 -7 lines
Diff to previous 1.2.2.4 , to branch point 1.2
remove guest access feature.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 28 17:37:24 2006 UTC (3 years, 7 months ago) by adrian
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5
bootstrap path too

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 28 17:30:01 2006 UTC (3 years, 7 months ago) by adrian
Branch: DRUPAL-4-7
Changes since 1.2.2.3: +2 -0 lines
Diff to previous 1.2.2.3 , to branch point 1.2
bootstrap path too

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 28 15:15:01 2006 UTC (3 years, 7 months ago) by weitzman
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4
forward port adrian's changes in 4-7

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 28 11:37:17 2006 UTC (3 years, 7 months ago) by adrian
Branch: DRUPAL-4-7
Changes since 1.2.2.2: +4 -3 lines
Diff to previous 1.2.2.2 , to branch point 1.2
fix incompatibilities with netnewswire (thanks to james for the fix, and colin for pointing it out). Tested now with viewfeed and also tightened up the functionality around logout. It will now only send the unauthorised header with the pop up, if you used the http auth method to log in

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 16:05:07 2006 UTC (3 years, 7 months ago) by adrian
Branch: DRUPAL-4-7
Changes since 1.2.2.1: +0 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
removing closing ?>

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 16:04:29 2006 UTC (3 years, 7 months ago) by adrian
Branch: MAIN
Changes since 1.3: +0 -1 lines
Diff to previous 1.3
removing closing ?>

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 10:34:04 2006 UTC (3 years, 7 months ago) by adrian
Branch: DRUPAL-4-7
Changes since 1.2: +17 -1 lines
Diff to previous 1.2
add the ability to configure which pages securesite covers. 4.7 branch.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 09:27:33 2006 UTC (3 years, 7 months ago) by adrian
Branch: MAIN
Changes since 1.2: +17 -1 lines
Diff to previous 1.2
added the ability to configure which pages require securesite

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 21 13:53:00 2006 UTC (3 years, 7 months ago) by adrian
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
upgrade securesite to drupal 4.7. I am not running this anywhere, so it needs more testing to be tagged. I think it is ready though

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 28 05:36:34 2005 UTC (4 years, 7 months ago) by chx
Branch: MAIN
Branch point for: DRUPAL-4-5, DRUPAL-4-6
Initial release

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