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
/
usr.sbin
/
tokeninit
/
tokeninit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,
mestre
2017-05-03
1
-2
/
+2
*
tokenadm(8) is already pledged, do the same for tokeninit(8).
bluhm
2016-03-22
1
-2
/
+10
*
hexidecimal -> hexadecimal
mmcc
2016-02-12
1
-2
/
+2
*
assign pointers to NULL rather than 0
mmcc
2015-12-22
1
-2
/
+2
*
clean up flags++ instances around getopt()
deraadt
2015-02-09
1
-3
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+3
*
an ellipsis is not an optional argument.
sobrado
2008-07-09
1
-2
/
+2
*
simplify synopsis/usage() and sort options;
jmc
2007-03-15
1
-2
/
+2
*
unsigned to unsigned int
deraadt
2002-05-27
1
-3
/
+3
*
Remove \n from err/errx/warn/warnx().
mpech
2002-03-14
1
-3
/
+3
*
getopt(3) returns -1 when out of args, not EOF.
mpech
2001-10-24
1
-2
/
+2
*
use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@
markus
2000-12-20
1
-34
/
+16
*
Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)
millert
2000-12-20
1
-0
/
+238