This class provides a contact database scheme. It attempts to be based on the vcard 2.1 standard, with mods as needed to make for more reasonable sql storage. Note that changes here must also work in the LDAP version. Syntax: CreateObject('phpgwapi.contacts'); Example1: $contacts = CreateObject('phpgwapi.contacts');
This class provides functions to calculate Samba NT and LM hashes. The code is a conversion from createntlm.pl (Benjamin Kuit) and smbdes.c/md4.c (Andrew Tridgell).