[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ f ] [ g ] [ i ] [ l ] [ m ] [ ] [ s ] [ u ] [ v ]

a

addUser
in file Smb.php, method File_Passwd_Smb::addUser()
    Add a user
addUser
in file Unix.php, method File_Passwd_Unix::addUser()
    Add an user
addUser
in file Cvs.php, method File_Passwd_Cvs::addUser()
    Add an user
addUser
in file Custom.php, method File_Passwd_Custom::addUser()
    Add an user
addUser
in file Authdigest.php, method File_Passwd_Authdigest::addUser()
    Add an user
addUser
in file Authbasic.php, method File_Passwd_Authbasic::addUser()
    Add an user
apiVersion
in file Passwd.php, method File_Passwd::apiVersion()
    Get API version
Authbasic.php
procedural page Authbasic.php
Authdigest.php
procedural page Authdigest.php
top

c

changePasswd
in file Custom.php, method File_Passwd_Custom::changePasswd()
    Change the password of a certain user
changePasswd
in file Authbasic.php, method File_Passwd_Authbasic::changePasswd()
    Change the password of a certain user
changePasswd
in file Smb.php, method File_Passwd_Smb::changePasswd()
    Change the passwd of a certain user
changePasswd
in file Unix.php, method File_Passwd_Unix::changePasswd()
    Change the password of a certain user
changePasswd
in file Authdigest.php, method File_Passwd_Authdigest::changePasswd()
    Change the password of a certain user
changePasswd
in file Cvs.php, method File_Passwd_Cvs::changePasswd()
    Change the password of a certain user
changeSysUser
in file Cvs.php, method File_Passwd_Cvs::changeSysUser()
    Change the corresponding system user of a certain cvs user
crypt_apr_md5
in file Passwd.php, method File_Passwd::crypt_apr_md5()
    APR compatible MD5 encryption
crypt_des
in file Passwd.php, method File_Passwd::crypt_des()
    DES encryption
crypt_md5
in file Passwd.php, method File_Passwd::crypt_md5()
    MD5 encryption
crypt_plain
in file Passwd.php, method File_Passwd::crypt_plain()
    No encryption (plaintext)
crypt_sha
in file Passwd.php, method File_Passwd::crypt_sha()
    SHA1 encryption
Common.php
procedural page Common.php
Custom.php
procedural page Custom.php
Cvs.php
procedural page Cvs.php
top

d

delUser
in file Common.php, method File_Passwd_Common::delUser()
    Delete a certain user
delUserInRealm
in file Authdigest.php, method File_Passwd_Authdigest::delUserInRealm()
    Delete a certain user in a specific realm
top

f

factory
in file Passwd.php, method File_Passwd::factory()
    Factory for new extensions
File_Passwd
in file Passwd.php, class File_Passwd
    The package File_Passwd provides classes and methods to handle many different kinds of passwd files.
File_Passwd_Authbasic
in file Authbasic.php, method File_Passwd_Authbasic::File_Passwd_Authbasic()
    Constructor
File_Passwd_Authbasic
in file Authbasic.php, class File_Passwd_Authbasic
    Manipulate AuthUserFiles as used for HTTP Basic Authentication.
File_Passwd_Authdigest
in file Authdigest.php, class File_Passwd_Authdigest
    Manipulate AuthDigestFiles as used for HTTP Digest Authentication.
File_Passwd_Authdigest
in file Authdigest.php, method File_Passwd_Authdigest::File_Passwd_Authdigest()
    Constructor
File_Passwd_Common
in file Common.php, class File_Passwd_Common
    Baseclass for File_Passwd_* classes.
File_Passwd_Custom
in file Custom.php, class File_Passwd_Custom
    Manipulate custom formatted passwd files
File_Passwd_Custom
in file Custom.php, method File_Passwd_Custom::File_Passwd_Custom()
    Constructor
File_Passwd_Cvs
in file Cvs.php, class File_Passwd_Cvs
    Manipulate CVS pserver passwd files.
File_Passwd_Cvs
in file Cvs.php, method File_Passwd_Cvs::File_Passwd_Cvs()
    Constructor
