Version: 0.8, Package name: login_oath-0.8 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description The login_oath package contains bsdauth providers to validate OATH one- time passwords via oath-toolkit (liboath). Currently only TOTP (time-based) passwords are supported. Two separate modules allow for either OTP-only or a combination of OTP+password. |
Filesize: 18.511 KB |
Version History (View Complete History) |
|
2021-11-05 17:18:15 by Stuart Henderson | Files touched by this commit (1) |
Log message: don't use -Werror, it trips -Wunused-but-set-variable with clang 13 patching to avoid the warning is annoying because it relates to a variable used in some cases but not others depending on #defines |
2020-08-01 05:30:37 by Stuart Henderson | Files touched by this commit (17) |
Log message: drop maintainer |
2020-07-11 16:54:41 by Stuart Henderson | Files touched by this commit (98) |
Log message: switch my maintainer email addresses to my own domain |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2015-12-03 14:24:32 by Stuart Henderson | Files touched by this commit (78) |
Log message: switch my distfiles mirror to https |
2015-11-19 07:58:50 by Stuart Henderson | Files touched by this commit (4) |
Log message: sync login_oath with base login_passwd for getpwnam_shadow |
2014-12-09 08:54:25 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Give /usr/local/libexec/auth the same ownership and perms than the base /usr/libexec/auth directory. ok sthen@ |
2011-07-17 06:06:35 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to login_oath 0.7, now supports placing user keys in a central directory |
2011-06-23 16:50:30 by Christian Weisgerber | Files touched by this commit (137) |
Log message: Cope with bsd.man.mk changes and install source man pages. While here, also update some PLISTs, fix PREFIX use, etc. ok landry@ |