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

Log of /contributions/modules/httpauth/httpauth.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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 07:54:38 2008 UTC (13 months ago) by naquah
Branch: MAIN
CVS Tags: DRUPAL-6--1-2, HEAD
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
#324766 by litorster: Compatibility with Drupal 6.5 after change to implementation of user_authenticate

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 13:03:51 2008 UTC (16 months, 4 weeks ago) by naquah
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-4
Changes since 1.1.2.15: +28 -8 lines
Diff to previous 1.1.2.15 , to branch point 1.1 , to next main 1.19
#272029, reported by moshe weitzman: properly save/restore the site_403 variable when enabling/disabling HTTP authentication, and inform user about the modification.

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 12:56:40 2008 UTC (16 months, 4 weeks ago) by naquah
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.2.2.14: +25 -5 lines
Diff to previous 1.2.2.14 , to branch point 1.2 , to next main 1.19
#272029, reported by moshe weitzman: properly save/restore the site_403 variable when enabling/disabling HTTP authentication or when enabling/disabling the module, and inform user about the modification. Additionally, added proper hook_uninstall() implementation.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 12:51:57 2008 UTC (16 months, 4 weeks ago) by naquah
Branch: MAIN
CVS Tags: DRUPAL-6--1-1
Changes since 1.17: +25 -5 lines
Diff to previous 1.17
#272029, reported by moshe weitzman: properly save/restore the site_403 variable when enabling/disabling HTTP authentication or when enabling/disabling the module, and inform user about the modification. Additionally, added proper hook_uninstall() implementation.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 25 15:14:18 2008 UTC (18 months ago) by naquah
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Fixed typo in hook_help.

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 11:56:25 2008 UTC (18 months, 4 weeks ago) by naquah
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3
Changes since 1.1.2.14: +2 -2 lines
Diff to previous 1.1.2.14 , to branch point 1.1
#249569 by grimsy: Prevent PHP notice regarding undefined property.

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 11:55:56 2008 UTC (18 months, 4 weeks ago) by naquah
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.2.2.13: +2 -2 lines
Diff to previous 1.2.2.13 , to branch point 1.2
#249569 by grimsy: Prevent PHP notice regarding undefined property.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 11:54:00 2008 UTC (18 months, 4 weeks ago) by naquah
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#249569 by grimsy: Prevent PHP notice regarding undefined property.

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 12:53:24 2008 UTC (19 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.13: +2 -2 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Fork the request more nicely.

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 12:52:08 2008 UTC (19 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.12: +5 -4 lines
Diff to previous 1.2.2.12 , to branch point 1.2
Fork the request more nicely.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 12:46:51 2008 UTC (19 months ago) by naquah
Branch: MAIN
Changes since 1.14: +14 -3 lines
Diff to previous 1.14
Fork the request more nicely.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 12:43:14 2008 UTC (19 months ago) by naquah
Branch: MAIN
Changes since 1.13: +13 -2 lines
Diff to previous 1.13
We also need to fork the request on 6.x, since it has loaded the cache already when invoking hook_boot.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 21:14:03 2008 UTC (19 months ago) by naquah
Branch: MAIN
Changes since 1.12: +1 -4 lines
Diff to previous 1.12
Update system table in install file.

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 21:06:40 2008 UTC (19 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.11: +1 -4 lines
Diff to previous 1.2.2.11 , to branch point 1.2
Update system table in install file.

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 21:04:13 2008 UTC (19 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.12: +1 -4 lines
Diff to previous 1.1.2.12 , to branch point 1.1
Update system table in install file.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 14:09:24 2008 UTC (19 months ago) by naquah
Branch: MAIN
Changes since 1.11: +26 -40 lines
Diff to previous 1.11
Port to Drupal 6.x. Appears to be working.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 13:55:36 2008 UTC (19 months ago) by naquah
Branch: MAIN
Changes since 1.10: +32 -62 lines
Diff to previous 1.10
Different strategy for when page caching is enabled.

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 13:55:22 2008 UTC (19 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.11: +32 -62 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Different strategy for when page caching is enabled.

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 13:54:54 2008 UTC (19 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.10: +32 -62 lines
Diff to previous 1.2.2.10 , to branch point 1.2
Different strategy for when page caching is enabled.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 17:04:48 2007 UTC (2 years, 6 months ago) by naquah
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9
Require theme.inc for watchdog logging.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 16:58:12 2007 UTC (2 years, 6 months ago) by naquah
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Header before print to prevent PHP complaining that the headers have already been sent.

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 16:57:49 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.10: +4 -4 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Header before print to prevent PHP complaining that the headers have already been sent.

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 16:57:09 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.9: +4 -4 lines
Diff to previous 1.2.2.9 , to branch point 1.2
Header before print to prevent PHP complaining that the headers have already been sent.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 16:06:56 2007 UTC (2 years, 6 months ago) by naquah
Branch: MAIN
Changes since 1.7: +4 -7 lines
Diff to previous 1.7
#97663: Authorization info is rewritten to a query string now, not to an environment variable.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 16:06:51 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.9: +4 -7 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#97663: Authorization info is rewritten to a query string now, not to an environment variable.

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 16:03:51 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.8: +4 -7 lines
Diff to previous 1.2.2.8 , to branch point 1.2
#97663: Authorization info is rewritten to a query string now, not to an environment variable.

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 21:10:49 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.7: +2 -2 lines
Diff to previous 1.2.2.7 , to branch point 1.2
Updating year in copyright notice.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 21:10:49 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Updating year in copyright notice.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 21:10:46 2007 UTC (2 years, 6 months ago) by naquah
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Updating year in copyright notice.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 11:28:01 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.7: +22 -3 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#97663 Authentication broken in php cgi mode

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 11:26:03 2007 UTC (2 years, 6 months ago) by naquah
Branch: MAIN
Changes since 1.5: +22 -3 lines
Diff to previous 1.5
#97663 Authentication broken in php cgi mode

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 11:24:25 2007 UTC (2 years, 6 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.6: +22 -3 lines
Diff to previous 1.2.2.6 , to branch point 1.2
#97663 Authentication broken in php cgi mode

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 12:40:48 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1, DRUPAL-4-7--1-2
Changes since 1.1.2.6: +3 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Require theme.inc for watchdog logging.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 12:40:05 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Changes since 1.2.2.5: +3 -2 lines
Diff to previous 1.2.2.5 , to branch point 1.2
Require theme.inc for watchdog logging.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 16:02:12 2007 UTC (2 years, 9 months ago) by naquah
Branch: MAIN
Changes since 1.4: +34 -2 lines
Diff to previous 1.4
Brought back redirection for when page caching is enabled.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 16:01:53 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.4: +34 -2 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Brought back redirection for when page caching is enabled.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 16:00:37 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.5: +34 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Brought back redirection for when page caching is enabled.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 17:32:30 2007 UTC (2 years, 9 months ago) by naquah
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Compare case insensitive here as well.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 17:31:35 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.3: +2 -2 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Compare case insensitive here as well.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 17:31:19 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.4: +2 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Compare case insensitive here as well.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 15:55:41 2007 UTC (2 years, 9 months ago) by naquah
Branch: MAIN
Changes since 1.2: +32 -14 lines
Diff to previous 1.2
Heck, should have applied the changes to MAIN as well.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 15:51:31 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.2: +4 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Require common.inc for t().

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 15:47:41 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Compare usernames case insensitive.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 15:33:03 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +4 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Require common.inc for t().

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 15:30:32 2007 UTC (2 years, 9 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Compare usernames case insensitive.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 30 13:42:16 2006 UTC (2 years, 10 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +19 -6 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Added 'administer http authentication' permission to maintain analogy between 5.0 branch.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 30 13:33:49 2006 UTC (2 years, 10 months ago) by naquah
Branch: DRUPAL-5
Changes since 1.2: +28 -13 lines
Diff to previous 1.2
Port to Drupal 5.0. Seems to be working just fine, needs more testing.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 23:13:15 2006 UTC (2 years, 10 months ago) by naquah
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +60 -86 lines
Diff to previous 1.1
Now authenticates without redirecting. Direct cause of removal of querystring stuff. Does need more testing.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 23:00:30 2006 UTC (2 years, 10 months ago) by naquah
Branch: DRUPAL-4-7
Changes since 1.1: +60 -86 lines
Diff to previous 1.1
Now authenticates without redirecting. Direct cause of removal of querystring stuff. Does need more testing.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 22:51:30 2006 UTC (3 years ago) by naquah
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Initial import of httpauth module. Allows users to authenticate using HTTP.

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