-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
96 lines (93 loc) · 3.16 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
<?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>krb5</name>
<channel>pecl.php.net</channel>
<summary>Features:
</summary>
<description>
+ An interface for maintaining credential caches (KRB5CCache),
that can be used for authenticating against a kerberos5 realm
+ Bindings for nearly the complete GSSAPI (RFC2744)
+ The administrative interface (KADM5)
+ Support for HTTP Negotiate authentication via GSSAPI
Documentation:
+ see docs/ for the API documentation
+ there are several pieces of example code in the examples/ directory
+ see below for install instructions
</description>
<lead>
<name>Moritz Bechler</name>
<user>mbechler</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-04-08</date>
<time>15:00:00</time>
<version>
<release>1.1.2</release>
<api>0.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
- [BUG] Add missing function entry termination for TLData
- [CLEANUP] Don't return garbage on hard class initialization errors, don't throw from create_object handlers
</notes>
<contents>
<dir name="/">
<file role="doc" name="README" />
<file role="doc" name="INSTALL" />
<file role="doc" name="LICENSE" />
<file role="doc" name="CREDITS" />
<file role="src" name="config.m4" />
<file role="src" name="php_krb5.h" />
<file role="src" name="php_krb5_kadm.h" />
<file role="src" name="php_krb5_gssapi.h" />
<file role="src" name="compat.h" />
<file role="src" name="krb5.c" />
<file role="src" name="gssapi.c" />
<file role="src" name="kadm.c" />
<file role="src" name="kadm5_policy.c" />
<file role="src" name="kadm5_principal.c" />
<file role="src" name="kadm5_tldata.c" />
<file role="src" name="negotiate_auth.c" />
<dir name="examples">
<dir name="kadm">
<file role="doc" name="ex1.php"/>
<file role="doc" name="ex2.php"/>
<file role="doc" name="ex3.php"/>
<file role="doc" name="ex4.php"/>
<file role="doc" name="ex5.php"/>
<file role="doc" name="ex6.php"/>
<file role="doc" name="ex7.php"/>
<file role="doc" name="ex8.php"/>
<file role="doc" name="ex9.php"/>
</dir>
<file role="doc" name="spnego.php"/>
</dir>
<dir name="tests">
<file role="test" name="001.phpt"/>
<file role="test" name="002.phpt"/>
<file role="test" name="003.phpt"/>
<file role="test" name="004.phpt"/>
<file role="test" name="005.phpt"/>
<file role="test" name="config.php.dist"/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>krb5</providesextension>
<extsrcrelease/>
</package>