History log of /openbsd-current/libexec/login_yubikey/login_yubikey.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.16 03-Sep-2016 gsoares

convert to use readpassphrase() instead of DEPRECATED/getpass()
OK millert@


# 1.15 16-Aug-2016 tedu

remove unneeded casts


Revision tags: OPENBSD_6_0_BASE
# 1.14 24-Apr-2016 benno

explicit_bzero some keys after use.
From fritjof () alokat ! org, thanks!

ok semarie@


Revision tags: OPENBSD_5_9_BASE
# 1.13 22-Oct-2015 bmercer

Add pledge support to login_yubikey. Much feedback and OK millert@


# 1.12 05-Oct-2015 deraadt

KNF a switch statement, moving a local variable up a frame as well -
carefully.


# 1.11 22-Sep-2015 millert

Use explicit_bzero() to zero out the password. From Michael McConville.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.10 16-Jan-2015 deraadt

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)


Revision tags: OPENBSD_5_6_BASE
# 1.9 28-May-2014 otto

missing space in error message


Revision tags: OPENBSD_5_5_BASE
# 1.8 27-Nov-2013 deraadt

unsigned char for ctype
ok okan kettenis


# 1.7 02-Nov-2013 benno

do not log passwords, even if they are wrong.
ok mcbride halex


Revision tags: OPENBSD_5_4_BASE
# 1.6 04-Jun-2013 mcbride

Add handling for keyboard layouts which break modhex (like dvorak and many
others); concept and keymap table (covering about 400 layouts) from
modhex.js by Daniel Holth.

ok sthen@, ok halex@ (who also provided much testing and feedback)


Revision tags: OPENBSD_5_3_BASE
# 1.5 23-Dec-2012 halex

Make the per-user counter file r/w by group auth

xlock issue pointed out and diff tested by Andreas Bartelt, thanks!


Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.4 01-Feb-2012 dhill

document login_yubikey options
ok jmc@


# 1.3 31-Jan-2012 sobrado

remove superfluous RCS identifiers; while here, indent identifier
on Makefile to match style used by other login_* utilities.

ok dhill@


# 1.2 20-Jan-2012 dhill

Do not log the password at LOG_INFO, but at LOG_DEBUG instead.
Change the successes from LOG_INFO to LOG_DEBUG as well.


# 1.1 18-Jan-2012 dhill

Welcome dhartmei@'s login_yubikey. To be worked on in-tree.

ok millert@
support from mcbride@ and others