Пакет perl-GSSAPI: Информация

    Исходный пакет: perl-GSSAPI
    Версия: 0.26-alt1.1
    Собран:  11 ноября 2010 г. 15:56
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Perl extension providing access to the GSSAPIv2 library
    Описание: 
    This module 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.
    Have a look at the tests in t/ directory too see what tests
    fail on Heimdal ( the *.t tests are just skipping them at the moment)
    
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-GSSAPI (x86_64, i586)

    Сопровождающий: Vladimir A. Svyatoshenko

    Список участников:
    Vladimir Lettiev
    Vladimir A. Svyatoshenko

      1. perl-devel
      2. krb5-kdc
      3. libcom_err-devel
      4. libkrb5-devel

    Последнее изменение


    6 ноября 2010 г. Vladimir Lettiev 0.26-alt1.1
    - rebuilt with perl 5.12
    7 октября 2008 г. Vladimir A. Svyatoshenko 0.26-alt1
    - new version
    - fixed build
    11 июня 2007 г. Vladimir A. Svyatoshenko 0.24-alt1
    - first build for ALT Linux Sisyphus