summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokeninit/tokeninit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,mestre2017-05-031-2/+2
* tokenadm(8) is already pledged, do the same for tokeninit(8).bluhm2016-03-221-2/+10
* hexidecimal -> hexadecimalmmcc2016-02-121-2/+2
* assign pointers to NULL rather than 0mmcc2015-12-221-2/+2
* clean up flags++ instances around getopt()deraadt2015-02-091-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* an ellipsis is not an optional argument.sobrado2008-07-091-2/+2
* simplify synopsis/usage() and sort options;jmc2007-03-151-2/+2
* unsigned to unsigned intderaadt2002-05-271-3/+3
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-3/+3
* getopt(3) returns -1 when out of args, not EOF.mpech2001-10-241-2/+2
* use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@markus2000-12-201-34/+16
* Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)millert2000-12-201-0/+238