Top Level :: Authentication

Package Information: Auth 1.1.1

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.0r3 2004-09-20     beta
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.1Download

Release date: 2002-10-05 00:10 UTC
Release state: stable

Changelog:

* This release fixes a bug that caused some files of PEAR::Auth to be
installed in wrong places. Everyone who has installed version 1.1.0
is urged to update to this version!

Following is a list of changes in version 1.1.0. We are including this
list here because the changelog entries were not displayed properly in
the previous release:

* Silenced some warnings when working with "error_reporting(E_ALL);"
and fixed two bugs.

* Don't update idletime after the authentification session has expired.

* Allow setting session ID in assignData(). This becomes handy when
using Auth_HTTP. (Patch by Marko Karppinen, <karppinen@pobox.com>)

* Added optional setLoginCallback() and setLogoutCallback() methods.
(Patch by Marko Karppinen, <karppinen@pobox.com>)

* Added method setIdle() that complements to setExpire().
(Patch by Marko Karppinen, <karppinen@pobox.com>)

* Added new methods setAuthData() and getAuthData() that allow to write
and read additional data into/from the session pool.

* Improved internal handling of session variables.

* Instead of sticking to md5 as the password encryption method, one
can now choose between standard Unix DES-based encryption algorithm,
md5 hashing and using plain text passwords. Please note that the
last option is a security risk and shouldn't be used unless you
*really* now what you are doing.

* Database storage container: Only open connection to SQL server if it
is really necessary. This speeds up the whole process in a lot of
situations.

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