Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libpwquality-1.4.4-5.el8 RPM for x86_64

From CentOS 8-stream BaseOS for x86_64 / Packages

Name: libpwquality Distribution: CentOS
Version: 1.4.4 Vendor: CentOS
Release: 5.el8 Build date: Sat Sep 3 13:06:49 2022
Group: Unspecified Build host: x86-01.mbox.centos.org
Size: 396814 Source RPM: libpwquality-1.4.4-5.el8.src.rpm
Packager: CentOS Buildsys <bugs@centos.org>
Url: https://github.com/libpwquality/libpwquality/
Summary: A library for password generation and password quality checking
This is a library for password quality checks and generation
of random passwords that pass the checks.
This library uses the cracklib and cracklib dictionaries
to perform some of the checks.

Provides

Requires

License

BSD or GPLv2+

Changelog

* Thu Sep 01 2022 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-5
  - rebuilt
    Resolves: rhbz#2107570
* Tue Aug 30 2022 Dmitry Belyavskiy - 1.4.4-4
  - Japan translation update (remove extra dot)
    Resolves: rhbz#2107570
* Mon Feb 22 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-3
  - Resolves: rhbz#1919026 libpwquaily rpm requires cracklib to function but RPM missing requirement [updated]
* Wed Feb 17 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-2
  - Resolves: rhbz#1919026 libpwquaily rpm requires cracklib to function but RPM missing requirement
* Tue Oct 13 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.4-1
  - Translation updates
  - Add usersubstr check for substrings of N characters from the username
    patch by Danny Sauer
  - pam_pwquality: Abort the retry loop if user requests it
  - Allow setting retry, enforce_for_root, and local_users_only options
    in the pwquality.conf config file
* Mon Oct 22 2018 Tomáš Mráz <tmraz@redhat.com> 1.4.0-9
  - Fix an issue found in Coverity scan
* Fri Jun 22 2018 Tomáš Mráz <tmraz@redhat.com> 1.4.0-8
  - Properly conditionalize the python buildrequires
* Thu Mar 22 2018 Tomáš Mráz <tmraz@redhat.com> 1.4.0-7
  - Add conditionals for Python2 and Python3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.0-5
  - Switch to %ldconfig_scriptlets
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.0-4
  - Python 2 binary package renamed to python2-pwquality
    See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri May 26 2017 Tomáš Mráz <tmraz@redhat.com> 1.4.0-1
  - Do not try to check presence of too short username in password
  - Make the user name check optional (via usercheck option)
  - Add an 'enforcing' option to make the checks to be warning-only
    in PAM
  - The difok = 0 setting will disable all old password similarity
    checks except new and old passwords being identical
  - Updated translations from Zanata
