1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.4" 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">
3 <name>Auth_RADIUS</name>
4 <channel>pear.php.net</channel>
5 <summary>Wrapper Classes for the RADIUS PECL.</summary>
6 <description>This package provides wrapper-classes for the RADIUS PECL.
7There are different Classes for the different authentication methods.
8If you are using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package.
9If you are using MS-CHAP you need also the mhash and mcrypt extension.</description>
10 <lead>
11  <name>Michael Bretterklieber</name>
12  <user>mbretter</user>
13  <email>mbretter@php.net</email>
14  <active>yes</active>
15 </lead>
16 <date>2015-02-09</date>
17 <time>23:26:02</time>
18 <version>
19  <release>1.1.0</release>
20  <api>1.1.0</api>
21 </version>
22 <stability>
23  <release>stable</release>
24  <api>stable</api>
25 </stability>
26 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
27 <notes>
28QA release
29Drop php4
30Introduce exceptions
31Drop PEAR
32 </notes>
33 <contents>
34  <dir baseinstalldir="/" name="/">
35   <file baseinstalldir="/" md5sum="1937b1c2960f72abd697ec73f49c2e87" name="Auth/RADIUS.php" role="php" />
36   <file baseinstalldir="/" md5sum="7a7c73a90c81aca7cd2bd1ff60715e55" name="examples/radius-acct.php" role="doc" />
37   <file baseinstalldir="/" md5sum="300ad05ac5424aa85eec280bea0f7936" name="examples/radius-auth.php" role="doc" />
38  </dir>
39 </contents>
40 <dependencies>
41  <required>
42   <php>
43    <min>5.0.0</min>
44   </php>
45   <pearinstaller>
46    <min>1.4.0b1</min>
47   </pearinstaller>
48   <package>
49    <name>radius</name>
50    <channel>pecl.php.net</channel>
51    <min>1.2.5</min>
52    <providesextension>radius</providesextension>
53   </package>
54  </required>
55 </dependencies>
56 <phprelease />
57 <changelog>
58  <release>
59   <version>
60    <release>1.0.0</release>
61    <api>1.0.0</api>
62   </version>
63   <stability>
64    <release>stable</release>
65    <api>stable</api>
66   </stability>
67   <date>2003-02-01</date>
68   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
69   <notes>
70* Fully functional and reasonably tested
71   </notes>
72  </release>
73  <release>
74   <version>
75    <release>1.0.1</release>
76    <api>1.0.1</api>
77   </version>
78   <stability>
79    <release>stable</release>
80    <api>stable</api>
81   </stability>
82   <date>2003-05-02</date>
83   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
84   <notes>
85* Added support for LAN-Manager-Responses
86* BugFix: The RADIUS_USER_NAME was sent twice
87* Send also the RADIUS_NAS_PORT_TYPE
88   </notes>
89  </release>
90  <release>
91   <version>
92    <release>1.0.2</release>
93    <api>1.0.2</api>
94   </version>
95   <stability>
96    <release>stable</release>
97    <api>stable</api>
98   </stability>
99   <date>2003-07-17</date>
100   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
101   <notes>
102* BugFix: wrong status_type in Auth_RADIUS_Acct_Start
103   </notes>
104  </release>
105  <release>
106   <version>
107    <release>1.0.3</release>
108    <api>1.0.3</api>
109   </version>
110   <stability>
111    <release>stable</release>
112    <api>stable</api>
113   </stability>
114   <date>2004-03-25</date>
115   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
116   <notes>
117* Changed the examples to for version 1.0.0 of Crypt_CHAP
118* Added a new class for sending interim accounting updates
119   </notes>
120  </release>
121  <release>
122   <version>
123    <release>1.0.4</release>
124    <api>1.0.4</api>
125   </version>
126   <stability>
127    <release>stable</release>
128    <api>stable</api>
129   </stability>
130   <date>2004-03-30</date>
131   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
132   <notes>
133* BugFix: wrong dependencies
134   </notes>
135  </release>
136  <release>
137   <version>
138    <release>1.0.5</release>
139    <api>1.0.5</api>
140   </version>
141   <stability>
142    <release>stable</release>
143    <api>stable</api>
144   </stability>
145   <date>2008-04-13</date>
146   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
147   <notes>
148* BugFix: RADIUS_CLASS attribute should be of type string
149   </notes>
150  </release>
151  <release>
152   <version>
153    <release>1.0.7</release>
154    <api>1.0.6</api>
155   </version>
156   <stability>
157    <release>stable</release>
158    <api>stable</api>
159   </stability>
160   <date>2015-02-10</date>
161   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
162   <notes>
163Automatically built QA release
164Bug #11541 Dependency problem - mbretter
165
166Req #13160 start() is inflexible - mbretter
167   </notes>
168  </release>
169  <release>
170   <version>
171    <release>1.1.0</release>
172    <api>1.1.0</api>
173   </version>
174   <stability>
175    <release>stable</release>
176    <api>stable</api>
177   </stability>
178   <date>2015-02-10</date>
179   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
180   <notes>
181QA release
182Drop php4
183Introduce exceptions
184Drop PEAR
185   </notes>
186  </release>
187 </changelog>
188</package>
189