User: darrenoh Branch: DRUPAL-6--2 Date: Fri, 12 Dec 2008 01:52:59 +0000 Added files: /modules/securesite securesite.test Modified files: /modules/securesite/digest_md5 digest_md5.php stored_passwords.php /modules/securesite securesite.inc Log message: 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. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/securesite/secures... http://cvs.drupal.org/diff.php?path=contributions/modules/securesite/digest_... http://cvs.drupal.org/diff.php?path=contributions/modules/securesite/digest_... http://cvs.drupal.org/diff.php?path=contributions/modules/securesite/secures...