summaryrefslogtreecommitdiff
path: root/www/ap2-authn-otp
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 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-06-11Move www/apache/module.mk to mk/apache.module.mk and adjust it to usejoerg1-4/+2
mk/apache.mk.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-01-12Version 1.1.4:pettai2-6/+6
- Always allow stale time-based offsets to re-synchronize (issue #14) - Added "OTPAuthMaxOTPFailure" to lock accounts after repeated wrong OTP's
2011-12-22No longer supports apache2.joerg1-2/+2
2011-04-21Initial importpettai5-0/+48
Changelog, so far: Version 1.1.3 (r94) - Fixed bug with "OTPAuthPINAuthProvider" and <AuthnProviderAlias> Version 1.1.2 (r87) - Added "OTPAuthPINAuthProvider" to allow alternate verification of PINs - Added "OTPAuthLogoutOnIPChange" flag to auto-logout on IP address change - Build fixes for Solaris Version 1.1.1 (r66) - Build fixes Version 1.1.0 (r44) - Moved time interval and #digits configuration into users file - Fixed bug in time based token synchronization at large offsets - Added support for the Mobile-OTP algorithm: http://motp.sourceforge.net/ - Added otptool(1) one-time password utility program. - Accept either decimal or hexadecimal values (basic auth only). Version 1.0.0 (r10) - Initial release