summaryrefslogtreecommitdiff
path: root/usr.sbin/tokeninit/tokeninit.c
AgeCommit message (Expand)Author
2017-05-03Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,Ricardo Mestre
2016-03-22tokenadm(8) is already pledged, do the same for tokeninit(8).Alexander Bluhm
2016-02-12hexidecimal -> hexadecimalmmcc
2015-12-22assign pointers to NULL rather than 0mmcc
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2008-07-09an ellipsis is not an optional argument.Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
2002-05-27unsigned to unsigned intTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@Markus Friedl
2000-12-20Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)Todd C. Miller