FILE_PASSWD_DES
in file Passwd.php, constant FILE_PASSWD_DES
FILE_PASSWD_E_DIR_NOT_CREATED
in file Passwd.php, constant FILE_PASSWD_E_DIR_NOT_CREATED
FILE_PASSWD_E_DIR_NOT_CREATED_STR
in file Passwd.php, constant FILE_PASSWD_E_DIR_NOT_CREATED_STR
FILE_PASSWD_E_EXISTS_ALREADY
in file Passwd.php, constant FILE_PASSWD_E_EXISTS_ALREADY
FILE_PASSWD_E_EXISTS_ALREADY_STR
in file Passwd.php, constant FILE_PASSWD_E_EXISTS_ALREADY_STR
FILE_PASSWD_E_EXISTS_NOT
in file Passwd.php, constant FILE_PASSWD_E_EXISTS_NOT
FILE_PASSWD_E_EXISTS_NOT_STR
in file Passwd.php, constant FILE_PASSWD_E_EXISTS_NOT_STR
FILE_PASSWD_E_FILE_NOT_CLOSED
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_CLOSED
FILE_PASSWD_E_FILE_NOT_CLOSED_STR
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_CLOSED_STR
FILE_PASSWD_E_FILE_NOT_LOCKED
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_LOCKED
FILE_PASSWD_E_FILE_NOT_LOCKED_STR
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_LOCKED_STR
FILE_PASSWD_E_FILE_NOT_OPENED
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_OPENED
FILE_PASSWD_E_FILE_NOT_OPENED_STR
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_OPENED_STR
FILE_PASSWD_E_FILE_NOT_UNLOCKED
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_UNLOCKED
FILE_PASSWD_E_FILE_NOT_UNLOCKED_STR
in file Passwd.php, constant FILE_PASSWD_E_FILE_NOT_UNLOCKED_STR
FILE_PASSWD_E_INVALID_CHARS
in file Passwd.php, constant FILE_PASSWD_E_INVALID_CHARS
FILE_PASSWD_E_INVALID_CHARS_STR
in file Passwd.php, constant FILE_PASSWD_E_INVALID_CHARS_STR
FILE_PASSWD_E_INVALID_ENC_MODE
in file Passwd.php, constant FILE_PASSWD_E_INVALID_ENC_MODE
FILE_PASSWD_E_INVALID_ENC_MODE_STR
in file Passwd.php, constant FILE_PASSWD_E_INVALID_ENC_MODE_STR
FILE_PASSWD_E_INVALID_FORMAT
in file Passwd.php, constant FILE_PASSWD_E_INVALID_FORMAT
FILE_PASSWD_E_INVALID_FORMAT_STR
in file Passwd.php, constant FILE_PASSWD_E_INVALID_FORMAT_STR
FILE_PASSWD_E_INVALID_PROPERTY
in file Passwd.php, constant FILE_PASSWD_E_INVALID_PROPERTY
FILE_PASSWD_E_INVALID_PROPERTY_STR
in file Passwd.php, constant FILE_PASSWD_E_INVALID_PROPERTY_STR
FILE_PASSWD_E_METHOD_NOT_IMPLEMENTED
in file Passwd.php, constant FILE_PASSWD_E_METHOD_NOT_IMPLEMENTED
FILE_PASSWD_E_METHOD_NOT_IMPLEMENTED_STR
in file Passwd.php, constant FILE_PASSWD_E_METHOD_NOT_IMPLEMENTED_STR
FILE_PASSWD_E_PARAM_MUST_BE_ARRAY
in file Passwd.php, constant FILE_PASSWD_E_PARAM_MUST_BE_ARRAY
FILE_PASSWD_E_PARAM_MUST_BE_ARRAY_STR
in file Passwd.php, constant FILE_PASSWD_E_PARAM_MUST_BE_ARRAY_STR
FILE_PASSWD_E_UNDEFINED
in file Passwd.php, constant FILE_PASSWD_E_UNDEFINED
    Error constants.
FILE_PASSWD_E_USER_NOT_IN_GROUP
in file Passwd.php, constant FILE_PASSWD_E_USER_NOT_IN_GROUP
FILE_PASSWD_E_USER_NOT_IN_GROUP_STR
in file Passwd.php, constant FILE_PASSWD_E_USER_NOT_IN_GROUP_STR
FILE_PASSWD_E_USER_NOT_IN_REALM
in file Passwd.php, constant FILE_PASSWD_E_USER_NOT_IN_REALM
FILE_PASSWD_E_USER_NOT_IN_REALM_STR
in file Passwd.php, constant FILE_PASSWD_E_USER_NOT_IN_REALM_STR
FILE_PASSWD_LM
in file Passwd.php, constant FILE_PASSWD_LM
FILE_PASSWD_MD5
in file Passwd.php, constant FILE_PASSWD_MD5
FILE_PASSWD_NT
in file Passwd.php, constant FILE_PASSWD_NT
FILE_PASSWD_PLAIN
in file Passwd.php, constant FILE_PASSWD_PLAIN
FILE_PASSWD_SHA
in file Passwd.php, constant FILE_PASSWD_SHA
    Encryption constants.
