summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c5d05b5)
raw | patch | inline | side by side (parent: c5d05b5)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 14:35:22 +0000 (14:35 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 14:35:22 +0000 (14:35 +0000) |
include/class_password-methods.inc | patch | blob | history |
index 6dbe020daf4a35124a00e749fca7687b66aedaa2..52b862873f055ac079ad04b6119ab039eb50dbc4 100644 (file)
// this function returns all loaded classes for password encryption
- function get_available_methods()
+ static function get_available_methods()
{
$ret =false;
$all = get_declared_classes();
}
-// Retrun something like array['sambaLMPassword']= "lalla..."
+// Return something like array['sambaLMPassword']= "lalla..."
function generate_smb_nt_hash($password)
{
global $config;