<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/auth">Auth</p>
 <c>pear.php.net</c>
 <v>1.3.1</v>
 <st>stable</st>
 <l>PHP License</l>
 <m>aashley</m>
 <s>Creating an authentication system.</s>
 <d>The PEAR::Auth package provides methods for creating an authentication
system using PHP.

Currently it supports the following storage containers to read/write
the login data:

* All databases supported by the PEAR database layer
* All databases supported by the MDB database layer
* All databases supported by the MDB2 database layer
* Plaintext files
* LDAP servers
* POP3 servers
* IMAP servers
* vpopmail accounts
* RADIUS
* SAMBA password files
* SOAP
* PEAR website
 
</d>
 <da>2006-08-20 22:23:31</da>
 <n>* Fixed Bug #7031: session_regenerate_id() not cleaning up old session storage.
  Fix for this bug in PHP5.1.0+ has been done, still a problem in older versions
  of PHP.
* Fixed Bug #7421: Allow false to be passed in for allowLogin and advancedSecurity
  options.
* Fixed Bug #7434: Enable start_tls support for LDAP Container by Stuart Prescott
  &lt;php.net@nanonanonano.net&gt;
* Fixed Bug #7537: Made File Container capable of using all File_Passwd backends.
* Fixed Bug #7841: Added missing &lt;/center&gt;. Really the whole frontend needs
  reworking.
* Fixed Bug #7860: Removed deprecated session_register call.
* Fixed Bug #7899: sessionValidThru() returning incorrect value when no idle
  timeout set.
* Fixed Bug #7956: Session handling had several security bugs before PHP4.3.3.
  Bumped PHP dependancy so we don't have to deal with them.
* Fixed Bug #8076: MDB &amp; MDB2 Containers not using default db_fields values
* Fixed Bug #8351: Documentation of $loginFailedCallback pointed to incorrect
  set function.
* Fixed Bug #8406: Error message updates by Adam Harvey &lt;pear@adamharvey.name&gt;
* Fixed Bug #8407: Database containers don't quote table/field names by Adam
  Harvey &lt;pear@adamharvey.name&gt;</n>
 <f>41553</f>
 <g>http://pear.php.net/get/Auth-1.3.1</g>
 <x xlink:href="package.1.3.1.xml"/>
</r>