File_Passwd_Smb
in file Smb.php, method File_Passwd_Smb::File_Passwd_Smb()
    Constructor
File_Passwd_Smb
in file Smb.php, class File_Passwd_Smb
    Manipulate SMB server passwd files.
File_Passwd_Unix
in file Unix.php, method File_Passwd_Unix::File_Passwd_Unix()
    Constructor
File_Passwd_Unix
in file Unix.php, class File_Passwd_Unix
    Manipulate standard Unix passwd files.
top

g

generatePasswd
in file Authbasic.php, method File_Passwd_Authbasic::generatePasswd()
    Generate Password
generatePasswd
in file Smb.php, method File_Passwd_Smb::generatePasswd()
    Generate Password
generatePasswd
in file Authdigest.php, method File_Passwd_Authdigest::generatePasswd()
    Generate Password
generatePasswd
in file Cvs.php, method File_Passwd_Cvs::generatePasswd()
    Generate crypted password
generatePasswd
in file Unix.php, method File_Passwd_Unix::generatePasswd()
    Generate Password
getDelim
in file Custom.php, method File_Passwd_Custom::getDelim()
    Get custom delimiter
getEncFunc
in file Custom.php, method File_Passwd_Custom::getEncFunc()
    Get current custom encryption method
getFile
in file Common.php, method File_Passwd_Common::getFile()
    Get path of passwd file
getMap
in file Unix.php, method File_Passwd_Unix::getMap()
    Get the 'name map' which is used for the extra properties of the user
getMap
in file Custom.php, method File_Passwd_Custom::getMap()
    Get the 'name map' which is used for the extra properties of the user
getMode
in file Unix.php, method File_Passwd_Unix::getMode()
    Get actual encryption mode
getMode
in file Authbasic.php, method File_Passwd_Authbasic::getMode()
    Get actual encryption mode
top

i

isShadowed
in file Unix.php, method File_Passwd_Unix::isShadowed()
    If the passwords of this passwd file are shadowed in another file.
top

l

listModes
in file Unix.php, method File_Passwd_Unix::listModes()
    Get supported encryption modes
listModes
in file Authbasic.php, method File_Passwd_Authbasic::listModes()
    Get supported encryption modes
listUser
in file Common.php, method File_Passwd_Common::listUser()
    List user
listUserInRealm
in file Authdigest.php, method File_Passwd_Authdigest::listUserInRealm()
    List all user of (a | all) realm(s)
load
in file Common.php, method File_Passwd_Common::load()
    Loads the file
top

m

$msc
in file Smb.php, variable File_Passwd_Smb::$msc
    Object which generates the NT-Hash and LAN-Manager-Hash passwds
modUser
in file Unix.php, method File_Passwd_Unix::modUser()
    Modify properties of a certain user
modUser
in file Smb.php, method File_Passwd_Smb::modUser()
    Modify a certain user
modUser
in file Custom.php, method File_Passwd_Custom::modUser()
    Modify properties of a certain user
top

p

Passwd.php
procedural page Passwd.php
parse
in file Smb.php, method File_Passwd_Smb::parse()
    Parse smbpasswd file
parse
in file Unix.php, method File_Passwd_Unix::parse()
    Parse the Unix password file
parse
in file Cvs.php, method File_Passwd_Cvs::parse()
    Parse the CVS passwd file
parse
in file Custom.php, method File_Passwd_Custom::parse()
    Parse the Custom password file
parse
in file Authdigest.php, method File_Passwd_Authdigest::parse()
    Parse the AuthDigestFile
parse
in file Common.php, method File_Passwd_Common::parse()
    Parse the content of the file
parse
in file Authbasic.php, method File_Passwd_Authbasic::parse()
    Parse the AuthUserFile
top

s

Smb.php
procedural page Smb.php
salt
in file Passwd.php, method File_Passwd::salt()
    Generate salt
save
in file Custom.php, method File_Passwd_Custom::save()
    Apply changes an rewrite passwd file
save
in file Common.php, method File_Passwd_Common::save()
    Apply changes and rewrite passwd file
save
in file Cvs.php, method File_Passwd_Cvs::save()
    Apply changes and rewrite CVS passwd file
save
in file Unix.php, method File_Passwd_Unix::save()
    Apply changes an rewrite passwd file
