Download Size md5 hash
lockdown-6.x-1.0-beta1.tar.gz 21.37 KB 8651fb6f46ad6c9d8b248855f492f11d
lockdown-6.x-1.0-beta1.zip 25.67 KB 89dee1ebebf754b14e51979a51ffd51a
Official release from tag: 6.x-1.0-beta1
Last updated: December 24, 2010 - 23:18

A first beta release for Drupal 6.x.

Available features in 6.x-1.0-beta1:

  • Each lockdown level provides Drupal configuration overrides:
    • Determines if the site is online or offline.
    • Enforces configurable transport-level security policies.
    • Enforces configurable IP address retention policies.
  • Integrates with Secure Pages.
  • Integrates with Messaging Framework.
    • Notifies the administrator if the Lockdown module is disabled.
    • Notifies the administrator when the lockdown level is changed.
  • Integrates with Rules.
    • Provides the following Rules triggers/events:
      • "[When] HTTP request initiated"
      • "[When] HTTP request completed"
      • "[When] Lockdown level activated"
      • "[When] Lockdown level deactivated"
    • Provides the following Rules conditions:
      • "Lockdown level is [level]"
      • "Referrer contains [text]"
      • "Referrer is unspecified"
      • "Request method is [GET/POST/PUT/DELETE]"
      • "Request URI contains [text]"
      • "Visitor accepts a given language [code]"
      • "Visitor's HTTP user agent contains [text]"
      • "Visitor is a web crawler"
      • "Visitor's IP address contains [text]"
    • Provides the following Rules actions:
      • "Activate a lockdown level"
      • "Delay the HTTP response"
      • "Send a HTTP response status"
      • "Send a HTTP content type header"
      • "Terminate the HTTP connection"
      • "Terminate the HTTP session"
      • "Execute shell command"
      • "Execute SQL query"
      • "Execute PHP code"
      • "Erase system events"
      • "Erase administrator's e-mail address"
      • "Erase users' e-mail addresses"
      • "Erase the Drupal database" (use with the utmost care!)
  • Provides additional user-specific privacy options:
    • Hides the user account age from anonymous visitors and search engines.
    • Hides profile pictures from anonymous visitors and search engines.
  • Generates watchdog messages if Lockdown is disabled or uninstalled.