summaryrefslogtreecommitdiff
path: root/security/pam-yubico
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16Version 2.13 (released 2013-03-01)pettai2-7/+6
* Fix a bug in the version check to support major version > 2 (neo). Patch from https://github.com/wwest4 * Give ykpamcfg an option for specifying path.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-16Add patch I've been carrying around to fix the MAKE_JOBS build.dholland2-1/+17
2012-06-16Version 2.12 (released 2012-06-15)pettai2-6/+6
* Only use libyubikey when --with-cr is used. * Set correct permissions on tempfile. * YubiKey 2.2 contains a bug in challenge-response that makes it output the same response to all challenges unless HMAC_LT64 is set. Add warnings to ykpamcfg and a warning through conversate in the pam module. Keys programmed like this should be reprogrammed with the HMAC_LT64 flag set.
2012-05-14Add missing pam.bl3.mk.dholland1-1/+2
2012-03-13The Yubico PAM module provides an easy way to integrate the Yubikeypettai4-0/+35
into your existing user authentication infrastructure. Imported from pkgsrc-wip