Top Level :: Authentication

Package Information: LiveUser 0.7

Show All Changelogs
» Version » Information
0.16.13 2008-01-28     beta
0.16.12 2006-08-22     beta
0.16.11 2006-04-19     beta
0.16.10 2006-02-27     beta
0.16.9 2006-02-21     beta
0.16.8 2005-12-21     beta
0.16.7 2005-10-10     beta
0.16.6 2005-09-02     beta
0.16.5 2005-08-17     beta
0.16.4 2005-08-15     beta
0.16.3 2005-08-09     beta
0.16.2 2005-07-20     beta
0.16.1 2005-07-05     beta
0.16.0 2005-06-21     beta
0.15.1 2005-03-30     beta
0.15.0 2005-03-15     beta
0.14.0 2004-12-20     beta
0.13.3 2004-10-23     beta
0.13.2 2004-10-13     beta
0.13.1 2004-10-02     beta
0.13.0 2004-09-30     beta
0.12.0 2004-06-19     beta
0.11.1 2004-04-28     beta
0.11.0 2004-04-28     beta
0.10.0 2004-03-11     beta
0.9 2003-10-09     beta
0.8.1 2003-08-28     beta
0.8 2003-08-27     beta
0.7Download

Release date: 2003-06-01 23:24 UTC
Release state: alpha

Changelog:

* LoginManager renamed to LiveUser (file and class) to ensure consistency with
other pear packages
* some changes were made to enhance performance thus not hindering an
application using it.
* Classes do not extend from PEAR anymore since the error handling
was not used to its full extent
* Error management was improved. A simple raiseError method
is implemented only including the PEAR base class when necessary.
* Code Cleanup, some methods are not necessary anymore
* A change was made in the cookie handling. An id of the password is stored
in the cookie and on the server. They will be matched against one another.
An encrypted version of the password is also kept on the server because
some containers like LDAP need the password. LU tries to use the mcrypt
extension and if not available relies on Crypt_Rc4 for password encryption/decryption.
Because of this LiveUser needs a directory with write access.If you do
no have access to the ini_get() function please set a constant
named LIVEUSER_TMPDIR with an absolute path to a writeable directory.
Please remember that cookies are not safe and use at your
own risk.
* Started improving the admin class for DB_Complex, added a new admin class
for DB_Simple, moved both admn classes to a new directory "Admin". Note: While
the rest of the API is quite stable now, expect changes in the admin API and the
DB schema for language management soon
* Variable table prefix for the db containers.
* LiveUser class (formerly known as LoginManager) now has a status flag.
* Enhanced configuration options.
* Short readme with images of the sql schemas.

Dependencies:
0.6.1 2003-03-18     alpha
0.6 2003-03-17     alpha
0.5.1 2003-03-11     alpha
0.5 2003-03-11     alpha
0.3 2002-10-10     alpha