index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
login_yubikey
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
Clarify man page
job
1
-5
/
+9
2017-10-17
add missing HISTORY; based on CVS logs and release announcements
schwarze
1
-2
/
+9
2017-09-16
Make sure to freezero() the wide-character copy of the user supplied password.
anton
1
-11
/
+20
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
gsoares
1
-3
/
+6
2016-08-16
remove unneeded casts
tedu
1
-3
/
+2
2016-04-24
explicit_bzero some keys after use.
benno
1
-1
/
+8
2015-10-22
Add pledge support to login_yubikey. Much feedback and OK millert@
bmercer
1
-1
/
+8
2015-10-05
KNF a switch statement, moving a local variable up a frame as well -
deraadt
1
-38
/
+35
2015-09-22
Use explicit_bzero() to zero out the password. From Michael McConville.
millert
1
-2
/
+2
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-3
/
+3
2014-10-08
obvious reallocarray() use for * int overflow; ok doug
deraadt
1
-2
/
+2
2014-05-28
missing space in error message
otto
1
-2
/
+2
2013-11-27
unsigned char for ctype
deraadt
1
-2
/
+2
2013-11-02
do not log passwords, even if they are wrong.
benno
1
-7
/
+7
2013-08-14
some Bx/Ox conversion;
jmc
1
-4
/
+5
2013-06-04
Add handling for keyboard layouts which break modhex (like dvorak and many
mcbride
4
-30
/
+214
2012-12-23
Make the per-user counter file r/w by group auth
halex
1
-1
/
+3
2012-11-23
make hex and modhex decoding case insensitive, the latter particulary
halex
1
-3
/
+7
2012-02-24
login_yubikey(8) reads user's last-use counter from user.ctr, not user.cnt
sobrado
1
-3
/
+3
2012-02-01
flags without arguments come first; use a standard wording on the
sobrado
1
-6
/
+5
2012-02-01
document login_yubikey options
dhill
2
-12
/
+20
2012-01-31
remove superfluous RCS identifiers; while here, indent identifier
sobrado
5
-10
/
+5
2012-01-31
use the right capitalization for YubiKey.
sobrado
1
-6
/
+6
2012-01-20
Do not log the password at LOG_INFO, but at LOG_DEBUG instead.
dhill
1
-8
/
+9
2012-01-18
tweak previous;
jmc
1
-14
/
+13
2012-01-18
Welcome dhartmei@'s login_yubikey. To be worked on in-tree.
dhill
5
-0
/
+782