* Mon Aug 24 2015 Tomáš Mráz <tmraz@redhat.com> 1.3.0-2
  - Fix possible stack overflow in the generate function (#1255935)
* Thu Jul 23 2015 Tomáš Mráz <tmraz@redhat.com> 1.3.0-1
  - Change the defaults for credits, difok, and minlen
  - Make the cracklib check optional but on by default
  - Add implicit support for parsing  <cfgfile>.d/*.conf files
  - Add libpwquality API manual page
* Wed Aug 06 2014 Tomáš Mráz <tmraz@redhat.com> 1.2.4-1
  - fix license handling (by Tom Callaway)
  - add Python3 module subpackage
* Thu Sep 12 2013 Tomáš Mráz <tmraz@redhat.com> 1.2.3-1
  - fix problem with parsing the pam_pwquality options
    patch by Vladimir Sorokin.
  - updated translations from Transifex
  - treat empty user or password as NULL
  - move the library to /usr
* Wed Jun 19 2013 Tomas Mraz <tmraz@redhat.com> 1.2.2-1
  - manual page fixes
  - make it possible to set the maxsequence configuration value
  - updated translations from Transifex
* Thu Dec 20 2012 Tomas Mraz <tmraz@redhat.com> 1.2.1-1
  - properly free pwquality settings
  - add extern "C" to public header
  - updated translations from Transifex
* Thu Aug 16 2012 Tomas Mraz <tmraz@redhat.com> 1.2.0-1
  - add maxsequence check for too long monotonic character sequence.
  - clarified alternative licensing to GPLv2+.
  - add local_users_only option to skip the pwquality checks for
    non-locals. (thanks to Stef Walter)
* Wed Jun 13 2012 Tomas Mraz <tmraz@redhat.com> 1.1.1-1
  - use rpm built-in filtering of provides (rhbz#830153)
  - remove strain debug fprintf() (rhbz#831567)
* Thu May 24 2012 Tomas Mraz <tmraz@redhat.com> 1.1.0-1
  - fix leak when throwing PWQError exception
  - added pkgconfig file
  - call the simplicity checks before the cracklib check
  - add enforce_for_root option to the PAM module
  - updated translations from Transifex
* Thu Dec 08 2011 Tomas Mraz <tmraz@redhat.com> 1.0.0-1
  - added a few additional password quality checks
  - bugfix in configuration file parsing
* Fri Nov 11 2011 Tomas Mraz <tmraz@redhat.com> 0.9.9-1
  - added python bindings and documentation
* Mon Oct 10 2011 Tomas Mraz <tmraz@redhat.com> 0.9-2
  - fixes for problems found in review (missing BR on pam-devel,
    License field, Source URL, Require pam, other cleanups)
* Mon Oct 03 2011 Tomas Mraz <tmraz@redhat.com> 0.9-1
  - first spec file for libpwquality

Files

/etc/security/pwquality.conf
/etc/security/pwquality.conf.d
/usr/bin/pwmake
/usr/bin/pwscore
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/986c224e445f5e453bc22b3c99b37170c4a0d0
/usr/lib/.build-id/1c/fa9695d0d186dd26d219b5ef4a3937177b8828
/usr/lib/.build-id/43
/usr/lib/.build-id/43/fca6e488577a0cc5ca2f333c0907100ba96e47
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/75fff57de4cf4090c004cc7bd791bf6180add9
/usr/lib64/libpwquality.so.1
/usr/lib64/libpwquality.so.1.0.2
/usr/lib64/security/pam_pwquality.so
/usr/share/doc/libpwquality
/usr/share/doc/libpwquality/AUTHORS
/usr/share/doc/libpwquality/NEWS
/usr/share/doc/libpwquality/README
/usr/share/licenses/libpwquality
/usr/share/licenses/libpwquality/COPYING
/usr/share/locale/ar/LC_MESSAGES/libpwquality.mo
/usr/share/locale/as/LC_MESSAGES/libpwquality.mo
/usr/share/locale/az/LC_MESSAGES/libpwquality.mo
/usr/share/locale/bg/LC_MESSAGES/libpwquality.mo
/usr/share/locale/bn_IN/LC_MESSAGES/libpwquality.mo
/usr/share/locale/ca/LC_MESSAGES/libpwquality.mo
/usr/share/locale/cs/LC_MESSAGES/libpwquality.mo
/usr/share/locale/da/LC_MESSAGES/libpwquality.mo
/usr/share/locale/de/LC_MESSAGES/libpwquality.mo
/usr/share/locale/es/LC_MESSAGES/libpwquality.mo
/usr/share/locale/eu/LC_MESSAGES/libpwquality.mo
/usr/share/locale/fa/LC_MESSAGES/libpwquality.mo
/usr/share/locale/fi/LC_MESSAGES/libpwquality.mo
/usr/share/locale/fr/LC_MESSAGES/libpwquality.mo
/usr/share/locale/fur/LC_MESSAGES/libpwquality.mo
/usr/share/locale/gu/LC_MESSAGES/libpwquality.mo
/usr/share/locale/he/LC_MESSAGES/libpwquality.mo
/usr/share/locale/hi/LC_MESSAGES/libpwquality.mo
/usr/share/locale/hu/LC_MESSAGES/libpwquality.mo
/usr/share/locale/id/LC_MESSAGES/libpwquality.mo
/usr/share/locale/it/LC_MESSAGES/libpwquality.mo
/usr/share/locale/ja/LC_MESSAGES/libpwquality.mo
/usr/share/locale/kk/LC_MESSAGES/libpwquality.mo
/usr/share/locale/km/LC_MESSAGES/libpwquality.mo
/usr/share/locale/kn/LC_MESSAGES/libpwquality.mo
/usr/share/locale/ko/LC_MESSAGES/libpwquality.mo
/usr/share/locale/ml/LC_MESSAGES/libpwquality.mo
/usr/share/locale/mr/LC_MESSAGES/libpwquality.mo
/usr/share/locale/nb/LC_MESSAGES/libpwquality.mo
/usr/share/locale/nl/LC_MESSAGES/libpwquality.mo
/usr/share/locale/or/LC_MESSAGES/libpwquality.mo
/usr/share/locale/pa/LC_MESSAGES/libpwquality.mo
/usr/share/locale/pl/LC_MESSAGES/libpwquality.mo
/usr/share/locale/pt/LC_MESSAGES/libpwquality.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libpwquality.mo
/usr/share/locale/ru/LC_MESSAGES/libpwquality.mo
/usr/share/locale/si/LC_MESSAGES/libpwquality.mo
/usr/share/locale/sk/LC_MESSAGES/libpwquality.mo
/usr/share/locale/sq/LC_MESSAGES/libpwquality.mo
/usr/share/locale/sr/LC_MESSAGES/libpwquality.mo
/usr/share/locale/sr@latin/LC_MESSAGES/libpwquality.mo
/usr/share/locale/sv/LC_MESSAGES/libpwquality.mo
/usr/share/locale/ta/LC_MESSAGES/libpwquality.mo
/usr/share/locale/te/LC_MESSAGES/libpwquality.mo
/usr/share/locale/tr/LC_MESSAGES/libpwquality.mo
/usr/share/locale/uk/LC_MESSAGES/libpwquality.mo
/usr/share/locale/ur/LC_MESSAGES/libpwquality.mo
/usr/share/locale/vi/LC_MESSAGES/libpwquality.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libpwquality.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libpwquality.mo
/usr/share/locale/zu/LC_MESSAGES/libpwquality.mo
/usr/share/man/man1/pwmake.1.gz
/usr/share/man/man1/pwscore.1.gz
/usr/share/man/man5/pwquality.conf.5.gz
/usr/share/man/man8/pam_pwquality.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 17 05:23:52 2024