Path to this page:
Subject: CVS commit: pkgsrc/security/pam-yubico
From: Thomas Klausner
Date: 2023-03-12 15:15:50
Message id: 20230312141550.5CF40FA90@cvs.NetBSD.org
Log Message:
pam-yubico: update to 2.27.
* Version 2.27 (released 2021-04-09)
** Add always_prompt configuration option.
** Add client certificate support for ldap.
** Add starttls support for ldap.
** Add ldap_bind_as_user support.
** Parsing, cleanliness and string fixes.
** Documentation and spelling fixes.
* Version 2.26 (released 2018-04-20)
** Make sure to close authfile (CVE-2018-9275).
** Fix compiler warnings.
** Open file descriptors with O_CLOEXEC.
** Use mkostemp() instead of mkstemp().
* Version 2.25 (released 2018-03-27)
** Documentation updates.
** Only do OTP validation if it's a token that might be valid.
** Return early in case user has no valid tokens.
** Ldap, compare values only with yubi_attr attributes.
** Add nullok parameter.
* Version 2.24 (released 2016-11-25)
** Debug mode changed, allows file output with debug_file.
** Fixup returning user-unknown correctly.
* Version 2.23 (released 2016-06-15)
** Fix an issue where a failure to set permissions was wrongly outputted.
* Version 2.22 (released 2016-05-23)
** Documentation improvements.
** Retain ownership and permission of challenge files (issue #92).
** Make dependency on yubico-c-client 2.15 clearer.
* Version 2.21 (released 2016-02-19)
** Add proxy support for yubico-c-client.
** Check that conv is set before trying to use it
fixes a crash bug with the osx loginwindow.
** Add building of a mac installer.
* Version 2.20 (released 2015-09-22)
** Add cainfo option to allow usage of a cabundle instead of path.
** Support comments in authfile.
** For challenge response with system-wide directory, write the files as root
instead of the user.
* Version 2.19 (released 2015-03-23)
** Add new ldap functionality
ldap_bind_user and ldap_bind_password for authenticated binds
ldap_filter for using subtree search and a filter
ldap_cacertfile to use a specific cacert for ldaps
* Version 2.18 (released 2015-02-12)
** Fix a memory leak of the pam response data.
** Add more tests.
** Add version flag to ykpamcfg.
Files: