-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.xml
246 lines (243 loc) · 6.8 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" 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.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>SimpleCAS</name>
<channel>saltybeagle.github.com/SimpleCAS</channel>
<summary>A PHP5 library for CAS Authentication.</summary>
<description>This package is a PHP5 only library for identifying users
in a JA-SIG CAS secured environment.</description>
<lead>
<name>Brett Bieber</name>
<user>saltybeagle</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<helper>
<name>John Thiltges</name>
<user>jthiltges</user>
<email>[email protected]</email>
<active>yes</active>
</helper>
<helper>
<name>Kevin Abel</name>
<user>kevin.abel.0</user>
<email>[email protected]</email>
<active>yes</active>
</helper>
<helper>
<name>Eric Rasmussen</name>
<user>ericrasmussen1</user>
<email>[email protected]</email>
<active>yes</active>
</helper>
<date>2011-12-06</date>
<time>13:08:25</time>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>Feature Release:
* Added support for the CAS features gateway and renew and added new [kabel]
No API backwards compatibility changes
</notes>
<contents>
<dir name="/">
<dir name="docs" baseinstalldir="/">
<dir name="examples">
<file role="doc" name="simple.php"/>
<file role="doc" name="simple_gateway.php"/>
<file role="doc" name="simple_renew.php"/>
<file role="doc" name="Zend_Auth_Adapter_SimpleCAS.php"/>
</dir>
</dir>
<dir name="src" baseinstalldir="/">
<dir name="SimpleCAS">
<dir name="Protocol">
<dir name="Version2">
<file role="php" name="ValidationResponse.php"/>
</dir>
<file role="php" name="Version1.php"/>
<file role="php" name="Version2.php"/>
</dir>
<dir name="ProxyGranting">
<dir name="Storage">
<file role="php" name="File.php"/>
</dir>
<file role="php" name="Storage.php"/>
</dir>
<file role="php" name="Autoload.php"/>
<file role="php" name="Protocol.php"/>
<file role="php" name="ProxyGranting.php"/>
<file role="php" name="SingleSignOut.php"/>
</dir>
<file role="php" name="SimpleCAS.php"/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.5</min>
</php>
<pearinstaller>
<min>1.5.4</min>
</pearinstaller>
<package>
<name>HTTP_Request2</name>
<channel>pear.php.net</channel>
<min>0.1.0</min>
</package>
</required>
</dependencies>
<phprelease/>
<changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-12-08</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
First Release.
</notes>
</release>
<release>
<version>
<release>0.1.1</release>
<api>0.1.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-12-08</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Fix Notice: Trying to get property of non-object in SimpleCAS/Server/Version2/ValidationResponse.php on line 23
* Change PHP dependency to 5.2.5
</notes>
</release>
<release>
<version>
<release>0.1.2</release>
<api>0.1.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-02-05</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Update PEAR dependency to 1.5.4
* Match case for variables (jthiltges)
* In CAS v2 validateTicket, typecast successful return value to string (jthiltges)
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-02-11</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Allow setting HTTP_Request2 object so configuration can be set.
$server->getRequest()->setConfig('ssl_verify_peer', false);
* Add $server->getRequest(), $server->setRequest(HTTP_Request2 $http_request)
Change interface for server to abstract class.
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-02-12</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Explicitly call __toString() for PHP 5.1 compatibility. [jthiltges]
* Add Zend_Auth_Adapter_SimpleCAS to the examples. [jthiltges]
</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-03-03</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Issue 1: Rename SimpleCAS_Server to SimpleCAS_Protocol [saltybeagle]
* Issue 2: Switch to arrays for the protocol constructors. [saltybeagle]
* Exit immediately after re-direct.
</notes>
</release>
<release>
<version>
<release>0.3.1</release>
<api>0.3.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-04-06</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Prefix session variables with __SIMPLECAS [saltybeagle]
</notes>
</release>
<release>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-01-08</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Allow request adapter to be customized. [Kevin]
</notes>
</release>
<release>
<version>
<release>0.5.0</release>
<api>0.5.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-01-27</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Allow service url to be customized with SimpleCAS::setURL($url); [ericrasmussen1]
</notes>
</release>
</changelog>
</package>