summaryrefslogtreecommitdiff
path: root/security/pam-yubico
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2016-02-22Apply fix from PR pkg/50585pettai1-1/+6
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-11-10Version 2.17 (released 2014-08-26)pettai3-7/+8
* Fix a bug with the 'urllist' parameter where urls would be forgotten. * Manpages converted to asciidoc. Version 2.16 (released 2014-06-10) * Fix a crashbug with the new parameter 'urllist' Version 2.15 (released 2014-04-30) * Added new parameter 'urllist' * Added pam_yubico(8) man page. * Fix memory leak. * Bump yubico-c-client version requirement to 2.12.
2014-03-13Version 2.14 (released 2013-09-27)pettai4-18/+15
* Don't install internal header files. * Don't print debug info when the "debug" parameter is not given. * Use PBKDF2 to process expected reply for challenge-response mode. * Fixup memory leaks and leaks of privilege. * Let return values reflect whether the user wasn't found or other error.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
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