<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>Auth_RADIUS</name>
 <channel>pear.php.net</channel>
 <summary>Wrapper Classes for the RADIUS PECL.</summary>
 <description>This package provides wrapper-classes for the RADIUS PECL.
There are different Classes for the different authentication methods.
If you are using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package.
If you are using MS-CHAP you need also the mhash and mcrypt extension.</description>
 <lead>
  <name>Michael Bretterklieber</name>
  <user>mbretter</user>
  <email>mbretter@php.net</email>
  <active>yes</active>
 </lead>
 <date>2008-04-13</date>
 <time>12:30:37</time>
 <version>
  <release>1.0.6</release>
  <api>1.0.6</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
 <notes>* move to package2.xml
* fix dependencies
* optionally turn-off putStandardAttributes()</notes>
 <contents>
  <dir name="/">
   <file baseinstalldir="Auth" md5sum="1920ccc4d0a29c0bf125feca1f6c27aa" name="examples/radius-acct.php" role="doc" />
   <file baseinstalldir="Auth" md5sum="2b53395e32a6147411518340befe520f" name="examples/radius-auth.php" role="doc" />
   <file baseinstalldir="Auth" md5sum="efe52a85d09d81d951576f745e7b8460" name="RADIUS.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
   <package>
    <name>radius</name>
    <channel>pecl.php.net</channel>
    <min>1.2.5</min>
    <providesextension>radius</providesextension>
   </package>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>1.0.5</release>
    <api>1.0.5</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2008-04-13</date>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
   <notes>* BugFix: RADIUS_CLASS attribute should be of type string</notes>
  </release>
  <release>
   <version>
    <release>1.0.4</release>
    <api>1.0.4</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2004-03-30</date>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
   <notes>* BugFix: wrong dependencies</notes>
  </release>
  <release>
   <version>
    <release>1.0.3</release>
    <api>1.0.3</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2004-03-25</date>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
   <notes>* Changed the examples to for version 1.0.0 of Crypt_CHAP
* Added a new class for sending interim accounting updates</notes>
  </release>
  <release>
   <version>
    <release>1.0.2</release>
    <api>1.0.2</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2003-07-17</date>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
   <notes>* BugFix: wrong status_type in Auth_RADIUS_Acct_Start</notes>
  </release>
  <release>
   <version>
    <release>1.0.1</release>
    <api>1.0.1</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2003-05-02</date>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
   <notes>* Added support for LAN-Manager-Responses
* BugFix: The RADIUS_USER_NAME was sent twice
* Send also the RADIUS_NAS_PORT_TYPE</notes>
  </release>
  <release>
   <version>
    <release>1.0.0</release>
    <api>1.0.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2003-02-01</date>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
   <notes>* Fully functional and reasonably tested</notes>
  </release>
 </changelog>
</package>
