Пакет pam_wrapper: Информация

    Исходный пакет: pam_wrapper
    Версия: 1.1.7-alt1
    Собран:  1 октября 2024 г. 19:58
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://cwrap.org/

    Лицензия: GPLv3+
    О пакете: A tool to test PAM applications and PAM modules
    Описание: 
    This component of cwrap allows you to either test your PAM (Linux-PAM
    and OpenPAM) application or module.
    
    For testing PAM applications, simple PAM module called pam_matrix is
    included. If you plan to test a PAM module you can use the pamtest library,
    which simplifies testing of modules. You can combine it with the cmocka
    unit testing framework or you can use the provided Python bindings to
    write tests for your module in Python.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    libpamtest (e2kv6, e2kv5, e2kv4, e2k)
    libpamtest-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libpamtest-devel (e2kv6, e2kv5, e2kv4, e2k)
    libpamtest-doc (e2kv6, e2kv5, e2kv4, e2k)
    pam_wrapper (e2kv6, e2kv5, e2kv4, e2k)
    pam_wrapper-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    python3-module-libpamtest (e2kv6, e2kv5, e2kv4, e2k)
    python3-module-libpamtest-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Evgeny Sinelnikov


      1. cmake
      2. libcmocka-devel
      3. ctest
      4. pam-devel
      5. python3-devel
      6. python3-module-setuptools
      7. doxygen
      8. git

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


    29 июля 2024 г. Evgeny Sinelnikov 1.1.7-alt1
    - new version 1.1.7
    - Fixes from upstream:
      + Fix installation of python module
      + Improve config dir creation if we have pam_start_confdir()
      + Fixed PAM_WRAPPER_DISABLE_DEEPBIND
      + Directly fail if we can't create the config dir
    19 декабря 2023 г. Grigory Ustinov 1.1.5-alt1.1
    - NMU: Add build dependency on setuptools.
    12 декабря 2023 г. Evgeny Sinelnikov 1.1.5-alt1
    - Fixed building with Python 3.12