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