summaryrefslogtreecommitdiff
path: root/libexec/login_yubikey
AgeCommit message (Expand)Author
2020-07-08Clarify man pagejob
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-09-16Make sure to freezero() the wide-character copy of the user supplied password.anton
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()Gleydson Soares
2016-08-16remove unneeded castsTed Unangst
2016-04-24explicit_bzero some keys after use.Sebastian Benoit
2015-10-22Add pledge support to login_yubikey. Much feedback and OK millert@Brandon Mercer
2015-10-05KNF a switch statement, moving a local variable up a frame as well -Theo de Raadt
2015-09-22Use explicit_bzero() to zero out the password. From Michael McConville.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-08obvious reallocarray() use for * int overflow; ok dougTheo de Raadt
2014-05-28missing space in error messageOtto Moerbeek
2013-11-27unsigned char for ctypeTheo de Raadt
2013-11-02do not log passwords, even if they are wrong.Sebastian Benoit
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-06-04Add handling for keyboard layouts which break modhex (like dvorak and manyRyan Thomas McBride
2012-12-23Make the per-user counter file r/w by group authAlexander Hall
2012-11-23make hex and modhex decoding case insensitive, the latter particularyAlexander Hall
2012-02-24login_yubikey(8) reads user's last-use counter from user.ctr, not user.cntIgor Sobrado
2012-02-01flags without arguments come first; use a standard wording on theIgor Sobrado
2012-02-01document login_yubikey optionsDavid Hill
2012-01-31remove superfluous RCS identifiers; while here, indent identifierIgor Sobrado
2012-01-31use the right capitalization for YubiKey.Igor Sobrado
2012-01-20Do not log the password at LOG_INFO, but at LOG_DEBUG instead.David Hill
2012-01-18tweak previous;Jason McIntyre
2012-01-18Welcome dhartmei@'s login_yubikey. To be worked on in-tree.David Hill