Downloads

Download lockdown-6.x-1.0-beta1.tar.gztar.gz 21.37 KB
MD5: 8651fb6f46ad6c9d8b248855f492f11d
SHA-1: 01acbe622462dc4725b3ebdc25ddce1951c5179f
SHA-256: e2d7967df99e4fe5e476775217ee7593de781ee45526d7ec3706dbb7c7cff8f8
Download lockdown-6.x-1.0-beta1.zipzip 25.67 KB
MD5: 89dee1ebebf754b14e51979a51ffd51a
SHA-1: 40c69b0d2ca9391c6fc9691e4bc1f483d65ea731
SHA-256: a8e96f5aa95329830059a1030f5a7c8b8a29e2602b39564a12549c3912658476

Release notes

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.
Created by: Arto
Created on: 26 Jun 2009 at 17:21 UTC
Last updated: 26 Jun 2009 at 17:25 UTC
New features

Other releases