| /[drupal]/contributions/modules/httpauth/httpauth.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#324766 by litorster: Compatibility with Drupal 6.5 after change to implementation of user_authenticate
#272029, reported by moshe weitzman: properly save/restore the site_403 variable when enabling/disabling HTTP authentication, and inform user about the modification.
#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.
#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.
Fixed typo in hook_help.
#249569 by grimsy: Prevent PHP notice regarding undefined property.
#249569 by grimsy: Prevent PHP notice regarding undefined property.
#249569 by grimsy: Prevent PHP notice regarding undefined property.
Fork the request more nicely.
Fork the request more nicely.
Fork the request more nicely.
We also need to fork the request on 6.x, since it has loaded the cache already when invoking hook_boot.
Update system table in install file.
Update system table in install file.
Update system table in install file.
Port to Drupal 6.x. Appears to be working.
Different strategy for when page caching is enabled.
Different strategy for when page caching is enabled.
Different strategy for when page caching is enabled.
Require theme.inc for watchdog logging.
Header before print to prevent PHP complaining that the headers have already been sent.
Header before print to prevent PHP complaining that the headers have already been sent.
Header before print to prevent PHP complaining that the headers have already been sent.
#97663: Authorization info is rewritten to a query string now, not to an environment variable.
#97663: Authorization info is rewritten to a query string now, not to an environment variable.
#97663: Authorization info is rewritten to a query string now, not to an environment variable.
Updating year in copyright notice.
Updating year in copyright notice.
Updating year in copyright notice.
#97663 Authentication broken in php cgi mode
#97663 Authentication broken in php cgi mode
#97663 Authentication broken in php cgi mode
Require theme.inc for watchdog logging.
Require theme.inc for watchdog logging.
Brought back redirection for when page caching is enabled.
Brought back redirection for when page caching is enabled.
Brought back redirection for when page caching is enabled.
Compare case insensitive here as well.
Compare case insensitive here as well.
Compare case insensitive here as well.
Heck, should have applied the changes to MAIN as well.
Require common.inc for t().
Compare usernames case insensitive.
Require common.inc for t().
Compare usernames case insensitive.
Added 'administer http authentication' permission to maintain analogy between 5.0 branch.
Port to Drupal 5.0. Seems to be working just fine, needs more testing.
Now authenticates without redirecting. Direct cause of removal of querystring stuff. Does need more testing.
Now authenticates without redirecting. Direct cause of removal of querystring stuff. Does need more testing.
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |