Top Level :: Authentication

Package Information: Auth 1.3.0r3

Show All Changelogs
» Version » Information
1.6.1 2008-04-04     stable
1.6.0 2008-04-04     stable
1.5.4 2007-07-02     stable
1.5.3 2007-07-02     stable
1.5.2 2007-06-12     stable
1.5.1 2007-03-22     stable
1.5.0 2007-02-13     stable
1.5.0RC2 2007-02-02     beta
1.5.0RC1 2007-01-17     beta
1.4.3 2006-12-06     stable
1.4.2 2006-11-10     stable
1.4.1 2006-10-27     stable
1.4.0 2006-10-20     stable
1.4.0RC3 2006-09-21     beta
1.4.0RC1 2006-09-11     beta
1.3.2 2006-08-31     stable
1.3.1 2006-08-21     stable
1.3.1RC1 2006-08-11     beta
1.3.0 2006-03-03     stable
1.3.0RC7 2006-03-01     beta
1.3.0RC6 2006-02-22     beta
1.3.0r5 2006-02-21     beta
1.3.0r4 2006-02-14     beta
1.2.4 2006-02-14     stable
1.3.0r3Download

Release date: 2004-09-20 12:02 UTC
Release state: beta

Changelog:

* Moved login screen generation code to Auth/Frontend/Html.php
In the future the frontend will be configurable.
* Implemented support for Challenge / Responce password authenthication
have to enable advanced security $auth->setAdvancedSecurity
will work only with DB container and cryptType = none|md5
* Implemented setAllowLogin to control which pages are allowed to perform login,
to preservce BC. Previusly the showLogin flag was used to control this - yavo
* Implmented lazy loading for the storage constructor, constructor is only created when needed
to make Auth more lightweight (this might be adding a bit more overhead to login and usermanagement functions)
* Removed include of PEAR, was not used anywhare in Auth.php
* Created a new storage container DBLite same as DB but with the user manipulation functions removed (50% smaller)
* Added a new method staticCheckAuth which can be called statically with only the auth options
* Auth::importGlobalVariable method was removed and replaced by references to global variables
* Removed all calls to $session[$this->_sessionName], made local reference session point to that instead
* Changed call_user_func to call_user_func_array for the callbacks, to avoid using @ for passing variables by reference
* Code Cleanup, removed most vi comments

Dependencies:
1.3.0r2 2004-07-04     beta
1.3.0r1 2004-06-09     beta
1.2.3 2003-12-14     stable
1.2.2 2003-07-29     stable
1.2.1 2003-07-29     stable
1.2.0 2003-02-14     stable
1.1.1 2002-10-05     stable
1.1.0 2002-10-03     stable
1.0.2 2002-05-30     stable
1.0.1 2002-02-07     stable
1.0 2001-12-29