save
in file Smb.php, method File_Passwd_Smb::save()
    Apply changes and rewrite CVS passwd file
save
in file Authdigest.php, method File_Passwd_Authdigest::save()
    Apply changes and rewrite AuthDigestFile
save
in file Authbasic.php, method File_Passwd_Authbasic::save()
    Apply changes and rewrite AuthUserFile
setDelim
in file Custom.php, method File_Passwd_Custom::setDelim()
    Set delimiter
setEncFunc
in file Custom.php, method File_Passwd_Custom::setEncFunc()
    Set encryption function
setFile
in file Common.php, method File_Passwd_Common::setFile()
    Set path to passwd file
setMap
in file Custom.php, method File_Passwd_Custom::setMap()
    Set the 'name map' to use with the extra properties of the user
setMap
in file Unix.php, method File_Passwd_Unix::setMap()
    Set the 'name map' to use with the extra properties of the user
setMode
in file Authbasic.php, method File_Passwd_Authbasic::setMode()
    Set the encryption mode
setMode
in file Unix.php, method File_Passwd_Unix::setMode()
    Set the encryption mode
staticAuth
in file Smb.php, method File_Passwd_Smb::staticAuth()
    Fast authentication of a certain user
staticAuth
in file Unix.php, method File_Passwd_Unix::staticAuth()
    Fast authentication of a certain user
staticAuth
in file Custom.php, method File_Passwd_Custom::staticAuth()
    Fast authentication of a certain user
staticAuth
in file Authbasic.php, method File_Passwd_Authbasic::staticAuth()
    Fast authentication of a certain user
staticAuth
in file Authdigest.php, method File_Passwd_Authdigest::staticAuth()
    Fast authentication of a certain user
staticAuth
in file Cvs.php, method File_Passwd_Cvs::staticAuth()
    Fast authentication of a certain user
staticAuth
in file Passwd.php, method File_Passwd::staticAuth()
    Fast authentication of a certain user
top

u

Unix.php
procedural page Unix.php
useMap
in file Unix.php, method File_Passwd_Unix::useMap()
    Whether to use the 'name map' of the extra properties or not
useMap
in file Custom.php, method File_Passwd_Custom::useMap()
    Whether to use the 'name map' of the extra properties or not
userExists
in file Common.php, method File_Passwd_Common::userExists()
    Check if a certain user already exists
userInRealm
in file Authdigest.php, method File_Passwd_Authdigest::userInRealm()
    Ckeck if a certain user is in a specific realm
top

v

verifyEncryptedPasswd
in file Smb.php, method File_Passwd_Smb::verifyEncryptedPasswd()
    Verifies a user's password
verifyPasswd
in file Smb.php, method File_Passwd_Smb::verifyPasswd()
    Verifies an account with the given plaintext password
verifyPasswd
in file Unix.php, method File_Passwd_Unix::verifyPasswd()
    Verify the password of a certain user
verifyPasswd
in file Cvs.php, method File_Passwd_Cvs::verifyPasswd()
    Verify the password of a certain user
verifyPasswd
in file Authdigest.php, method File_Passwd_Authdigest::verifyPasswd()
    Verifiy password
verifyPasswd
in file Custom.php, method File_Passwd_Custom::verifyPasswd()
    Verify the password of a certain user
verifyPasswd
in file Authbasic.php, method File_Passwd_Authbasic::verifyPasswd()
    Verify password
top

_

$_contents
in file Common.php, variable File_Passwd_Common::$_contents
    file content
$_file
in file Common.php, variable File_Passwd_Common::$_file
    passwd file
$_pcre
in file Common.php, variable File_Passwd_Common::$_pcre
    PCRE for valid chars
$_users
in file Common.php, variable File_Passwd_Common::$_users
    users
_auth
in file Common.php, method File_Passwd_Common::_auth()
    Base method for File_Passwd::staticAuth()
_close
in file Common.php, method File_Passwd_Common::_close()
    Closes a prior opened and locked file handle
_open
in file Common.php, method File_Passwd_Common::_open()
    Opens a file, locks it exclusively and returns the filehandle
_save
in file Common.php, method File_Passwd_Common::_save()
    Save the modified content to the passwd file
__construct
in file Smb.php, method File_Passwd_Smb::__construct()
    Constructor (ZE2)
__construct
in file Common.php, method File_Passwd_Common::__construct()
    Constructor (ZE2)
__construct
in file Authbasic.php, method File_Passwd_Authbasic::__construct()
    Constructor (ZE2)
top

Documentation generated on Mon, 11 Mar 2019 15:28:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.