summaryrefslogtreecommitdiffstats
path: root/libexec/login_yubikey
AgeCommit message (Expand)AuthorFilesLines
2020-07-08Clarify man pagejob1-5/+9
2017-10-17add missing HISTORY; based on CVS logs and release announcementsschwarze1-2/+9
2017-09-16Make sure to freezero() the wide-character copy of the user supplied password.anton1-11/+20
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares1-3/+6
2016-08-16remove unneeded caststedu1-3/+2
2016-04-24explicit_bzero some keys after use.benno1-1/+8
2015-10-22Add pledge support to login_yubikey. Much feedback and OK millert@bmercer1-1/+8
2015-10-05KNF a switch statement, moving a local variable up a frame as well -deraadt1-38/+35
2015-09-22Use explicit_bzero() to zero out the password. From Michael McConville.millert1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+3
2014-10-08obvious reallocarray() use for * int overflow; ok dougderaadt1-2/+2
2014-05-28missing space in error messageotto1-2/+2
2013-11-27unsigned char for ctypederaadt1-2/+2
2013-11-02do not log passwords, even if they are wrong.benno1-7/+7
2013-08-14some Bx/Ox conversion;jmc1-4/+5
2013-06-04Add handling for keyboard layouts which break modhex (like dvorak and manymcbride4-30/+214
2012-12-23Make the per-user counter file r/w by group authhalex1-1/+3
2012-11-23make hex and modhex decoding case insensitive, the latter particularyhalex1-3/+7
2012-02-24login_yubikey(8) reads user's last-use counter from user.ctr, not user.cntsobrado1-3/+3
2012-02-01flags without arguments come first; use a standard wording on thesobrado1-6/+5
2012-02-01document login_yubikey optionsdhill2-12/+20
2012-01-31remove superfluous RCS identifiers; while here, indent identifiersobrado5-10/+5
2012-01-31use the right capitalization for YubiKey.sobrado1-6/+6
2012-01-20Do not log the password at LOG_INFO, but at LOG_DEBUG instead.dhill1-8/+9
2012-01-18tweak previous;jmc1-14/+13
2012-01-18Welcome dhartmei@'s login_yubikey. To be worked on in-tree.dhill5-0/+782