Initial import of p5-GSSAPI 0.21
authormarkd <markd>
Mon, 15 May 2006 11:57:14 +0000 (11:57 +0000)
committermarkd <markd>
Mon, 15 May 2006 11:57:14 +0000 (11:57 +0000)
commit9d9ebde3cdfb04c82e37ff7e4d8595f715c0824a
treebb8841763d0d46aeb8c8b04b2c9c9c27fec8623b
parentb0376c3a91f37389310c54ee86b0839c9db0db4e
Initial import of p5-GSSAPI 0.21

Gives access to the routines of the GSSAPI library, as described in
rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution
from MIT.
Since 0.14 it also compiles and works with Heimdal. Lacks of Heimdal
support are gss_release_oid(), gss_str_to_oid() and fail of some tests.
The API presented by this module is a mildly object oriented
reinterpretation of the C API, where opaque C structures are Perl
objects, but the style of function call has been left mostly untouched.
As a result, most routines modify one or more of the parameters passed
to them, reflecting the C call-by-reference (or call-by-value-return)
semantics.
All users of this module are therefore strongly advised to localize all
usage of these routines to minimize pain if and when the API changes.
security/p5-GSSAPI/DESCR [new file with mode: 0644]
security/p5-GSSAPI/Makefile [new file with mode: 0644]
security/p5-GSSAPI/PLIST [new file with mode: 0644]
security/p5-GSSAPI/distinfo [new file with mode: 0644]