GSSAPI
view release on metacpan or search on metacpan
0.12 Tue Nov 6 10:48:54 2001
- Remove some unused constants from the .xs file.
- Added missing '&'s to Context::accept and Context::export
method implementations. Thanks to Jacob Gorm Hansen <jg@ioi.dk>
for finding this.
0.13 Thu Mar 24 10:46:59 2005
- Actually document this module as being under the same
license as Perl (how did I miss this?!?)
0.14 Mo Feb 6 18:46:21 CET 2006
- Maintanance overtaken by Achim Grolms. Thank you Philip!
our base is
<http://perlgssapi.sourceforge.net/>
- deleted gss_mech_set_krb5_v1v2(), gss_mech_set_krb5_v2()
from OID__Set.xs. It makes the compile fail
- deleted gss_mech_krb5_v2() from OID.xs
- deletd gss_mech_set_krb5_v2, gss_mech_set_krb5_v1v2 from GSSAPI.xs
- gss_str_to_oid() and gss_oid_to_str()
are not present in Heimdal implementations.
to make the configuration more flexible
(if needed). Thanks Merijn!
0.16 - changed Context.xs Destructor to warn only on GSS_S_FAILURE
(see <http://sourceforge.net/mailarchive/forum.php?thread_id=9674417&forum_id=47637>)
- Makefile.PL passes all the (needed!)
krb5-config --libs gssapi stuff that is
ignored by LIBS to LDDLFLGAS
- Tried to add userdocumentation to GSSAPI.pm (GSSAPI::Name)
0.17 So Feb 12 21:52:41 CET 2006
- use of uppercase GSS_ style import-constants instead of lowercase
gss_ constants. Hope this does not break things, please
let me know if that means problems on your platform!
- deleted mechtype sets gss_mech_set_krb5,
gss_mech_set_krb5_old, gss_mech_set_krb5_both, gss_mech_set_krb5.
Please let me know if that breaks your code and needs to be fixed!
- added example gss-client.pl and gss-server.pl
(Thanks Merijn!)
- added SPNEGO Mechttype to OID.xs
0.19 We Feb 22 14:39:45 UTC 2006
- GSS_KRB5_NT_MACHINE_UID_NAME is now GSS_C_NT_MACHINE_UID_NAME
Thanks to David Leonard!
- changed my stupid comments not to be interpreted as precompiler
statements...
...seems this is a brown paperbag release...
0.20 Th Mar 9 19:04:33 CET 2006
- Bugfix of <http://www.nntp.perl.org/group/perl.cpan.testers/290559>
(ExtUtils-ParseXS-2.15 triggered broken typemap error)
Thanks to Sébastien Aperghis-Tramoni
and Alexandre Ghisoli
- changed Constants exporting system.
Thanks to Marc Lehmann
0.21 Th Apr 6 20:28:59 CEST 2006
( run in 1.228 second using v1.01-cache-2.11-cpan-49f99fa48dc )