Log of /contributions/modules/securesite/securesite.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.30.2.7 -
(
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.30.2.6: +10 -3 lines
Diff to
previous 1.30.2.6
, to
branch point 1.30
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.30.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 12 01:52:59 2008 UTC
(11 months, 2 weeks ago)
by
darrenoh
Branch:
DRUPAL-6--2
Changes since
1.30.2.5: +59 -41 lines
Diff to
previous 1.30.2.5
, to
branch point 1.30
Set HTTP status to 403 instead of 200 for users who are not authorized to log-in with Secure Site.
Made test URL for drupal_http_request() bypass Secure Site to prevent warning on the status report page.
Set HTTP status to 200 for form fallback from digest authentication.
Ensured that quotes are trimmed from arguments for digest_md5.php and stored_passwords.php.
Added functional tests for Secure Site authentication.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 7 04:09:09 2008 UTC
(13 months, 2 weeks ago)
by
darrenoh
Branch:
MAIN
Changes since
1.19: +4 -1 lines
Diff to
previous 1.19
#310906: Fixed authenticated user permission. Users who did not have permission to log in with Secure Site would get an error message, but could simply reload the page to log in.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 7 03:55:50 2008 UTC
(13 months, 2 weeks ago)
by
darrenoh
Branch:
MAIN
Changes since
1.18: +380 -276 lines
Diff to
previous 1.18
#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.17 -
(
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.16: +107 -22 lines
Diff to
previous 1.16
Set up digest authentication to use a placeholder function, _securesite_digest_manage(), until we can get an external program to handle passwords.
Revision
1.15 -
(
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.14: +188 -140 lines
Diff to
previous 1.14
#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.10.2.15 -
(
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.10.2.14: +72 -3 lines
Diff to
previous 1.10.2.14
, to
branch point 1.10
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.10.2.14 -
(
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.10.2.13: +2 -2 lines
Diff to
previous 1.10.2.13
, to
branch point 1.10
- 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.11
Fri Feb 16 03:02:56 2007 UTC
(2 years, 9 months ago)
by
darrenoh
Branch:
MAIN
Changes since
1.10: +1 -1 lines
FILE REMOVED
Removed files from head to simplify maintenance under the new release system.
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: +37 -7 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.