You are here

Functions in Secure Site 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
securesite_admin_settings ./securesite.admin.inc FAPI definition for Secure Site admin settings form 1
securesite_admin_settings_submit ./securesite.admin.inc Configure access denied page and manage stored guest password. 1
securesite_admin_settings_validate ./securesite.admin.inc
securesite_boot ./securesite.module Implementation of hook_boot().
securesite_disable ./securesite.install Implementation of hook_disable().
securesite_enable ./securesite.install Implementation of hook_enable().
securesite_form_system_error_reporting_settings_alter ./securesite.module Implementation of hook_form_$form-id_alter().
securesite_help ./securesite.module Implementation of hook_help().
securesite_menu ./securesite.module Implementation of hook_menu().
securesite_perm ./securesite.module Implementation of hook_perm().
securesite_theme ./securesite.module Implementation of hook_theme().
securesite_theme_registry_alter ./securesite.module
securesite_uninstall ./securesite.install Implementation of hook_uninstall().
securesite_update_6200 ./securesite.install Implementation of hook_update_N(). Convert variables from older versions.
securesite_user ./securesite.module Implementation of hook_user().
securesite_user_login ./securesite.inc We use our own version of the log-in form for theming. We do not use the default validate and submit functions because we may allow anonymous users. 2
securesite_user_pass ./securesite.inc We use our own version of the password reset form for theming. 2
template_preprocess_securesite_user_login 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
_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. 5
_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_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