Log of /contributions/modules/securesite/securesite.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.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 -
(
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
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.