summaryrefslogtreecommitdiffstats
path: root/libexec/login_yubikey (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify man pagejob2020-07-081-5/+9
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+9
* Make sure to freezero() the wide-character copy of the user supplied password.anton2017-09-161-11/+20
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-3/+6
* remove unneeded caststedu2016-08-161-3/+2
* explicit_bzero some keys after use.benno2016-04-241-1/+8
* Add pledge support to login_yubikey. Much feedback and OK millert@bmercer2015-10-221-1/+8
* KNF a switch statement, moving a local variable up a frame as well -deraadt2015-10-051-38/+35
* Use explicit_bzero() to zero out the password. From Michael McConville.millert2015-09-221-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* obvious reallocarray() use for * int overflow; ok dougderaadt2014-10-081-2/+2
* missing space in error messageotto2014-05-281-2/+2
* unsigned char for ctypederaadt2013-11-271-2/+2
* do not log passwords, even if they are wrong.benno2013-11-021-7/+7
* some Bx/Ox conversion;jmc2013-08-141-4/+5
* Add handling for keyboard layouts which break modhex (like dvorak and manymcbride2013-06-044-30/+214
* Make the per-user counter file r/w by group authhalex2012-12-231-1/+3
* make hex and modhex decoding case insensitive, the latter particularyhalex2012-11-231-3/+7
* login_yubikey(8) reads user's last-use counter from user.ctr, not user.cntsobrado2012-02-241-3/+3
* flags without arguments come first; use a standard wording on thesobrado2012-02-011-6/+5
* document login_yubikey optionsdhill2012-02-012-12/+20
* remove superfluous RCS identifiers; while here, indent identifiersobrado2012-01-315-10/+5
* use the right capitalization for YubiKey.sobrado2012-01-311-6/+6
* Do not log the password at LOG_INFO, but at LOG_DEBUG instead.dhill2012-01-201-8/+9
* tweak previous;jmc2012-01-181-14/+13
* Welcome dhartmei@'s login_yubikey. To be worked on in-tree.dhill2012-01-185-0/+782