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_token
/
token.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use explicit_bzero() instead of memset() for zeroing out secrets.
millert
2015-10-05
1
-7
/
+7
*
use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millert
deraadt
2013-12-03
1
-1
/
+2
*
unsigned char for ctype
deraadt
2013-11-27
1
-3
/
+3
*
Correct format string mismatches turned up by -Wformat=2
guenther
2013-08-22
1
-6
/
+6
*
fixed size types should be fixed size. long -> uint32_t.
tedu
2013-05-07
1
-2
/
+2
*
Fix warnings.
fgsch
2013-01-13
1
-5
/
+5
*
remove some unnecessary sys/param.h inclusions
deraadt
2012-12-04
1
-2
/
+1
*
Switch the remaining users of libdes in src to libcrypto,
jsg
2010-10-15
1
-21
/
+21
*
spacing
deraadt
2005-11-12
1
-3
/
+3
*
memset to 0, not '0'; millert@ ok
avsm
2005-05-26
1
-3
/
+3
*
remove useless cast in memset()
millert
2003-02-20
1
-2
/
+2
*
typos / double words
jufi
2002-07-16
1
-2
/
+2
*
minor indent cleanup
deraadt
2002-06-28
1
-6
/
+5
*
strlcpy invades the tree
deraadt
2001-08-18
1
-2
/
+2
*
Remove tokenrandomnumber(), call arc4random() directly; markus@ OK
millert
2001-06-28
1
-19
/
+3
*
use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@
markus
2000-12-20
1
-32
/
+29
*
Fix a warning.
millert
2000-12-20
1
-6
/
+6
*
correct copyright notice
millert
2000-12-20
1
-2
/
+2
*
Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi
millert
2000-12-20
1
-0
/
+411