You are here

Functions in Secure Site 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
securesite_admin_settings ./securesite.admin.inc Form constructor for admin settings form. 1
securesite_admin_settings_submit ./securesite.admin.inc Form submission handler for securesite_admin_settings(). 1
securesite_admin_settings_validate ./securesite.admin.inc Form validation handler for securesite_admin_settings().
securesite_boot ./securesite.module Implements hook_boot().
securesite_disable ./securesite.install Implements hook_disable().
securesite_enable ./securesite.install Implements hook_enable().
securesite_form_alter ./securesite.module Implements hook_form_alter().
securesite_form_system_site_information_settings_alter ./securesite.module Implements hook_form_FORM_ID_alter().
securesite_help ./securesite.module Implements hook_help().
securesite_menu ./securesite.module Implements hook_menu().
securesite_permission ./securesite.module Implements hook_permission().
securesite_theme ./securesite.module Implements hook_theme().
securesite_type_get ./securesite.inc Gets the preferred authentication method. 5
securesite_uninstall ./securesite.install Implements hook_uninstall().
securesite_update_6200 ./securesite.install Convert variables from older versions.
securesite_user_delete ./securesite.module Implements hook_user_delete(). 1
securesite_user_insert ./securesite.module Implements hook_user_insert().
securesite_user_load ./securesite.module Implements hook_user_load().
securesite_user_login_form ./securesite.inc Form constructor for user login form. 2
securesite_user_logout ./securesite.module Implements hook_user_logout().
securesite_user_pass ./securesite.inc Form constructor for password reset form. 2
securesite_user_update ./securesite.module Implements hook_user_update().
securesite_user_validate ./securesite.module Validation callback for user registration and profile. 1
securesite_variable_info ./securesite.variable.inc Implements hook_variable_info().
template_preprocess_securesite_page theme/securesite.theme.inc Process variables for securesite-page.tpl.php
template_preprocess_securesite_user_login_form theme/securesite.theme.inc Process variables for securesite-user-login.tpl.php
template_preprocess_securesite_user_pass theme/securesite.theme.inc Process variables for securesite-user-pass.tpl.php
template_process_securesite_page theme/securesite.theme.inc Process variables for securesite-page.tpl.php
_digest_md5_challenge digest_md5/digest_md5.php Prepare a challenge. 1
_digest_md5_response digest_md5/digest_md5.php Process an authentication string. 1
_securesite_403 ./securesite.inc Menu callback; handle restricted pages. 1
_securesite_admin_help ./securesite.admin.inc Module help page. 1
_securesite_boot ./securesite.inc Boot with selected authentication mechanism. 1
_securesite_copy_script_config ./securesite.test Copy script configuration from live site to test site. 12
_securesite_denied ./securesite.inc Deny access to users who are not authorized to access secured pages. 2
_securesite_dialog ./securesite.inc Display authentication dialog and send password reset mails. 7
_securesite_dialog_page ./securesite.inc Display fall-back HTML for HTTP authentication dialogs. Safari will not load this. Opera will not load this after log-out unless the page has been reloaded and the authentication dialog has been displayed twice. 6
_securesite_digest_auth ./securesite.inc Perform digest authentication. 1
_securesite_digest_validate ./securesite.inc Get the result of digest validation. 6
_securesite_fake_realm ./securesite.inc Opera and Internet Explorer save credentials indefinitely and will keep attempting to use them even when they have failed multiple times. We add a random string to the realm to allow users to log out. 6
_securesite_forced ./securesite.inc Determine if Secure Site authentication should be forced. 5
_securesite_guest_login ./securesite.inc Log in guest user. 2
_securesite_mechanism ./securesite.module Return the authentication method used by the client, or FALSE if the client did not send credentials. 2
_securesite_parse_directives ./securesite.inc Parse digest header into an array of directives. 13
_securesite_plain_auth ./securesite.inc Perform plain authentication. 1
_securesite_schema digest_md5/digest_md5.conf.php Set up password and nonce storage. 2
_securesite_user_digest_cleanup ./securesite.module Manage a users stored password. 3
_securesite_user_login ./securesite.inc Log in authenticated user. 2
_stored_passwords_help digest_md5/stored_passwords.php Display help message. 1
_stored_passwords_manage digest_md5/stored_passwords.php Work with stored passwords.

Other projects