Пакет pam_wrapper: Информация
Исходный пакет: pam_wrapper
Версия: 1.1.8-alt1
Собран: 10 октября 2025 г. 19:13 в задании #389466
Категория: Разработка/C
Сообщить об ошибке в пакетеДомашняя страница: https://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 (x86_64, i586, aarch64)
libpamtest-debuginfo (x86_64, i586, aarch64)
libpamtest-devel (x86_64, i586, aarch64)
libpamtest-doc (x86_64, i586, aarch64)
pam_wrapper (x86_64, i586, aarch64)
pam_wrapper-debuginfo (x86_64, i586, aarch64)
python3-module-libpamtest (x86_64, i586, aarch64)
python3-module-libpamtest-debuginfo (x86_64, i586, aarch64)
libpamtest (x86_64, i586, aarch64)
libpamtest-debuginfo (x86_64, i586, aarch64)
libpamtest-devel (x86_64, i586, aarch64)
libpamtest-doc (x86_64, i586, aarch64)
pam_wrapper (x86_64, i586, aarch64)
pam_wrapper-debuginfo (x86_64, i586, aarch64)
python3-module-libpamtest (x86_64, i586, aarch64)
python3-module-libpamtest-debuginfo (x86_64, i586, aarch64)
Сопровождающий: Anton Farygin
Последнее изменение
29 августа 2025 г. Anton Farygin 1.1.8-alt1
- 1.1.7 -> 1.1.8
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.