Package Release Info

apache2-mod_authn_otp-1.1.8-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

apache2-mod_authn_otp

Change Logs

* Mon Oct 30 2017 archie.cobbs@gmail.com
- Update to version 1.1.8
  + Added PINFakeBasicAuth configuration option
* Fri Dec 11 2015 pgajdos@suse.com
- %{apache_branch} converted to number
* Sun Oct 04 2015 pgajdos@suse.com
- %check for apache 2.2 again
* Thu Oct 01 2015 pgajdos@suse.com
- do not %check for apache 2.2
* Fri Sep 25 2015 pgajdos@suse.com
- test module with %apache_test_module_curl
* Thu Jul 16 2015 pgajdos@suse.com
- Requries: %{apache_suse_maintenance_mmn}
  This will pull this module to the update (in released distribution)
  when apache maintainer thinks it is good (due api/abi changes).
* Fri Oct 31 2014 pgajdos@suse.com
- call spec-cleaner
- use apache rpm macros
* Wed May 28 2014 tchvatal@suse.com
- Fix source download url.
* Sat May 17 2014 archie@dellroad.org
- Update to version 1.1.7
  + Fixed bug where users file could get deleted when using Apache worker MPM (issue #22)
  + Added "OTPAuthFallThrough" to allow fall through to other auth providers (issue #23)
  + Allow "logout" by sending empty password (issue #24)
  + Count PINs against OTPAuthMaxOTPFailure even when they have the wrong length
* Wed Apr 03 2013 archie@dellroad.org
- Update to version 1.1.6
  + Detect errors when writing to the new users.txt file
  + Fix (harmless) bug where new users.txt file was not being closed
- Use correct license string in spec file
- Add copyright notice to spec file
* Fri Nov 30 2012 archie@dellroad.org
- Update to version 1.1.5
  + Allow building on systems without strptime(3) (e.g., Windows)
  + Add support for Apache 2.4.x
* Tue Nov 27 2012 archie@dellroad.org
- Upgrade to version 1.1.4
  + Always allow stale time-based offsets to re-synchronize (issue #14)
  + Added "OTPAuthMaxOTPFailure" to lock accounts after repeated wrong OTP's
  + Fixed bug with "OTPAuthPINAuthProvider" and <AuthnProviderAlias>
  + Added "OTPAuthPINAuthProvider" to allow alternate verification of PINs
  + Added "OTPAuthLogoutOnIPChange" flag to auto-logout on IP address change
* Thu Mar 03 2011 draht@suse.de
- upgrade to build fix release 1.1.1
Version: 1.1.10-bp155.1.9
* Wed May 04 2022 Archie Cobbs <archie.cobbs@gmail.com>
- Update to version 1.1.10
  + Fixed bug in genotpurl on platforms with signed "char" (pr #46)
  + Added "-K" flag to genotpurl tool to specify key length (pr #43)
  + Update spec file description to include genotpurl(1)