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

    Исходный пакет: passwdqc
    Версия: 2.0.3-alt1
    Последняя версия по данным Repology
    Собран:  23 июня 2023 г. 22:45 в задании #323586
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: https://www.openwall.com/passwdqc/

    Лицензия: LGPLv2+
    О пакете: A passphrase strength checking and policy enforcement toolset
    Описание: 
    passwdqc is a password/passphrase strength checking and policy
    enforcement toolset, including a PAM module (pam_passwdqc), command-line
    programs (pwqcheck, pwqfilter, and pwqgen), and a library (libpasswdqc).
    
    pam_passwdqc is normally invoked on passphrase changes by programs
    such as passwd(1).  It is capable of checking password or passphrase
    strength, enforcing a policy, and offering randomly-generated
    passphrases, with all of these features being optional and easily
    (re-)configurable.
    
    pwqcheck and pwqgen are standalone passphrase strength checking and
    random passphrase generator programs, respectively, which are usable
    from scripts.
    
    The pwqfilter program searches, creates, or updates binary passphrase
    filter files, which can also be used with pwqcheck and pam_passwdqc.
    
    libpasswdqc is the underlying library, which may also be used from
    third-party programs.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libpasswdqc (x86_64, ppc64le, i586, armh, aarch64)
    libpasswdqc-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libpasswdqc-devel (x86_64, ppc64le, i586, armh, aarch64)
    pam0_passwdqc (x86_64, ppc64le, i586, armh, aarch64)
    pam0_passwdqc-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    passwdqc-control (noarch)
    passwdqc-utils (x86_64, ppc64le, i586, armh, aarch64)
    passwdqc-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin

    Права:
    Dmitry V. Levin
    @norebuild

      1. libpam-devel
      2. libaudit-devel
      3. rpm-build >= 0:4.0.4-alt55

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


    23 июня 2023 г. Dmitry V. Levin 2.0.3-alt1
    - Merged with 2.0.3-owl1:
      + wordset_4k: Move "enroll" to the multiple spellings list (by Solar Designer)
      + Don't #include <endian.h> on macOS (by Solar Designer)
      + pwqfilter: Allow --pre-hashed after --hash* (by Solar Designer)
      + Add pkg-config file (by Egor Ignatov)
      + Makefile: add Cygwin support (by Chad Dougherty)
      + Remove non-existent symbols from the linker version script
      to fix -Wl,--no-undefined-version (by Fangrui Song)
      + pam_passwdqc: extend enforce=users to support chpasswd PAM service
      in addition to traditionally supported passwd
    13 августа 2021 г. Dmitry V. Levin 2.0.2.0.4.a866-alt1
    - Added pkg-config file (by Egor Ignatov).
    4 апреля 2021 г. Dmitry V. Levin 2.0.2-alt1
    - Merged with 2.0.2-owl1:
      + pam_passwdqc: enhanced formatting of auto-generated policy descriptions;
      + libpasswdqc-devel: added libpasswdqc(3) manual page and manual page links
        for all functions documented in libpasswdqc(3).