SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for pam_oath-2.6.11-150400.35.2.x86_64.rpm :

* Wed Apr 03 2024 pgajdosAATTsuse.com- version update to 2.6.11
* liboath: Handle invalid base32 encoded secrets. Fixes: #41.
* Various build fixes including updated gnulib files.
* Improve compatibility with recent libxmlsec.
* Sun Jul 09 2023 mardnhAATTgmx.de- Update to version 2.6.8
* libpskc: Fixes for recent libxmlsec releases.
* pam_oath: Provide fallback pam_modutil_getpwnam implementation.
* pam_oath: Don\'t fail authentication when pam_modutil_getpwnam doesn\'t
*
* know the user when usersfile don\'t include ${USER} or ${HOME}.
* pam_oath: Self-test improvements.
* Tue Aug 02 2022 simmphonieAATTopensuse.org- Use %_pam_moduledir instead of hardcoding %{_lib}/security- Define macro _pam_moduledir if not set to fix builds for Leap and SLE
* Thu Apr 21 2022 meissnerAATTsuse.com- url -> https
* Sun May 02 2021 mardnhAATTgmx.de- Update to version 2.6.7
* pam_oath: Support variables in usersfile string parameter. These changes introduce the ${USER} and ${HOME} placeholder values for the usersfile string in the pam_oath configuration file. The placeholder values allow the user credentials file to be stored in a file path that is relative to the user, and mimics similar behavior found in google-authenticator-libpam. The motivation for these changes is to allow for non-privileged processes to use pam_oath (e.g., for 2FA with xscreensaver). Non-privileged and non-suid programs are unable to use pam_oath. These changes are a proposed alternative to a suid helper binary as well.
* doc: Fix project URL in man pages.
* build: Drop use of libxml\'s AM_PATH_XML2 in favor of pkg-config.
* build: Modernize autotools usage. Most importantly, no longer use -Werror with AM_INIT_AUTOMAKE to make rebuilding from source more safe with future automake versions.
* Updated gnulib files.
* Wed Jan 20 2021 mardnhAATTgmx.de- Update to version 2.6.6
* oathtool: Support for reading KEY and OTP from standard input or filename. KEY and OTP may now be given as \'-\' to mean stdin, or AATTFILE to read from a particular file. This is recommended on multi-user systems, since secrets as command line parameters leak.
* pam_oath: Fix unlikely logic fail on out of memory conditions.
* Tue Dec 29 2020 mardnhAATTgmx.de- Update to version 2.6.5
* oathtool: Support for reading KEY and OTP from standard input or filename. KEY and OTP may now be given as \'-\' to mean stdin, or AATTFILE to read from a particular file. This is recommended on multi-user systems, since secrets as command line parameters leak.
* pam_oath: Fix unlikely logic fail on out of memory conditions.
* Doc fixes.- Update to version 2.6.4
* libpskc: New --with-xmlsec-crypto-engine to hard-code crypto engine. Use it like --with-xmlsec-crypto-engine=gnutls or - -with-xmlsec-crypto-engine=openssl if the default dynamic loading fails because of runtime linker search path issues.
* oathtool --totp --verbose now prints TOTP hash mode.
* oathtool: Hash names (e.g., SHA256) for --totp are now upper case. Lower/mixed case hash names are supported for compatibility.
* pam_oath: Fail gracefully for missing users. This allows you to incrementally add support for OATH authentication instead of forcing it on all users.
* Fix libpskc memory corruption bug.
* Fix man pages.
* Build fixes.- Update to version 2.6.3
* pam_oath: Fix self-tests.- Drop not longer needed patches:
* 0001-Fix-no-return-in-nonvoid-function-errors-reported-by.patch
* 0003-pam_oath-assign-safe-default-to-alwaysok-config-memb.patch
* 0002-update_gnulibs_files.patch
* gnulib-libio.patch- Use source verification- Use proper source URLs
* Mon Aug 06 2018 schwabAATTsuse.de- gnulib-libio.patch: Update gnulib for libio.h removal
* Thu Jul 05 2018 matthias.gerstnerAATTsuse.com- Add patch 0003-pam_oath-assign-safe-default-to-alwaysok-config-memb.patch: - fix potential security issue in low memory situation (bsc#1089114)
* Sun May 20 2018 julioAATTjuliogonzalez.es- Fix build for openSUSE Leap 42.2 and 42.3
* Wed Apr 18 2018 jengelhAATTinai.de- Trim/update descriptions. Fix RPM groups. Remove useless - -with-pic.
* Fri Apr 13 2018 mpluskalAATTsuse.com- Run spe-cleaner- Drop useless conditions
* Wed Apr 11 2018 ncutlerAATTsuse.com- bring License line into closer accordance with actual licenses mentioned in the tarball- split off xml/pskc/ directory/files from liboath0 into a separate \"oath-toolkit-xml\" subpackage to prevent conflicts if two versions of the liboath library were ever installed at the same time
* Wed Apr 11 2018 ncutlerAATTsuse.com- use %license instead of %doc to package license-related files
* Tue Jan 16 2018 dmarcouxAATTposteo.de- Add patch (last commit which changed source, not released in 2.6.2): - 0002-update_gnulibs_files.patch
* Mon Aug 29 2016 mardnhAATTgmx.de- Update to Version 2.6.2 - no changes in upstream code- Fix RPM groups for -devel packages- build with libpskc on supported suse-versions- Add patch: - 0001-Fix-no-return-in-nonvoid-function-errors-reported-by.patch
* Wed Sep 09 2015 t.grunerAATTkatodev.de- Update to Version 2.6.1 (released 2015-07-31) - liboath: Fix \'make check\' on 32-bit systems.- Version 2.6.0 (released 2015-05-19) - liboath: Support TOTP with HMAC-SHA256 and HMAC-SHA512. This adds new APIs oath_totp_generate2, oath_totp_validate4 and oath_totp_validate4_callback. - oathtool: The --totp parameter now take an optional argument to specify MAC. For example use --totp=sha256 to use HMAC-SHA256. When --totp is used the default HMAC-SHA1 is used, as before. - pam_oath: Mention in README that you shouldn\'t use insecure keys. - pam_oath: Check return value from strdup. - The files \'gdoc\' and \'expect.oath\' are now included in the tarball.
* Sat Jan 24 2015 mardnhAATTgmx.de- Update to version 2.4.1: + liboath: Fix usersfile bug that caused it to update the wrong line. When an usersfile contain multiple lines for the same user but with an unparseable token type (e.g., HOTP vs TOTP), the code would update the wrong line of the file. Since the then updated line could be a commented out line, this can lead to the same OTP being accepted multiple times which is a security vulnerability. Reported by Bas van Schaik and patch provided by Ilkka Virta . CVE-2013-7322
 
ICM