1 Gives access to the routines of the GSSAPI library, as described in
2 rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution
4 Since 0.14 it also compiles and works with Heimdal. Lacks of Heimdal
5 support are gss_release_oid(), gss_str_to_oid() and fail of some tests.
6 The API presented by this module is a mildly object oriented
7 reinterpretation of the C API, where opaque C structures are Perl
8 objects, but the style of function call has been left mostly untouched.
9 As a result, most routines modify one or more of the parameters passed
10 to them, reflecting the C call-by-reference (or call-by-value-return)
12 All users of this module are therefore strongly advised to localize all
13 usage of these routines to minimize pain if and when the API changes.